File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 11Package: struct
22Type: Package
33Title: Statistics in R Using Class-based Templates
4- Version: 1.22.0
4+ Version: 1.22.1
55Authors@R: c(
66 person(
77 c("Gavin","Rhys"),
@@ -50,7 +50,7 @@ Collate:
5050 'struct-package.R'
5151 'struct_templates.R'
5252 'zzz.R'
53- RoxygenNote: 7.3.1
53+ RoxygenNote: 7.3.3
5454Depends: R (>= 4.0)
5555Suggests:
5656 testthat,
Original file line number Diff line number Diff line change 1+ Changes 1.22.1
2+ + fix renamed functions in rols
3+
14Changes 1.15.6
25+ fix broken tests
36
Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ ontology_term = function(
4141 if (length(label )== 0 | length(description )== 0 | length(iri )== 0 | length(ontology )== 0 ) {
4242
4343 # do rols query
44- db = rols :: Ontology (ontology )
45- tm = rols :: Term (db ,id )
44+ db = rols :: olsOntology (ontology )
45+ tm = rols :: olsTerm (db ,id )
4646
4747 label = rols :: termLabel(tm )
4848 description = rols :: termDesc(tm )
You can’t perform that action at this time.
0 commit comments