cran / phenocamapi

:exclamation: This is a read-only mirror of the CRAN R package repository. phenocamapi — Interacting with the PhenoCam Data and API. Homepage: https://github.com/bnasr/phenocamapi/ Report bugs for this package: https://github.com/bnasr/phenocamapi/issues
GNU Affero General Public License v3.0
0 stars 0 forks source link

Bug: Windows 10 with R-4.4.1 only returns an 'SSL connect error'. #1

Open ryanpmcg opened 1 week ago

ryanpmcg commented 1 week ago

The above OS and R version return connection errors. Am I missing something using the following code?

if(!require(devtools)) install.packages('devtools')
require(devtools)
if(!require(phenocamapi)) devtools::install_github('phenocam/phenocamapi')
require(phenocamapi)
if(!require(data.table)) install.packages('data.table')
require(data.table)
if(!require(jpeg)) install.packages('jpeg')
require(jpeg)

phenos <- get_phenos()
rois <- get_rois()
gaborcsardi commented 1 week ago

Hi, this is a read only mirror of CRAN, please see the package authors in the DESCRIPTION file. Look for Maintainer, BugReports and URL. Thanks!