search for: rerddap

Displaying 7 results from an estimated 7 matches for "rerddap".

2024 Jan 31
1
Need help testing a problem
...NOAA person with a Windows computer with the latest R to test for us what is failing (but works on Macs and Linux from different sites). Part of the problem is there is an Akamai service in between that we feel may be messing up things. To do this you would need to be willing to: 1. install the ?rerddap? package from CRAN, with all dependencies - or if installed make certain it is the latest 2. make certain that the packages ?curl?, ?crul? and ?http? are up to date. 3. Run the following: # load rerddap library("rerddap?) # delete rerddap cache just in case cache_delete_all() # get the...
2024 Feb 01
1
Need help testing a problem
...n with a Windows computer with the latest R to test for us what is failing (but works on Macs and Linux from different sites). Part of the problem is there is an Akamai service in between that we feel may be messing up things. To do this you would need to be willing to: > > 1. install the ?rerddap? package from CRAN, with all dependencies - or if installed make certain it is the latest > > 2. make certain that the packages ?curl?, ?crul? and ?http? are up to date. > > 3. Run the following: > > # load rerddap > library("rerddap?) > # delete rerddap cache just...
2017 Dec 22
0
Development versions of xtractomatic and rerddapXtracto
If you are a user of the R package "xtractomatic", I have a new development version available, as well as a test version of the package "rerddapXtracto". The biggest changes are functions that can take the output of any of the data download functions and quickly map the data. These functions use the package "plotdap". Also, a lot of the code in the development version of "xtractomatic" has been cleaned up and si...
2016 Feb 11
2
inconsistency in treatment of USE.NAMES argument
...olyCub/R/polyCub.SV.R:110 /polyCub/R/polyCub.exact.Gauss.R:99 /polyCub/R/polyCub.iso.R:130 /polyCub/R/polyCub.iso.R:166 /polyCub/R/polyCub.iso.R:168 /pryr/R/dots.r:25 /rappdirs/R/utils.r:39 /rbison/R/bison.R:181 /rcrossref/R/cr_ft_text.R:191 /rcrossref/R/get_styles.R:16 /rebus.base/R/internal.R:29 /rerddap/R/info.R:73 /rerddap/R/info.R:80 /rerddap/R/search.R:37 /rerddap/R/search_adv.R:64 /reutils/R/ecitmatch.R:33 /reutils/R/parse-docsum.R:53 /reutils/R/utils.R:44 /reutils/R/utils.R:51 /reutils/R/utils.R:55 /rgbif/R/occ_search.r:230 /rgbif/R/zzz.r:120 /rjstat/R/rjstat.R:75 /rlist/R/internal.R:155 /rno...
2016 Feb 08
2
inconsistency in treatment of USE.NAMES argument
Hi, Both vapply() and sapply() support the 'USE.NAMES' argument. According to the man page: USE.NAMES: logical; if ?TRUE? and if ?X? is character, use ?X? as ?names? for the result unless it had names already. But if 'X' has names already and 'USE.NAMES' is FALSE, it's not clear what will happen to the names. Are they going to propagate to the result
2017 Sep 06
3
withr::set_makevars
...m trying to learn some of the review practices recommend by rOpensci. One of them is to use the package goodpractice. After installing goodpractice, it kept failing on my own packages which are under development, and I was concerned something was funny in my own , so I have a fork of the package rerddap, and I tested goodpractice on that. I get the error: > Error in set_makevars(new, path, makevars_file, assignment = assignment) : > Multiple results for CXXFLAGS found, something is wrong.FALSE > So after some playing around that is from the very first test, which uses the covr:p...
2017 Sep 07
0
withr::set_makevars
...me of the review > practices recommend by rOpensci. One of them is to use the package > goodpractice. After installing goodpractice, it kept failing on my own > packages which are under development, and I was concerned something was > funny in my own , so I have a fork of the package rerddap, and I tested > goodpractice on that. I get the error: > > > Error in set_makevars(new, path, makevars_file, assignment = assignment) > : > > Multiple results for CXXFLAGS found, something is wrong.FALSE > > > > > So after some playing around that is from the...