Package

An individual package.

Attributes
Name Type Description
details [Package Details] The details of the package.
last_stable_version [Package Version] Details of the last passing stable version.
last_current_version [Package Version] Details of the last passing current version.

 

Actions
Find

This returns the details for the afnir package.

Example
  • GET /package/fslr

  • Using the neurocStats package to retrieve package details neurocStats::get_package_description('fslr')

  • Use httr package
    > GET('https://neuroconductor.org/api/package/fslr')
    Response [https://neuroconductor.org/api/package/fslr]
      Date: 2019-09-11 18:47
      Status: 200
      Content-Type: application/json
      Size: 16.6 kB
    [
        {
            "details": {
                "name": "fslr",
                "type": "standard",
                "maintainer": "John Muschelli",
                "maintainer_email": "muschellij2@gmail.com",
                "title": "Wrapper Functions for FSL (FMRIB Software Library) fromFunctional MRI of the Brain (FMRIB)",
                "description": "Wrapper functions that interface with FSL\u003Chttp://fsl.fmrib.ox.ac.uk/fsl/fslwiki/\u003E, a pow...
                "citation": "@Article{jenkinson2012fsl,title = {FSL},author = {Mark Jenkinson and Christian F Beckmann and Timothy...
    ...