forked from ropensci/codemetar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
29 lines (28 loc) · 766 Bytes
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Generated by roxygen2: do not edit by hand
export("%>%")
export(add_context)
export(codemeta_validate)
export(create_codemeta)
export(crosswalk)
export(crosswalk_table)
export(drop_context)
export(extract_badges)
export(give_opinions)
export(write_codemeta)
importFrom(git2r,branches)
importFrom(git2r,repository)
importFrom(jsonld,jsonld_compact)
importFrom(jsonld,jsonld_expand)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,read_json)
importFrom(jsonlite,toJSON)
importFrom(magrittr,"%>%")
importFrom(methods,is)
importFrom(readr,cols)
importFrom(readr,read_csv)
importFrom(stringi,stri_trans_general)
importFrom(utils,as.person)
importFrom(utils,citation)
importFrom(utils,installed.packages)
importFrom(utils,read.csv)
importFrom(utils,readCitationFile)