Skip to content

ropensci-training/applepie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c24c09a · Jun 8, 2021

History

9 Commits
Jun 8, 2021
May 27, 2021
Jun 7, 2021
May 27, 2021
Jun 7, 2021
May 27, 2021
Jun 7, 2021
Jun 7, 2021
Jun 7, 2021

Repository files navigation

applepie

The goal of applepie is to access R-universe API from R, for a tutorial.

Installation

You can install the released version of applepie with:

# install.packages("remotes")
remotes::install_github("maelle/applepie")

Example

This is a basic example which shows you how to solve a common problem:

library(applepie)
## List packages in the rOpenSci R-universe
ropensci_universe_pkgs <- get_packages("ropensci")
head(ropensci_universe_pkgs)
#> [1] "AntWeb"            "BaseSet"           "CodeDepends"      
#> [4] "CoordinateCleaner" "DataPackageR"      "DataSpaceR"

About

Client to Access the 'R-Universe' 'API'

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages