Questions tagged [ropensci]

R packages created by the organization R Open Science (rOpenSci for short) that interact with scientific data repositories, journals, and providers of scientific metrics.

We develop open source R packages that provide programmatic access to a variety of scientific data, full-text of journal articles, and repositories that provide real-time metrics of scholarly impact. Visit our packages section for a full list of production and development versions of packages.

63 questions
0
votes
0 answers

comm2sci function not working R taxize package

I'm tryin to convert some common names to scientific names using taxize, but the functions are returning errors. From the help page: library(taxize) comm2sci(commnames='black bear') # Error: could not find function "comm2sci" In addition, the…
luciano
  • 13,158
  • 36
  • 90
  • 130
0
votes
1 answer

NOAA Daily Weather Extraction

I am really new to R and I am trying to use rnoaa to extract information. I have a set of two dates: September 3rd-30th 2013 December 3rd-31st 2013 and I need to extract daily weather values for Ann Arbor MI, New Haven CT and Los Angeles, CA. I…
kellis13
  • 13
  • 1
  • 4
0
votes
0 answers

From Windows OS to GitHub repository - install_github() wont work - maybe Rtools related

A: This is the project I've got in mind - (weblink) schamberlain.github.com/2012/10/rgbif-newfxns/ B: Here is their GitHub - https://github.com/ropensci/rgbif C: My machine: i86-64bit, Windows 7, R. 2.15, RStudio 0.96.330 Following their…
Chrugel
  • 883
  • 2
  • 11
  • 19
1 2 3 4
5