Skip to content

Commit 46829c6

Browse files
committed
update
1 parent 19b706f commit 46829c6

21 files changed

+10
-540
lines changed

DESCRIPTION

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ Imports:
2020
jsonlite,
2121
tidyr,
2222
stringr,
23-
purrr,
24-
tidyverse
23+
purrr
2524
Suggests:
2625
testthat (>= 3.0.0),
2726
rmarkdown,

NAMESPACE

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
11
# Generated by roxygen2: do not edit by hand
22

3-
export(annif_batch_indexing)
4-
export(annif_subject_indexing)
53
export(fetch_kanto_info)
64
export(fetch_profession_hierarchy)
75
export(fetch_profession_info)
86
export(finto_api_request)
97
export(get_alphabetical_index_letters)
10-
export(get_annif_api_info)
11-
export(get_annif_project_info)
12-
export(get_annif_projects)
13-
export(get_annif_vocabulary)
148
export(get_broader_concepts)
159
export(get_broader_transitive_concepts)
1610
export(get_children_concepts)
@@ -50,21 +44,14 @@ importFrom(dplyr,distinct)
5044
importFrom(dplyr,filter)
5145
importFrom(dplyr,group_by)
5246
importFrom(dplyr,mutate)
53-
importFrom(dplyr,relocate)
5447
importFrom(dplyr,rowwise)
5548
importFrom(dplyr,select)
5649
importFrom(dplyr,ungroup)
5750
importFrom(httr,GET)
58-
importFrom(httr,POST)
5951
importFrom(httr,accept)
60-
importFrom(httr,accept_json)
6152
importFrom(httr,content)
62-
importFrom(httr,modify_url)
6353
importFrom(httr,status_code)
64-
importFrom(httr,user_agent)
6554
importFrom(jsonlite,fromJSON)
66-
importFrom(purrr,map)
6755
importFrom(stats,na.omit)
68-
importFrom(tibble,as_tibble)
6956
importFrom(tibble,tibble)
7057
importFrom(utils,str)

R/annif_batch_indexing.R

Lines changed: 0 additions & 135 deletions
This file was deleted.

R/annif_subject_indexing.R

Lines changed: 0 additions & 49 deletions
This file was deleted.

R/fetch_kanto_info.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#' Fetch RDF data for a specific concept from the Finto Skosmos API using an asteriID
1+
#' Fetch RDF data for a specific concept from the Finto Skosmos API using a single asteriID
22
#'
33
#' This function retrieves RDF data for a given concept from the Finto API.
44
#' The user only needs to provide the asteriID, which is appended to a fixed base URI.

R/get_annif_api.R

Lines changed: 0 additions & 31 deletions
This file was deleted.

R/get_annif_project_info.R

Lines changed: 0 additions & 43 deletions
This file was deleted.

R/get_annif_projects.R

Lines changed: 0 additions & 34 deletions
This file was deleted.

R/get_annif_vocabulary.R

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)