Options

JupyterLab Options

  • A list of runtime packages available to all binaries

  • Type: list of package

  • Default:

  • []
    

Kernel Options

  • A bash kernel for IPython.

  • Type: attribute set of (submodule)

  • Default:

  • {}
    
  • Example:

  • "{
      kernel.bash."example".enable = true;
    }
    "
    
    • Display name of the bash kernel.

    • Type: string

    • Default:

    • "bash bash-‹name› kernel"
      
    • Example:

    • "bash example kernel"
      
    • A mapping from package name to source directory, these will be installed in editable mode. Note that path dependencies with develop = true will be installed in editable mode unless explicitly passed to editablePackageSources as null.

    • Type: attribute set of (null or path)

    • Default:

    • {}
      
    • Example:

    • {}
      
    • Enable bash kernel.

    • Type: boolean

    • Default:

    • false
      
    • Example:

    • true
      
    • A function taking a Python package set and returning a list of extra packages to include in the environment. This is intended for packages deliberately not added to pyproject.toml that you still want to include. An example of such a package may be pip.

    • Type: function that evaluates to a(n) list of package

    • Default:

    • ps: []
      
    • Example:

    • ps: [ps.numpy]
      
    • Which Poetry 1.2.0+ dependency groups to install for this bash kernel.

    • Type: list of string

    • Default:

    • ["dev"]
      
    • Example:

    • ["dev" "doc"]
      
    • Name of the bash kernel.

    • Type: string

    • Default:

    • "bash-‹name›"
      
    • Example:

    • "example"
      
    • nixpkgs flake input to be used for this bash kernel.

    • Type: path

    • Default:

    • "/nix/store/n0f21zpy9w90sa9v75iwx6fmk897z3nw-source"
      
    • Example:

    • "self.inputs.nixpkgs
      "
      
    • Path to overrides.nix file which provides python package overrides for this bash kernel.

    • Type: path

    • Default:

    • self + "/kernels/available/bash/overrides.nix"
      
    • Example:

    • self + "/kernels/bash/overrides.nix"
      
    • poetry2nix flake input to be used for this bash kernel.

    • Type: path

    • Default:

    • self.inputs.poetry2nix
      
    • Example:

    • self.inputs.poetry2nix
      
    • Path to poetry.lock of the poetry project that provides this bash kernel.

    • Type: path

    • Default:

    • kernel.bash.<name>.projectDir + "/poetry.lock"
      
    • Example:

    • self + "/kernels/bash/poetry.lock"
      
    • Use wheels rather than sdist as much as possible.

    • Type: boolean

    • Default:

    • false
      
    • Example:

    • true
      
    • Path to the root of the poetry project that provides this bash kernel.

    • Type: path

    • Default:

    • self + "/kernels/available/bash"
      
    • Example:

    • self + "/kernels/bash"
      
    • Path to pyproject.toml of the poetry project that provides this bash kernel.

    • Type: path

    • Default:

    • kernel.bash.<name>.projectDir + "/pyproject.toml"
      
    • Example:

    • self + "/kernels/bash/pyproject.toml"
      
    • Name of the python interpreter (from nixpkgs) to be used for this bash kernel.

    • Type: string

    • Default:

    • "python3"
      
    • Example:

    • "python310"
      
    • A list of required runtime packages for this bash kernel.

    • Type: list of package

    • Default:

    • [{"_type": "derivation", "name": "bash-interactive-5.1-p16"}, {"_type": "derivation", "name": "coreutils-9.1"}]
      
    • A list of runtime packages available in this bash kernel.

    • Type: list of package

    • Default:

    • []
      
    • Should we use default overrides provided by poetry2nix.

    • Type: boolean

    • Default:

    • true
      
    • Example:

    • false
      
  • A c kernel for IPython.

  • Type: attribute set of (submodule)

  • Default:

  • {}
    
  • Example:

  • "{
      kernel.c."example".enable = true;
    }
    "
    
    • Display name of the c kernel.

    • Type: string

    • Default:

    • "c c-‹name› kernel"
      
    • Example:

    • "c example kernel"
      
    • A mapping from package name to source directory, these will be installed in editable mode. Note that path dependencies with develop = true will be installed in editable mode unless explicitly passed to editablePackageSources as null.

    • Type: attribute set of (null or path)

    • Default:

    • {}
      
    • Example:

    • {}
      
    • Enable c kernel.

    • Type: boolean

    • Default:

    • false
      
    • Example:

    • true
      
    • A function taking a Python package set and returning a list of extra packages to include in the environment. This is intended for packages deliberately not added to pyproject.toml that you still want to include. An example of such a package may be pip.

    • Type: function that evaluates to a(n) list of package

    • Default:

    • ps: []
      
    • Example:

    • ps: [ps.numpy]
      
    • Which Poetry 1.2.0+ dependency groups to install for this c kernel.

    • Type: list of string

    • Default:

    • ["dev"]
      
    • Example:

    • ["dev" "doc"]
      
    • Name of the c kernel.

    • Type: string

    • Default:

    • "c-‹name›"
      
    • Example:

    • "example"
      
    • nixpkgs flake input to be used for this c kernel.

    • Type: path

    • Default:

    • "/nix/store/n0f21zpy9w90sa9v75iwx6fmk897z3nw-source"
      
    • Example:

    • "self.inputs.nixpkgs
      "
      
    • Path to overrides.nix file which provides python package overrides for this c kernel.

    • Type: path

    • Default:

    • self + "/kernels/available/c/overrides.nix"
      
    • Example:

    • self + "/kernels/c/overrides.nix"
      
    • poetry2nix flake input to be used for this c kernel.

    • Type: path

    • Default:

    • self.inputs.poetry2nix
      
    • Example:

    • self.inputs.poetry2nix
      
    • Path to poetry.lock of the poetry project that provides this c kernel.

    • Type: path

    • Default:

    • kernel.c.<name>.projectDir + "/poetry.lock"
      
    • Example:

    • self + "/kernels/c/poetry.lock"
      
    • Use wheels rather than sdist as much as possible.

    • Type: boolean

    • Default:

    • false
      
    • Example:

    • true
      
    • Path to the root of the poetry project that provides this c kernel.

    • Type: path

    • Default:

    • self + "/kernels/available/c"
      
    • Example:

    • self + "/kernels/c"
      
    • Path to pyproject.toml of the poetry project that provides this c kernel.

    • Type: path

    • Default:

    • kernel.c.<name>.projectDir + "/pyproject.toml"
      
    • Example:

    • self + "/kernels/c/pyproject.toml"
      
    • Name of the python interpreter (from nixpkgs) to be used for this c kernel.

    • Type: string

    • Default:

    • "python3"
      
    • Example:

    • "python310"
      
    • A list of required runtime packages for this c kernel.

    • Type: list of package

    • Default:

    • [{"_type": "derivation", "name": "gcc-wrapper-11.3.0"}]
      
    • A list of runtime packages available in this c kernel.

    • Type: list of package

    • Default:

    • []
      
    • Should we use default overrides provided by poetry2nix.

    • Type: boolean

    • Default:

    • true
      
    • Example:

    • false
      
  • A elm kernel for IPython.

  • Type: attribute set of (submodule)

  • Default:

  • {}
    
  • Example:

  • "{
      kernel.elm."example".enable = true;
    }
    "
    
    • Display name of the elm kernel.

    • Type: string

    • Default:

    • "elm elm-‹name› kernel"
      
    • Example:

    • "elm example kernel"
      
    • A mapping from package name to source directory, these will be installed in editable mode. Note that path dependencies with develop = true will be installed in editable mode unless explicitly passed to editablePackageSources as null.

    • Type: attribute set of (null or path)

    • Default:

    • {}
      
    • Example:

    • {}
      
    • Enable elm kernel.

    • Type: boolean

    • Default:

    • false
      
    • Example:

    • true
      
    • A function taking a Python package set and returning a list of extra packages to include in the environment. This is intended for packages deliberately not added to pyproject.toml that you still want to include. An example of such a package may be pip.

    • Type: function that evaluates to a(n) list of package

    • Default:

    • ps: []
      
    • Example:

    • ps: [ps.numpy]
      
    • Which Poetry 1.2.0+ dependency groups to install for this elm kernel.

    • Type: list of string

    • Default:

    • ["dev"]
      
    • Example:

    • ["dev" "doc"]
      
    • Name of the elm kernel.

    • Type: string

    • Default:

    • "elm-‹name›"
      
    • Example:

    • "example"
      
    • nixpkgs flake input to be used for this elm kernel.

    • Type: path

    • Default:

    • "/nix/store/n0f21zpy9w90sa9v75iwx6fmk897z3nw-source"
      
    • Example:

    • "self.inputs.nixpkgs
      "
      
    • Path to overrides.nix file which provides python package overrides for this elm kernel.

    • Type: path

    • Default:

    • self + "/kernels/available/elm/overrides.nix"
      
    • Example:

    • self + "/kernels/elm/overrides.nix"
      
    • poetry2nix flake input to be used for this elm kernel.

    • Type: path

    • Default:

    • self.inputs.poetry2nix
      
    • Example:

    • self.inputs.poetry2nix
      
    • Path to poetry.lock of the poetry project that provides this elm kernel.

    • Type: path

    • Default:

    • kernel.elm.<name>.projectDir + "/poetry.lock"
      
    • Example:

    • self + "/kernels/elm/poetry.lock"
      
    • Use wheels rather than sdist as much as possible.

    • Type: boolean

    • Default:

    • false
      
    • Example:

    • true
      
    • Path to the root of the poetry project that provides this elm kernel.

    • Type: path

    • Default:

    • self + "/kernels/available/elm"
      
    • Example:

    • self + "/kernels/elm"
      
    • Path to pyproject.toml of the poetry project that provides this elm kernel.

    • Type: path

    • Default:

    • kernel.elm.<name>.projectDir + "/pyproject.toml"
      
    • Example:

    • self + "/kernels/elm/pyproject.toml"
      
    • Name of the python interpreter (from nixpkgs) to be used for this elm kernel.

    • Type: string

    • Default:

    • "python3"
      
    • Example:

    • "python310"
      
    • A list of required runtime packages for this elm kernel.

    • Type: list of package

    • Default:

    • [{"_type": "derivation", "name": "elm-0.19.1"}]
      
    • A list of runtime packages available in this elm kernel.

    • Type: list of package

    • Default:

    • []
      
    • Should we use default overrides provided by poetry2nix.

    • Type: boolean

    • Default:

    • true
      
    • Example:

    • false
      
  • A go kernel for IPython.

  • Type: attribute set of (submodule)

  • Default:

  • {}
    
  • Example:

  • "{
      kernel.go."example".enable = true;
    }
    "
    
    • Display name of the go kernel.

    • Type: string

    • Default:

    • "go go-‹name› kernel"
      
    • Example:

    • "go example kernel"
      
    • Enable go kernel.

    • Type: boolean

    • Default:

    • false
      
    • Example:

    • true
      
    • Name of the go kernel.

    • Type: string

    • Default:

    • "go-‹name›"
      
    • Example:

    • "example"
      
    • nixpkgs flake input to be used for this go kernel.

    • Type: path

    • Default:

    • "/nix/store/n0f21zpy9w90sa9v75iwx6fmk897z3nw-source"
      
    • Example:

    • "self.inputs.nixpkgs
      "
      
    • A list of required runtime packages for this go kernel.

    • Type: list of package

    • Default:

    • []
      
    • A list of runtime packages available in this go kernel.

    • Type: list of package

    • Default:

    • []
      
  • A haskell kernel for IPython.

  • Type: attribute set of (submodule)

  • Default:

  • {}
    
  • Example:

  • "{
      kernel.haskell."example".enable = true;
    }
    "
    
    • Display name of the haskell kernel.

    • Type: string

    • Default:

    • "haskell haskell-‹name› kernel"
      
    • Example:

    • "haskell example kernel"
      
    • Enable haskell kernel.

    • Type: boolean

    • Default:

    • false
      
    • Example:

    • true
      
    • haskell compiler flags

    • Type: string

    • Default:

    • "-M3g -N2"
      
    • Example:

    • "-M3g -N2"
      
    • extra haskell packages

    • Type: function that evaluates to a(n) list of package

    • Default:

    • "<function>"
      
    • Example:

    • "(_: [])"
      
    • haskell compiler

    • Type: string

    • Default:

    • "ghc902"
      
    • Example:

    • "ghc902"
      
    • ihaskell flake input to be used for this haskell kernel.

    • Type: path

    • Default:

    • "/nix/store/xf33sbl7ihwap51vdsxh8fm3q3rxprdg-source"
      
    • Example:

    • "self.inputs.ihaskell
      "
      
    • Name of the haskell kernel.

    • Type: string

    • Default:

    • "haskell-‹name›"
      
    • Example:

    • "example"
      
    • nixpkgs flake input to be used for this haskell kernel.

    • Type: path

    • Default:

    • "/nix/store/n0f21zpy9w90sa9v75iwx6fmk897z3nw-source"
      
    • Example:

    • "self.inputs.nixpkgs
      "
      
    • A list of required runtime packages for this haskell kernel.

    • Type: list of package

    • Default:

    • [{"_type": "derivation", "name": "ghc-9.0.2"}]
      
    • A list of runtime packages available in this haskell kernel.

    • Type: list of package

    • Default:

    • []
      
  • A javascript kernel for IPython.

  • Type: attribute set of (submodule)

  • Default:

  • {}
    
  • Example:

  • "{
      kernel.javascript."example".enable = true;
    }
    "
    
    • Display name of the javascript kernel.

    • Type: string

    • Default:

    • "javascript javascript-‹name› kernel"
      
    • Example:

    • "javascript example kernel"
      
    • Enable javascript kernel.

    • Type: boolean

    • Default:

    • false
      
    • Example:

    • true
      
    • Name of the javascript kernel.

    • Type: string

    • Default:

    • "javascript-‹name›"
      
    • Example:

    • "example"
      
    • nixpkgs flake input to be used for this javascript kernel.

    • Type: path

    • Default:

    • "/nix/store/n0f21zpy9w90sa9v75iwx6fmk897z3nw-source"
      
    • Example:

    • "self.inputs.nixpkgs
      "
      
    • A list of required runtime packages for this javascript kernel.

    • Type: list of package

    • Default:

    • []
      
    • A list of runtime packages available in this javascript kernel.

    • Type: list of package

    • Default:

    • []
      
  • A julia kernel for IPython.

  • Type: attribute set of (submodule)

  • Default:

  • {}
    
  • Example:

  • "{
      kernel.julia."example".enable = true;
    }
    "
    
    • Julia path

    • Type: string

    • Default:

    • "~/.julia"
      
    • Example:

    • "~/.julia"
      
    • Julia activate directory

    • Type: string

    • Default:

    • ""
      
    • Example:

    • ""
      
    • Display name of the julia kernel.

    • Type: string

    • Default:

    • "julia julia-‹name› kernel"
      
    • Example:

    • "julia example kernel"
      
    • Enable julia kernel.

    • Type: boolean

    • Default:

    • false
      
    • Example:

    • true
      
    • Julia revision

    • Type: string

    • Default:

    • "6TIq1"
      
    • Example:

    • "6TIq1"
      
    • Name of the julia kernel.

    • Type: string

    • Default:

    • "julia-‹name›"
      
    • Example:

    • "example"
      
    • nixpkgs flake input to be used for this julia kernel.

    • Type: path

    • Default:

    • "/nix/store/n0f21zpy9w90sa9v75iwx6fmk897z3nw-source"
      
    • Example:

    • "self.inputs.nixpkgs
      "
      
    • A list of required runtime packages for this julia kernel.

    • Type: list of package

    • Default:

    • []
      
    • A list of runtime packages available in this julia kernel.

    • Type: list of package

    • Default:

    • []
      
  • A nix kernel for IPython.

  • Type: attribute set of (submodule)

  • Default:

  • {}
    
  • Example:

  • "{
      kernel.nix."example".enable = true;
    }
    "
    
    • Display name of the nix kernel.

    • Type: string

    • Default:

    • "nix nix-‹name› kernel"
      
    • Example:

    • "nix example kernel"
      
    • A mapping from package name to source directory, these will be installed in editable mode. Note that path dependencies with develop = true will be installed in editable mode unless explicitly passed to editablePackageSources as null.

    • Type: attribute set of (null or path)

    • Default:

    • {}
      
    • Example:

    • {}
      
    • Enable nix kernel.

    • Type: boolean

    • Default:

    • false
      
    • Example:

    • true
      
    • A function taking a Python package set and returning a list of extra packages to include in the environment. This is intended for packages deliberately not added to pyproject.toml that you still want to include. An example of such a package may be pip.

    • Type: function that evaluates to a(n) list of package

    • Default:

    • ps: []
      
    • Example:

    • ps: [ps.numpy]
      
    • Which Poetry 1.2.0+ dependency groups to install for this nix kernel.

    • Type: list of string

    • Default:

    • ["dev"]
      
    • Example:

    • ["dev" "doc"]
      
    • Name of the nix kernel.

    • Type: string

    • Default:

    • "nix-‹name›"
      
    • Example:

    • "example"
      
    • nixpkgs flake input to be used for this nix kernel.

    • Type: path

    • Default:

    • "/nix/store/n0f21zpy9w90sa9v75iwx6fmk897z3nw-source"
      
    • Example:

    • "self.inputs.nixpkgs
      "
      
    • Path to overrides.nix file which provides python package overrides for this nix kernel.

    • Type: path

    • Default:

    • self + "/kernels/available/nix/overrides.nix"
      
    • Example:

    • self + "/kernels/nix/overrides.nix"
      
    • poetry2nix flake input to be used for this nix kernel.

    • Type: path

    • Default:

    • self.inputs.poetry2nix
      
    • Example:

    • self.inputs.poetry2nix
      
    • Path to poetry.lock of the poetry project that provides this nix kernel.

    • Type: path

    • Default:

    • kernel.nix.<name>.projectDir + "/poetry.lock"
      
    • Example:

    • self + "/kernels/nix/poetry.lock"
      
    • Use wheels rather than sdist as much as possible.

    • Type: boolean

    • Default:

    • false
      
    • Example:

    • true
      
    • Path to the root of the poetry project that provides this nix kernel.

    • Type: path

    • Default:

    • self + "/kernels/available/nix"
      
    • Example:

    • self + "/kernels/nix"
      
    • Path to pyproject.toml of the poetry project that provides this nix kernel.

    • Type: path

    • Default:

    • kernel.nix.<name>.projectDir + "/pyproject.toml"
      
    • Example:

    • self + "/kernels/nix/pyproject.toml"
      
    • Name of the python interpreter (from nixpkgs) to be used for this nix kernel.

    • Type: string

    • Default:

    • "python3"
      
    • Example:

    • "python310"
      
    • A list of required runtime packages for this nix kernel.

    • Type: list of package

    • Default:

    • [{"_type": "derivation", "name": "nix-2.11.0"}]
      
    • A list of runtime packages available in this nix kernel.

    • Type: list of package

    • Default:

    • []
      
    • Should we use default overrides provided by poetry2nix.

    • Type: boolean

    • Default:

    • true
      
    • Example:

    • false
      
  • A ocaml kernel for IPython.

  • Type: attribute set of (submodule)

  • Default:

  • {}
    
  • Example:

  • "{
      kernel.ocaml."example".enable = true;
    }
    "
    
    • Display name of the ocaml kernel.

    • Type: string

    • Default:

    • "ocaml ocaml-‹name› kernel"
      
    • Example:

    • "ocaml example kernel"
      
    • Enable ocaml kernel.

    • Type: boolean

    • Default:

    • false
      
    • Example:

    • true
      
    • Name of the ocaml kernel.

    • Type: string

    • Default:

    • "ocaml-‹name›"
      
    • Example:

    • "example"
      
    • nixpkgs flake input to be used for this ocaml kernel.

    • Type: path

    • Default:

    • "/nix/store/n0f21zpy9w90sa9v75iwx6fmk897z3nw-source"
      
    • Example:

    • "self.inputs.nixpkgs
      "
      
    • Attribute set of user desired OCaml packages.

    • Type: attribute set

    • Default:

    • {}
      
    • Example:

    • "{ hex = "*"; owl = "*"; }
      "
      
    • opam-nix flake input to be used for this ocaml kernel.

    • Type: path

    • Default:

    • "/nix/store/7f9kdy6xs95vgciy4s5d0wbmgpyjzf6f-source"
      
    • Example:

    • "self.inputs.opam-nix
      "
      
    • See the opam-nix queryToScope first argument which is the same as buildDunePackage.

    • Type: attribute set

    • Default:

    • {}
      
    • List of directories containing .opam files.

    • Type: list of path

    • Default:

    • []
      
    • Example:

    • "[ self.inputs.myOpamProject ]
      "
      
    • Attribute set of required OCaml packages.

    • Type: attribute set

    • Default:

    • {"merlin": "*"}
      
    • Example:

    • "{ merlin = "*"; }
      "
      
    • A list of required runtime packages for this ocaml kernel.

    • Type: list of package

    • Default:

    • []
      
    • A list of runtime packages available in this ocaml kernel.

    • Type: list of package

    • Default:

    • []
      
  • A postgres kernel for IPython.

  • Type: attribute set of (submodule)

  • Default:

  • {}
    
  • Example:

  • "{
      kernel.postgres."example".enable = true;
    }
    "
    
    • Display name of the postgres kernel.

    • Type: string

    • Default:

    • "postgres postgres-‹name› kernel"
      
    • Example:

    • "postgres example kernel"
      
    • A mapping from package name to source directory, these will be installed in editable mode. Note that path dependencies with develop = true will be installed in editable mode unless explicitly passed to editablePackageSources as null.

    • Type: attribute set of (null or path)

    • Default:

    • {}
      
    • Example:

    • {}
      
    • Enable postgres kernel.

    • Type: boolean

    • Default:

    • false
      
    • Example:

    • true
      
    • A function taking a Python package set and returning a list of extra packages to include in the environment. This is intended for packages deliberately not added to pyproject.toml that you still want to include. An example of such a package may be pip.

    • Type: function that evaluates to a(n) list of package

    • Default:

    • ps: []
      
    • Example:

    • ps: [ps.numpy]
      
    • Which Poetry 1.2.0+ dependency groups to install for this postgres kernel.

    • Type: list of string

    • Default:

    • ["dev"]
      
    • Example:

    • ["dev" "doc"]
      
    • Name of the postgres kernel.

    • Type: string

    • Default:

    • "postgres-‹name›"
      
    • Example:

    • "example"
      
    • nixpkgs flake input to be used for this postgres kernel.

    • Type: path

    • Default:

    • "/nix/store/n0f21zpy9w90sa9v75iwx6fmk897z3nw-source"
      
    • Example:

    • "self.inputs.nixpkgs
      "
      
    • Path to overrides.nix file which provides python package overrides for this postgres kernel.

    • Type: path

    • Default:

    • self + "/kernels/available/postgres/overrides.nix"
      
    • Example:

    • self + "/kernels/postgres/overrides.nix"
      
    • poetry2nix flake input to be used for this postgres kernel.

    • Type: path

    • Default:

    • self.inputs.poetry2nix
      
    • Example:

    • self.inputs.poetry2nix
      
    • Path to poetry.lock of the poetry project that provides this postgres kernel.

    • Type: path

    • Default:

    • kernel.postgres.<name>.projectDir + "/poetry.lock"
      
    • Example:

    • self + "/kernels/postgres/poetry.lock"
      
    • Use wheels rather than sdist as much as possible.

    • Type: boolean

    • Default:

    • false
      
    • Example:

    • true
      
    • Path to the root of the poetry project that provides this postgres kernel.

    • Type: path

    • Default:

    • self + "/kernels/available/postgres"
      
    • Example:

    • self + "/kernels/postgres"
      
    • Path to pyproject.toml of the poetry project that provides this postgres kernel.

    • Type: path

    • Default:

    • kernel.postgres.<name>.projectDir + "/pyproject.toml"
      
    • Example:

    • self + "/kernels/postgres/pyproject.toml"
      
    • Name of the python interpreter (from nixpkgs) to be used for this postgres kernel.

    • Type: string

    • Default:

    • "python3"
      
    • Example:

    • "python310"
      
    • A list of required runtime packages for this postgres kernel.

    • Type: list of package

    • Default:

    • []
      
    • A list of runtime packages available in this postgres kernel.

    • Type: list of package

    • Default:

    • []
      
    • Should we use default overrides provided by poetry2nix.

    • Type: boolean

    • Default:

    • true
      
    • Example:

    • false
      
  • A python kernel for IPython.

  • Type: attribute set of (submodule)

  • Default:

  • {}
    
  • Example:

  • "{
      kernel.python."example".enable = true;
    }
    "
    
    • Display name of the python kernel.

    • Type: string

    • Default:

    • "python python-‹name› kernel"
      
    • Example:

    • "python example kernel"
      
    • A mapping from package name to source directory, these will be installed in editable mode. Note that path dependencies with develop = true will be installed in editable mode unless explicitly passed to editablePackageSources as null.

    • Type: attribute set of (null or path)

    • Default:

    • {}
      
    • Example:

    • {}
      
    • Enable python kernel.

    • Type: boolean

    • Default:

    • false
      
    • Example:

    • true
      
    • A function taking a Python package set and returning a list of extra packages to include in the environment. This is intended for packages deliberately not added to pyproject.toml that you still want to include. An example of such a package may be pip.

    • Type: function that evaluates to a(n) list of package

    • Default:

    • ps: []
      
    • Example:

    • ps: [ps.numpy]
      
    • Which Poetry 1.2.0+ dependency groups to install for this python kernel.

    • Type: list of string

    • Default:

    • ["dev"]
      
    • Example:

    • ["dev" "doc"]
      
    • Name of the python kernel.

    • Type: string

    • Default:

    • "python-‹name›"
      
    • Example:

    • "example"
      
    • nixpkgs flake input to be used for this python kernel.

    • Type: path

    • Default:

    • "/nix/store/n0f21zpy9w90sa9v75iwx6fmk897z3nw-source"
      
    • Example:

    • "self.inputs.nixpkgs
      "
      
    • Path to overrides.nix file which provides python package overrides for this python kernel.

    • Type: path

    • Default:

    • self + "/kernels/available/python/overrides.nix"
      
    • Example:

    • self + "/kernels/python/overrides.nix"
      
    • poetry2nix flake input to be used for this python kernel.

    • Type: path

    • Default:

    • self.inputs.poetry2nix
      
    • Example:

    • self.inputs.poetry2nix
      
    • Path to poetry.lock of the poetry project that provides this python kernel.

    • Type: path

    • Default:

    • kernel.python.<name>.projectDir + "/poetry.lock"
      
    • Example:

    • self + "/kernels/python/poetry.lock"
      
    • Use wheels rather than sdist as much as possible.

    • Type: boolean

    • Default:

    • false
      
    • Example:

    • true
      
    • Path to the root of the poetry project that provides this python kernel.

    • Type: path

    • Default:

    • self + "/kernels/available/python"
      
    • Example:

    • self + "/kernels/python"
      
    • Path to pyproject.toml of the poetry project that provides this python kernel.

    • Type: path

    • Default:

    • kernel.python.<name>.projectDir + "/pyproject.toml"
      
    • Example:

    • self + "/kernels/python/pyproject.toml"
      
    • Name of the python interpreter (from nixpkgs) to be used for this python kernel.

    • Type: string

    • Default:

    • "python3"
      
    • Example:

    • "python310"
      
    • A list of required runtime packages for this python kernel.

    • Type: list of package

    • Default:

    • []
      
    • A list of runtime packages available in this python kernel.

    • Type: list of package

    • Default:

    • []
      
    • Should we use default overrides provided by poetry2nix.

    • Type: boolean

    • Default:

    • true
      
    • Example:

    • false
      
  • A r kernel for IPython.

  • Type: attribute set of (submodule)

  • Default:

  • {}
    
  • Example:

  • "{
      kernel.r."example".enable = true;
    }
    "
    
    • Display name of the r kernel.

    • Type: string

    • Default:

    • "r r-‹name› kernel"
      
    • Example:

    • "r example kernel"
      
    • Enable r kernel.

    • Type: boolean

    • Default:

    • false
      
    • Example:

    • true
      
    • Extra R packages.

    • Type: function that evaluates to a(n) list of package

    • Default:

    • "<function>"
      
    • Example:

    • "(p: [p.foreign p.ggplot2])"
      
    • Name of the r kernel.

    • Type: string

    • Default:

    • "r-‹name›"
      
    • Example:

    • "example"
      
    • nixpkgs flake input to be used for this r kernel.

    • Type: path

    • Default:

    • "/nix/store/n0f21zpy9w90sa9v75iwx6fmk897z3nw-source"
      
    • Example:

    • "self.inputs.nixpkgs
      "
      
    • A set of R packages.

    • Type: attribute set

    • Default:

    • {"A3": {"_type": "derivation", "name": "r-A3-1.0.0"}, "AATtools": {"_type": "derivation", "name": "r-AATtools-0.0.2"}, "ABACUS": {"_type": "derivation", "name": "r-ABACUS-1.0.0"}, "ABAData": {"_type": "derivation", "name": "r-ABAData-1.24.0"}, "ABAEnrichment": {"_type": "derivation", "name": "r-ABAEnrichment-1.24.0"}, "ABC_RAP": {"_type": "derivation", "name": "r-ABC.RAP-0.9.0"}, "ABCanalysis": {"_type": "derivation", "name": "r-ABCanalysis-1.2.1"}, "ABCoptim": {"_type": "derivation", "name": "r-ABCoptim-0.15.0"}, "ABCp2": {"_type": "derivation", "name": "r-ABCp2-1.2"}, "ABHgenotypeR": {"_type": "derivation", "name": "r-ABHgenotypeR-1.0.1"}, "ABPS": {"_type": "derivation", "name": "r-ABPS-0.3"}, "ABSSeq": {"_type": "derivation", "name": "r-ABSSeq-1.50.0"}, "ABarray": {"_type": "derivation", "name": "r-ABarray-1.64.0"}, "ACA": {"_type": "derivation", "name": "r-ACA-1.1"}, "ACD": {"_type": "derivation", "name": "r-ACD-1.5.3"}, "ACDC": {"_type": "derivation", "name": "r-ACDC-1.0.0"}, "ACDm": {"_type": "derivation", "name": "r-ACDm-1.0.4.1"}, "ACE": {"_type": "derivation", "name": "r-ACE-1.14.0"}, "ACEP": {"_type": "derivation", "name": "r-ACEP-0.0.1"}, "ACEsearch": {"_type": "derivation", "name": "r-ACEsearch-1.0.0"}, "ACEsimFit": {"_type": "derivation", "name": "r-ACEsimFit-0.0.0.9"}, "ACEt": {"_type": "derivation", "name": "r-ACEt-1.8.2"}, "ACME": {"_type": "derivation", "name": "r-ACME-2.52.0"}, "ACNE": {"_type": "derivation", "name": "r-ACNE-0.8.1"}, "ACSNMineR": {"_type": "derivation", "name": "r-ACSNMineR-0.16.8.25"}, "ACSWR": {"_type": "derivation", "name": "r-ACSWR-1.0"}, "ACTCD": {"_type": "derivation", "name": "r-ACTCD-1.2-0"}, "ACV": {"_type": "derivation", "name": "r-ACV-1.0.2"}, "ACWR": {"_type": "derivation", "name": "r-ACWR-0.1.0"}, "ADAM": {"_type": "derivation", "name": "r-ADAM-1.12.0"}, "ADAMgui": {"_type": "derivation", "name": "r-ADAMgui-1.12.0"}, "ADAPTS": {"_type": "derivation", "name": "r-ADAPTS-1.0.22"}, "ADCT": {"_type": "derivation", "name": "r-ADCT-0.1.0"}, "ADDT": {"_type": "derivation", "name": "r-ADDT-2.0"}, "ADER": {"_type": "derivation", "name": "r-ADER-1.4"}, "ADGofTest": {"_type": "derivation", "name": "r-ADGofTest-0.3"}, "ADImpute": {"_type": "derivation", "name": "r-ADImpute-1.6.0"}, "ADMM": {"_type": "derivation", "name": "r-ADMM-0.3.3"}, "ADMMnet": {"_type": "derivation", "name": "r-ADMMnet-0.1.1"}, "ADMMsigma": {"_type": "derivation", "name": "r-ADMMsigma-2.1"}, "ADMUR": {"_type": "derivation", "name": "r-ADMUR-1.0.3"}, "ADP": {"_type": "derivation", "name": "r-ADP-0.1.6"}, "ADPF": {"_type": "derivation", "name": "r-ADPF-0.0.1"}, "ADPclust": {"_type": "derivation", "name": "r-ADPclust-0.7"}, "ADVICE": {"_type": "derivation", "name": "r-ADVICE-1.0"}, "ADaCGH2": {"_type": "derivation", "name": "r-ADaCGH2-2.36.0"}, "AEDForecasting": {"_type": "derivation", "name": "r-AEDForecasting-0.20.0"}, "AEP": {"_type": "derivation", "name": "r-AEP-0.1.4"}, "AER": {"_type": "derivation", "name": "r-AER-1.2-10"}, "AEenrich": {"_type": "derivation", "name": "r-AEenrich-1.1.0"}, "AF": {"_type": "derivation", "name": "r-AF-0.1.5"}, "AFM": {"_type": "derivation", "name": "r-AFM-2.0"}, "AFR": {"_type": "derivation", "name": "r-AFR-0.2.1"}, "AFheritability": {"_type": "derivation", "name": "r-AFheritability-0.1.0"}, "AGD": {"_type": "derivation", "name": "r-AGD-0.39"}, "AGDEX": {"_type": "derivation", "name": "r-AGDEX-1.44.0"}, "AGHmatrix": {"_type": "derivation", "name": "r-AGHmatrix-2.0.4"}, "AGPRIS": {"_type": "derivation", "name": "r-AGPRIS-1.0"}, "AGSDest": {"_type": "derivation", "name": "r-AGSDest-2.3.4"}, "AGread": {"_type": "derivation", "name": "r-AGread-1.3.2"}, "AHCytoBands": {"_type": "derivation", "name": "r-AHCytoBands-0.99.1"}, "AHEnsDbs": {"_type": "derivation", "name": "r-AHEnsDbs-1.1.7"}, "AHLRBaseDbs": {"_type": "derivation", "name": "r-AHLRBaseDbs-1.4.0"}, "AHM": {"_type": "derivation", "name": "r-AHM-1.0.1"}, "AHMbook": {"_type": "derivation", "name": "r-AHMbook-0.2.6"}, "AHMeSHDbs": {"_type": "derivation", "name": "r-AHMeSHDbs-1.4.0"}, "AHPathbankDbs": {"_type": "derivation", "name": "r-AHPathbankDbs-0.99.5"}, "AHPhybrid": {"_type": "derivation", "name": "r-AHPhybrid-0.1.0"}, "AHPubMedDbs": {"_type": "derivation", "name": "r-AHPubMedDbs-1.4.0"}, "AHSurv": {"_type": "derivation", "name": "r-AHSurv-0.1.0"}, "AHWikipathwaysDbs": {"_type": "derivation", "name": "r-AHWikipathwaysDbs-0.99.4"}, "AICcmodavg": {"_type": "derivation", "name": "r-AICcmodavg-2.3-1"}, "AID": {"_type": "derivation", "name": "r-AID-2.7"}, "AIG": {"_type": "derivation", "name": "r-AIG-0.1.9"}, "AIMS": {"_type": "derivation", "name": "r-AIMS-1.28.0"}, "AIPW": {"_type": "derivation", "name": "r-AIPW-0.6.3.2"}, "ALDEx2": {"_type": "derivation", "name": "r-ALDEx2-1.28.1"}, "ALDqr": {"_type": "derivation", "name": "r-ALDqr-1.0"}, "ALEPlot": {"_type": "derivation", "name": "r-ALEPlot-1.1"}, "ALL": {"_type": "derivation", "name": "r-ALL-1.38.0"}, "ALLMLL": {"_type": "derivation", "name": "r-ALLMLL-1.36.0"}, "ALPS": {"_type": "derivation", "name": "r-ALPS-1.5.0"}, "ALS": {"_type": "derivation", "name": "r-ALS-0.0.7"}, "ALSCPC": {"_type": "derivation", "name": "r-ALSCPC-1.0"}, "ALSM": {"_type": "derivation", "name": "r-ALSM-0.2.0"}, "ALTopt": {"_type": "derivation", "name": "r-ALTopt-0.1.2"}, "ALUES": {"_type": "derivation", "name": "r-ALUES-0.2.1"}, "ALassoSurvIC": {"_type": "derivation", "name": "r-ALassoSurvIC-0.1.0"}, "AMAPVox": {"_type": "derivation", "name": "r-AMAPVox-0.12.0"}, "AMAP_Seq": {"_type": "derivation", "name": "r-AMAP.Seq-1.0"}, "AMARETTO": {"_type": "derivation", "name": "r-AMARETTO-1.12.0"}, "AMCP": {"_type": "derivation", "name": "r-AMCP-1.0.1"}, "AMCTestmakeR": {"_type": "derivation", "name": "r-AMCTestmakeR-1.0.0"}, "AMGET": {"_type": "derivation", "name": "r-AMGET-1.0"}, "AMModels": {"_type": "derivation", "name": "r-AMModels-0.1.4"}, "AMOEBA": {"_type": "derivation", "name": "r-AMOEBA-1.1"}, "AMORE": {"_type": "derivation", "name": "r-AMORE-0.2-16"}, "AMOUNTAIN": {"_type": "derivation", "name": "r-AMOUNTAIN-1.22.0"}, "AMPLE": {"_type": "derivation", "name": "r-AMPLE-1.0.0"}, "AMR": {"_type": "derivation", "name": "r-AMR-1.8.2"}, "ANCOMBC": {"_type": "derivation", "name": "r-ANCOMBC-1.6.4"}, "ANF": {"_type": "derivation", "name": "r-ANF-1.18.0"}, "ANN2": {"_type": "derivation", "name": "r-ANN2-2.3.4"}, "ANOM": {"_type": "derivation", "name": "r-ANOM-0.5"}, "ANOVAIREVA": {"_type": "derivation", "name": "r-ANOVAIREVA-0.1.0"}, "ANOVAShiny": {"_type": "derivation", "name": "r-ANOVAShiny-0.1.0"}, "ANOVAShiny2": {"_type": "derivation", "name": "r-ANOVAShiny2-0.1.0"}, "ANOVAreplication": {"_type": "derivation", "name": "r-ANOVAreplication-1.1.5"}, "ANTs": {"_type": "derivation", "name": "r-ANTs-0.0.16"}, "AOV1R": {"_type": "derivation", "name": "r-AOV1R-0.1.0"}, "APAlyzer": {"_type": "derivation", "name": "r-APAlyzer-1.10.0"}, "APAtree": {"_type": "derivation", "name": "r-APAtree-1.0.1"}, "APCI": {"_type": "derivation", "name": "r-APCI-1.0.5"}, "APCanalysis": {"_type": "derivation", "name": "r-APCanalysis-1.0"}, "APCtools": {"_type": "derivation", "name": "r-APCtools-1.0.1"}, "APFr": {"_type": "derivation", "name": "r-APFr-1.0.2"}, "APIS": {"_type": "derivation", "name": "r-APIS-1.0.1"}, "APL": {"_type": "derivation", "name": "r-APL-1.0.1"}, "APML": {"_type": "derivation", "name": "r-APML-0.0.5"}, "APML0": {"_type": "derivation", "name": "r-APML0-0.10"}, "APPEstimation": {"_type": "derivation", "name": "r-APPEstimation-0.1.1"}, "APSIMBatch": {"_type": "derivation", "name": "r-APSIMBatch-0.1.0.2374"}, "APfun": {"_type": "derivation", "name": "r-APfun-0.1.6"}, "APtools": {"_type": "derivation", "name": "r-APtools-6.8.8"}, "AQEval": {"_type": "derivation", "name": "r-AQEval-0.4.5"}, "AQLSchemes": {"_type": "derivation", "name": "r-AQLSchemes-1.7-1"}, "AQuadtree": {"_type": "derivation", "name": "r-AQuadtree-1.0.2"}, "AR": {"_type": "derivation", "name": "r-AR-1.1"}, "ARCensReg": {"_type": "derivation", "name": "r-ARCensReg-2.1"}, "ARCokrig": {"_type": "derivation", "name": "r-ARCokrig-0.1.2"}, "ARDL": {"_type": "derivation", "name": "r-ARDL-0.2.0"}, "ARHT": {"_type": "derivation", "name": "r-ARHT-0.1.0"}, "ARIMAANN": {"_type": "derivation", "name": "r-ARIMAANN-0.1.0"}, "ARIbrain": {"_type": "derivation", "name": "r-ARIbrain-0.2"}, "AROC": {"_type": "derivation", "name": "r-AROC-1.0-4"}, "ARPALData": {"_type": "derivation", "name": "r-ARPALData-1.2.3"}, "ARPobservation": {"_type": "derivation", "name": "r-ARPobservation-1.2.1"}, "ARRmData": {"_type": "derivation", "name": "r-ARRmData-1.32.0"}, "ARRmNormalization": {"_type": "derivation", "name": "r-ARRmNormalization-1.36.0"}, "ART": {"_type": "derivation", "name": "r-ART-1.0"}, "ARTP2": {"_type": "derivation", "name": "r-ARTP2-0.9.45"}, "ARTofR": {"_type": "derivation", "name": "r-ARTofR-0.4.1"}, "ARTool": {"_type": "derivation", "name": "r-ARTool-0.11.1"}, "ARpLMEC": {"_type": "derivation", "name": "r-ARpLMEC-2.4.1"}, "ASAFE": {"_type": "derivation", "name": "r-ASAFE-1.22.0"}, "ASEB": {"_type": "derivation", "name": "r-ASEB-1.40.0"}, "ASGSCA": {"_type": "derivation", "name": "r-ASGSCA-1.30.0"}, "ASGS_foyer": {"_type": "derivation", "name": "r-ASGS.foyer-0.3.1"}, "ASICS": {"_type": "derivation", "name": "r-ASICS-2.12.1"}, "ASICSdata": {"_type": "derivation", "name": "r-ASICSdata-1.16.0"}, "ASIP": {"_type": "derivation", "name": "r-ASIP-0.4.9"}, "ASMap": {"_type": "derivation", "name": "r-ASMap-1.0-4"}, "ASPBay": {"_type": "derivation", "name": "r-ASPBay-1.2"}, "ASSA": {"_type": "derivation", "name": "r-ASSA-2.0"}, "ASSET": {"_type": "derivation", "name": "r-ASSET-2.14.0"}, "ASSIGN": {"_type": "derivation", "name": "r-ASSIGN-1.32.0"}, "ASSISTant": {"_type": "derivation", "name": "r-ASSISTant-1.4.2"}, "ASSOCShiny": {"_type": "derivation", "name": "r-ASSOCShiny-0.1.0"}, "AST": {"_type": "derivation", "name": "r-AST-0.1.0"}, "ASURAT": {"_type": "derivation", "name": "r-ASURAT-1.0.0"}, "ASV": {"_type": "derivation", "name": "r-ASV-1.1.1"}, "ASpediaFI": {"_type": "derivation", "name": "r-ASpediaFI-1.10.0"}, "ASpli": {"_type": "derivation", "name": "r-ASpli-2.6.0"}, "ATACseqQC": {"_type": "derivation", "name": "r-ATACseqQC-1.20.2"}, "ATAforecasting": {"_type": "derivation", "name": "r-ATAforecasting-0.0.57"}, "ATE": {"_type": "derivation", "name": "r-ATE-0.2.0"}, "ATNr": {"_type": "derivation", "name": "r-ATNr-1.0.1"}, "ATR": {"_type": "derivation", "name": "r-ATR-0.1-1"}, "ATbounds": {"_type": "derivation", "name": "r-ATbounds-0.1.0"}, "ATmet": {"_type": "derivation", "name": "r-ATmet-1.2.1"}, "AUC": {"_type": "derivation", "name": "r-AUC-0.3.2"}, "AUCRF": {"_type": "derivation", "name": "r-AUCRF-1.1"}, "AUCell": {"_type": "derivation", "name": "r-AUCell-1.18.1"}, "AUtests": {"_type": "derivation", "name": "r-AUtests-0.99"}, "AWAPer": {"_type": "derivation", "name": "r-AWAPer-0.1.46"}, "AWFisher": {"_type": "derivation", "name": "r-AWFisher-1.10.0"}, "AWR": {"_type": "derivation", "name": "r-AWR-1.11.189-1"}, "AWR_Athena": {"_type": "derivation", "name": "r-AWR.Athena-2.0.7-0"}, "AWR_KMS": {"_type": "derivation", "name": "r-AWR.KMS-0.1"}, "AWR_Kinesis": {"_type": "derivation", "name": "r-AWR.Kinesis-1.7.3"}, "AZIAD": {"_type": "derivation", "name": "r-AZIAD-0.0.2"}, "Ac3net": {"_type": "derivation", "name": "r-Ac3net-1.2.2"}, "AcceptanceSampling": {"_type": "derivation", "name": "r-AcceptanceSampling-1.0-8"}, "AcousticNDLCodeR": {"_type": "derivation", "name": "r-AcousticNDLCodeR-1.0.2"}, "AcrossTic": {"_type": "derivation", "name": "r-AcrossTic-1.0-3"}, "ActCR": {"_type": "derivation", "name": "r-ActCR-0.3.0"}, "ActFrag": {"_type": "derivation", "name": "r-ActFrag-0.1.1"}, "ActiveDriver": {"_type": "derivation", "name": "r-ActiveDriver-1.0.0"}, "ActiveDriverWGS": {"_type": "derivation", "name": "r-ActiveDriverWGS-1.2.0"}, "ActivePathways": {"_type": "derivation", "name": "r-ActivePathways-1.1.1"}, "ActivityIndex": {"_type": "derivation", "name": "r-ActivityIndex-0.3.7"}, "AcuityView": {"_type": "derivation", "name": "r-AcuityView-0.1"}, "AdMit": {"_type": "derivation", "name": "r-AdMit-2.1.9"}, "AdaSampling": {"_type": "derivation", "name": "r-AdaSampling-1.3"}, "AdapEnetClass": {"_type": "derivation", "name": "r-AdapEnetClass-1.2"}, "AdapSamp": {"_type": "derivation", "name": "r-AdapSamp-1.1.1"}, "AdaptFitOS": {"_type": "derivation", "name": "r-AdaptFitOS-0.69"}, "AdaptGauss": {"_type": "derivation", "name": "r-AdaptGauss-1.5.6"}, "AdaptiveSparsity": {"_type": "derivation", "name": "r-AdaptiveSparsity-1.6"}, "AdequacyModel": {"_type": "derivation", "name": "r-AdequacyModel-2.0.0"}, "AdhereR": {"_type": "derivation", "name": "r-AdhereR-0.8.1"}, "AdhereRViz": {"_type": "derivation", "name": "r-AdhereRViz-0.2.1"}, "AdjBQR": {"_type": "derivation", "name": "r-AdjBQR-1.0"}, "AdvBinomApps": {"_type": "derivation", "name": "r-AdvBinomApps-1.0"}, "AdvDif4": {"_type": "derivation", "name": "r-AdvDif4-0.7.18"}, "AdvancedBasketballStats": {"_type": "derivation", "name": "r-AdvancedBasketballStats-1.0.1"}, "AeRobiology": {"_type": "derivation", "name": "r-AeRobiology-2.0.1"}, "AeroSampleR": {"_type": "derivation", "name": "r-AeroSampleR-0.1.14"}, "AffiXcan": {"_type": "derivation", "name": "r-AffiXcan-1.14.0"}, "AffyCompatible": {"_type": "derivation", "name": "r-AffyCompatible-1.56.0"}, "AffyRNADegradation": {"_type": "derivation", "name": "r-AffyRNADegradation-1.42.0"}, "Affyhgu133A2Expr": {"_type": "derivation", "name": "r-Affyhgu133A2Expr-1.32.0"}, "Affyhgu133Plus2Expr": {"_type": "derivation", "name": "r-Affyhgu133Plus2Expr-1.30.0"}, "Affyhgu133aExpr": {"_type": "derivation", "name": "r-Affyhgu133aExpr-1.34.0"}, "AffymetrixDataTestFiles": {"_type": "derivation", "name": "r-AffymetrixDataTestFiles-0.34.0"}, "Affymoe4302Expr": {"_type": "derivation", "name": "r-Affymoe4302Expr-1.34.0"}, "AggregateR": {"_type": "derivation", "name": "r-AggregateR-0.1.1"}, "AgiMicroRna": {"_type": "derivation", "name": "r-AgiMicroRna-2.46.0"}, "AgreementInterval": {"_type": "derivation", "name": "r-AgreementInterval-0.1.1"}, "AgroR": {"_type": "derivation", "name": "r-AgroR-1.3.1"}, "AgroReg": {"_type": "derivation", "name": "r-AgroReg-1.2.7"}, "AgroTech": {"_type": "derivation", "name": "r-AgroTech-1.0.2"}, "AhoCorasickTrie": {"_type": "derivation", "name": "r-AhoCorasickTrie-0.1.2"}, "AirMonitor": {"_type": "derivation", "name": "r-AirMonitor-0.2.2"}, "AirSensor": {"_type": "derivation", "name": "r-AirSensor-1.0.8"}, "Ake": {"_type": "derivation", "name": "r-Ake-1.0.1"}, "AlgDesign": {"_type": "derivation", "name": "r-AlgDesign-1.2.1"}, "AlgebraicHaploPackage": {"_type": "derivation", "name": "r-AlgebraicHaploPackage-1.2"}, "AllPossibleSpellings": {"_type": "derivation", "name": "r-AllPossibleSpellings-1.1"}, "AlleleRetain": {"_type": "derivation", "name": "r-AlleleRetain-2.0.2"}, "AlleleShift": {"_type": "derivation", "name": "r-AlleleShift-1.1"}, "AllelicImbalance": {"_type": "derivation", "name": "r-AllelicImbalance-1.34.0"}, "Allspice": {"_type": "derivation", "name": "r-Allspice-1.0.5"}, "AlphaBeta": {"_type": "derivation", "name": "r-AlphaBeta-1.10.0"}, "AlphaHull3D": {"_type": "derivation", "name": "r-AlphaHull3D-1.1.0"}, "AlphaPart": {"_type": "derivation", "name": "r-AlphaPart-0.9.7"}, "AlphaSimR": {"_type": "derivation", "name": "r-AlphaSimR-1.3.1"}, "AlphaVantageClient": {"_type": "derivation", "name": "r-AlphaVantageClient-0.0.1"}, "AlpsNMR": {"_type": "derivation", "name": "r-AlpsNMR-3.6.1"}, "Amelia": {"_type": "derivation", "name": "r-Amelia-1.8.0"}, "AmericanCallOpt": {"_type": "derivation", "name": "r-AmericanCallOpt-0.95"}, "AmesHousing": {"_type": "derivation", "name": "r-AmesHousing-0.0.4"}, "AmigaFFH": {"_type": "derivation", "name": "r-AmigaFFH-0.4.1"}, "AmmoniaConcentration": {"_type": "derivation", "name": "r-AmmoniaConcentration-0.1"}, "AmoudSurv": {"_type": "derivation", "name": "r-AmoudSurv-0.1.0"}, "AmpAffyExample": {"_type": "derivation", "name": "r-AmpAffyExample-1.36.0"}, "AmpGram": {"_type": "derivation", "name": "r-AmpGram-1.0"}, "AmpliconDuo": {"_type": "derivation", "name": "r-AmpliconDuo-1.1.1"}, "AmyloGram": {"_type": "derivation", "name": "r-AmyloGram-1.1"}, "AnDE": {"_type": "derivation", "name": "r-AnDE-1.0"}, "AnVIL": {"_type": "derivation", "name": "r-AnVIL-1.8.7"}, "AnVILBilling": {"_type": "derivation", "name": "r-AnVILBilling-1.6.0"}, "AnVILPublish": {"_type": "derivation", "name": "r-AnVILPublish-1.6.0"}, "AnaCoDa": {"_type": "derivation", "name": "r-AnaCoDa-0.1.4.4"}, "Anaconda": {"_type": "derivation", "name": "r-Anaconda-0.1.5"}, "AnalyzeFMRI": {"_type": "derivation", "name": "r-AnalyzeFMRI-1.1-24"}, "Anaquin": {"_type": "derivation", "name": "r-Anaquin-2.20.0"}, "AncestryMapper": {"_type": "derivation", "name": "r-AncestryMapper-2.0"}, "AnchorRegression": {"_type": "derivation", "name": "r-AnchorRegression-0.1.3"}, "Andromeda": {"_type": "derivation", "name": "r-Andromeda-0.6.1"}, "AneuFinder": {"_type": "derivation", "name": "r-AneuFinder-1.24.0"}, "AneuFinderData": {"_type": "derivation", "name": "r-AneuFinderData-1.24.0"}, "AnglerCreelSurveySimulation": {"_type": "derivation", "name": "r-AnglerCreelSurveySimulation-1.0.2"}, "AnimalAPD": {"_type": "derivation", "name": "r-AnimalAPD-1.0.0"}, "AnimalHabitatNetwork": {"_type": "derivation", "name": "r-AnimalHabitatNetwork-0.1.0"}, "AnnoProbe": {"_type": "derivation", "name": "r-AnnoProbe-0.1.6"}, "AnnotLists": {"_type": "derivation", "name": "r-AnnotLists-1.2"}, "AnnotationBustR": {"_type": "derivation", "name": "r-AnnotationBustR-1.3.0"}, "AnnotationDbi": {"_type": "derivation", "name": "r-AnnotationDbi-1.58.0"}, "AnnotationFilter": {"_type": "derivation", "name": "r-AnnotationFilter-1.20.0"}, "AnnotationForge": {"_type": "derivation", "name": "r-AnnotationForge-1.38.1"}, "AnnotationHub": {"_type": "derivation", "name": "r-AnnotationHub-3.4.0"}, "AnnotationHubData": {"_type": "derivation", "name": "r-AnnotationHubData-1.26.1"}, "AnnuityRIR": {"_type": "derivation", "name": "r-AnnuityRIR-1.0-0"}, "AntAngioCOOL": {"_type": "derivation", "name": "r-AntAngioCOOL-1.2"}, "AntMAN": {"_type": "derivation", "name": "r-AntMAN-1.1.0"}, "AntWeb": {"_type": "derivation", "name": "r-AntWeb-0.7"}, "AnthropMMD": {"_type": "derivation", "name": "r-AnthropMMD-3.1.0"}, "Anthropometry": {"_type": "derivation", "name": "r-Anthropometry-1.17"}, "AntibodyTiters": {"_type": "derivation", "name": "r-AntibodyTiters-0.1.24"}, "Aoptbdtvc": {"_type": "derivation", "name": "r-Aoptbdtvc-0.0.2"}, "AovBay": {"_type": "derivation", "name": "r-AovBay-0.1.0"}, "ApacheLogProcessor": {"_type": "derivation", "name": "r-ApacheLogProcessor-0.2.3"}, "AppliedPredictiveModeling": {"_type": "derivation", "name": "r-AppliedPredictiveModeling-1.1-7"}, "AquaBPsim": {"_type": "derivation", "name": "r-AquaBPsim-0.0.1"}, "AquaEnv": {"_type": "derivation", "name": "r-AquaEnv-1.0-4"}, "ArArRedux": {"_type": "derivation", "name": "r-ArArRedux-1.0"}, "ArCo": {"_type": "derivation", "name": "r-ArCo-0.3-1"}, "ArDec": {"_type": "derivation", "name": "r-ArDec-2.1-1"}, "ArchaeoChron": {"_type": "derivation", "name": "r-ArchaeoChron-0.1"}, "ArchaeoPhases": {"_type": "derivation", "name": "r-ArchaeoPhases-1.8"}, "ArchaeoPhases_dataset": {"_type": "derivation", "name": "r-ArchaeoPhases.dataset-0.2.0"}, "Arothron": {"_type": "derivation", "name": "r-Arothron-2.0.3"}, "ArrayExpress": {"_type": "derivation", "name": "r-ArrayExpress-1.56.0"}, "ArrayExpressHTS": {"_type": "derivation", "name": "r-ArrayExpressHTS-1.46.0"}, "AshkenazimSonChr21": {"_type": "derivation", "name": "r-AshkenazimSonChr21-1.26.0"}, "AsioHeaders": {"_type": "derivation", "name": "r-AsioHeaders-1.22.1-1"}, "AssessORF": {"_type": "derivation", "name": "r-AssessORF-1.14.0"}, "AssessORFData": {"_type": "derivation", "name": "r-AssessORFData-1.14.0"}, "AssetAllocation": {"_type": "derivation", "name": "r-AssetAllocation-1.0.0"}, "AssetCorr": {"_type": "derivation", "name": "r-AssetCorr-1.0.4"}, "AssetPricing": {"_type": "derivation", "name": "r-AssetPricing-1.0-3"}, "AssocAFC": {"_type": "derivation", "name": "r-AssocAFC-1.0.2"}, "AssocTests": {"_type": "derivation", "name": "r-AssocTests-1.0-1"}, "AssotesteR": {"_type": "derivation", "name": "r-AssotesteR-0.1-10"}, "AsthmaNHANES": {"_type": "derivation", "name": "r-AsthmaNHANES-1.1.0"}, "AsyK": {"_type": "derivation", "name": "r-AsyK-1.5.5"}, "AsymmetricSORDs": {"_type": "derivation", "name": "r-AsymmetricSORDs-1.0.0"}, "AsynchLong": {"_type": "derivation", "name": "r-AsynchLong-2.2"}, "AtmChile": {"_type": "derivation", "name": "r-AtmChile-1.0.1"}, "AtmRay": {"_type": "derivation", "name": "r-AtmRay-1.31"}, "AugmenterR": {"_type": "derivation", "name": "r-AugmenterR-0.1.0"}, "AurieLSHGaussian": {"_type": "derivation", "name": "r-AurieLSHGaussian-0.2.0"}, "AustralianPoliticians": {"_type": "derivation", "name": "r-AustralianPoliticians-0.1.0"}, "AutoDeskR": {"_type": "derivation", "name": "r-AutoDeskR-0.1.3"}, "AutoPipe": {"_type": "derivation", "name": "r-AutoPipe-0.1.6"}, "AutoSEARCH": {"_type": "derivation", "name": "r-AutoSEARCH-1.5"}, "AutoScore": {"_type": "derivation", "name": "r-AutoScore-1.0.0"}, "AutoStepwiseGLM": {"_type": "derivation", "name": "r-AutoStepwiseGLM-0.2.0"}, "AutoWeatherIndices": {"_type": "derivation", "name": "r-AutoWeatherIndices-0.1.0"}, "Autoplotprotein": {"_type": "derivation", "name": "r-Autoplotprotein-1.1"}, "AutoregressionMDE": {"_type": "derivation", "name": "r-AutoregressionMDE-1.0"}, "Autoseed": {"_type": "derivation", "name": "r-Autoseed-0.1.0"}, "Autotuner": {"_type": "derivation", "name": "r-Autotuner-1.7.0"}, "AvInertia": {"_type": "derivation", "name": "r-AvInertia-0.0.2"}, "AzureAppInsights": {"_type": "derivation", "name": "r-AzureAppInsights-0.3.0"}, "AzureAuth": {"_type": "derivation", "name": "r-AzureAuth-1.3.3"}, "AzureCognitive": {"_type": "derivation", "name": "r-AzureCognitive-1.0.1"}, "AzureContainers": {"_type": "derivation", "name": "r-AzureContainers-1.3.2"}, "AzureCosmosR": {"_type": "derivation", "name": "r-AzureCosmosR-1.0.0"}, "AzureGraph": {"_type": "derivation", "name": "r-AzureGraph-1.3.2"}, "AzureKeyVault": {"_type": "derivation", "name": "r-AzureKeyVault-1.0.5"}, "AzureKusto": {"_type": "derivation", "name": "r-AzureKusto-1.0.7"}, "AzureQstor": {"_type": "derivation", "name": "r-AzureQstor-1.0.1"}, "AzureRMR": {"_type": "derivation", "name": "r-AzureRMR-2.4.3"}, "AzureStor": {"_type": "derivation", "name": "r-AzureStor-3.7.0"}, "AzureTableStor": {"_type": "derivation", "name": "r-AzureTableStor-1.0.0"}, "AzureVM": {"_type": "derivation", "name": "r-AzureVM-2.2.2"}, "AzureVMmetadata": {"_type": "derivation", "name": "r-AzureVMmetadata-1.0.1"}, "AzureVision": {"_type": "derivation", "name": "r-AzureVision-1.0.2"}, "BAC": {"_type": "derivation", "name": "r-BAC-1.56.0"}, "BACCO": {"_type": "derivation", "name": "r-BACCO-2.0-9"}, "BACCT": {"_type": "derivation", "name": "r-BACCT-1.0"}, "BACprior": {"_type": "derivation", "name": "r-BACprior-2.1"}, "BADER": {"_type": "derivation", "name": "r-BADER-1.34.0"}, "BAEssd": {"_type": "derivation", "name": "r-BAEssd-1.0.1"}, "BAGS": {"_type": "derivation", "name": "r-BAGS-2.36.0"}, "BAGofT": {"_type": "derivation", "name": "r-BAGofT-1.0.0"}, "BALCONY": {"_type": "derivation", "name": "r-BALCONY-0.2.10"}, "BALD": {"_type": "derivation", "name": "r-BALD-1.0.0-3"}, "BALLI": {"_type": "derivation", "name": "r-BALLI-0.2.0"}, "BAMBI": {"_type": "derivation", "name": "r-BAMBI-2.3.4"}, "BAMMtools": {"_type": "derivation", "name": "r-BAMMtools-2.1.10"}, "BANDITS": {"_type": "derivation", "name": "r-BANDITS-1.12.0"}, "BANOVA": {"_type": "derivation", "name": "r-BANOVA-1.2.1"}, "BARIS": {"_type": "derivation", "name": "r-BARIS-1.1.3"}, "BART": {"_type": "derivation", "name": "r-BART-2.9"}, "BAS": {"_type": "derivation", "name": "r-BAS-1.6.3"}, "BASIX": {"_type": "derivation", "name": "r-BASIX-1.2"}, "BASS": {"_type": "derivation", "name": "r-BASS-1.2.2"}, "BASiCS": {"_type": "derivation", "name": "r-BASiCS-2.8.0"}, "BASiNET": {"_type": "derivation", "name": "r-BASiNET-0.0.5"}, "BASiNETEntropy": {"_type": "derivation", "name": "r-BASiNETEntropy-0.99.5"}, "BAT": {"_type": "derivation", "name": "r-BAT-2.9.0"}, "BAYSTAR": {"_type": "derivation", "name": "r-BAYSTAR-0.2-10"}, "BAwiR": {"_type": "derivation", "name": "r-BAwiR-1.2.7"}, "BB": {"_type": "derivation", "name": "r-BB-2019.10-1"}, "BBCAnalyzer": {"_type": "derivation", "name": "r-BBCAnalyzer-1.26.0"}, "BBEST": {"_type": "derivation", "name": "r-BBEST-0.1-8"}, "BBI": {"_type": "derivation", "name": "r-BBI-0.3.0"}, "BBMM": {"_type": "derivation", "name": "r-BBMM-3.0"}, "BBMV": {"_type": "derivation", "name": "r-BBMV-2.1"}, "BBRecapture": {"_type": "derivation", "name": "r-BBRecapture-0.2"}, "BBSSL": {"_type": "derivation", "name": "r-BBSSL-0.1.0"}, "BBcor": {"_type": "derivation", "name": "r-BBcor-1.0.3"}, "BBmisc": {"_type": "derivation", "name": "r-BBmisc-1.13"}, "BCA": {"_type": "derivation", "name": "r-BCA-0.9-3"}, "BCA1SG": {"_type": "derivation", "name": "r-BCA1SG-0.1.0"}, "BCBCSF": {"_type": "derivation", "name": "r-BCBCSF-1.0-1"}, "BCC1997": {"_type": "derivation", "name": "r-BCC1997-0.1.1"}, "BCDAG": {"_type": "derivation", "name": "r-BCDAG-1.0.0"}, "BCDating": {"_type": "derivation", "name": "r-BCDating-0.9.8"}, "BCE": {"_type": "derivation", "name": "r-BCE-2.2.0"}, "BCEA": {"_type": "derivation", "name": "r-BCEA-2.4.2"}, "BCEE": {"_type": "derivation", "name": "r-BCEE-1.3.1"}, "BCHM": {"_type": "derivation", "name": "r-BCHM-1.00"}, "BCRA": {"_type": "derivation", "name": "r-BCRA-2.1.2"}, "BCRANK": {"_type": "derivation", "name": "r-BCRANK-1.58.0"}, "BCSub": {"_type": "derivation", "name": "r-BCSub-0.5"}, "BCT": {"_type": "derivation", "name": "r-BCT-1.2"}, "BCellMA": {"_type": "derivation", "name": "r-BCellMA-0.3.4"}, "BCgee": {"_type": "derivation", "name": "r-BCgee-0.1"}, "BClustLonG": {"_type": "derivation", "name": "r-BClustLonG-0.1.3"}, "BDEsize": {"_type": "derivation", "name": "r-BDEsize-1.6"}, "BDMMAcorrect": {"_type": "derivation", "name": "r-BDMMAcorrect-1.14.0"}, "BDP2": {"_type": "derivation", "name": "r-BDP2-0.1.3"}, "BDWreg": {"_type": "derivation", "name": "r-BDWreg-1.2.0"}, "BDgraph": {"_type": "derivation", "name": "r-BDgraph-2.70"}, "BE": {"_type": "derivation", "name": "r-BE-0.2.3"}, "BEACH": {"_type": "derivation", "name": "r-BEACH-1.3.1"}, "BEARscc": {"_type": "derivation", "name": "r-BEARscc-1.16.0"}, "BEAT": {"_type": "derivation", "name": "r-BEAT-1.34.0"}, "BED": {"_type": "derivation", "name": "r-BED-1.4.8"}, "BEDASSLE": {"_type": "derivation", "name": "r-BEDASSLE-1.6"}, "BEDMatrix": {"_type": "derivation", "name": "r-BEDMatrix-2.0.3"}, "BEKKs": {"_type": "derivation", "name": "r-BEKKs-1.3.1"}, "BENMMI": {"_type": "derivation", "name": "r-BENMMI-4.3-7"}, "BEST": {"_type": "derivation", "name": "r-BEST-0.5.4"}, "BESTree": {"_type": "derivation", "name": "r-BESTree-0.5.2"}, "BET": {"_type": "derivation", "name": "r-BET-0.5.0"}, "BETS": {"_type": "derivation", "name": "r-BETS-0.4.9"}, "BEclear": {"_type": "derivation", "name": "r-BEclear-2.12.1"}, "BFF": {"_type": "derivation", "name": "r-BFF-1.0.0"}, "BFS": {"_type": "derivation", "name": "r-BFS-0.4.3"}, "BFpack": {"_type": "derivation", "name": "r-BFpack-1.0.0"}, "BGData": {"_type": "derivation", "name": "r-BGData-2.4.0"}, "BGGE": {"_type": "derivation", "name": "r-BGGE-0.6.5"}, "BGGM": {"_type": "derivation", "name": "r-BGGM-2.0.4"}, "BGLR": {"_type": "derivation", "name": "r-BGLR-1.1.0"}, "BGSIMD": {"_type": "derivation", "name": "r-BGSIMD-1.0"}, "BGVAR": {"_type": "derivation", "name": "r-BGVAR-2.5.2"}, "BGmisc": {"_type": "derivation", "name": "r-BGmisc-0.1"}, "BGmix": {"_type": "derivation", "name": "r-BGmix-1.56.0"}, "BH": {"_type": "derivation", "name": "r-BH-1.78.0-0"}, "BHAI": {"_type": "derivation", "name": "r-BHAI-0.99.2"}, "BHC": {"_type": "derivation", "name": "r-BHC-1.48.0"}, "BHH2": {"_type": "derivation", "name": "r-BHH2-2016.05.31"}, "BHMSMAfMRI": {"_type": "derivation", "name": "r-BHMSMAfMRI-2.1"}, "BHSBVAR": {"_type": "derivation", "name": "r-BHSBVAR-3.0.1"}, "BHTSpack": {"_type": "derivation", "name": "r-BHTSpack-0.6"}, "BI": {"_type": "derivation", "name": "r-BI-1.1.0"}, "BICORN": {"_type": "derivation", "name": "r-BICORN-0.1.0"}, "BIEN": {"_type": "derivation", "name": "r-BIEN-1.2.5"}, "BIFIEsurvey": {"_type": "derivation", "name": "r-BIFIEsurvey-3.4-15"}, "BIGDAWG": {"_type": "derivation", "name": "r-BIGDAWG-3.0.3"}, "BIGL": {"_type": "derivation", "name": "r-BIGL-1.6.6"}, "BINCOR": {"_type": "derivation", "name": "r-BINCOR-0.2.0"}, "BINtools": {"_type": "derivation", "name": "r-BINtools-0.2.0"}, "BIOMASS": {"_type": "derivation", "name": "r-BIOMASS-2.1.8"}, "BIOM_utils": {"_type": "derivation", "name": "r-BIOM.utils-0.9"}, "BIOdry": {"_type": "derivation", "name": "r-BIOdry-0.9"}, "BIS": {"_type": "derivation", "name": "r-BIS-0.2.1"}, "BISdata": {"_type": "derivation", "name": "r-BISdata-0.2-0"}, "BKPC": {"_type": "derivation", "name": "r-BKPC-1.0.1"}, "BLCOP": {"_type": "derivation", "name": "r-BLCOP-0.3.3"}, "BLMA": {"_type": "derivation", "name": "r-BLMA-1.20.0"}, "BLModel": {"_type": "derivation", "name": "r-BLModel-1.0.2"}, "BLOQ": {"_type": "derivation", "name": "r-BLOQ-0.1-1"}, "BLPestimatoR": {"_type": "derivation", "name": "r-BLPestimatoR-0.3.2"}, "BLR": {"_type": "derivation", "name": "r-BLR-1.6"}, "BLRPM": {"_type": "derivation", "name": "r-BLRPM-1.0"}, "BLRShiny": {"_type": "derivation", "name": "r-BLRShiny-0.1.0"}, "BLRShiny2": {"_type": "derivation", "name": "r-BLRShiny2-0.1.0"}, "BLSM": {"_type": "derivation", "name": "r-BLSM-0.1.0"}, "BMA": {"_type": "derivation", "name": "r-BMA-3.18.17"}, "BMAmevt": {"_type": "derivation", "name": "r-BMAmevt-1.0.4"}, "BMRBr": {"_type": "derivation", "name": "r-BMRBr-0.2.0"}, "BMRMM": {"_type": "derivation", "name": "r-BMRMM-0.0.1"}, "BMRSr": {"_type": "derivation", "name": "r-BMRSr-1.0.3"}, "BMRV": {"_type": "derivation", "name": "r-BMRV-1.32"}, "BMS": {"_type": "derivation", "name": "r-BMS-0.3.5"}, "BMT": {"_type": "derivation", "name": "r-BMT-0.1.0.3"}, "BMTAR": {"_type": "derivation", "name": "r-BMTAR-0.1.1"}, "BMTME": {"_type": "derivation", "name": "r-BMTME-1.0.19"}, "BMisc": {"_type": "derivation", "name": "r-BMisc-1.4.5"}, "BNDataGenerator": {"_type": "derivation", "name": "r-BNDataGenerator-1.0"}, "BNN": {"_type": "derivation", "name": "r-BNN-1.0.2"}, "BNPMIXcluster": {"_type": "derivation", "name": "r-BNPMIXcluster-1.3"}, "BNPTSclust": {"_type": "derivation", "name": "r-BNPTSclust-2.0"}, "BNPdensity": {"_type": "derivation", "name": "r-BNPdensity-2021.5.4"}, "BNPmix": {"_type": "derivation", "name": "r-BNPmix-1.0.2"}, "BNSL": {"_type": "derivation", "name": "r-BNSL-0.1.4"}, "BNSP": {"_type": "derivation", "name": "r-BNSP-2.1.6"}, "BNrich": {"_type": "derivation", "name": "r-BNrich-0.1.1"}, "BOBaFIT": {"_type": "derivation", "name": "r-BOBaFIT-1.0.1"}, "BOG": {"_type": "derivation", "name": "r-BOG-2.0"}, "BOIN": {"_type": "derivation", "name": "r-BOIN-2.7.2"}, "BOJ": {"_type": "derivation", "name": "r-BOJ-0.3"}, "BOSO": {"_type": "derivation", "name": "r-BOSO-1.0.3"}, "BOSSreg": {"_type": "derivation", "name": "r-BOSSreg-0.2.0"}, "BPEC": {"_type": "derivation", "name": "r-BPEC-1.3.1"}, "BPM": {"_type": "derivation", "name": "r-BPM-1.0.0"}, "BPRMeth": {"_type": "derivation", "name": "r-BPRMeth-1.22.0"}, "BPmodel": {"_type": "derivation", "name": "r-BPmodel-1.1.2"}, "BRACoD_R": {"_type": "derivation", "name": "r-BRACoD.R-0.0.2.0"}, "BRAIN": {"_type": "derivation", "name": "r-BRAIN-1.42.0"}, "BRDT": {"_type": "derivation", "name": "r-BRDT-0.1.0"}, "BRETIGEA": {"_type": "derivation", "name": "r-BRETIGEA-1.0.3"}, "BRGenomics": {"_type": "derivation", "name": "r-BRGenomics-1.8.0"}, "BRINDA": {"_type": "derivation", "name": "r-BRINDA-0.1.5"}, "BRISC": {"_type": "derivation", "name": "r-BRISC-1.0.5"}, "BRL": {"_type": "derivation", "name": "r-BRL-0.1.0"}, "BRugs": {"_type": "derivation", "name": "r-BRugs-0.9-1"}, "BSBT": {"_type": "derivation", "name": "r-BSBT-1.2.1"}, "BSDA": {"_type": "derivation", "name": "r-BSDA-1.2.1"}, "BSGS": {"_type": "derivation", "name": "r-BSGS-2.0"}, "BSGW": {"_type": "derivation", "name": "r-BSGW-0.9.2"}, "BSL": {"_type": "derivation", "name": "r-BSL-3.2.4"}, "BSPADATA": {"_type": "derivation", "name": "r-BSPADATA-1.1.0"}, "BSPBSS": {"_type": "derivation", "name": "r-BSPBSS-1.0.4"}, "BSS": {"_type": "derivation", "name": "r-BSS-0.1.0"}, "BSSasymp": {"_type": "derivation", "name": "r-BSSasymp-1.2-3"}, "BSSprep": {"_type": "derivation", "name": "r-BSSprep-0.1"}, "BSW": {"_type": "derivation", "name": "r-BSW-0.1.1"}, "BSagri": {"_type": "derivation", "name": "r-BSagri-0.1-10"}, "BSgenome": {"_type": "derivation", "name": "r-BSgenome-1.64.0"}, "BSgenome_Alyrata_JGI_v1": {"_type": "derivation", "name": "r-BSgenome.Alyrata.JGI.v1-1.0.1"}, "BSgenome_Amellifera_BeeBase_assembly4": {"_type": "derivation", "name": "r-BSgenome.Amellifera.BeeBase.assembly4-1.4.0"}, "BSgenome_Amellifera_NCBI_AmelHAv3_1": {"_type": "derivation", "name": "r-BSgenome.Amellifera.NCBI.AmelHAv3.1-1.5.0"}, "BSgenome_Amellifera_UCSC_apiMel2": {"_type": "derivation", "name": "r-BSgenome.Amellifera.UCSC.apiMel2-1.4.0"}, "BSgenome_Amellifera_UCSC_apiMel2_masked": {"_type": "derivation", "name": "r-BSgenome.Amellifera.UCSC.apiMel2.masked-1.3.99"}, "BSgenome_Aofficinalis_NCBI_V1": {"_type": "derivation", "name": "r-BSgenome.Aofficinalis.NCBI.V1-1.0.0"}, "BSgenome_Athaliana_TAIR_04232008": {"_type": "derivation", "name": "r-BSgenome.Athaliana.TAIR.04232008-1.3.1000"}, "BSgenome_Athaliana_TAIR_TAIR9": {"_type": "derivation", "name": "r-BSgenome.Athaliana.TAIR.TAIR9-1.3.1000"}, "BSgenome_Btaurus_UCSC_bosTau3": {"_type": "derivation", "name": "r-BSgenome.Btaurus.UCSC.bosTau3-1.4.0"}, "BSgenome_Btaurus_UCSC_bosTau3_masked": {"_type": "derivation", "name": "r-BSgenome.Btaurus.UCSC.bosTau3.masked-1.3.99"}, "BSgenome_Btaurus_UCSC_bosTau4": {"_type": "derivation", "name": "r-BSgenome.Btaurus.UCSC.bosTau4-1.4.0"}, "BSgenome_Btaurus_UCSC_bosTau4_masked": {"_type": "derivation", "name": "r-BSgenome.Btaurus.UCSC.bosTau4.masked-1.3.99"}, "BSgenome_Btaurus_UCSC_bosTau6": {"_type": "derivation", "name": "r-BSgenome.Btaurus.UCSC.bosTau6-1.4.0"}, "BSgenome_Btaurus_UCSC_bosTau6_masked": {"_type": "derivation", "name": "r-BSgenome.Btaurus.UCSC.bosTau6.masked-1.3.99"}, "BSgenome_Btaurus_UCSC_bosTau8": {"_type": "derivation", "name": "r-BSgenome.Btaurus.UCSC.bosTau8-1.4.2"}, "BSgenome_Btaurus_UCSC_bosTau9": {"_type": "derivation", "name": "r-BSgenome.Btaurus.UCSC.bosTau9-1.4.2"}, "BSgenome_Btaurus_UCSC_bosTau9_masked": {"_type": "derivation", "name": "r-BSgenome.Btaurus.UCSC.bosTau9.masked-1.4.4"}, "BSgenome_Carietinum_NCBI_v1": {"_type": "derivation", "name": "r-BSgenome.Carietinum.NCBI.v1-1.0.0"}, "BSgenome_Celegans_UCSC_ce10": {"_type": "derivation", "name": "r-BSgenome.Celegans.UCSC.ce10-1.4.0"}, "BSgenome_Celegans_UCSC_ce11": {"_type": "derivation", "name": "r-BSgenome.Celegans.UCSC.ce11-1.4.2"}, "BSgenome_Celegans_UCSC_ce2": {"_type": "derivation", "name": "r-BSgenome.Celegans.UCSC.ce2-1.4.0"}, "BSgenome_Celegans_UCSC_ce6": {"_type": "derivation", "name": "r-BSgenome.Celegans.UCSC.ce6-1.4.0"}, "BSgenome_Cfamiliaris_UCSC_canFam2": {"_type": "derivation", "name": "r-BSgenome.Cfamiliaris.UCSC.canFam2-1.4.0"}, "BSgenome_Cfamiliaris_UCSC_canFam2_masked": {"_type": "derivation", "name": "r-BSgenome.Cfamiliaris.UCSC.canFam2.masked-1.3.99"}, "BSgenome_Cfamiliaris_UCSC_canFam3": {"_type": "derivation", "name": "r-BSgenome.Cfamiliaris.UCSC.canFam3-1.4.0"}, "BSgenome_Cfamiliaris_UCSC_canFam3_masked": {"_type": "derivation", "name": "r-BSgenome.Cfamiliaris.UCSC.canFam3.masked-1.3.99"}, "BSgenome_Cjacchus_UCSC_calJac3": {"_type": "derivation", "name": "r-BSgenome.Cjacchus.UCSC.calJac3-1.4.2"}, "BSgenome_Cjacchus_UCSC_calJac4": {"_type": "derivation", "name": "r-BSgenome.Cjacchus.UCSC.calJac4-1.5.0"}, "BSgenome_CneoformansVarGrubiiKN99_NCBI_ASM221672v1": {"_type": "derivation", "name": "r-BSgenome.CneoformansVarGrubiiKN99.NCBI.ASM221672v1-1.0.0"}, "BSgenome_Creinhardtii_JGI_v5_6": {"_type": "derivation", "name": "r-BSgenome.Creinhardtii.JGI.v5.6-1.5.0"}, "BSgenome_Dmelanogaster_UCSC_dm2": {"_type": "derivation", "name": "r-BSgenome.Dmelanogaster.UCSC.dm2-1.4.0"}, "BSgenome_Dmelanogaster_UCSC_dm2_masked": {"_type": "derivation", "name": "r-BSgenome.Dmelanogaster.UCSC.dm2.masked-1.3.99"}, "BSgenome_Dmelanogaster_UCSC_dm3": {"_type": "derivation", "name": "r-BSgenome.Dmelanogaster.UCSC.dm3-1.4.0"}, "BSgenome_Dmelanogaster_UCSC_dm3_masked": {"_type": "derivation", "name": "r-BSgenome.Dmelanogaster.UCSC.dm3.masked-1.3.99"}, "BSgenome_Dmelanogaster_UCSC_dm6": {"_type": "derivation", "name": "r-BSgenome.Dmelanogaster.UCSC.dm6-1.4.1"}, "BSgenome_Drerio_UCSC_danRer10": {"_type": "derivation", "name": "r-BSgenome.Drerio.UCSC.danRer10-1.4.2"}, "BSgenome_Drerio_UCSC_danRer11": {"_type": "derivation", "name": "r-BSgenome.Drerio.UCSC.danRer11-1.4.2"}, "BSgenome_Drerio_UCSC_danRer5": {"_type": "derivation", "name": "r-BSgenome.Drerio.UCSC.danRer5-1.4.0"}, "BSgenome_Drerio_UCSC_danRer5_masked": {"_type": "derivation", "name": "r-BSgenome.Drerio.UCSC.danRer5.masked-1.3.99"}, "BSgenome_Drerio_UCSC_danRer6": {"_type": "derivation", "name": "r-BSgenome.Drerio.UCSC.danRer6-1.4.0"}, "BSgenome_Drerio_UCSC_danRer6_masked": {"_type": "derivation", "name": "r-BSgenome.Drerio.UCSC.danRer6.masked-1.3.99"}, "BSgenome_Drerio_UCSC_danRer7": {"_type": "derivation", "name": "r-BSgenome.Drerio.UCSC.danRer7-1.4.0"}, "BSgenome_Drerio_UCSC_danRer7_masked": {"_type": "derivation", "name": "r-BSgenome.Drerio.UCSC.danRer7.masked-1.3.99"}, "BSgenome_Dvirilis_Ensembl_dvircaf1": {"_type": "derivation", "name": "r-BSgenome.Dvirilis.Ensembl.dvircaf1-1.4.3"}, "BSgenome_Ecoli_NCBI_20080805": {"_type": "derivation", "name": "r-BSgenome.Ecoli.NCBI.20080805-1.3.1000"}, "BSgenome_Gaculeatus_UCSC_gasAcu1": {"_type": "derivation", "name": "r-BSgenome.Gaculeatus.UCSC.gasAcu1-1.4.0"}, "BSgenome_Gaculeatus_UCSC_gasAcu1_masked": {"_type": "derivation", "name": "r-BSgenome.Gaculeatus.UCSC.gasAcu1.masked-1.3.99"}, "BSgenome_Ggallus_UCSC_galGal3": {"_type": "derivation", "name": "r-BSgenome.Ggallus.UCSC.galGal3-1.4.0"}, "BSgenome_Ggallus_UCSC_galGal3_masked": {"_type": "derivation", "name": "r-BSgenome.Ggallus.UCSC.galGal3.masked-1.3.99"}, "BSgenome_Ggallus_UCSC_galGal4": {"_type": "derivation", "name": "r-BSgenome.Ggallus.UCSC.galGal4-1.4.0"}, "BSgenome_Ggallus_UCSC_galGal4_masked": {"_type": "derivation", "name": "r-BSgenome.Ggallus.UCSC.galGal4.masked-1.3.99"}, "BSgenome_Ggallus_UCSC_galGal5": {"_type": "derivation", "name": "r-BSgenome.Ggallus.UCSC.galGal5-1.4.2"}, "BSgenome_Ggallus_UCSC_galGal6": {"_type": "derivation", "name": "r-BSgenome.Ggallus.UCSC.galGal6-1.4.2"}, "BSgenome_Gmax_NCBI_Gmv40": {"_type": "derivation", "name": "r-BSgenome.Gmax.NCBI.Gmv40-4.0"}, "BSgenome_Hsapiens_1000genomes_hs37d5": {"_type": "derivation", "name": "r-BSgenome.Hsapiens.1000genomes.hs37d5-0.99.1"}, "BSgenome_Hsapiens_NCBI_GRCh38": {"_type": "derivation", "name": "r-BSgenome.Hsapiens.NCBI.GRCh38-1.3.1000"}, "BSgenome_Hsapiens_NCBI_T2T_CHM13v2_0": {"_type": "derivation", "name": "r-BSgenome.Hsapiens.NCBI.T2T.CHM13v2.0-1.5.0"}, "BSgenome_Hsapiens_UCSC_hg17": {"_type": "derivation", "name": "r-BSgenome.Hsapiens.UCSC.hg17-1.3.1000"}, "BSgenome_Hsapiens_UCSC_hg17_masked": {"_type": "derivation", "name": "r-BSgenome.Hsapiens.UCSC.hg17.masked-1.3.99"}, "BSgenome_Hsapiens_UCSC_hg18": {"_type": "derivation", "name": "r-BSgenome.Hsapiens.UCSC.hg18-1.3.1000"}, "BSgenome_Hsapiens_UCSC_hg18_masked": {"_type": "derivation", "name": "r-BSgenome.Hsapiens.UCSC.hg18.masked-1.3.99"}, "BSgenome_Hsapiens_UCSC_hg19": {"_type": "derivation", "name": "r-BSgenome.Hsapiens.UCSC.hg19-1.4.3"}, "BSgenome_Hsapiens_UCSC_hg19_masked": {"_type": "derivation", "name": "r-BSgenome.Hsapiens.UCSC.hg19.masked-1.3.993"}, "BSgenome_Hsapiens_UCSC_hg38": {"_type": "derivation", "name": "r-BSgenome.Hsapiens.UCSC.hg38-1.4.4"}, "BSgenome_Hsapiens_UCSC_hg38_dbSNP151_major": {"_type": "derivation", "name": "r-BSgenome.Hsapiens.UCSC.hg38.dbSNP151.major-0.0.9999"}, "BSgenome_Hsapiens_UCSC_hg38_dbSNP151_minor": {"_type": "derivation", "name": "r-BSgenome.Hsapiens.UCSC.hg38.dbSNP151.minor-0.0.9999"}, "BSgenome_Hsapiens_UCSC_hg38_masked": {"_type": "derivation", "name": "r-BSgenome.Hsapiens.UCSC.hg38.masked-1.4.4"}, "BSgenome_Mdomestica_UCSC_monDom5": {"_type": "derivation", "name": "r-BSgenome.Mdomestica.UCSC.monDom5-1.4.2"}, "BSgenome_Mfascicularis_NCBI_5_0": {"_type": "derivation", "name": "r-BSgenome.Mfascicularis.NCBI.5.0-1.4.2"}, "BSgenome_Mfascicularis_NCBI_6_0": {"_type": "derivation", "name": "r-BSgenome.Mfascicularis.NCBI.6.0-1.5.0"}, "BSgenome_Mfuro_UCSC_musFur1": {"_type": "derivation", "name": "r-BSgenome.Mfuro.UCSC.musFur1-1.4.1"}, "BSgenome_Mmulatta_UCSC_rheMac10": {"_type": "derivation", "name": "r-BSgenome.Mmulatta.UCSC.rheMac10-1.4.2"}, "BSgenome_Mmulatta_UCSC_rheMac2": {"_type": "derivation", "name": "r-BSgenome.Mmulatta.UCSC.rheMac2-1.4.0"}, "BSgenome_Mmulatta_UCSC_rheMac2_masked": {"_type": "derivation", "name": "r-BSgenome.Mmulatta.UCSC.rheMac2.masked-1.3.99"}, "BSgenome_Mmulatta_UCSC_rheMac3": {"_type": "derivation", "name": "r-BSgenome.Mmulatta.UCSC.rheMac3-1.4.0"}, "BSgenome_Mmulatta_UCSC_rheMac3_masked": {"_type": "derivation", "name": "r-BSgenome.Mmulatta.UCSC.rheMac3.masked-1.3.99"}, "BSgenome_Mmulatta_UCSC_rheMac8": {"_type": "derivation", "name": "r-BSgenome.Mmulatta.UCSC.rheMac8-1.4.2"}, "BSgenome_Mmusculus_UCSC_mm10": {"_type": "derivation", "name": "r-BSgenome.Mmusculus.UCSC.mm10-1.4.3"}, "BSgenome_Mmusculus_UCSC_mm10_masked": {"_type": "derivation", "name": "r-BSgenome.Mmusculus.UCSC.mm10.masked-1.4.3"}, "BSgenome_Mmusculus_UCSC_mm39": {"_type": "derivation", "name": "r-BSgenome.Mmusculus.UCSC.mm39-1.4.3"}, "BSgenome_Mmusculus_UCSC_mm8": {"_type": "derivation", "name": "r-BSgenome.Mmusculus.UCSC.mm8-1.4.0"}, "BSgenome_Mmusculus_UCSC_mm8_masked": {"_type": "derivation", "name": "r-BSgenome.Mmusculus.UCSC.mm8.masked-1.3.99"}, "BSgenome_Mmusculus_UCSC_mm9": {"_type": "derivation", "name": "r-BSgenome.Mmusculus.UCSC.mm9-1.4.0"}, "BSgenome_Mmusculus_UCSC_mm9_masked": {"_type": "derivation", "name": "r-BSgenome.Mmusculus.UCSC.mm9.masked-1.3.99"}, "BSgenome_Osativa_MSU_MSU7": {"_type": "derivation", "name": "r-BSgenome.Osativa.MSU.MSU7-0.99.2"}, "BSgenome_Ppaniscus_UCSC_panPan1": {"_type": "derivation", "name": "r-BSgenome.Ppaniscus.UCSC.panPan1-1.4.3"}, "BSgenome_Ppaniscus_UCSC_panPan2": {"_type": "derivation", "name": "r-BSgenome.Ppaniscus.UCSC.panPan2-1.4.3"}, "BSgenome_Ptroglodytes_UCSC_panTro2": {"_type": "derivation", "name": "r-BSgenome.Ptroglodytes.UCSC.panTro2-1.4.0"}, "BSgenome_Ptroglodytes_UCSC_panTro2_masked": {"_type": "derivation", "name": "r-BSgenome.Ptroglodytes.UCSC.panTro2.masked-1.3.99"}, "BSgenome_Ptroglodytes_UCSC_panTro3": {"_type": "derivation", "name": "r-BSgenome.Ptroglodytes.UCSC.panTro3-1.4.0"}, "BSgenome_Ptroglodytes_UCSC_panTro3_masked": {"_type": "derivation", "name": "r-BSgenome.Ptroglodytes.UCSC.panTro3.masked-1.3.99"}, "BSgenome_Ptroglodytes_UCSC_panTro5": {"_type": "derivation", "name": "r-BSgenome.Ptroglodytes.UCSC.panTro5-1.4.2"}, "BSgenome_Ptroglodytes_UCSC_panTro6": {"_type": "derivation", "name": "r-BSgenome.Ptroglodytes.UCSC.panTro6-1.4.2"}, "BSgenome_Rnorvegicus_UCSC_rn4": {"_type": "derivation", "name": "r-BSgenome.Rnorvegicus.UCSC.rn4-1.4.0"}, "BSgenome_Rnorvegicus_UCSC_rn4_masked": {"_type": "derivation", "name": "r-BSgenome.Rnorvegicus.UCSC.rn4.masked-1.3.99"}, "BSgenome_Rnorvegicus_UCSC_rn5": {"_type": "derivation", "name": "r-BSgenome.Rnorvegicus.UCSC.rn5-1.4.0"}, "BSgenome_Rnorvegicus_UCSC_rn5_masked": {"_type": "derivation", "name": "r-BSgenome.Rnorvegicus.UCSC.rn5.masked-1.3.99"}, "BSgenome_Rnorvegicus_UCSC_rn6": {"_type": "derivation", "name": "r-BSgenome.Rnorvegicus.UCSC.rn6-1.4.1"}, "BSgenome_Rnorvegicus_UCSC_rn7": {"_type": "derivation", "name": "r-BSgenome.Rnorvegicus.UCSC.rn7-1.4.3"}, "BSgenome_Scerevisiae_UCSC_sacCer1": {"_type": "derivation", "name": "r-BSgenome.Scerevisiae.UCSC.sacCer1-1.4.0"}, "BSgenome_Scerevisiae_UCSC_sacCer2": {"_type": "derivation", "name": "r-BSgenome.Scerevisiae.UCSC.sacCer2-1.4.0"}, "BSgenome_Scerevisiae_UCSC_sacCer3": {"_type": "derivation", "name": "r-BSgenome.Scerevisiae.UCSC.sacCer3-1.4.0"}, "BSgenome_Sscrofa_UCSC_susScr11": {"_type": "derivation", "name": "r-BSgenome.Sscrofa.UCSC.susScr11-1.4.2"}, "BSgenome_Sscrofa_UCSC_susScr3": {"_type": "derivation", "name": "r-BSgenome.Sscrofa.UCSC.susScr3-1.4.0"}, "BSgenome_Sscrofa_UCSC_susScr3_masked": {"_type": "derivation", "name": "r-BSgenome.Sscrofa.UCSC.susScr3.masked-1.3.99"}, "BSgenome_Tgondii_ToxoDB_7_0": {"_type": "derivation", "name": "r-BSgenome.Tgondii.ToxoDB.7.0-0.99.1"}, "BSgenome_Tguttata_UCSC_taeGut1": {"_type": "derivation", "name": "r-BSgenome.Tguttata.UCSC.taeGut1-1.4.0"}, "BSgenome_Tguttata_UCSC_taeGut1_masked": {"_type": "derivation", "name": "r-BSgenome.Tguttata.UCSC.taeGut1.masked-1.3.99"}, "BSgenome_Tguttata_UCSC_taeGut2": {"_type": "derivation", "name": "r-BSgenome.Tguttata.UCSC.taeGut2-1.4.2"}, "BSgenome_Vvinifera_URGI_IGGP12Xv0": {"_type": "derivation", "name": "r-BSgenome.Vvinifera.URGI.IGGP12Xv0-0.1"}, "BSgenome_Vvinifera_URGI_IGGP12Xv2": {"_type": "derivation", "name": "r-BSgenome.Vvinifera.URGI.IGGP12Xv2-0.1"}, "BSgenome_Vvinifera_URGI_IGGP8X": {"_type": "derivation", "name": "r-BSgenome.Vvinifera.URGI.IGGP8X-0.1"}, "BTLLasso": {"_type": "derivation", "name": "r-BTLLasso-0.1-11"}, "BTM": {"_type": "derivation", "name": "r-BTM-0.3.6"}, "BTSPAS": {"_type": "derivation", "name": "r-BTSPAS-2021.11.2"}, "BTYD": {"_type": "derivation", "name": "r-BTYD-2.4.3"}, "BTYDplus": {"_type": "derivation", "name": "r-BTYDplus-1.2.0"}, "BTdecayLasso": {"_type": "derivation", "name": "r-BTdecayLasso-0.1.0"}, "BUCSS": {"_type": "derivation", "name": "r-BUCSS-1.2.1"}, "BUMHMM": {"_type": "derivation", "name": "r-BUMHMM-1.20.0"}, "BUS": {"_type": "derivation", "name": "r-BUS-1.52.0"}, "BUScorrect": {"_type": "derivation", "name": "r-BUScorrect-1.14.0"}, "BUSpaRse": {"_type": "derivation", "name": "r-BUSpaRse-1.10.0"}, "BUSseq": {"_type": "derivation", "name": "r-BUSseq-1.2.0"}, "BVAR": {"_type": "derivation", "name": "r-BVAR-1.0.3"}, "BVARverse": {"_type": "derivation", "name": "r-BVARverse-0.0.1"}, "BVSNLP": {"_type": "derivation", "name": "r-BVSNLP-1.1.9"}, "BWGS": {"_type": "derivation", "name": "r-BWGS-0.2.1"}, "BWStest": {"_type": "derivation", "name": "r-BWStest-0.2.2"}, "BaBooN": {"_type": "derivation", "name": "r-BaBooN-0.2-0"}, "BaM": {"_type": "derivation", "name": "r-BaM-1.0.3"}, "BaPreStoPro": {"_type": "derivation", "name": "r-BaPreStoPro-0.1"}, "BaSTA": {"_type": "derivation", "name": "r-BaSTA-1.9.5"}, "BaSkePro": {"_type": "derivation", "name": "r-BaSkePro-0.1.0"}, "BaalChIP": {"_type": "derivation", "name": "r-BaalChIP-1.22.0"}, "BacArena": {"_type": "derivation", "name": "r-BacArena-1.8.2"}, "BadRegionFinder": {"_type": "derivation", "name": "r-BadRegionFinder-1.24.0"}, "BalanceCheck": {"_type": "derivation", "name": "r-BalanceCheck-0.2"}, "BalancedSampling": {"_type": "derivation", "name": "r-BalancedSampling-1.6.3"}, "Ball": {"_type": "derivation", "name": "r-Ball-1.3.12"}, "BallMapper": {"_type": "derivation", "name": "r-BallMapper-0.2.0"}, "BarBorGradient": {"_type": "derivation", "name": "r-BarBorGradient-1.0.5"}, "BarcodingR": {"_type": "derivation", "name": "r-BarcodingR-1.0-3"}, "Barnard": {"_type": "derivation", "name": "r-Barnard-1.8"}, "BartMixVs": {"_type": "derivation", "name": "r-BartMixVs-1.0.0"}, "Barycenter": {"_type": "derivation", "name": "r-Barycenter-1.3.1"}, "BaseSet": {"_type": "derivation", "name": "r-BaseSet-0.0.17"}, "BaseSpaceR": {"_type": "derivation", "name": "r-BaseSpaceR-1.40.0"}, "Basic4Cseq": {"_type": "derivation", "name": "r-Basic4Cseq-1.32.0"}, "BasicSTARRseq": {"_type": "derivation", "name": "r-BasicSTARRseq-1.24.0"}, "BasketballAnalyzeR": {"_type": "derivation", "name": "r-BasketballAnalyzeR-0.5.0"}, "BatchExperiments": {"_type": "derivation", "name": "r-BatchExperiments-1.4.3"}, "BatchGetSymbols": {"_type": "derivation", "name": "r-BatchGetSymbols-2.6.4"}, "BatchJobs": {"_type": "derivation", "name": "r-BatchJobs-1.9"}, "BatchQC": {"_type": "derivation", "name": "r-BatchQC-1.24.0"}, "BayHaz": {"_type": "derivation", "name": "r-BayHaz-0.1-3"}, "BayLum": {"_type": "derivation", "name": "r-BayLum-0.2.1"}, "BaySIC": {"_type": "derivation", "name": "r-BaySIC-1.0"}, "BayesARIMAX": {"_type": "derivation", "name": "r-BayesARIMAX-0.1.1"}, "BayesBEKK": {"_type": "derivation", "name": "r-BayesBEKK-0.1.0"}, "BayesBP": {"_type": "derivation", "name": "r-BayesBP-1.1"}, "BayesBinMix": {"_type": "derivation", "name": "r-BayesBinMix-1.4.1"}, "BayesCACE": {"_type": "derivation", "name": "r-BayesCACE-1.2.3"}, "BayesCR": {"_type": "derivation", "name": "r-BayesCR-2.1"}, "BayesCTDesign": {"_type": "derivation", "name": "r-BayesCTDesign-0.6.1"}, "BayesCombo": {"_type": "derivation", "name": "r-BayesCombo-1.0"}, "BayesComm": {"_type": "derivation", "name": "r-BayesComm-0.1-2"}, "BayesDA": {"_type": "derivation", "name": "r-BayesDA-2012.04-1"}, "BayesDesign": {"_type": "derivation", "name": "r-BayesDesign-0.1.1"}, "BayesDissolution": {"_type": "derivation", "name": "r-BayesDissolution-0.1.0"}, "BayesESS": {"_type": "derivation", "name": "r-BayesESS-0.1.19"}, "BayesFM": {"_type": "derivation", "name": "r-BayesFM-0.1.5"}, "BayesFactor": {"_type": "derivation", "name": "r-BayesFactor-0.9.12-4.4"}, "BayesGESM": {"_type": "derivation", "name": "r-BayesGESM-1.4"}, "BayesGOF": {"_type": "derivation", "name": "r-BayesGOF-5.2"}, "BayesGPfit": {"_type": "derivation", "name": "r-BayesGPfit-1.1.0"}, "BayesGWQS": {"_type": "derivation", "name": "r-BayesGWQS-0.1.1"}, "BayesKnockdown": {"_type": "derivation", "name": "r-BayesKnockdown-1.22.0"}, "BayesLCA": {"_type": "derivation", "name": "r-BayesLCA-1.9"}, "BayesLN": {"_type": "derivation", "name": "r-BayesLN-0.2.8"}, "BayesLogit": {"_type": "derivation", "name": "r-BayesLogit-2.1"}, "BayesMFSurv": {"_type": "derivation", "name": "r-BayesMFSurv-0.1.0"}, "BayesMRA": {"_type": "derivation", "name": "r-BayesMRA-1.0.0"}, "BayesMallows": {"_type": "derivation", "name": "r-BayesMallows-1.2.0"}, "BayesMassBal": {"_type": "derivation", "name": "r-BayesMassBal-1.1.0"}, "BayesMixSurv": {"_type": "derivation", "name": "r-BayesMixSurv-0.9.1"}, "BayesMultMeta": {"_type": "derivation", "name": "r-BayesMultMeta-0.1.1"}, "BayesMultiMode": {"_type": "derivation", "name": "r-BayesMultiMode-0.1.1"}, "BayesNI": {"_type": "derivation", "name": "r-BayesNI-0.1"}, "BayesNSGP": {"_type": "derivation", "name": "r-BayesNSGP-0.1.2"}, "BayesNetBP": {"_type": "derivation", "name": "r-BayesNetBP-1.6.1"}, "BayesOrdDesign": {"_type": "derivation", "name": "r-BayesOrdDesign-0.1.1"}, "BayesPPD": {"_type": "derivation", "name": "r-BayesPPD-1.0.7"}, "BayesPieceHazSelect": {"_type": "derivation", "name": "r-BayesPieceHazSelect-1.1.0"}, "BayesPiecewiseICAR": {"_type": "derivation", "name": "r-BayesPiecewiseICAR-0.2.1"}, "BayesPostEst": {"_type": "derivation", "name": "r-BayesPostEst-0.3.2"}, "BayesProject": {"_type": "derivation", "name": "r-BayesProject-1.0"}, "BayesRGMM": {"_type": "derivation", "name": "r-BayesRGMM-2.2"}, "BayesRS": {"_type": "derivation", "name": "r-BayesRS-0.1.3"}, "BayesReversePLLH": {"_type": "derivation", "name": "r-BayesReversePLLH-1.5"}, "BayesS5": {"_type": "derivation", "name": "r-BayesS5-1.41"}, "BayesSAE": {"_type": "derivation", "name": "r-BayesSAE-1.0-2"}, "BayesSPsurv": {"_type": "derivation", "name": "r-BayesSPsurv-0.1.4"}, "BayesSUR": {"_type": "derivation", "name": "r-BayesSUR-2.1-2"}, "BayesSampling": {"_type": "derivation", "name": "r-BayesSampling-1.1.0"}, "BayesSenMC": {"_type": "derivation", "name": "r-BayesSenMC-0.1.5"}, "BayesSpace": {"_type": "derivation", "name": "r-BayesSpace-1.6.0"}, "BayesSpec": {"_type": "derivation", "name": "r-BayesSpec-0.5.3"}, "BayesSummaryStatLM": {"_type": "derivation", "name": "r-BayesSummaryStatLM-2.0"}, "BayesSurvival": {"_type": "derivation", "name": "r-BayesSurvival-0.2.0"}, "BayesTools": {"_type": "derivation", "name": "r-BayesTools-0.2.13"}, "BayesTree": {"_type": "derivation", "name": "r-BayesTree-0.3-1.4"}, "BayesTreePrior": {"_type": "derivation", "name": "r-BayesTreePrior-1.0.1"}, "BayesTwin": {"_type": "derivation", "name": "r-BayesTwin-1.0"}, "BayesValidate": {"_type": "derivation", "name": "r-BayesValidate-0.0"}, "BayesVarSel": {"_type": "derivation", "name": "r-BayesVarSel-2.0.1"}, "BayesX": {"_type": "derivation", "name": "r-BayesX-0.3-1.1"}, "BayesXsrc": {"_type": "derivation", "name": "r-BayesXsrc-3.0-2"}, "BayesianAnimalTracker": {"_type": "derivation", "name": "r-BayesianAnimalTracker-1.2"}, "BayesianFROC": {"_type": "derivation", "name": "r-BayesianFROC-1.0.0"}, "BayesianGLasso": {"_type": "derivation", "name": "r-BayesianGLasso-0.2.0"}, "BayesianLaterality": {"_type": "derivation", "name": "r-BayesianLaterality-0.1.1"}, "BayesianMediationA": {"_type": "derivation", "name": "r-BayesianMediationA-1.0.1"}, "BayesianNetwork": {"_type": "derivation", "name": "r-BayesianNetwork-0.1.5"}, "BayesianPower": {"_type": "derivation", "name": "r-BayesianPower-0.2.3"}, "BayesianReasoning": {"_type": "derivation", "name": "r-BayesianReasoning-0.4.1"}, "BayesianTools": {"_type": "derivation", "name": "r-BayesianTools-0.1.7"}, "Bayesiangammareg": {"_type": "derivation", "name": "r-Bayesiangammareg-0.1.0"}, "Bayesiantreg": {"_type": "derivation", "name": "r-Bayesiantreg-1.0"}, "Bayesrel": {"_type": "derivation", "name": "r-Bayesrel-0.7.4.4"}, "BcDiag": {"_type": "derivation", "name": "r-BcDiag-1.0.10"}, "Bchron": {"_type": "derivation", "name": "r-Bchron-4.7.6"}, "BeSS": {"_type": "derivation", "name": "r-BeSS-2.0.3"}, "BeadArrayUseCases": {"_type": "derivation", "name": "r-BeadArrayUseCases-1.34.0"}, "BeadDataPackR": {"_type": "derivation", "name": "r-BeadDataPackR-1.48.0"}, "BeadSorted_Saliva_EPIC": {"_type": "derivation", "name": "r-BeadSorted.Saliva.EPIC-1.4.0"}, "BeastJar": {"_type": "derivation", "name": "r-BeastJar-1.10.6"}, "BeeGUTS": {"_type": "derivation", "name": "r-BeeGUTS-1.0.0"}, "Benchmarking": {"_type": "derivation", "name": "r-Benchmarking-0.30"}, "BenfordTests": {"_type": "derivation", "name": "r-BenfordTests-1.2.0"}, "Bergm": {"_type": "derivation", "name": "r-Bergm-5.0.5"}, "Bessel": {"_type": "derivation", "name": "r-Bessel-0.6-0"}, "Bestie": {"_type": "derivation", "name": "r-Bestie-0.1.5"}, "BetaBit": {"_type": "derivation", "name": "r-BetaBit-1.4"}, "BetaPASS": {"_type": "derivation", "name": "r-BetaPASS-1.1-1"}, "BetterReg": {"_type": "derivation", "name": "r-BetterReg-0.2.0"}, "BeviMed": {"_type": "derivation", "name": "r-BeviMed-5.8"}, "BeyondBenford": {"_type": "derivation", "name": "r-BeyondBenford-1.4"}, "BgeeCall": {"_type": "derivation", "name": "r-BgeeCall-1.12.2"}, "BgeeDB": {"_type": "derivation", "name": "r-BgeeDB-2.22.3"}, "Bhat": {"_type": "derivation", "name": "r-Bhat-0.9-12"}, "BiBitR": {"_type": "derivation", "name": "r-BiBitR-0.3.1"}, "BiCausality": {"_type": "derivation", "name": "r-BiCausality-0.1.2"}, "BiDAG": {"_type": "derivation", "name": "r-BiDAG-2.1.1"}, "BiDimRegression": {"_type": "derivation", "name": "r-BiDimRegression-2.0.1"}, "BiFET": {"_type": "derivation", "name": "r-BiFET-1.16.0"}, "BiGGR": {"_type": "derivation", "name": "r-BiGGR-1.32.0"}, "BiOFI": {"_type": "derivation", "name": "r-BiOFI-0.1.0"}, "BiProbitPartial": {"_type": "derivation", "name": "r-BiProbitPartial-1.0.3"}, "BiRewire": {"_type": "derivation", "name": "r-BiRewire-3.28.0"}, "BiSEp": {"_type": "derivation", "name": "r-BiSEp-2.2"}, "BiSeq": {"_type": "derivation", "name": "r-BiSeq-1.36.0"}, "BiTrinA": {"_type": "derivation", "name": "r-BiTrinA-1.3"}, "BiasCorrector": {"_type": "derivation", "name": "r-BiasCorrector-0.2.2"}, "BiasedUrn": {"_type": "derivation", "name": "r-BiasedUrn-2.0.8"}, "BibPlots": {"_type": "derivation", "name": "r-BibPlots-0.0.8"}, "BicARE": {"_type": "derivation", "name": "r-BicARE-1.54.0"}, "BifactorIndicesCalculator": {"_type": "derivation", "name": "r-BifactorIndicesCalculator-0.2.2"}, "BigDataStatMeth": {"_type": "derivation", "name": "r-BigDataStatMeth-0.99.32"}, "BigQuic": {"_type": "derivation", "name": "r-BigQuic-1.1-11"}, "BigTSP": {"_type": "derivation", "name": "r-BigTSP-1.0"}, "BigVAR": {"_type": "derivation", "name": "r-BigVAR-1.1.1"}, "BimodalIndex": {"_type": "derivation", "name": "r-BimodalIndex-1.1.9"}, "BinGSD": {"_type": "derivation", "name": "r-BinGSD-0.0.1"}, "BinMat": {"_type": "derivation", "name": "r-BinMat-0.1.5"}, "BinNonNor": {"_type": "derivation", "name": "r-BinNonNor-1.5.3"}, "BinNor": {"_type": "derivation", "name": "r-BinNor-2.3.3"}, "BinOrdNonNor": {"_type": "derivation", "name": "r-BinOrdNonNor-1.5.2"}, "BinQuasi": {"_type": "derivation", "name": "r-BinQuasi-0.1-6"}, "BinSegBstrap": {"_type": "derivation", "name": "r-BinSegBstrap-1.0-1"}, "Binarize": {"_type": "derivation", "name": "r-Binarize-1.3"}, "BinaryDosage": {"_type": "derivation", "name": "r-BinaryDosage-1.0.0"}, "BinaryEMVS": {"_type": "derivation", "name": "r-BinaryEMVS-0.1"}, "BinaryEPPM": {"_type": "derivation", "name": "r-BinaryEPPM-2.3"}, "BinarybalancedCut": {"_type": "derivation", "name": "r-BinarybalancedCut-0.2"}, "BindingSiteFinder": {"_type": "derivation", "name": "r-BindingSiteFinder-1.2.0"}, "BioCircos": {"_type": "derivation", "name": "r-BioCircos-0.3.4"}, "BioCor": {"_type": "derivation", "name": "r-BioCor-1.20.0"}, "BioFTF": {"_type": "derivation", "name": "r-BioFTF-1.2-0"}, "BioImageDbs": {"_type": "derivation", "name": "r-BioImageDbs-1.4.0"}, "BioInsight": {"_type": "derivation", "name": "r-BioInsight-0.3.1"}, "BioMM": {"_type": "derivation", "name": "r-BioMM-1.12.0"}, "BioMVCClass": {"_type": "derivation", "name": "r-BioMVCClass-1.64.0"}, "BioMark": {"_type": "derivation", "name": "r-BioMark-0.4.5"}, "BioMedR": {"_type": "derivation", "name": "r-BioMedR-1.2.1"}, "BioNERO": {"_type": "derivation", "name": "r-BioNERO-1.4.2"}, "BioNet": {"_type": "derivation", "name": "r-BioNet-1.56.0"}, "BioNetStat": {"_type": "derivation", "name": "r-BioNetStat-1.16.1"}, "BioPET": {"_type": "derivation", "name": "r-BioPET-0.2.2"}, "BioPETsurv": {"_type": "derivation", "name": "r-BioPETsurv-0.1.0"}, "BioPlex": {"_type": "derivation", "name": "r-BioPlex-1.2.3"}, "BioProbability": {"_type": "derivation", "name": "r-BioProbability-1.0"}, "BioQC": {"_type": "derivation", "name": "r-BioQC-1.24.0"}, "BioRssay": {"_type": "derivation", "name": "r-BioRssay-1.1.0"}, "BioStatR": {"_type": "derivation", "name": "r-BioStatR-3.1.2"}, "BioTIP": {"_type": "derivation", "name": "r-BioTIP-1.10.0"}, "BioVenn": {"_type": "derivation", "name": "r-BioVenn-1.1.3"}, "Biobase": {"_type": "derivation", "name": "r-Biobase-2.56.0"}, "BiocCheck": {"_type": "derivation", "name": "r-BiocCheck-1.32.1"}, "BiocDockerManager": {"_type": "derivation", "name": "r-BiocDockerManager-1.8.1"}, "BiocFileCache": {"_type": "derivation", "name": "r-BiocFileCache-2.4.0"}, "BiocGenerics": {"_type": "derivation", "name": "r-BiocGenerics-0.42.0"}, "BiocIO": {"_type": "derivation", "name": "r-BiocIO-1.6.0"}, "BiocManager": {"_type": "derivation", "name": "r-BiocManager-1.30.19"}, "BiocNeighbors": {"_type": "derivation", "name": "r-BiocNeighbors-1.14.0"}, "BiocOncoTK": {"_type": "derivation", "name": "r-BiocOncoTK-1.16.0"}, "BiocParallel": {"_type": "derivation", "name": "r-BiocParallel-1.30.4"}, "BiocPkgTools": {"_type": "derivation", "name": "r-BiocPkgTools-1.14.1"}, "BiocSet": {"_type": "derivation", "name": "r-BiocSet-1.10.0"}, "BiocSingular": {"_type": "derivation", "name": "r-BiocSingular-1.12.0"}, "BiocSklearn": {"_type": "derivation", "name": "r-BiocSklearn-1.18.2"}, "BiocStyle": {"_type": "derivation", "name": "r-BiocStyle-2.24.0"}, "BiocVersion": {"_type": "derivation", "name": "r-BiocVersion-3.15.2"}, "BiocWorkflowTools": {"_type": "derivation", "name": "r-BiocWorkflowTools-1.22.0"}, "Biocomb": {"_type": "derivation", "name": "r-Biocomb-0.4"}, "Biodem": {"_type": "derivation", "name": "r-Biodem-0.5"}, "BiodiversityR": {"_type": "derivation", "name": "r-BiodiversityR-2.14-4"}, "Bioi": {"_type": "derivation", "name": "r-Bioi-0.2.10"}, "Biolinv": {"_type": "derivation", "name": "r-Biolinv-0.1-3"}, "Biopeak": {"_type": "derivation", "name": "r-Biopeak-1.0"}, "Bios2cor": {"_type": "derivation", "name": "r-Bios2cor-2.2.1"}, "Biostatistics": {"_type": "derivation", "name": "r-Biostatistics-1.0.4"}, "Biostrings": {"_type": "derivation", "name": "r-Biostrings-2.64.1"}, "BipartiteModularityMaximization": {"_type": "derivation", "name": "r-BipartiteModularityMaximization-1.22.415.2"}, "BiplotML": {"_type": "derivation", "name": "r-BiplotML-1.1.0"}, "BisRNA": {"_type": "derivation", "name": "r-BisRNA-0.2.2"}, "BisqueRNA": {"_type": "derivation", "name": "r-BisqueRNA-1.0.5"}, "BitSeq": {"_type": "derivation", "name": "r-BitSeq-1.40.0"}, "BivGeo": {"_type": "derivation", "name": "r-BivGeo-2.0.1"}, "BivRec": {"_type": "derivation", "name": "r-BivRec-1.2.1"}, "BivRegBLS": {"_type": "derivation", "name": "r-BivRegBLS-1.1.1"}, "BivUnifBin": {"_type": "derivation", "name": "r-BivUnifBin-1.3.3"}, "BivarP": {"_type": "derivation", "name": "r-BivarP-1.0"}, "Bivariate_Pareto": {"_type": "derivation", "name": "r-Bivariate.Pareto-1.0.3"}, "BlackCarbon": {"_type": "derivation", "name": "r-BlackCarbon-0.1.0"}, "BlakerCI": {"_type": "derivation", "name": "r-BlakerCI-1.0-6"}, "BlandAltmanLeh": {"_type": "derivation", "name": "r-BlandAltmanLeh-0.3.1"}, "BlanketStatsments": {"_type": "derivation", "name": "r-BlanketStatsments-0.1.2"}, "Blaunet": {"_type": "derivation", "name": "r-Blaunet-2.2.1"}, "Blendstat": {"_type": "derivation", "name": "r-Blendstat-1.0.3"}, "BlockCov": {"_type": "derivation", "name": "r-BlockCov-0.1.1"}, "BlockFeST": {"_type": "derivation", "name": "r-BlockFeST-2.0"}, "BlockMessage": {"_type": "derivation", "name": "r-BlockMessage-1.0"}, "BlockmodelingGUI": {"_type": "derivation", "name": "r-BlockmodelingGUI-1.8.3"}, "BloodCancerMultiOmics2017": {"_type": "derivation", "name": "r-BloodCancerMultiOmics2017-1.16.0"}, "BloodGen3Module": {"_type": "derivation", "name": "r-BloodGen3Module-1.4.0"}, "BlythStillCasellaCI": {"_type": "derivation", "name": "r-BlythStillCasellaCI-1.0.0"}, "Bmix": {"_type": "derivation", "name": "r-Bmix-0.6"}, "BoSSA": {"_type": "derivation", "name": "r-BoSSA-3.7"}, "BoardGames": {"_type": "derivation", "name": "r-BoardGames-1.0.0"}, "Bodi": {"_type": "derivation", "name": "r-Bodi-0.1.0"}, "Bolstad": {"_type": "derivation", "name": "r-Bolstad-0.2-41"}, "Bolstad2": {"_type": "derivation", "name": "r-Bolstad2-1.0-29"}, "BoltzMM": {"_type": "derivation", "name": "r-BoltzMM-0.1.4"}, "BonEV": {"_type": "derivation", "name": "r-BonEV-1.0"}, "BondValuation": {"_type": "derivation", "name": "r-BondValuation-0.1.1"}, "BoneProfileR": {"_type": "derivation", "name": "r-BoneProfileR-2.4"}, "BoolFilter": {"_type": "derivation", "name": "r-BoolFilter-1.0.0"}, "BoolNet": {"_type": "derivation", "name": "r-BoolNet-2.1.7"}, "Boom": {"_type": "derivation", "name": "r-Boom-0.9.10"}, "BoomSpikeSlab": {"_type": "derivation", "name": "r-BoomSpikeSlab-1.2.5"}, "BoostMLR": {"_type": "derivation", "name": "r-BoostMLR-1.0.3"}, "BootMRMR": {"_type": "derivation", "name": "r-BootMRMR-0.1"}, "BootPR": {"_type": "derivation", "name": "r-BootPR-0.70"}, "BootWPTOS": {"_type": "derivation", "name": "r-BootWPTOS-1.2.1"}, "BootstrapQTL": {"_type": "derivation", "name": "r-BootstrapQTL-1.0.5"}, "Boptbd": {"_type": "derivation", "name": "r-Boptbd-1.0.5"}, "Boruta": {"_type": "derivation", "name": "r-Boruta-7.0.0"}, "BosonSampling": {"_type": "derivation", "name": "r-BosonSampling-0.1.3"}, "BoundEdgeworth": {"_type": "derivation", "name": "r-BoundEdgeworth-0.1.1"}, "BoutrosLab_plotting_general": {"_type": "derivation", "name": "r-BoutrosLab.plotting.general-7.0.3"}, "BradleyTerry2": {"_type": "derivation", "name": "r-BradleyTerry2-1.1-2"}, "BrailleR": {"_type": "derivation", "name": "r-BrailleR-0.32.1"}, "BrainCon": {"_type": "derivation", "name": "r-BrainCon-0.2.0"}, "BrainSABER": {"_type": "derivation", "name": "r-BrainSABER-1.6.0"}, "BranchGLM": {"_type": "derivation", "name": "r-BranchGLM-1.3.2"}, "Branching": {"_type": "derivation", "name": "r-Branching-0.9.4"}, "BrazilMet": {"_type": "derivation", "name": "r-BrazilMet-0.2.0"}, "BreakPoints": {"_type": "derivation", "name": "r-BreakPoints-1.2"}, "BridgeDbR": {"_type": "derivation", "name": "r-BridgeDbR-2.6.0"}, "Brobdingnag": {"_type": "derivation", "name": "r-Brobdingnag-1.2-9"}, "BrownDog": {"_type": "derivation", "name": "r-BrownDog-0.2.1"}, "BrowserViz": {"_type": "derivation", "name": "r-BrowserViz-2.18.0"}, "Brq": {"_type": "derivation", "name": "r-Brq-3.0"}, "Brundle": {"_type": "derivation", "name": "r-Brundle-1.0.9"}, "BsMD": {"_type": "derivation", "name": "r-BsMD-2020.4.30"}, "BubbleTree": {"_type": "derivation", "name": "r-BubbleTree-2.26.0"}, "Buddle": {"_type": "derivation", "name": "r-Buddle-2.0.1"}, "BufferedMatrix": {"_type": "derivation", "name": "r-BufferedMatrix-1.60.0"}, "BufferedMatrixMethods": {"_type": "derivation", "name": "r-BufferedMatrixMethods-1.60.0"}, "BuildSys": {"_type": "derivation", "name": "r-BuildSys-1.1.2"}, "BullsEyeR": {"_type": "derivation", "name": "r-BullsEyeR-0.2.0"}, "BumpyMatrix": {"_type": "derivation", "name": "r-BumpyMatrix-1.4.0"}, "BurStFin": {"_type": "derivation", "name": "r-BurStFin-1.3"}, "BurStMisc": {"_type": "derivation", "name": "r-BurStMisc-1.1"}, "BusinessDuration": {"_type": "derivation", "name": "r-BusinessDuration-0.2.0"}, "BuyseTest": {"_type": "derivation", "name": "r-BuyseTest-2.3.11"}, "Bvalue": {"_type": "derivation", "name": "r-Bvalue-1.0"}, "BwQuant": {"_type": "derivation", "name": "r-BwQuant-0.1.0"}, "C19dNUTS": {"_type": "derivation", "name": "r-C19dNUTS-1.0.1"}, "C443": {"_type": "derivation", "name": "r-C443-3.2.3"}, "C50": {"_type": "derivation", "name": "r-C50-0.1.6"}, "CA3variants": {"_type": "derivation", "name": "r-CA3variants-3.3.1"}, "CACIMAR": {"_type": "derivation", "name": "r-CACIMAR-1.0.0"}, "CADFtest": {"_type": "derivation", "name": "r-CADFtest-0.3-3"}, "CADStat": {"_type": "derivation", "name": "r-CADStat-3.0.8"}, "CAEN": {"_type": "derivation", "name": "r-CAEN-1.4.0"}, "CAFE": {"_type": "derivation", "name": "r-CAFE-1.32.0"}, "CAGEfightR": {"_type": "derivation", "name": "r-CAGEfightR-1.16.0"}, "CAGEr": {"_type": "derivation", "name": "r-CAGEr-2.2.0"}, "CAISEr": {"_type": "derivation", "name": "r-CAISEr-1.0.16"}, "CALANGO": {"_type": "derivation", "name": "r-CALANGO-1.0.12"}, "CALF": {"_type": "derivation", "name": "r-CALF-1.0.17"}, "CALIBERrfimpute": {"_type": "derivation", "name": "r-CALIBERrfimpute-1.0-6"}, "CAMAN": {"_type": "derivation", "name": "r-CAMAN-0.75"}, "CAMERA": {"_type": "derivation", "name": "r-CAMERA-1.52.0"}, "CAMML": {"_type": "derivation", "name": "r-CAMML-0.2.3"}, "CANSIM2R": {"_type": "derivation", "name": "r-CANSIM2R-1.14.1"}, "CARBayes": {"_type": "derivation", "name": "r-CARBayes-5.3"}, "CARBayesST": {"_type": "derivation", "name": "r-CARBayesST-3.3"}, "CARBayesdata": {"_type": "derivation", "name": "r-CARBayesdata-3.0"}, "CARE1": {"_type": "derivation", "name": "r-CARE1-1.1.0"}, "CARLIT": {"_type": "derivation", "name": "r-CARLIT-1.0"}, "CARNIVAL": {"_type": "derivation", "name": "r-CARNIVAL-2.6.2"}, "CARRoT": {"_type": "derivation", "name": "r-CARRoT-2.5.2"}, "CARS": {"_type": "derivation", "name": "r-CARS-0.2.2"}, "CARlasso": {"_type": "derivation", "name": "r-CARlasso-0.1.2"}, "CASCORE": {"_type": "derivation", "name": "r-CASCORE-0.1.1"}, "CASMAP": {"_type": "derivation", "name": "r-CASMAP-0.6.1"}, "CAST": {"_type": "derivation", "name": "r-CAST-0.7.0"}, "CATALYST": {"_type": "derivation", "name": "r-CATALYST-1.20.1"}, "CATT": {"_type": "derivation", "name": "r-CATT-2.0"}, "CATTexact": {"_type": "derivation", "name": "r-CATTexact-0.1.1"}, "CATkit": {"_type": "derivation", "name": "r-CATkit-3.3.3"}, "CAinterprTools": {"_type": "derivation", "name": "r-CAinterprTools-1.1.0"}, "CAnD": {"_type": "derivation", "name": "r-CAnD-1.27.0"}, "CAvariants": {"_type": "derivation", "name": "r-CAvariants-5.6"}, "CB2": {"_type": "derivation", "name": "r-CB2-1.3.4"}, "CBCgrps": {"_type": "derivation", "name": "r-CBCgrps-2.8.2"}, "CBDA": {"_type": "derivation", "name": "r-CBDA-1.0.0"}, "CBEA": {"_type": "derivation", "name": "r-CBEA-1.0.0"}, "CBPS": {"_type": "derivation", "name": "r-CBPS-0.23"}, "CBSr": {"_type": "derivation", "name": "r-CBSr-1.0.5"}, "CBT": {"_type": "derivation", "name": "r-CBT-1.0"}, "CC": {"_type": "derivation", "name": "r-CC-1.0"}, "CCA": {"_type": "derivation", "name": "r-CCA-1.2.1"}, "CCAMLRGIS": {"_type": "derivation", "name": "r-CCAMLRGIS-4.0.1"}, "CCM": {"_type": "derivation", "name": "r-CCM-1.2"}, "CCP": {"_type": "derivation", "name": "r-CCP-1.2"}, "CCPROMISE": {"_type": "derivation", "name": "r-CCPROMISE-1.22.0"}, "CCTpack": {"_type": "derivation", "name": "r-CCTpack-1.5.2"}, "CCWeights": {"_type": "derivation", "name": "r-CCWeights-0.1.6"}, "CCl4": {"_type": "derivation", "name": "r-CCl4-1.34.0"}, "CCpop": {"_type": "derivation", "name": "r-CCpop-1.0"}, "CDFt": {"_type": "derivation", "name": "r-CDFt-1.2"}, "CDLasso": {"_type": "derivation", "name": "r-CDLasso-1.1"}, "CDM": {"_type": "derivation", "name": "r-CDM-8.2-6"}, "CDMConnector": {"_type": "derivation", "name": "r-CDMConnector-0.1.0"}, "CDNmoney": {"_type": "derivation", "name": "r-CDNmoney-2012.4-2"}, "CDROM": {"_type": "derivation", "name": "r-CDROM-1.1"}, "CDSeq": {"_type": "derivation", "name": "r-CDSeq-1.0.8"}, "CDVineCopulaConditional": {"_type": "derivation", "name": "r-CDVineCopulaConditional-0.1.1"}, "CDatanet": {"_type": "derivation", "name": "r-CDatanet-2.0.1"}, "CEC": {"_type": "derivation", "name": "r-CEC-0.10.3"}, "CEDA": {"_type": "derivation", "name": "r-CEDA-1.1.0"}, "CEDARS": {"_type": "derivation", "name": "r-CEDARS-1.90"}, "CEGO": {"_type": "derivation", "name": "r-CEGO-2.4.2"}, "CEMiTool": {"_type": "derivation", "name": "r-CEMiTool-1.20.0"}, "CENFA": {"_type": "derivation", "name": "r-CENFA-1.1.1"}, "CEOdata": {"_type": "derivation", "name": "r-CEOdata-1.2.0.1"}, "CERFIT": {"_type": "derivation", "name": "r-CERFIT-0.1.0"}, "CEoptim": {"_type": "derivation", "name": "r-CEoptim-1.2"}, "CFAcoop": {"_type": "derivation", "name": "r-CFAcoop-1.0.0"}, "CFAssay": {"_type": "derivation", "name": "r-CFAssay-1.30.0"}, "CFC": {"_type": "derivation", "name": "r-CFC-1.1.2"}, "CFF": {"_type": "derivation", "name": "r-CFF-1.0"}, "CFilt": {"_type": "derivation", "name": "r-CFilt-0.2.1"}, "CGE": {"_type": "derivation", "name": "r-CGE-0.3.3"}, "CGEN": {"_type": "derivation", "name": "r-CGEN-3.32.0"}, "CGGP": {"_type": "derivation", "name": "r-CGGP-1.0.3"}, "CGHbase": {"_type": "derivation", "name": "r-CGHbase-1.56.0"}, "CGHcall": {"_type": "derivation", "name": "r-CGHcall-2.58.0"}, "CGHnormaliter": {"_type": "derivation", "name": "r-CGHnormaliter-1.50.0"}, "CGHregions": {"_type": "derivation", "name": "r-CGHregions-1.54.0"}, "CGManalyzer": {"_type": "derivation", "name": "r-CGManalyzer-1.3"}, "CGNM": {"_type": "derivation", "name": "r-CGNM-0.4.0"}, "CGP": {"_type": "derivation", "name": "r-CGP-2.1-1"}, "CGPfunctions": {"_type": "derivation", "name": "r-CGPfunctions-0.6.3"}, "CHCN": {"_type": "derivation", "name": "r-CHCN-1.5"}, "CHETAH": {"_type": "derivation", "name": "r-CHETAH-1.12.1"}, "CHFF": {"_type": "derivation", "name": "r-CHFF-0.1.0"}, "CHMM": {"_type": "derivation", "name": "r-CHMM-0.1.1"}, "CHNCapitalStock": {"_type": "derivation", "name": "r-CHNCapitalStock-0.1.0"}, "CHNOSZ": {"_type": "derivation", "name": "r-CHNOSZ-1.4.3"}, "CHOIRBM": {"_type": "derivation", "name": "r-CHOIRBM-0.0.2"}, "CHRONOS": {"_type": "derivation", "name": "r-CHRONOS-1.24.1"}, "CHsharp": {"_type": "derivation", "name": "r-CHsharp-0.4"}, "CIAAWconsensus": {"_type": "derivation", "name": "r-CIAAWconsensus-1.3"}, "CIARA": {"_type": "derivation", "name": "r-CIARA-0.1.0"}, "CICA": {"_type": "derivation", "name": "r-CICA-0.1.0"}, "CIDER": {"_type": "derivation", "name": "r-CIDER-0.99.1"}, "CIEE": {"_type": "derivation", "name": "r-CIEE-0.1.1"}, "CIFsmry": {"_type": "derivation", "name": "r-CIFsmry-1.0.1.1"}, "CIM": {"_type": "derivation", "name": "r-CIM-1.0.0"}, "CIMICE": {"_type": "derivation", "name": "r-CIMICE-1.4.0"}, "CIMTx": {"_type": "derivation", "name": "r-CIMTx-1.2.0"}, "CINE": {"_type": "derivation", "name": "r-CINE-0.1.3"}, "CINID": {"_type": "derivation", "name": "r-CINID-1.3-0"}, "CINNA": {"_type": "derivation", "name": "r-CINNA-1.2.0"}, "CINdex": {"_type": "derivation", "name": "r-CINdex-1.24.0"}, "CINmetrics": {"_type": "derivation", "name": "r-CINmetrics-0.1.0"}, "CIPerm": {"_type": "derivation", "name": "r-CIPerm-0.2.3"}, "CISE": {"_type": "derivation", "name": "r-CISE-0.1.0"}, "CIS_DGLM": {"_type": "derivation", "name": "r-CIS.DGLM-0.1.0"}, "CITAN": {"_type": "derivation", "name": "r-CITAN-2022.1.1"}, "CIplot": {"_type": "derivation", "name": "r-CIplot-1.0"}, "CJAMP": {"_type": "derivation", "name": "r-CJAMP-0.1.1"}, "CKAT": {"_type": "derivation", "name": "r-CKAT-0.1.0"}, "CKLRT": {"_type": "derivation", "name": "r-CKLRT-0.2.3"}, "CKMRpop": {"_type": "derivation", "name": "r-CKMRpop-0.1.3"}, "CLA": {"_type": "derivation", "name": "r-CLA-0.96-2"}, "CLAST": {"_type": "derivation", "name": "r-CLAST-1.0.1"}, "CLL": {"_type": "derivation", "name": "r-CLL-1.36.0"}, "CLLmethylation": {"_type": "derivation", "name": "r-CLLmethylation-1.16.0"}, "CLME": {"_type": "derivation", "name": "r-CLME-2.0-12"}, "CLONETv2": {"_type": "derivation", "name": "r-CLONETv2-2.2.1"}, "CLSOCP": {"_type": "derivation", "name": "r-CLSOCP-1.0"}, "CLUSTShiny": {"_type": "derivation", "name": "r-CLUSTShiny-0.1.0"}, "CLVTools": {"_type": "derivation", "name": "r-CLVTools-0.9.0"}, "CMA": {"_type": "derivation", "name": "r-CMA-1.54.0"}, "CMAPSS": {"_type": "derivation", "name": "r-CMAPSS-0.1.1"}, "CMC": {"_type": "derivation", "name": "r-CMC-1.0"}, "CMF": {"_type": "derivation", "name": "r-CMF-1.0.3"}, "CMFsurrogate": {"_type": "derivation", "name": "r-CMFsurrogate-1.0"}, "CMHNPA": {"_type": "derivation", "name": "r-CMHNPA-0.1.1"}, "CMLS": {"_type": "derivation", "name": "r-CMLS-1.0-0"}, "CMMs": {"_type": "derivation", "name": "r-CMMs-1.0.0"}, "CMShiny": {"_type": "derivation", "name": "r-CMShiny-0.1.0"}, "CMapViz": {"_type": "derivation", "name": "r-CMapViz-0.1.0"}, "CMatching": {"_type": "derivation", "name": "r-CMatching-2.3.0"}, "CMplot": {"_type": "derivation", "name": "r-CMplot-4.2.0"}, "CNAIM": {"_type": "derivation", "name": "r-CNAIM-2.1.4"}, "CNAnorm": {"_type": "derivation", "name": "r-CNAnorm-1.42.0"}, "CNEr": {"_type": "derivation", "name": "r-CNEr-1.32.0"}, "CNLTreg": {"_type": "derivation", "name": "r-CNLTreg-0.1-2"}, "CNLTtsa": {"_type": "derivation", "name": "r-CNLTtsa-0.1-2"}, "CNOGpro": {"_type": "derivation", "name": "r-CNOGpro-1.1"}, "CNORdt": {"_type": "derivation", "name": "r-CNORdt-1.38.0"}, "CNORfeeder": {"_type": "derivation", "name": "r-CNORfeeder-1.36.1"}, "CNORfuzzy": {"_type": "derivation", "name": "r-CNORfuzzy-1.38.0"}, "CNORode": {"_type": "derivation", "name": "r-CNORode-1.38.0"}, "CNPS": {"_type": "derivation", "name": "r-CNPS-1.0.0"}, "CNTools": {"_type": "derivation", "name": "r-CNTools-1.52.0"}, "CNVMetrics": {"_type": "derivation", "name": "r-CNVMetrics-1.0.0"}, "CNVPanelizer": {"_type": "derivation", "name": "r-CNVPanelizer-1.28.0"}, "CNVRG": {"_type": "derivation", "name": "r-CNVRG-1.0.0"}, "CNVRanger": {"_type": "derivation", "name": "r-CNVRanger-1.12.0"}, "CNVScope": {"_type": "derivation", "name": "r-CNVScope-3.7.2"}, "CNVfilteR": {"_type": "derivation", "name": "r-CNVfilteR-1.10.1"}, "CNVgears": {"_type": "derivation", "name": "r-CNVgears-1.4.0"}, "CNViz": {"_type": "derivation", "name": "r-CNViz-1.4.0"}, "CNVrd2": {"_type": "derivation", "name": "r-CNVrd2-1.34.0"}, "CNprep": {"_type": "derivation", "name": "r-CNprep-2.2"}, "CNull": {"_type": "derivation", "name": "r-CNull-1.0"}, "COBRA": {"_type": "derivation", "name": "r-COBRA-0.99.4"}, "COCOA": {"_type": "derivation", "name": "r-COCOA-2.10.0"}, "COCONUT": {"_type": "derivation", "name": "r-COCONUT-1.0.2"}, "CODEX": {"_type": "derivation", "name": "r-CODEX-1.28.0"}, "COHCAP": {"_type": "derivation", "name": "r-COHCAP-1.42.0"}, "COHCAPanno": {"_type": "derivation", "name": "r-COHCAPanno-1.32.0"}, "COINr": {"_type": "derivation", "name": "r-COINr-1.1.0"}, "COLP": {"_type": "derivation", "name": "r-COLP-1.0.0"}, "COMBAT": {"_type": "derivation", "name": "r-COMBAT-0.0.4"}, "COMIX": {"_type": "derivation", "name": "r-COMIX-0.1.6"}, "COMPASS": {"_type": "derivation", "name": "r-COMPASS-1.34.0"}, "COMPoissonReg": {"_type": "derivation", "name": "r-COMPoissonReg-0.7.0"}, "CONCUR": {"_type": "derivation", "name": "r-CONCUR-1.4"}, "CONFESS": {"_type": "derivation", "name": "r-CONFESS-1.24.0"}, "CONFESSdata": {"_type": "derivation", "name": "r-CONFESSdata-1.24.0"}, "CONSTANd": {"_type": "derivation", "name": "r-CONSTANd-1.4.0"}, "COPDSexualDimorphism_data": {"_type": "derivation", "name": "r-COPDSexualDimorphism.data-1.32.0"}, "COR": {"_type": "derivation", "name": "r-COR-0.0.1"}, "CORE": {"_type": "derivation", "name": "r-CORE-3.2"}, "CORElearn": {"_type": "derivation", "name": "r-CORElearn-1.56.0"}, "CORM": {"_type": "derivation", "name": "r-CORM-1.0.2"}, "CORREP": {"_type": "derivation", "name": "r-CORREP-1.62.0"}, "COSINE": {"_type": "derivation", "name": "r-COSINE-2.1"}, "COSMIC_67": {"_type": "derivation", "name": "r-COSMIC.67-1.32.0"}, "COSNet": {"_type": "derivation", "name": "r-COSNet-1.30.0"}, "COST": {"_type": "derivation", "name": "r-COST-0.1.0"}, "COTAN": {"_type": "derivation", "name": "r-COTAN-1.0.0"}, "COUNT": {"_type": "derivation", "name": "r-COUNT-1.3.4"}, "COUSCOus": {"_type": "derivation", "name": "r-COUSCOus-1.0.0"}, "COVID19": {"_type": "derivation", "name": "r-COVID19-3.0.2"}, "COVIDIBGE": {"_type": "derivation", "name": "r-COVIDIBGE-0.1.8"}, "CP": {"_type": "derivation", "name": "r-CP-1.6"}, "CPAT": {"_type": "derivation", "name": "r-CPAT-0.1.0"}, "CPBayes": {"_type": "derivation", "name": "r-CPBayes-1.1.0"}, "CPC": {"_type": "derivation", "name": "r-CPC-2.2.1"}, "CPE": {"_type": "derivation", "name": "r-CPE-1.5.2"}, "CPGLIB": {"_type": "derivation", "name": "r-CPGLIB-1.1.0"}, "CPMCGLM": {"_type": "derivation", "name": "r-CPMCGLM-1.2"}, "CPNCoverageAnalysis": {"_type": "derivation", "name": "r-CPNCoverageAnalysis-1.1.0"}, "CPP": {"_type": "derivation", "name": "r-CPP-0.1.0"}, "CPsurv": {"_type": "derivation", "name": "r-CPsurv-1.0.0"}, "CR2": {"_type": "derivation", "name": "r-CR2-0.1.1"}, "CRABS": {"_type": "derivation", "name": "r-CRABS-1.1.0"}, "CRAC": {"_type": "derivation", "name": "r-CRAC-1.0"}, "CRANsearcher": {"_type": "derivation", "name": "r-CRANsearcher-1.0.0"}, "CRCL18": {"_type": "derivation", "name": "r-CRCL18-1.16.0"}, "CRE": {"_type": "derivation", "name": "r-CRE-0.1.1"}, "CREAM": {"_type": "derivation", "name": "r-CREAM-1.1.1"}, "CREDS": {"_type": "derivation", "name": "r-CREDS-0.1.0"}, "CRF": {"_type": "derivation", "name": "r-CRF-0.4-3"}, "CRISPRseek": {"_type": "derivation", "name": "r-CRISPRseek-1.36.0"}, "CRImage": {"_type": "derivation", "name": "r-CRImage-1.44.0"}, "CRM": {"_type": "derivation", "name": "r-CRM-1.2.4"}, "CRTConjoint": {"_type": "derivation", "name": "r-CRTConjoint-0.1.0"}, "CRTSize": {"_type": "derivation", "name": "r-CRTSize-1.1"}, "CRTgeeDR": {"_type": "derivation", "name": "r-CRTgeeDR-2.0.1"}, "CRWRM": {"_type": "derivation", "name": "r-CRWRM-0.0.1"}, "CSAR": {"_type": "derivation", "name": "r-CSAR-1.48.0"}, "CSCDRNA": {"_type": "derivation", "name": "r-CSCDRNA-1.0.3"}, "CSCNet": {"_type": "derivation", "name": "r-CSCNet-0.1.1"}, "CSESA": {"_type": "derivation", "name": "r-CSESA-1.2.0"}, "CSFA": {"_type": "derivation", "name": "r-CSFA-1.2.0"}, "CSGo": {"_type": "derivation", "name": "r-CSGo-0.6.7"}, "CSHShydRology": {"_type": "derivation", "name": "r-CSHShydRology-1.2.10"}, "CSIndicators": {"_type": "derivation", "name": "r-CSIndicators-0.0.2"}, "CSMES": {"_type": "derivation", "name": "r-CSMES-1.0.0"}, "CSSP": {"_type": "derivation", "name": "r-CSSP-1.34.0"}, "CSSQ": {"_type": "derivation", "name": "r-CSSQ-1.8.0"}, "CSTE": {"_type": "derivation", "name": "r-CSTE-2.0.0"}, "CSTools": {"_type": "derivation", "name": "r-CSTools-4.1.0"}, "CSUV": {"_type": "derivation", "name": "r-CSUV-0.1.1"}, "CSclone": {"_type": "derivation", "name": "r-CSclone-1.0"}, "CSeqpat": {"_type": "derivation", "name": "r-CSeqpat-0.1.2"}, "CTAShiny": {"_type": "derivation", "name": "r-CTAShiny-0.1.0"}, "CTCF": {"_type": "derivation", "name": "r-CTCF-0.99.5"}, "CTD": {"_type": "derivation", "name": "r-CTD-1.1.0"}, "CTDquerier": {"_type": "derivation", "name": "r-CTDquerier-2.3.1"}, "CTM": {"_type": "derivation", "name": "r-CTM-0.2"}, "CTNote": {"_type": "derivation", "name": "r-CTNote-0.1.0"}, "CTP": {"_type": "derivation", "name": "r-CTP-3.0.1"}, "CTShiny": {"_type": "derivation", "name": "r-CTShiny-0.1.0"}, "CTShiny2": {"_type": "derivation", "name": "r-CTShiny2-0.1.0"}, "CTT": {"_type": "derivation", "name": "r-CTT-2.3.3"}, "CTTShiny": {"_type": "derivation", "name": "r-CTTShiny-0.1"}, "CTTinShiny": {"_type": "derivation", "name": "r-CTTinShiny-0.1.0"}, "CUB": {"_type": "derivation", "name": "r-CUB-1.1.4"}, "CUFF": {"_type": "derivation", "name": "r-CUFF-1.8"}, "CUMP": {"_type": "derivation", "name": "r-CUMP-2.0"}, "CUSUMdesign": {"_type": "derivation", "name": "r-CUSUMdesign-1.1.5"}, "CVD": {"_type": "derivation", "name": "r-CVD-1.0.2"}, "CVEK": {"_type": "derivation", "name": "r-CVEK-0.1-2"}, "CVR": {"_type": "derivation", "name": "r-CVR-0.1.1"}, "CVST": {"_type": "derivation", "name": "r-CVST-0.2-3"}, "CVThresh": {"_type": "derivation", "name": "r-CVThresh-1.1.2"}, "CVTuningCov": {"_type": "derivation", "name": "r-CVTuningCov-1.0"}, "CVXR": {"_type": "derivation", "name": "r-CVXR-1.0-10"}, "CVarE": {"_type": "derivation", "name": "r-CVarE-1.1"}, "CVcalibration": {"_type": "derivation", "name": "r-CVcalibration-1.0-1"}, "CVglasso": {"_type": "derivation", "name": "r-CVglasso-1.0"}, "CVrisk": {"_type": "derivation", "name": "r-CVrisk-1.1.0"}, "CaDENCE": {"_type": "derivation", "name": "r-CaDENCE-1.2.5"}, "CaPO4Sim": {"_type": "derivation", "name": "r-CaPO4Sim-0.2.0"}, "Cairo": {"_type": "derivation", "name": "r-Cairo-1.6-0"}, "CalSim": {"_type": "derivation", "name": "r-CalSim-0.5.2"}, "Calculator_LR_FNs": {"_type": "derivation", "name": "r-Calculator.LR.FNs-1.3"}, "CalibratR": {"_type": "derivation", "name": "r-CalibratR-0.1.2"}, "CalibrateSSB": {"_type": "derivation", "name": "r-CalibrateSSB-1.3.0"}, "CalibrationCurves": {"_type": "derivation", "name": "r-CalibrationCurves-0.1.5"}, "CallEshotgun": {"_type": "derivation", "name": "r-CallEshotgun-0.2.0"}, "CamelUp": {"_type": "derivation", "name": "r-CamelUp-2.0.3"}, "CancerEvolutionVisualization": {"_type": "derivation", "name": "r-CancerEvolutionVisualization-1.0.1"}, "CancerGram": {"_type": "derivation", "name": "r-CancerGram-1.0.0"}, "CancerInSilico": {"_type": "derivation", "name": "r-CancerInSilico-2.16.0"}, "CancerSubtypes": {"_type": "derivation", "name": "r-CancerSubtypes-1.22.1"}, "Canek": {"_type": "derivation", "name": "r-Canek-0.2.1"}, "Canopy": {"_type": "derivation", "name": "r-Canopy-1.3.0"}, "Cardinal": {"_type": "derivation", "name": "r-Cardinal-2.14.0"}, "CardinalWorkflows": {"_type": "derivation", "name": "r-CardinalWorkflows-1.28.0"}, "CarletonStats": {"_type": "derivation", "name": "r-CarletonStats-2.0"}, "Carlson": {"_type": "derivation", "name": "r-Carlson-1.1.0"}, "Cascade": {"_type": "derivation", "name": "r-Cascade-2.0"}, "CascadeData": {"_type": "derivation", "name": "r-CascadeData-1.3"}, "CatDataAnalysis": {"_type": "derivation", "name": "r-CatDataAnalysis-0.1-5"}, "CatDyn": {"_type": "derivation", "name": "r-CatDyn-1.1-1"}, "CatEncoders": {"_type": "derivation", "name": "r-CatEncoders-0.1.1"}, "CatPredi": {"_type": "derivation", "name": "r-CatPredi-1.3"}, "CatReg": {"_type": "derivation", "name": "r-CatReg-2.0.3"}, "CatastRo": {"_type": "derivation", "name": "r-CatastRo-0.2.2"}, "CateSelection": {"_type": "derivation", "name": "r-CateSelection-1.0"}, "Category": {"_type": "derivation", "name": "r-Category-2.62.0"}, "CauchyCP": {"_type": "derivation", "name": "r-CauchyCP-0.1.1"}, "CausCor": {"_type": "derivation", "name": "r-CausCor-0.1.2"}, "CausalGAM": {"_type": "derivation", "name": "r-CausalGAM-0.1-4"}, "CausalGPS": {"_type": "derivation", "name": "r-CausalGPS-0.2.8"}, "CausalImpact": {"_type": "derivation", "name": "r-CausalImpact-1.2.7"}, "CausalKinetiX": {"_type": "derivation", "name": "r-CausalKinetiX-0.2.1"}, "CausalMBSTS": {"_type": "derivation", "name": "r-CausalMBSTS-0.1.1"}, "CausalModels": {"_type": "derivation", "name": "r-CausalModels-0.1.0"}, "CausalQueries": {"_type": "derivation", "name": "r-CausalQueries-0.1.0"}, "CausalR": {"_type": "derivation", "name": "r-CausalR-1.28.0"}, "CautiousLearning": {"_type": "derivation", "name": "r-CautiousLearning-1.0.1"}, "CePa": {"_type": "derivation", "name": "r-CePa-0.8.0"}, "CeRNASeek": {"_type": "derivation", "name": "r-CeRNASeek-2.1.3"}, "CeTF": {"_type": "derivation", "name": "r-CeTF-1.8.0"}, "CellBarcode": {"_type": "derivation", "name": "r-CellBarcode-1.2.0"}, "CellBench": {"_type": "derivation", "name": "r-CellBench-1.12.0"}, "CellMapper": {"_type": "derivation", "name": "r-CellMapper-1.22.0"}, "CellMapperData": {"_type": "derivation", "name": "r-CellMapperData-1.22.0"}, "CellMixS": {"_type": "derivation", "name": "r-CellMixS-1.12.0"}, "CellNOptR": {"_type": "derivation", "name": "r-CellNOptR-1.42.1"}, "CellScore": {"_type": "derivation", "name": "r-CellScore-1.16.0"}, "CellTrails": {"_type": "derivation", "name": "r-CellTrails-1.14.0"}, "CellaRepertorium": {"_type": "derivation", "name": "r-CellaRepertorium-1.6.0"}, "CelliD": {"_type": "derivation", "name": "r-CelliD-1.4.0"}, "CenBAR": {"_type": "derivation", "name": "r-CenBAR-0.1.1"}, "CensMFM": {"_type": "derivation", "name": "r-CensMFM-2.11"}, "CensRegMod": {"_type": "derivation", "name": "r-CensRegMod-1.0"}, "CensSpatial": {"_type": "derivation", "name": "r-CensSpatial-3.0"}, "Census2016": {"_type": "derivation", "name": "r-Census2016-0.2.0"}, "CepLDA": {"_type": "derivation", "name": "r-CepLDA-1.0.0"}, "Cepo": {"_type": "derivation", "name": "r-Cepo-1.2.0"}, "CerioliOutlierDetection": {"_type": "derivation", "name": "r-CerioliOutlierDetection-1.1.9"}, "Certara_R": {"_type": "derivation", "name": "r-Certara.R-1.0.0"}, "CexoR": {"_type": "derivation", "name": "r-CexoR-1.34.0"}, "CfEstimateQuantiles": {"_type": "derivation", "name": "r-CfEstimateQuantiles-1.0"}, "ChAMP": {"_type": "derivation", "name": "r-ChAMP-2.26.0"}, "ChAMPdata": {"_type": "derivation", "name": "r-ChAMPdata-2.28.0"}, "ChIC": {"_type": "derivation", "name": "r-ChIC-1.16.0"}, "ChIC_data": {"_type": "derivation", "name": "r-ChIC.data-1.16.0"}, "ChIPComp": {"_type": "derivation", "name": "r-ChIPComp-1.26.0"}, "ChIPQC": {"_type": "derivation", "name": "r-ChIPQC-1.32.2"}, "ChIPXpress": {"_type": "derivation", "name": "r-ChIPXpress-1.40.0"}, "ChIPXpressData": {"_type": "derivation", "name": "r-ChIPXpressData-1.34.0"}, "ChIPanalyser": {"_type": "derivation", "name": "r-ChIPanalyser-1.18.0"}, "ChIPexoQual": {"_type": "derivation", "name": "r-ChIPexoQual-1.20.0"}, "ChIPexoQualExample": {"_type": "derivation", "name": "r-ChIPexoQualExample-1.20.0"}, "ChIPpeakAnno": {"_type": "derivation", "name": "r-ChIPpeakAnno-3.30.1"}, "ChIPseeker": {"_type": "derivation", "name": "r-ChIPseeker-1.32.1"}, "ChIPseqR": {"_type": "derivation", "name": "r-ChIPseqR-1.50.0"}, "ChIPsim": {"_type": "derivation", "name": "r-ChIPsim-1.50.0"}, "ChIPtest": {"_type": "derivation", "name": "r-ChIPtest-1.0"}, "ChainLadder": {"_type": "derivation", "name": "r-ChainLadder-0.2.16"}, "ChangePointTaylor": {"_type": "derivation", "name": "r-ChangePointTaylor-0.2"}, "ChangepointTesting": {"_type": "derivation", "name": "r-ChangepointTesting-1.1"}, "ChannelAttribution": {"_type": "derivation", "name": "r-ChannelAttribution-2.0.5"}, "ChannelAttributionApp": {"_type": "derivation", "name": "r-ChannelAttributionApp-1.3"}, "Chaos01": {"_type": "derivation", "name": "r-Chaos01-1.2.1"}, "ChaosGame": {"_type": "derivation", "name": "r-ChaosGame-1.3"}, "ChargeTransport": {"_type": "derivation", "name": "r-ChargeTransport-1.0.2"}, "CheckDigit": {"_type": "derivation", "name": "r-CheckDigit-1.0.0"}, "ChemmineDrugs": {"_type": "derivation", "name": "r-ChemmineDrugs-1.0.2"}, "ChemmineOB": {"_type": "derivation", "name": "r-ChemmineOB-1.34.0"}, "ChemmineR": {"_type": "derivation", "name": "r-ChemmineR-3.48.0"}, "ChemoSpec": {"_type": "derivation", "name": "r-ChemoSpec-6.1.4"}, "ChemoSpec2D": {"_type": "derivation", "name": "r-ChemoSpec2D-0.5.0"}, "ChemoSpecUtils": {"_type": "derivation", "name": "r-ChemoSpecUtils-1.0.0"}, "Chicago": {"_type": "derivation", "name": "r-Chicago-1.24.0"}, "ChillModels": {"_type": "derivation", "name": "r-ChillModels-1.0.2"}, "ChimpHumanBrainData": {"_type": "derivation", "name": "r-ChimpHumanBrainData-1.34.0"}, "ChineseNames": {"_type": "derivation", "name": "r-ChineseNames-1.1.1"}, "ChoR": {"_type": "derivation", "name": "r-ChoR-0.0-4"}, "ChoiceModelR": {"_type": "derivation", "name": "r-ChoiceModelR-1.3.0"}, "CholWishart": {"_type": "derivation", "name": "r-CholWishart-1.1.2"}, "ChromHeatMap": {"_type": "derivation", "name": "r-ChromHeatMap-1.50.0"}, "ChromSCape": {"_type": "derivation", "name": "r-ChromSCape-1.6.0"}, "CircMLE": {"_type": "derivation", "name": "r-CircMLE-0.3.0"}, "CircNNTSR": {"_type": "derivation", "name": "r-CircNNTSR-2.2-1"}, "CircOutlier": {"_type": "derivation", "name": "r-CircOutlier-3.2.3"}, "CircSpaceTime": {"_type": "derivation", "name": "r-CircSpaceTime-0.9.0"}, "CircStats": {"_type": "derivation", "name": "r-CircStats-0.2-6"}, "CirclesIntersections": {"_type": "derivation", "name": "r-CirclesIntersections-1.0"}, "CircularDDM": {"_type": "derivation", "name": "r-CircularDDM-0.1.0"}, "CircularSilhouette": {"_type": "derivation", "name": "r-CircularSilhouette-0.0.1"}, "CiteFuse": {"_type": "derivation", "name": "r-CiteFuse-1.8.0"}, "CityPlot": {"_type": "derivation", "name": "r-CityPlot-2.0"}, "CityWaterBalance": {"_type": "derivation", "name": "r-CityWaterBalance-0.1.0"}, "Ckmeans_1d_dp": {"_type": "derivation", "name": "r-Ckmeans.1d.dp-4.3.4"}, "Claddis": {"_type": "derivation", "name": "r-Claddis-0.6.3"}, "ClaimsProblems": {"_type": "derivation", "name": "r-ClaimsProblems-0.2.0"}, "ClamR": {"_type": "derivation", "name": "r-ClamR-2.1-1"}, "ClassComparison": {"_type": "derivation", "name": "r-ClassComparison-3.1.8"}, "ClassDiscovery": {"_type": "derivation", "name": "r-ClassDiscovery-3.4.0"}, "ClassifyR": {"_type": "derivation", "name": "r-ClassifyR-3.0.3"}, "CleanBSequences": {"_type": "derivation", "name": "r-CleanBSequences-1.4.0"}, "ClickClust": {"_type": "derivation", "name": "r-ClickClust-1.1.5"}, "ClickClustCont": {"_type": "derivation", "name": "r-ClickClustCont-0.1.7"}, "ClickHouseHTTP": {"_type": "derivation", "name": "r-ClickHouseHTTP-0.1.3"}, "CliftLRD": {"_type": "derivation", "name": "r-CliftLRD-0.1-1"}, "ClimClass": {"_type": "derivation", "name": "r-ClimClass-2.1.0"}, "ClimDown": {"_type": "derivation", "name": "r-ClimDown-1.0.8"}, "ClimInd": {"_type": "derivation", "name": "r-ClimInd-0.1-3"}, "ClimMobTools": {"_type": "derivation", "name": "r-ClimMobTools-0.5"}, "ClimProjDiags": {"_type": "derivation", "name": "r-ClimProjDiags-0.1.3"}, "ClinSigMeasures": {"_type": "derivation", "name": "r-ClinSigMeasures-1.0"}, "ClinicalTrialSummary": {"_type": "derivation", "name": "r-ClinicalTrialSummary-1.1.1"}, "ClinicalUtilityRecal": {"_type": "derivation", "name": "r-ClinicalUtilityRecal-0.1.0"}, "CliquePercolation": {"_type": "derivation", "name": "r-CliquePercolation-0.3.0"}, "Clomial": {"_type": "derivation", "name": "r-Clomial-1.32.0"}, "Clonality": {"_type": "derivation", "name": "r-Clonality-1.44.0"}, "CloneSeeker": {"_type": "derivation", "name": "r-CloneSeeker-1.0.11"}, "CluMP": {"_type": "derivation", "name": "r-CluMP-0.8.1"}, "CluMSID": {"_type": "derivation", "name": "r-CluMSID-1.12.0"}, "CluMSIDdata": {"_type": "derivation", "name": "r-CluMSIDdata-1.12.0"}, "ClueR": {"_type": "derivation", "name": "r-ClueR-1.4"}, "ClusBoot": {"_type": "derivation", "name": "r-ClusBoot-1.0"}, "ClusPred": {"_type": "derivation", "name": "r-ClusPred-1.1.0"}, "ClusROC": {"_type": "derivation", "name": "r-ClusROC-1.0.1"}, "ClusTorus": {"_type": "derivation", "name": "r-ClusTorus-0.2.2"}, "ClusVis": {"_type": "derivation", "name": "r-ClusVis-1.2.0"}, "ClussCluster": {"_type": "derivation", "name": "r-ClussCluster-0.1.0"}, "ClustAssess": {"_type": "derivation", "name": "r-ClustAssess-0.3.0"}, "ClustBlock": {"_type": "derivation", "name": "r-ClustBlock-3.0.0"}, "ClustGeo": {"_type": "derivation", "name": "r-ClustGeo-2.1"}, "ClustImpute": {"_type": "derivation", "name": "r-ClustImpute-0.2.4"}, "ClustMMDD": {"_type": "derivation", "name": "r-ClustMMDD-1.0.4"}, "ClustOfVar": {"_type": "derivation", "name": "r-ClustOfVar-1.1"}, "ClustVarLV": {"_type": "derivation", "name": "r-ClustVarLV-2.1.1"}, "ClusterBootstrap": {"_type": "derivation", "name": "r-ClusterBootstrap-1.1.2"}, "ClusterJudge": {"_type": "derivation", "name": "r-ClusterJudge-1.18.0"}, "ClusterR": {"_type": "derivation", "name": "r-ClusterR-1.2.7"}, "ClusterRankTest": {"_type": "derivation", "name": "r-ClusterRankTest-1.0"}, "ClusterSignificance": {"_type": "derivation", "name": "r-ClusterSignificance-1.24.0"}, "ClusterStability": {"_type": "derivation", "name": "r-ClusterStability-1.0.3"}, "Cluster_OBeu": {"_type": "derivation", "name": "r-Cluster.OBeu-1.2.3"}, "ClusteredMutations": {"_type": "derivation", "name": "r-ClusteredMutations-1.0.1"}, "Clustering": {"_type": "derivation", "name": "r-Clustering-1.7.7"}, "CoCiteStats": {"_type": "derivation", "name": "r-CoCiteStats-1.68.0"}, "CoClust": {"_type": "derivation", "name": "r-CoClust-0.3-2"}, "CoDiNA": {"_type": "derivation", "name": "r-CoDiNA-1.1.2"}, "CoFRA": {"_type": "derivation", "name": "r-CoFRA-0.1002"}, "CoGAPS": {"_type": "derivation", "name": "r-CoGAPS-3.16.0"}, "CoImp": {"_type": "derivation", "name": "r-CoImp-1.0"}, "CoMiRe": {"_type": "derivation", "name": "r-CoMiRe-0.7.1"}, "CoNI": {"_type": "derivation", "name": "r-CoNI-0.1.0"}, "CoOL": {"_type": "derivation", "name": "r-CoOL-1.1.2"}, "CoRegNet": {"_type": "derivation", "name": "r-CoRegNet-1.34.0"}, "CoRpower": {"_type": "derivation", "name": "r-CoRpower-1.0.4"}, "CoSMoS": {"_type": "derivation", "name": "r-CoSMoS-2.1.0"}, "CoTiMA": {"_type": "derivation", "name": "r-CoTiMA-0.5.4"}, "CodataGS": {"_type": "derivation", "name": "r-CodataGS-1.43"}, "CodeDepends": {"_type": "derivation", "name": "r-CodeDepends-0.6.5"}, "Cogito": {"_type": "derivation", "name": "r-Cogito-1.2.0"}, "CohensdpLibrary": {"_type": "derivation", "name": "r-CohensdpLibrary-0.5.8"}, "CohortPlat": {"_type": "derivation", "name": "r-CohortPlat-1.0.5"}, "CoinMinD": {"_type": "derivation", "name": "r-CoinMinD-1.1"}, "Coinprofile": {"_type": "derivation", "name": "r-Coinprofile-0.1.9"}, "CollapseLevels": {"_type": "derivation", "name": "r-CollapseLevels-0.3.0"}, "CollocInfer": {"_type": "derivation", "name": "r-CollocInfer-1.0.4"}, "ColorNameR": {"_type": "derivation", "name": "r-ColorNameR-0.1.0"}, "ColorPalette": {"_type": "derivation", "name": "r-ColorPalette-1.0-1"}, "ComICS": {"_type": "derivation", "name": "r-ComICS-1.0.4"}, "ComPrAn": {"_type": "derivation", "name": "r-ComPrAn-1.4.0"}, "CombMSC": {"_type": "derivation", "name": "r-CombMSC-1.4.2.1"}, "CombinS": {"_type": "derivation", "name": "r-CombinS-1.1-1"}, "CombinePValue": {"_type": "derivation", "name": "r-CombinePValue-1.0"}, "CombinePortfolio": {"_type": "derivation", "name": "r-CombinePortfolio-0.4"}, "CommEcol": {"_type": "derivation", "name": "r-CommEcol-1.7.1"}, "CommKern": {"_type": "derivation", "name": "r-CommKern-1.0.1"}, "CommT": {"_type": "derivation", "name": "r-CommT-0.1.1"}, "CommonJavaJars": {"_type": "derivation", "name": "r-CommonJavaJars-1.0-6"}, "CommonMean_Copula": {"_type": "derivation", "name": "r-CommonMean.Copula-1.0.4"}, "CommunityCorrelogram": {"_type": "derivation", "name": "r-CommunityCorrelogram-1.0"}, "Comp2ROC": {"_type": "derivation", "name": "r-Comp2ROC-1.1.4"}, "CompAREdesign": {"_type": "derivation", "name": "r-CompAREdesign-2.2"}, "CompDist": {"_type": "derivation", "name": "r-CompDist-1.0"}, "CompGO": {"_type": "derivation", "name": "r-CompGO-1.28.0"}, "CompLognormal": {"_type": "derivation", "name": "r-CompLognormal-3.0"}, "CompModels": {"_type": "derivation", "name": "r-CompModels-0.3.0"}, "CompQuadForm": {"_type": "derivation", "name": "r-CompQuadForm-1.4.3"}, "CompR": {"_type": "derivation", "name": "r-CompR-1.0"}, "CompRandFld": {"_type": "derivation", "name": "r-CompRandFld-1.0.3-6"}, "Compack": {"_type": "derivation", "name": "r-Compack-0.1.0"}, "CompareCausalNetworks": {"_type": "derivation", "name": "r-CompareCausalNetworks-0.2.6.2"}, "CompareTests": {"_type": "derivation", "name": "r-CompareTests-1.2"}, "ComparisonCR": {"_type": "derivation", "name": "r-ComparisonCR-1.0.4"}, "ComparisonSurv": {"_type": "derivation", "name": "r-ComparisonSurv-1.1.1"}, "Compind": {"_type": "derivation", "name": "r-Compind-2.6"}, "ComplexHeatmap": {"_type": "derivation", "name": "r-ComplexHeatmap-2.12.1"}, "ComplexUpset": {"_type": "derivation", "name": "r-ComplexUpset-1.3.3"}, "Compositional": {"_type": "derivation", "name": "r-Compositional-5.9"}, "CompoundDb": {"_type": "derivation", "name": "r-CompoundDb-1.0.2"}, "CompoundEvents": {"_type": "derivation", "name": "r-CompoundEvents-0.1.0"}, "Compounding": {"_type": "derivation", "name": "r-Compounding-1.0.2"}, "ConConPiWiFun": {"_type": "derivation", "name": "r-ConConPiWiFun-0.4.6.1"}, "ConNEcT": {"_type": "derivation", "name": "r-ConNEcT-0.7.27"}, "ConR": {"_type": "derivation", "name": "r-ConR-1.3.0"}, "ConSpline": {"_type": "derivation", "name": "r-ConSpline-1.2"}, "Conake": {"_type": "derivation", "name": "r-Conake-1.0.1"}, "ConcordanceTest": {"_type": "derivation", "name": "r-ConcordanceTest-1.0.2"}, "CondCopulas": {"_type": "derivation", "name": "r-CondCopulas-0.1.2"}, "CondIndTests": {"_type": "derivation", "name": "r-CondIndTests-0.1.5"}, "CondMVT": {"_type": "derivation", "name": "r-CondMVT-0.1.0"}, "CondReg": {"_type": "derivation", "name": "r-CondReg-0.20"}, "CondiS": {"_type": "derivation", "name": "r-CondiS-0.1.2"}, "ConfIntVariance": {"_type": "derivation", "name": "r-ConfIntVariance-1.0.2"}, "ConfigParser": {"_type": "derivation", "name": "r-ConfigParser-1.0.0"}, "ConformalSmallest": {"_type": "derivation", "name": "r-ConformalSmallest-1.0"}, "ConfoundedMeta": {"_type": "derivation", "name": "r-ConfoundedMeta-1.3.0"}, "ConfusionTableR": {"_type": "derivation", "name": "r-ConfusionTableR-1.0.4"}, "CongreveLamsdell2016": {"_type": "derivation", "name": "r-CongreveLamsdell2016-1.0.2"}, "Conigrave": {"_type": "derivation", "name": "r-Conigrave-0.4.4"}, "ConjointChecks": {"_type": "derivation", "name": "r-ConjointChecks-0.0.9"}, "ConnMatTools": {"_type": "derivation", "name": "r-ConnMatTools-0.3.5"}, "ConnectednessApproach": {"_type": "derivation", "name": "r-ConnectednessApproach-1.0.1"}, "ConnectivityMap": {"_type": "derivation", "name": "r-ConnectivityMap-1.32.0"}, "ConsRank": {"_type": "derivation", "name": "r-ConsRank-2.1.2"}, "ConsRankClass": {"_type": "derivation", "name": "r-ConsRankClass-1.0.1"}, "ConsReg": {"_type": "derivation", "name": "r-ConsReg-0.1.0"}, "ConsensusClusterPlus": {"_type": "derivation", "name": "r-ConsensusClusterPlus-1.60.0"}, "ContRespPP": {"_type": "derivation", "name": "r-ContRespPP-0.4.2"}, "ContaminatedMixt": {"_type": "derivation", "name": "r-ContaminatedMixt-1.3.7"}, "ContourFunctions": {"_type": "derivation", "name": "r-ContourFunctions-0.1.1"}, "ConvergenceClubs": {"_type": "derivation", "name": "r-ConvergenceClubs-2.2.4"}, "ConvergenceConcepts": {"_type": "derivation", "name": "r-ConvergenceConcepts-1.2.3"}, "ConvertPar": {"_type": "derivation", "name": "r-ConvertPar-0.1"}, "Convolutioner": {"_type": "derivation", "name": "r-Convolutioner-0.1.0"}, "CoopGame": {"_type": "derivation", "name": "r-CoopGame-0.2.2"}, "CoordinateCleaner": {"_type": "derivation", "name": "r-CoordinateCleaner-2.0-20"}, "CopCTS": {"_type": "derivation", "name": "r-CopCTS-1.0.0"}, "CopSens": {"_type": "derivation", "name": "r-CopSens-0.1.0"}, "CopernicusDEM": {"_type": "derivation", "name": "r-CopernicusDEM-1.0.2"}, "CopulaCenR": {"_type": "derivation", "name": "r-CopulaCenR-1.2.1"}, "CopulaDTA": {"_type": "derivation", "name": "r-CopulaDTA-1.0.0"}, "CopulaREMADA": {"_type": "derivation", "name": "r-CopulaREMADA-1.5.1"}, "Copula_Markov": {"_type": "derivation", "name": "r-Copula.Markov-2.9"}, "Copula_Markov_survival": {"_type": "derivation", "name": "r-Copula.Markov.survival-1.0.0"}, "Copula_surv": {"_type": "derivation", "name": "r-Copula.surv-1.2"}, "CopyDetect": {"_type": "derivation", "name": "r-CopyDetect-1.3"}, "CopyNeutralIMA": {"_type": "derivation", "name": "r-CopyNeutralIMA-1.14.0"}, "CopyNumberPlots": {"_type": "derivation", "name": "r-CopyNumberPlots-1.12.0"}, "CopyhelpeR": {"_type": "derivation", "name": "r-CopyhelpeR-1.28.0"}, "CopywriteR": {"_type": "derivation", "name": "r-CopywriteR-2.28.0"}, "CorBin": {"_type": "derivation", "name": "r-CorBin-1.0.0"}, "CorDiff": {"_type": "derivation", "name": "r-CorDiff-1.0"}, "CorMID": {"_type": "derivation", "name": "r-CorMID-0.1.6"}, "Corbi": {"_type": "derivation", "name": "r-Corbi-0.6-2"}, "CoreGx": {"_type": "derivation", "name": "r-CoreGx-2.0.2"}, "Cormotif": {"_type": "derivation", "name": "r-Cormotif-1.42.0"}, "CornerstoneR": {"_type": "derivation", "name": "r-CornerstoneR-2.0.2"}, "CorporaCoCo": {"_type": "derivation", "name": "r-CorporaCoCo-2.0"}, "CorrBin": {"_type": "derivation", "name": "r-CorrBin-1.6"}, "CorrMixed": {"_type": "derivation", "name": "r-CorrMixed-1.1"}, "CorrToolBox": {"_type": "derivation", "name": "r-CorrToolBox-1.6.4"}, "CorrectOverloadedPeaks": {"_type": "derivation", "name": "r-CorrectOverloadedPeaks-1.2.17"}, "CorrectedFDR": {"_type": "derivation", "name": "r-CorrectedFDR-1.1"}, "Correlplot": {"_type": "derivation", "name": "r-Correlplot-1.0.4"}, "CosW": {"_type": "derivation", "name": "r-CosW-0.1"}, "CountClust": {"_type": "derivation", "name": "r-CountClust-1.21.0"}, "Counterfactual": {"_type": "derivation", "name": "r-Counterfactual-1.2"}, "Counternull": {"_type": "derivation", "name": "r-Counternull-0.1.0"}, "Countr": {"_type": "derivation", "name": "r-Countr-3.5.5"}, "CountsEPPM": {"_type": "derivation", "name": "r-CountsEPPM-3.0"}, "CovCombR": {"_type": "derivation", "name": "r-CovCombR-1.0"}, "CovRegRF": {"_type": "derivation", "name": "r-CovRegRF-1.0.1"}, "CovSel": {"_type": "derivation", "name": "r-CovSel-1.2.1"}, "CovSelHigh": {"_type": "derivation", "name": "r-CovSelHigh-1.1.1"}, "CovTools": {"_type": "derivation", "name": "r-CovTools-0.5.4"}, "CoverageView": {"_type": "derivation", "name": "r-CoverageView-1.34.0"}, "CovidMutations": {"_type": "derivation", "name": "r-CovidMutations-0.1.3"}, "CoxBcv": {"_type": "derivation", "name": "r-CoxBcv-0.0.1.0"}, "CoxICPen": {"_type": "derivation", "name": "r-CoxICPen-1.1.0"}, "CoxPhLb": {"_type": "derivation", "name": "r-CoxPhLb-1.2.0"}, "CoxPlus": {"_type": "derivation", "name": "r-CoxPlus-1.1.1"}, "CoxR2": {"_type": "derivation", "name": "r-CoxR2-1.0"}, "CpGFilter": {"_type": "derivation", "name": "r-CpGFilter-1.1"}, "CpGassoc": {"_type": "derivation", "name": "r-CpGassoc-2.60"}, "CpmERCCutoff": {"_type": "derivation", "name": "r-CpmERCCutoff-1.0.0"}, "Cprob": {"_type": "derivation", "name": "r-Cprob-1.4.1"}, "CreditMetrics": {"_type": "derivation", "name": "r-CreditMetrics-0.0-2"}, "CreditRisk": {"_type": "derivation", "name": "r-CreditRisk-0.1.3"}, "CrispRVariants": {"_type": "derivation", "name": "r-CrispRVariants-1.24.0"}, "Cronbach": {"_type": "derivation", "name": "r-Cronbach-0.1"}, "CropDetectR": {"_type": "derivation", "name": "r-CropDetectR-0.0.1"}, "CropScapeR": {"_type": "derivation", "name": "r-CropScapeR-1.1.4"}, "CrossVA": {"_type": "derivation", "name": "r-CrossVA-1.0.0"}, "CrossValidate": {"_type": "derivation", "name": "r-CrossValidate-2.3.4"}, "Crossover": {"_type": "derivation", "name": "r-Crossover-0.1-20"}, "CruzPlot": {"_type": "derivation", "name": "r-CruzPlot-1.4.8"}, "CryptRndTest": {"_type": "derivation", "name": "r-CryptRndTest-1.2.7"}, "CrypticIBDcheck": {"_type": "derivation", "name": "r-CrypticIBDcheck-0.3-3"}, "CsChange": {"_type": "derivation", "name": "r-CsChange-0.1.6"}, "Cubist": {"_type": "derivation", "name": "r-Cubist-0.4.0"}, "CustomerScoringMetrics": {"_type": "derivation", "name": "r-CustomerScoringMetrics-1.0.0"}, "CustosAscensor": {"_type": "derivation", "name": "r-CustosAscensor-0.1.0"}, "CutpointsOEHR": {"_type": "derivation", "name": "r-CutpointsOEHR-0.1.2"}, "CyTOFpower": {"_type": "derivation", "name": "r-CyTOFpower-1.2.0"}, "Cyclops": {"_type": "derivation", "name": "r-Cyclops-3.2.1"}, "CytOpT": {"_type": "derivation", "name": "r-CytOpT-0.9.4"}, "CytoDx": {"_type": "derivation", "name": "r-CytoDx-1.16.0"}, "CytoGLMM": {"_type": "derivation", "name": "r-CytoGLMM-1.4.0"}, "CytoML": {"_type": "derivation", "name": "r-CytoML-2.8.1"}, "CytoTree": {"_type": "derivation", "name": "r-CytoTree-1.6.0"}, "CytobankAPI": {"_type": "derivation", "name": "r-CytobankAPI-2.1.0"}, "CytobankAPIstats": {"_type": "derivation", "name": "r-CytobankAPIstats-2.0"}, "CytobankBridgeR": {"_type": "derivation", "name": "r-CytobankBridgeR-1.0.0"}, "D2MCS": {"_type": "derivation", "name": "r-D2MCS-1.0.1"}, "D3GB": {"_type": "derivation", "name": "r-D3GB-1.1"}, "D3partitionR": {"_type": "derivation", "name": "r-D3partitionR-0.5.0"}, "D4TAlink_light": {"_type": "derivation", "name": "r-D4TAlink.light-2.1.11"}, "DA": {"_type": "derivation", "name": "r-DA-1.2.0"}, "DAAG": {"_type": "derivation", "name": "r-DAAG-1.25.4"}, "DAAGbio": {"_type": "derivation", "name": "r-DAAGbio-0.63-3"}, "DACF": {"_type": "derivation", "name": "r-DACF-1.0.0"}, "DAIME": {"_type": "derivation", "name": "r-DAIME-2.1.3"}, "DAISIE": {"_type": "derivation", "name": "r-DAISIE-4.2.0"}, "DAKS": {"_type": "derivation", "name": "r-DAKS-2.1-3"}, "DALEX": {"_type": "derivation", "name": "r-DALEX-2.4.2"}, "DALEXtra": {"_type": "derivation", "name": "r-DALEXtra-2.2.1"}, "DALY": {"_type": "derivation", "name": "r-DALY-1.5.0"}, "DAMEfinder": {"_type": "derivation", "name": "r-DAMEfinder-1.8.0"}, "DAMOCLES": {"_type": "derivation", "name": "r-DAMOCLES-2.3"}, "DAMisc": {"_type": "derivation", "name": "r-DAMisc-1.7.2"}, "DAP": {"_type": "derivation", "name": "r-DAP-1.0"}, "DAPAR": {"_type": "derivation", "name": "r-DAPAR-1.28.5"}, "DAPARdata": {"_type": "derivation", "name": "r-DAPARdata-1.26.5"}, "DART": {"_type": "derivation", "name": "r-DART-1.44.0"}, "DATAstudio": {"_type": "derivation", "name": "r-DATAstudio-1.1"}, "DArand": {"_type": "derivation", "name": "r-DArand-0.0.1.2"}, "DBEST": {"_type": "derivation", "name": "r-DBEST-1.8"}, "DBGSA": {"_type": "derivation", "name": "r-DBGSA-1.2"}, "DBI": {"_type": "derivation", "name": "r-DBI-1.1.3"}, "DBIsqldf": {"_type": "derivation", "name": "r-DBIsqldf-0.9.9-2"}, "DBItest": {"_type": "derivation", "name": "r-DBItest-1.7.3"}, "DBNMFrank": {"_type": "derivation", "name": "r-DBNMFrank-0.1.0"}, "DBR": {"_type": "derivation", "name": "r-DBR-1.4.0"}, "DBfit": {"_type": "derivation", "name": "r-DBfit-2.0"}, "DBpower": {"_type": "derivation", "name": "r-DBpower-0.1.0"}, "DCA": {"_type": "derivation", "name": "r-DCA-2.0"}, "DCCA": {"_type": "derivation", "name": "r-DCCA-0.1.1"}, "DCD": {"_type": "derivation", "name": "r-DCD-0.1.0"}, "DCEM": {"_type": "derivation", "name": "r-DCEM-2.0.5"}, "DCEmgmt": {"_type": "derivation", "name": "r-DCEmgmt-0.0.1"}, "DCEtool": {"_type": "derivation", "name": "r-DCEtool-1.0.0"}, "DCG": {"_type": "derivation", "name": "r-DCG-0.9.3"}, "DCGL": {"_type": "derivation", "name": "r-DCGL-2.1.2"}, "DCL": {"_type": "derivation", "name": "r-DCL-0.1.2"}, "DCLEAR": {"_type": "derivation", "name": "r-DCLEAR-1.0.8"}, "DCODE": {"_type": "derivation", "name": "r-DCODE-1.0"}, "DCPO": {"_type": "derivation", "name": "r-DCPO-0.5.3"}, "DCSmooth": {"_type": "derivation", "name": "r-DCSmooth-1.1.2"}, "DCchoice": {"_type": "derivation", "name": "r-DCchoice-0.1.1"}, "DChaos": {"_type": "derivation", "name": "r-DChaos-0.1-6"}, "DCluster": {"_type": "derivation", "name": "r-DCluster-0.2-8"}, "DClusterm": {"_type": "derivation", "name": "r-DClusterm-1.0-1"}, "DDD": {"_type": "derivation", "name": "r-DDD-5.0"}, "DDHFm": {"_type": "derivation", "name": "r-DDHFm-1.1.2"}, "DDIwR": {"_type": "derivation", "name": "r-DDIwR-0.13"}, "DDL": {"_type": "derivation", "name": "r-DDL-1.0.1"}, "DDM": {"_type": "derivation", "name": "r-DDM-1.0-0"}, "DDPNA": {"_type": "derivation", "name": "r-DDPNA-0.3.1"}, "DDRTree": {"_type": "derivation", "name": "r-DDRTree-0.1.5"}, "DDoutlier": {"_type": "derivation", "name": "r-DDoutlier-0.1.0"}, "DEBBI": {"_type": "derivation", "name": "r-DEBBI-0.1.0"}, "DECIDE": {"_type": "derivation", "name": "r-DECIDE-1.3"}, "DECIPHER": {"_type": "derivation", "name": "r-DECIPHER-2.24.0"}, "DEComplexDisease": {"_type": "derivation", "name": "r-DEComplexDisease-1.16.0"}, "DEEPR": {"_type": "derivation", "name": "r-DEEPR-0.1"}, "DEET": {"_type": "derivation", "name": "r-DEET-1.0.6"}, "DEEVD": {"_type": "derivation", "name": "r-DEEVD-1.2.3"}, "DEFormats": {"_type": "derivation", "name": "r-DEFormats-1.24.0"}, "DEGraph": {"_type": "derivation", "name": "r-DEGraph-1.48.0"}, "DEGreport": {"_type": "derivation", "name": "r-DEGreport-1.32.0"}, "DEGseq": {"_type": "derivation", "name": "r-DEGseq-1.50.0"}, "DELTD": {"_type": "derivation", "name": "r-DELTD-2.6.8"}, "DEM": {"_type": "derivation", "name": "r-DEM-0.0.0.2"}, "DEMOVA": {"_type": "derivation", "name": "r-DEMOVA-1.0"}, "DEP": {"_type": "derivation", "name": "r-DEP-1.18.0"}, "DEPONS2R": {"_type": "derivation", "name": "r-DEPONS2R-1.1.6"}, "DES": {"_type": "derivation", "name": "r-DES-1.0.0"}, "DEScan2": {"_type": "derivation", "name": "r-DEScan2-1.16.0"}, "DESeq2": {"_type": "derivation", "name": "r-DESeq2-1.36.0"}, "DESnowball": {"_type": "derivation", "name": "r-DESnowball-1.0"}, "DET": {"_type": "derivation", "name": "r-DET-3.0.1"}, "DEWSeq": {"_type": "derivation", "name": "r-DEWSeq-1.10.0"}, "DEXSeq": {"_type": "derivation", "name": "r-DEXSeq-1.42.0"}, "DEoptim": {"_type": "derivation", "name": "r-DEoptim-2.2-6"}, "DEoptimR": {"_type": "derivation", "name": "r-DEoptimR-1.0-11"}, "DEqMS": {"_type": "derivation", "name": "r-DEqMS-1.14.0"}, "DEsingle": {"_type": "derivation", "name": "r-DEsingle-1.16.0"}, "DEsubs": {"_type": "derivation", "name": "r-DEsubs-1.22.0"}, "DExMA": {"_type": "derivation", "name": "r-DExMA-1.4.5"}, "DExMAdata": {"_type": "derivation", "name": "r-DExMAdata-1.4.0"}, "DFA": {"_type": "derivation", "name": "r-DFA-0.9.0"}, "DFA_CANCOR": {"_type": "derivation", "name": "r-DFA.CANCOR-0.2.5"}, "DFIT": {"_type": "derivation", "name": "r-DFIT-1.1"}, "DFP": {"_type": "derivation", "name": "r-DFP-1.54.0"}, "DGCA": {"_type": "derivation", "name": "r-DGCA-1.0.2"}, "DGEobj": {"_type": "derivation", "name": "r-DGEobj-1.1.2"}, "DGEobj_utils": {"_type": "derivation", "name": "r-DGEobj.utils-1.0.6"}, "DGLMExtPois": {"_type": "derivation", "name": "r-DGLMExtPois-0.2.1"}, "DGM": {"_type": "derivation", "name": "r-DGM-1.7.4"}, "DHARMa": {"_type": "derivation", "name": "r-DHARMa-0.4.6"}, "DHBins": {"_type": "derivation", "name": "r-DHBins-1.1"}, "DHS_rates": {"_type": "derivation", "name": "r-DHS.rates-0.9.1"}, "DIAlignR": {"_type": "derivation", "name": "r-DIAlignR-2.4.0"}, "DICOMread": {"_type": "derivation", "name": "r-DICOMread-0.0.0.3"}, "DIDmultiplegt": {"_type": "derivation", "name": "r-DIDmultiplegt-0.1.0"}, "DIFboost": {"_type": "derivation", "name": "r-DIFboost-0.3"}, "DIFlasso": {"_type": "derivation", "name": "r-DIFlasso-1.0-4"}, "DIFplus": {"_type": "derivation", "name": "r-DIFplus-1.1"}, "DIFshiny": {"_type": "derivation", "name": "r-DIFshiny-0.1.0"}, "DIFtree": {"_type": "derivation", "name": "r-DIFtree-3.1.6"}, "DIGSS": {"_type": "derivation", "name": "r-DIGSS-1.0.2"}, "DIME": {"_type": "derivation", "name": "r-DIME-1.3.0"}, "DIMORA": {"_type": "derivation", "name": "r-DIMORA-0.3.1"}, "DIRECT": {"_type": "derivation", "name": "r-DIRECT-1.0.1"}, "DISTRIB": {"_type": "derivation", "name": "r-DISTRIB-1.0"}, "DIZtools": {"_type": "derivation", "name": "r-DIZtools-0.0.5"}, "DIZutils": {"_type": "derivation", "name": "r-DIZutils-0.1.1"}, "DIconvex": {"_type": "derivation", "name": "r-DIconvex-1.0.0"}, "DImodels": {"_type": "derivation", "name": "r-DImodels-1.1"}, "DIscBIO": {"_type": "derivation", "name": "r-DIscBIO-1.2.0"}, "DJL": {"_type": "derivation", "name": "r-DJL-3.8"}, "DLASSO": {"_type": "derivation", "name": "r-DLASSO-2.0.2"}, "DLBCL": {"_type": "derivation", "name": "r-DLBCL-1.36.0"}, "DLL": {"_type": "derivation", "name": "r-DLL-1.0.0"}, "DLMtool": {"_type": "derivation", "name": "r-DLMtool-6.0.6"}, "DLPCA": {"_type": "derivation", "name": "r-DLPCA-0.0.5"}, "DMCFB": {"_type": "derivation", "name": "r-DMCFB-1.10.0"}, "DMCHMM": {"_type": "derivation", "name": "r-DMCHMM-1.18.0"}, "DMCfun": {"_type": "derivation", "name": "r-DMCfun-2.0.2"}, "DMLLZU": {"_type": "derivation", "name": "r-DMLLZU-0.1.1"}, "DMMF": {"_type": "derivation", "name": "r-DMMF-0.5.1.2"}, "DMRMark": {"_type": "derivation", "name": "r-DMRMark-1.1.1"}, "DMRScan": {"_type": "derivation", "name": "r-DMRScan-1.18.0"}, "DMRcaller": {"_type": "derivation", "name": "r-DMRcaller-1.28.0"}, "DMRcate": {"_type": "derivation", "name": "r-DMRcate-2.10.0"}, "DMRcatedata": {"_type": "derivation", "name": "r-DMRcatedata-2.14.0"}, "DMRforPairs": {"_type": "derivation", "name": "r-DMRforPairs-1.32.0"}, "DMRnet": {"_type": "derivation", "name": "r-DMRnet-0.3.2"}, "DMTL": {"_type": "derivation", "name": "r-DMTL-0.1.2"}, "DMtest": {"_type": "derivation", "name": "r-DMtest-1.0.0"}, "DMwR2": {"_type": "derivation", "name": "r-DMwR2-0.0.2"}, "DNABarcodeCompatibility": {"_type": "derivation", "name": "r-DNABarcodeCompatibility-1.12.0"}, "DNABarcodes": {"_type": "derivation", "name": "r-DNABarcodes-1.26.0"}, "DNAcopy": {"_type": "derivation", "name": "r-DNAcopy-1.70.0"}, "DNAseqtest": {"_type": "derivation", "name": "r-DNAseqtest-1.0"}, "DNAshapeR": {"_type": "derivation", "name": "r-DNAshapeR-1.24.0"}, "DNAtools": {"_type": "derivation", "name": "r-DNAtools-0.2-4"}, "DNH4": {"_type": "derivation", "name": "r-DNH4-0.1.12"}, "DNLC": {"_type": "derivation", "name": "r-DNLC-1.0.0"}, "DNMF": {"_type": "derivation", "name": "r-DNMF-1.4.2"}, "DOBAD": {"_type": "derivation", "name": "r-DOBAD-1.0.6"}, "DOEM": {"_type": "derivation", "name": "r-DOEM-0.0.0.1"}, "DOPE": {"_type": "derivation", "name": "r-DOPE-2.1.0"}, "DOS": {"_type": "derivation", "name": "r-DOS-1.0.0"}, "DOS2": {"_type": "derivation", "name": "r-DOS2-0.5.2"}, "DOSE": {"_type": "derivation", "name": "r-DOSE-3.22.1"}, "DOSPortfolio": {"_type": "derivation", "name": "r-DOSPortfolio-0.1.0"}, "DOT": {"_type": "derivation", "name": "r-DOT-0.1"}, "DOVE": {"_type": "derivation", "name": "r-DOVE-1.9"}, "DO_db": {"_type": "derivation", "name": "r-DO.db-2.9"}, "DOvalidation": {"_type": "derivation", "name": "r-DOvalidation-1.1.0"}, "DPBBM": {"_type": "derivation", "name": "r-DPBBM-0.2.5"}, "DPP": {"_type": "derivation", "name": "r-DPP-0.1.2"}, "DPQ": {"_type": "derivation", "name": "r-DPQ-0.5-2"}, "DPQmpfr": {"_type": "derivation", "name": "r-DPQmpfr-0.3-1"}, "DPWeibull": {"_type": "derivation", "name": "r-DPWeibull-1.8"}, "DPpack": {"_type": "derivation", "name": "r-DPpack-0.0.11"}, "DPtree": {"_type": "derivation", "name": "r-DPtree-1.0.1"}, "DQAgui": {"_type": "derivation", "name": "r-DQAgui-0.2.1"}, "DQAstats": {"_type": "derivation", "name": "r-DQAstats-0.3.1"}, "DRAYL": {"_type": "derivation", "name": "r-DRAYL-1.0"}, "DRDID": {"_type": "derivation", "name": "r-DRDID-1.0.4"}, "DRDRtest": {"_type": "derivation", "name": "r-DRDRtest-0.1"}, "DREAM4": {"_type": "derivation", "name": "r-DREAM4-1.31.0"}, "DREGAR": {"_type": "derivation", "name": "r-DREGAR-0.1.3.0"}, "DRHotNet": {"_type": "derivation", "name": "r-DRHotNet-2.0"}, "DRIMSeq": {"_type": "derivation", "name": "r-DRIMSeq-1.24.0"}, "DRIP": {"_type": "derivation", "name": "r-DRIP-1.7"}, "DRR": {"_type": "derivation", "name": "r-DRR-0.0.4"}, "DR_SC": {"_type": "derivation", "name": "r-DR.SC-2.9"}, "DRaWR": {"_type": "derivation", "name": "r-DRaWR-1.0.3"}, "DRomics": {"_type": "derivation", "name": "r-DRomics-2.4-0"}, "DRviaSPCN": {"_type": "derivation", "name": "r-DRviaSPCN-0.1.2"}, "DSAIDE": {"_type": "derivation", "name": "r-DSAIDE-0.9.3"}, "DSAIRM": {"_type": "derivation", "name": "r-DSAIRM-0.9.5"}, "DSBayes": {"_type": "derivation", "name": "r-DSBayes-1.1"}, "DSI": {"_type": "derivation", "name": "r-DSI-1.5.0"}, "DSL": {"_type": "derivation", "name": "r-DSL-0.1-7"}, "DSLite": {"_type": "derivation", "name": "r-DSLite-1.4.0"}, "DSMolgenisArmadillo": {"_type": "derivation", "name": "r-DSMolgenisArmadillo-1.4.1"}, "DSOpal": {"_type": "derivation", "name": "r-DSOpal-1.4.0"}, "DSS": {"_type": "derivation", "name": "r-DSS-2.44.0"}, "DSSAT": {"_type": "derivation", "name": "r-DSSAT-0.0.6"}, "DSSP": {"_type": "derivation", "name": "r-DSSP-0.1.1"}, "DSWE": {"_type": "derivation", "name": "r-DSWE-1.6.2"}, "DSjobtracker": {"_type": "derivation", "name": "r-DSjobtracker-0.1.1"}, "DSpoty": {"_type": "derivation", "name": "r-DSpoty-0.1.0"}, "DSsim": {"_type": "derivation", "name": "r-DSsim-1.1.5"}, "DStree": {"_type": "derivation", "name": "r-DStree-1.0"}, "DSviaDRM": {"_type": "derivation", "name": "r-DSviaDRM-1.0"}, "DT": {"_type": "derivation", "name": "r-DT-0.26"}, "DTA": {"_type": "derivation", "name": "r-DTA-2.42.0"}, "DTAT": {"_type": "derivation", "name": "r-DTAT-0.3-4"}, "DTAXG": {"_type": "derivation", "name": "r-DTAXG-0.1.0"}, "DTAplots": {"_type": "derivation", "name": "r-DTAplots-1.0.2.5"}, "DTComPair": {"_type": "derivation", "name": "r-DTComPair-1.0.3"}, "DTDA": {"_type": "derivation", "name": "r-DTDA-3.0.1"}, "DTDA_cif": {"_type": "derivation", "name": "r-DTDA.cif-1.0.2"}, "DTDA_ni": {"_type": "derivation", "name": "r-DTDA.ni-1.0.1"}, "DTK": {"_type": "derivation", "name": "r-DTK-3.5"}, "DTMCPack": {"_type": "derivation", "name": "r-DTMCPack-0.1-3"}, "DTR": {"_type": "derivation", "name": "r-DTR-1.7"}, "DTRlearn2": {"_type": "derivation", "name": "r-DTRlearn2-1.1"}, "DTRreg": {"_type": "derivation", "name": "r-DTRreg-1.7"}, "DTSEA": {"_type": "derivation", "name": "r-DTSEA-0.0.2"}, "DTSg": {"_type": "derivation", "name": "r-DTSg-1.1.1"}, "DTWBI": {"_type": "derivation", "name": "r-DTWBI-1.1"}, "DTWUMI": {"_type": "derivation", "name": "r-DTWUMI-1.0"}, "DTwrappers": {"_type": "derivation", "name": "r-DTwrappers-0.0.2"}, "DUBStepR": {"_type": "derivation", "name": "r-DUBStepR-1.2.0"}, "DVHmetrics": {"_type": "derivation", "name": "r-DVHmetrics-0.4.2"}, "DWBmodelUN": {"_type": "derivation", "name": "r-DWBmodelUN-1.0.0"}, "DWDLargeR": {"_type": "derivation", "name": "r-DWDLargeR-0.1-0"}, "DWLS": {"_type": "derivation", "name": "r-DWLS-0.1.0"}, "DWLasso": {"_type": "derivation", "name": "r-DWLasso-1.1"}, "DWreg": {"_type": "derivation", "name": "r-DWreg-2.0"}, "DYM": {"_type": "derivation", "name": "r-DYM-0.2"}, "DYNATE": {"_type": "derivation", "name": "r-DYNATE-0.1"}, "DaMiRseq": {"_type": "derivation", "name": "r-DaMiRseq-2.8.0"}, "DamiaNN": {"_type": "derivation", "name": "r-DamiaNN-1.0.0"}, "DandEFA": {"_type": "derivation", "name": "r-DandEFA-1.6"}, "DanielBiostatistics10th": {"_type": "derivation", "name": "r-DanielBiostatistics10th-0.1.8"}, "Dark": {"_type": "derivation", "name": "r-Dark-0.9.8"}, "DarkDiv": {"_type": "derivation", "name": "r-DarkDiv-0.3.0"}, "Dasst": {"_type": "derivation", "name": "r-Dasst-0.3.4"}, "DatAssim": {"_type": "derivation", "name": "r-DatAssim-1.0"}, "Data2LD": {"_type": "derivation", "name": "r-Data2LD-3.2.1"}, "DataClean": {"_type": "derivation", "name": "r-DataClean-1.0"}, "DataCombine": {"_type": "derivation", "name": "r-DataCombine-0.2.21"}, "DataEditR": {"_type": "derivation", "name": "r-DataEditR-0.1.5"}, "DataEntry": {"_type": "derivation", "name": "r-DataEntry-0.9-3"}, "DataExplorer": {"_type": "derivation", "name": "r-DataExplorer-0.8.2"}, "DataFakeR": {"_type": "derivation", "name": "r-DataFakeR-0.1.2"}, "DataGraph": {"_type": "derivation", "name": "r-DataGraph-1.2.8"}, "DataLoader": {"_type": "derivation", "name": "r-DataLoader-1.3"}, "DataPackageR": {"_type": "derivation", "name": "r-DataPackageR-0.15.8"}, "DataSpaceR": {"_type": "derivation", "name": "r-DataSpaceR-0.7.6"}, "DataVisualizations": {"_type": "derivation", "name": "r-DataVisualizations-1.2.3"}, "DataViz": {"_type": "derivation", "name": "r-DataViz-0.2.8"}, "DatabaseConnector": {"_type": "derivation", "name": "r-DatabaseConnector-5.1.0"}, "DatabaseConnectorJars": {"_type": "derivation", "name": "r-DatabaseConnectorJars-1.1.0"}, "DatabionicSwarm": {"_type": "derivation", "name": "r-DatabionicSwarm-1.1.5"}, "DatastreamDSWS2R": {"_type": "derivation", "name": "r-DatastreamDSWS2R-1.8.2"}, "Davies": {"_type": "derivation", "name": "r-Davies-1.2-0"}, "DeCAFS": {"_type": "derivation", "name": "r-DeCAFS-3.3.1"}, "DeLorean": {"_type": "derivation", "name": "r-DeLorean-1.5.0"}, "DeMAND": {"_type": "derivation", "name": "r-DeMAND-1.26.0"}, "DeMixT": {"_type": "derivation", "name": "r-DeMixT-1.12.0"}, "DeRezende_Ferreira": {"_type": "derivation", "name": "r-DeRezende.Ferreira-0.1.0"}, "DeSousa2013": {"_type": "derivation", "name": "r-DeSousa2013-1.32.0"}, "DeclareDesign": {"_type": "derivation", "name": "r-DeclareDesign-1.0.0"}, "DecomposeR": {"_type": "derivation", "name": "r-DecomposeR-1.0.4"}, "DeconRNASeq": {"_type": "derivation", "name": "r-DeconRNASeq-1.38.0"}, "DecorateR": {"_type": "derivation", "name": "r-DecorateR-0.1.2"}, "Deducer": {"_type": "derivation", "name": "r-Deducer-0.7-9"}, "DeducerPlugInExample": {"_type": "derivation", "name": "r-DeducerPlugInExample-0.2-0"}, "DeducerPlugInScaling": {"_type": "derivation", "name": "r-DeducerPlugInScaling-0.1-0"}, "DeducerSpatial": {"_type": "derivation", "name": "r-DeducerSpatial-0.7"}, "DeducerSurvival": {"_type": "derivation", "name": "r-DeducerSurvival-0.1-0"}, "DeducerText": {"_type": "derivation", "name": "r-DeducerText-0.1-2"}, "DeductiveR": {"_type": "derivation", "name": "r-DeductiveR-1.0.0"}, "DeepBlueR": {"_type": "derivation", "name": "r-DeepBlueR-1.22.0"}, "DeepPINCS": {"_type": "derivation", "name": "r-DeepPINCS-1.4.0"}, "DegNorm": {"_type": "derivation", "name": "r-DegNorm-1.6.1"}, "Delaporte": {"_type": "derivation", "name": "r-Delaporte-8.0.3"}, "DelayedArray": {"_type": "derivation", "name": "r-DelayedArray-0.22.0"}, "DelayedDataFrame": {"_type": "derivation", "name": "r-DelayedDataFrame-1.12.0"}, "DelayedEffect_Design": {"_type": "derivation", "name": "r-DelayedEffect.Design-0.0.4"}, "DelayedMatrixStats": {"_type": "derivation", "name": "r-DelayedMatrixStats-1.18.2"}, "DelayedRandomArray": {"_type": "derivation", "name": "r-DelayedRandomArray-1.4.0"}, "DelayedTensor": {"_type": "derivation", "name": "r-DelayedTensor-1.2.0"}, "Delta": {"_type": "derivation", "name": "r-Delta-0.2.0.3"}, "DeltaMAN": {"_type": "derivation", "name": "r-DeltaMAN-0.5.0"}, "Demerelate": {"_type": "derivation", "name": "r-Demerelate-0.9-3"}, "DemoDecomp": {"_type": "derivation", "name": "r-DemoDecomp-1.0.1"}, "DemografixeR": {"_type": "derivation", "name": "r-DemografixeR-0.1.1"}, "DemographicTable": {"_type": "derivation", "name": "r-DemographicTable-0.1.6"}, "DendSer": {"_type": "derivation", "name": "r-DendSer-1.0.2"}, "DendroSync": {"_type": "derivation", "name": "r-DendroSync-0.1.4"}, "DengueRT": {"_type": "derivation", "name": "r-DengueRT-1.0.1"}, "DensParcorr": {"_type": "derivation", "name": "r-DensParcorr-1.1"}, "Density_T_HoldOut": {"_type": "derivation", "name": "r-Density.T.HoldOut-2.00"}, "DepCens": {"_type": "derivation", "name": "r-DepCens-0.2.1"}, "DepInfeR": {"_type": "derivation", "name": "r-DepInfeR-1.0.0"}, "DepLogo": {"_type": "derivation", "name": "r-DepLogo-1.2"}, "DepecheR": {"_type": "derivation", "name": "r-DepecheR-1.12.0"}, "DepthProc": {"_type": "derivation", "name": "r-DepthProc-2.1.5"}, "Deriv": {"_type": "derivation", "name": "r-Deriv-4.1.3"}, "DescTools": {"_type": "derivation", "name": "r-DescTools-0.99.47"}, "DescToolsAddIns": {"_type": "derivation", "name": "r-DescToolsAddIns-1.10"}, "DescrTab2": {"_type": "derivation", "name": "r-DescrTab2-2.1.16"}, "DescribeDisplay": {"_type": "derivation", "name": "r-DescribeDisplay-0.2.7"}, "DescriptiveStats_OBeu": {"_type": "derivation", "name": "r-DescriptiveStats.OBeu-1.3.2"}, "DescriptiveWH": {"_type": "derivation", "name": "r-DescriptiveWH-1.0.3"}, "DesignCTPB": {"_type": "derivation", "name": "r-DesignCTPB-1.1.3"}, "DesignLibrary": {"_type": "derivation", "name": "r-DesignLibrary-0.1.10"}, "Design_parameters": {"_type": "derivation", "name": "r-Design.parameters-0.1.0"}, "DetLifeInsurance": {"_type": "derivation", "name": "r-DetLifeInsurance-0.1.3"}, "DetMCD": {"_type": "derivation", "name": "r-DetMCD-0.0.5"}, "DetR": {"_type": "derivation", "name": "r-DetR-0.0.5"}, "DetSel": {"_type": "derivation", "name": "r-DetSel-1.0.4"}, "DevTreatRules": {"_type": "derivation", "name": "r-DevTreatRules-1.1.0"}, "Devore7": {"_type": "derivation", "name": "r-Devore7-0.7.6"}, "Dforest": {"_type": "derivation", "name": "r-Dforest-0.4.2"}, "DiNAMIC_Duo": {"_type": "derivation", "name": "r-DiNAMIC.Duo-1.0.1"}, "DiPALM": {"_type": "derivation", "name": "r-DiPALM-1.2"}, "DiPhiSeq": {"_type": "derivation", "name": "r-DiPhiSeq-0.2.0"}, "DiPs": {"_type": "derivation", "name": "r-DiPs-0.6.4"}, "DiSSMod": {"_type": "derivation", "name": "r-DiSSMod-1.0.0"}, "DiagrammeR": {"_type": "derivation", "name": "r-DiagrammeR-1.0.9"}, "DiagrammeRsvg": {"_type": "derivation", "name": "r-DiagrammeRsvg-0.1"}, "DiallelAnalysisR": {"_type": "derivation", "name": "r-DiallelAnalysisR-0.4.0"}, "DiceDesign": {"_type": "derivation", "name": "r-DiceDesign-1.9"}, "DiceEval": {"_type": "derivation", "name": "r-DiceEval-1.5.1"}, "DiceKriging": {"_type": "derivation", "name": "r-DiceKriging-1.6.0"}, "DiceOptim": {"_type": "derivation", "name": "r-DiceOptim-2.1.1"}, "DiceView": {"_type": "derivation", "name": "r-DiceView-2.0-2"}, "Dict": {"_type": "derivation", "name": "r-Dict-0.1.0"}, "DidacticBoost": {"_type": "derivation", "name": "r-DidacticBoost-0.1.1"}, "Diderot": {"_type": "derivation", "name": "r-Diderot-0.13"}, "DiffBind": {"_type": "derivation", "name": "r-DiffBind-3.6.5"}, "DiffCorr": {"_type": "derivation", "name": "r-DiffCorr-0.4.2"}, "DiffLogo": {"_type": "derivation", "name": "r-DiffLogo-2.20.0"}, "DiffNet": {"_type": "derivation", "name": "r-DiffNet-1.0-0"}, "DiffXTables": {"_type": "derivation", "name": "r-DiffXTables-0.1.3"}, "DifferentialRegulation": {"_type": "derivation", "name": "r-DifferentialRegulation-1.0.7"}, "DiffusionRgqd": {"_type": "derivation", "name": "r-DiffusionRgqd-0.1.3"}, "DiffusionRimp": {"_type": "derivation", "name": "r-DiffusionRimp-0.1.2"}, "DiffusionRjgqd": {"_type": "derivation", "name": "r-DiffusionRjgqd-0.1.1"}, "Dino": {"_type": "derivation", "name": "r-Dino-1.2.0"}, "DirStats": {"_type": "derivation", "name": "r-DirStats-0.1.8"}, "Dire": {"_type": "derivation", "name": "r-Dire-2.1.0"}, "DirectEffects": {"_type": "derivation", "name": "r-DirectEffects-0.2.1"}, "DirectStandardisation": {"_type": "derivation", "name": "r-DirectStandardisation-1.3"}, "DirectedClustering": {"_type": "derivation", "name": "r-DirectedClustering-0.1.1"}, "Directional": {"_type": "derivation", "name": "r-Directional-5.6"}, "Director": {"_type": "derivation", "name": "r-Director-1.22.0"}, "DirichletMultinomial": {"_type": "derivation", "name": "r-DirichletMultinomial-1.38.0"}, "DirichletReg": {"_type": "derivation", "name": "r-DirichletReg-0.7-1"}, "DisHet": {"_type": "derivation", "name": "r-DisHet-1.0.0"}, "DisImpact": {"_type": "derivation", "name": "r-DisImpact-0.0.21"}, "DisaggregateTS": {"_type": "derivation", "name": "r-DisaggregateTS-2.0.0"}, "DiscoRhythm": {"_type": "derivation", "name": "r-DiscoRhythm-1.12.0"}, "DiscreteFDR": {"_type": "derivation", "name": "r-DiscreteFDR-1.3.6"}, "DiscreteInverseWeibull": {"_type": "derivation", "name": "r-DiscreteInverseWeibull-1.0.2"}, "DiscreteLaplace": {"_type": "derivation", "name": "r-DiscreteLaplace-1.1.1"}, "DiscreteQvalue": {"_type": "derivation", "name": "r-DiscreteQvalue-1.1"}, "DiscreteWeibull": {"_type": "derivation", "name": "r-DiscreteWeibull-1.1"}, "DiscriMiner": {"_type": "derivation", "name": "r-DiscriMiner-0.1-29"}, "Disequilibrium": {"_type": "derivation", "name": "r-Disequilibrium-1.1"}, "DisimForMixed": {"_type": "derivation", "name": "r-DisimForMixed-0.2"}, "DistPlotter": {"_type": "derivation", "name": "r-DistPlotter-0.0.2"}, "Distance": {"_type": "derivation", "name": "r-Distance-1.0.6"}, "DistatisR": {"_type": "derivation", "name": "r-DistatisR-1.0.1"}, "DistributionFitR": {"_type": "derivation", "name": "r-DistributionFitR-0.1"}, "DistributionOptimization": {"_type": "derivation", "name": "r-DistributionOptimization-1.2.6"}, "DistributionTest": {"_type": "derivation", "name": "r-DistributionTest-1.1"}, "DistributionUtils": {"_type": "derivation", "name": "r-DistributionUtils-0.6-0"}, "DivE": {"_type": "derivation", "name": "r-DivE-1.2"}, "DiversificationR": {"_type": "derivation", "name": "r-DiversificationR-0.1.0"}, "DiversityOccupancy": {"_type": "derivation", "name": "r-DiversityOccupancy-1.0.6"}, "DmelSGI": {"_type": "derivation", "name": "r-DmelSGI-1.28.1"}, "DnE": {"_type": "derivation", "name": "r-DnE-2.1.0"}, "DoE_MIParray": {"_type": "derivation", "name": "r-DoE.MIParray-1.0"}, "DoE_base": {"_type": "derivation", "name": "r-DoE.base-1.2-1"}, "DoE_multi_response": {"_type": "derivation", "name": "r-DoE.multi.response-0.1.0"}, "DoE_wrapper": {"_type": "derivation", "name": "r-DoE.wrapper-0.11"}, "DoEstRare": {"_type": "derivation", "name": "r-DoEstRare-0.2"}, "DoTC": {"_type": "derivation", "name": "r-DoTC-0.2"}, "DockerParallel": {"_type": "derivation", "name": "r-DockerParallel-1.0.4"}, "Dodge": {"_type": "derivation", "name": "r-Dodge-0.9-2"}, "Dominance": {"_type": "derivation", "name": "r-Dominance-1.2.0"}, "DominoDataCapture": {"_type": "derivation", "name": "r-DominoDataCapture-0.1.1"}, "DominoEffect": {"_type": "derivation", "name": "r-DominoEffect-1.16.0"}, "DominoPredictionLogging": {"_type": "derivation", "name": "r-DominoPredictionLogging-0.1.0"}, "DonaPLLP2013": {"_type": "derivation", "name": "r-DonaPLLP2013-1.34.0"}, "Doscheda": {"_type": "derivation", "name": "r-Doscheda-1.18.0"}, "DoseFinding": {"_type": "derivation", "name": "r-DoseFinding-1.0-2"}, "DoubleCone": {"_type": "derivation", "name": "r-DoubleCone-1.1"}, "DoubleExpSeq": {"_type": "derivation", "name": "r-DoubleExpSeq-1.1"}, "DoubleML": {"_type": "derivation", "name": "r-DoubleML-0.5.1"}, "Dowd": {"_type": "derivation", "name": "r-Dowd-0.12"}, "Dpit": {"_type": "derivation", "name": "r-Dpit-1.0"}, "DrBats": {"_type": "derivation", "name": "r-DrBats-0.1.6"}, "DrDimont": {"_type": "derivation", "name": "r-DrDimont-0.1.4"}, "DrImpute": {"_type": "derivation", "name": "r-DrImpute-1.0"}, "DrInsight": {"_type": "derivation", "name": "r-DrInsight-0.1.2"}, "DramaAnalysis": {"_type": "derivation", "name": "r-DramaAnalysis-3.0.2"}, "DriftBurstHypothesis": {"_type": "derivation", "name": "r-DriftBurstHypothesis-0.4.0.1"}, "DrillR": {"_type": "derivation", "name": "r-DrillR-0.1"}, "DriveML": {"_type": "derivation", "name": "r-DriveML-0.1.4"}, "DriverNet": {"_type": "derivation", "name": "r-DriverNet-1.36.0"}, "DropletTestFiles": {"_type": "derivation", "name": "r-DropletTestFiles-1.6.0"}, "DropletUtils": {"_type": "derivation", "name": "r-DropletUtils-1.16.0"}, "DrugClust": {"_type": "derivation", "name": "r-DrugClust-0.2"}, "DrugVsDisease": {"_type": "derivation", "name": "r-DrugVsDisease-2.38.0"}, "DrugVsDiseasedata": {"_type": "derivation", "name": "r-DrugVsDiseasedata-1.32.0"}, "DstarM": {"_type": "derivation", "name": "r-DstarM-0.4.0"}, "DtD": {"_type": "derivation", "name": "r-DtD-0.2.2"}, "Dune": {"_type": "derivation", "name": "r-Dune-1.8.0"}, "DunnettTests": {"_type": "derivation", "name": "r-DunnettTests-2.0"}, "DuoClustering2018": {"_type": "derivation", "name": "r-DuoClustering2018-1.14.0"}, "DvDdata": {"_type": "derivation", "name": "r-DvDdata-1.32.0"}, "DySS": {"_type": "derivation", "name": "r-DySS-1.0"}, "DySeq": {"_type": "derivation", "name": "r-DySeq-0.22"}, "Dykstra": {"_type": "derivation", "name": "r-Dykstra-1.0-0"}, "DynClust": {"_type": "derivation", "name": "r-DynClust-3.24"}, "DynComm": {"_type": "derivation", "name": "r-DynComm-2020.1.6"}, "DynDoc": {"_type": "derivation", "name": "r-DynDoc-1.74.0"}, "DynForest": {"_type": "derivation", "name": "r-DynForest-1.0.0"}, "DynNom": {"_type": "derivation", "name": "r-DynNom-5.0.2"}, "DynTxRegime": {"_type": "derivation", "name": "r-DynTxRegime-4.11"}, "DynaRankR": {"_type": "derivation", "name": "r-DynaRankR-1.1.0"}, "DynamicDistribution": {"_type": "derivation", "name": "r-DynamicDistribution-1.1"}, "DynamicGP": {"_type": "derivation", "name": "r-DynamicGP-1.1-8"}, "DynareR": {"_type": "derivation", "name": "r-DynareR-0.1.3"}, "DysPIA": {"_type": "derivation", "name": "r-DysPIA-1.3"}, "DysPIAData": {"_type": "derivation", "name": "r-DysPIAData-0.1.2"}, "E4tools": {"_type": "derivation", "name": "r-E4tools-0.1.1"}, "EATME": {"_type": "derivation", "name": "r-EATME-0.1.0"}, "EAinference": {"_type": "derivation", "name": "r-EAinference-0.2.3"}, "EBASS": {"_type": "derivation", "name": "r-EBASS-0.1"}, "EBCHS": {"_type": "derivation", "name": "r-EBCHS-0.1.0"}, "EBEN": {"_type": "derivation", "name": "r-EBEN-4.6"}, "EBImage": {"_type": "derivation", "name": "r-EBImage-4.38.0"}, "EBMAforecast": {"_type": "derivation", "name": "r-EBMAforecast-1.0.3"}, "EBPRS": {"_type": "derivation", "name": "r-EBPRS-2.1.0"}, "EBSEA": {"_type": "derivation", "name": "r-EBSEA-1.24.0"}, "EBSeq": {"_type": "derivation", "name": "r-EBSeq-1.36.0"}, "EBSeqHMM": {"_type": "derivation", "name": "r-EBSeqHMM-1.30.0"}, "EBarrays": {"_type": "derivation", "name": "r-EBarrays-2.60.0"}, "EBcoexpress": {"_type": "derivation", "name": "r-EBcoexpress-1.40.0"}, "EBglmnet": {"_type": "derivation", "name": "r-EBglmnet-4.1"}, "EBrank": {"_type": "derivation", "name": "r-EBrank-1.0.0"}, "ECGofTestDx": {"_type": "derivation", "name": "r-ECGofTestDx-0.4"}, "ECLRMC": {"_type": "derivation", "name": "r-ECLRMC-1.0"}, "ECOSolveR": {"_type": "derivation", "name": "r-ECOSolveR-0.5.4"}, "ECOTOXr": {"_type": "derivation", "name": "r-ECOTOXr-0.1.1"}, "ECTTDNN": {"_type": "derivation", "name": "r-ECTTDNN-0.1.0"}, "ECctmc": {"_type": "derivation", "name": "r-ECctmc-0.2.5"}, "ECharts2Shiny": {"_type": "derivation", "name": "r-ECharts2Shiny-0.2.13"}, "ECoL": {"_type": "derivation", "name": "r-ECoL-0.3.0"}, "EDA": {"_type": "derivation", "name": "r-EDA-1.3"}, "EDASeq": {"_type": "derivation", "name": "r-EDASeq-2.30.0"}, "EDFIR": {"_type": "derivation", "name": "r-EDFIR-1.0"}, "EDFtest": {"_type": "derivation", "name": "r-EDFtest-0.1.0"}, "EDISON": {"_type": "derivation", "name": "r-EDISON-1.1.1"}, "EDIutils": {"_type": "derivation", "name": "r-EDIutils-1.0.2"}, "EDMeasure": {"_type": "derivation", "name": "r-EDMeasure-1.2.0"}, "EDNE_EQ": {"_type": "derivation", "name": "r-EDNE.EQ-1.0"}, "EDOIF": {"_type": "derivation", "name": "r-EDOIF-0.1.3"}, "EDOtrans": {"_type": "derivation", "name": "r-EDOtrans-0.2.0"}, "EEM": {"_type": "derivation", "name": "r-EEM-1.1.1"}, "EEMDSVR": {"_type": "derivation", "name": "r-EEMDSVR-0.1.0"}, "EEMDelm": {"_type": "derivation", "name": "r-EEMDelm-0.1.1"}, "EEMDlstm": {"_type": "derivation", "name": "r-EEMDlstm-0.1.0"}, "EESPCA": {"_type": "derivation", "name": "r-EESPCA-0.7.0"}, "EFA_MRFA": {"_type": "derivation", "name": "r-EFA.MRFA-1.1.2"}, "EFA_dimensions": {"_type": "derivation", "name": "r-EFA.dimensions-0.1.7.4"}, "EFAtools": {"_type": "derivation", "name": "r-EFAtools-0.4.3"}, "EFAutilities": {"_type": "derivation", "name": "r-EFAutilities-2.1.2"}, "EFDR": {"_type": "derivation", "name": "r-EFDR-1.2"}, "EFS": {"_type": "derivation", "name": "r-EFS-1.0.3"}, "EGAD": {"_type": "derivation", "name": "r-EGAD-1.24.0"}, "EGAnet": {"_type": "derivation", "name": "r-EGAnet-1.2.3"}, "EGRET": {"_type": "derivation", "name": "r-EGRET-3.0.7"}, "EGRETci": {"_type": "derivation", "name": "r-EGRETci-2.0.4"}, "EGSEA": {"_type": "derivation", "name": "r-EGSEA-1.24.0"}, "EGSEAdata": {"_type": "derivation", "name": "r-EGSEAdata-1.24.0"}, "EHR": {"_type": "derivation", "name": "r-EHR-0.4-10"}, "EHRtemporalVariability": {"_type": "derivation", "name": "r-EHRtemporalVariability-1.1.4"}, "EIAdata": {"_type": "derivation", "name": "r-EIAdata-0.1.3"}, "EILA": {"_type": "derivation", "name": "r-EILA-0.1-2"}, "EIX": {"_type": "derivation", "name": "r-EIX-1.2.0"}, "EKMCMC": {"_type": "derivation", "name": "r-EKMCMC-1.1.2"}, "EL": {"_type": "derivation", "name": "r-EL-1.1"}, "EL2Surv": {"_type": "derivation", "name": "r-EL2Surv-1.1"}, "ELCIC": {"_type": "derivation", "name": "r-ELCIC-0.2.0"}, "ELISAtools": {"_type": "derivation", "name": "r-ELISAtools-0.1.5"}, "ELMER": {"_type": "derivation", "name": "r-ELMER-2.20.0"}, "ELMER_data": {"_type": "derivation", "name": "r-ELMER.data-2.20.0"}, "ELMR": {"_type": "derivation", "name": "r-ELMR-1.0"}, "ELMSO": {"_type": "derivation", "name": "r-ELMSO-1.0.1"}, "ELT": {"_type": "derivation", "name": "r-ELT-1.6"}, "ELYP": {"_type": "derivation", "name": "r-ELYP-0.7-5"}, "EMAS": {"_type": "derivation", "name": "r-EMAS-0.2.2"}, "EMAtools": {"_type": "derivation", "name": "r-EMAtools-0.1.4"}, "EMC": {"_type": "derivation", "name": "r-EMC-1.3"}, "EMCluster": {"_type": "derivation", "name": "r-EMCluster-0.2-14"}, "EMD": {"_type": "derivation", "name": "r-EMD-1.5.9"}, "EMDANNhybrid": {"_type": "derivation", "name": "r-EMDANNhybrid-0.1.0"}, "EMDSVRhybrid": {"_type": "derivation", "name": "r-EMDSVRhybrid-0.1.0"}, "EMDomics": {"_type": "derivation", "name": "r-EMDomics-2.26.0"}, "EML": {"_type": "derivation", "name": "r-EML-2.0.6.1"}, "EMLI": {"_type": "derivation", "name": "r-EMLI-0.1.0"}, "EMMAgeo": {"_type": "derivation", "name": "r-EMMAgeo-0.9.7"}, "EMMIXSSL": {"_type": "derivation", "name": "r-EMMIXSSL-1.1.1"}, "EMMIXgene": {"_type": "derivation", "name": "r-EMMIXgene-0.1.3"}, "EMMIXmfa": {"_type": "derivation", "name": "r-EMMIXmfa-2.0.11"}, "EMMLi": {"_type": "derivation", "name": "r-EMMLi-0.0.3"}, "EMMREML": {"_type": "derivation", "name": "r-EMMREML-3.1"}, "EMP": {"_type": "derivation", "name": "r-EMP-2.0.5"}, "EMSC": {"_type": "derivation", "name": "r-EMSC-0.9.3"}, "EMSNM": {"_type": "derivation", "name": "r-EMSNM-1.0"}, "EMSS": {"_type": "derivation", "name": "r-EMSS-1.1.1"}, "EMSaov": {"_type": "derivation", "name": "r-EMSaov-2.3"}, "EMT": {"_type": "derivation", "name": "r-EMT-1.2"}, "EMVS": {"_type": "derivation", "name": "r-EMVS-1.2.1"}, "EM_Fuzzy": {"_type": "derivation", "name": "r-EM.Fuzzy-1.0"}, "EMbC": {"_type": "derivation", "name": "r-EMbC-2.0.3"}, "EMpeaksR": {"_type": "derivation", "name": "r-EMpeaksR-0.2.0"}, "ENCODExplorerData": {"_type": "derivation", "name": "r-ENCODExplorerData-0.99.5"}, "ENMTools": {"_type": "derivation", "name": "r-ENMTools-1.0.6"}, "ENMeval": {"_type": "derivation", "name": "r-ENMeval-2.0.3"}, "ENmix": {"_type": "derivation", "name": "r-ENmix-1.32.0"}, "EPGMr": {"_type": "derivation", "name": "r-EPGMr-1.0.0"}, "EPP": {"_type": "derivation", "name": "r-EPP-0.3.6.1"}, "EPT": {"_type": "derivation", "name": "r-EPT-0.7.6"}, "EPX": {"_type": "derivation", "name": "r-EPX-1.0.4"}, "EQL": {"_type": "derivation", "name": "r-EQL-1.0-1"}, "EQUIVNONINF": {"_type": "derivation", "name": "r-EQUIVNONINF-1.0.2"}, "ER": {"_type": "derivation", "name": "r-ER-1.1.1"}, "ERP": {"_type": "derivation", "name": "r-ERP-2.2"}, "ERSA": {"_type": "derivation", "name": "r-ERSA-0.1.3"}, "ERSSA": {"_type": "derivation", "name": "r-ERSSA-1.14.0"}, "ES": {"_type": "derivation", "name": "r-ES-1.0"}, "ESEA": {"_type": "derivation", "name": "r-ESEA-1.0"}, "ESG": {"_type": "derivation", "name": "r-ESG-1.2"}, "ESTER": {"_type": "derivation", "name": "r-ESTER-0.2.0"}, "ETAS": {"_type": "derivation", "name": "r-ETAS-0.4.9"}, "ETC": {"_type": "derivation", "name": "r-ETC-1.5"}, "ETLUtils": {"_type": "derivation", "name": "r-ETLUtils-1.5"}, "EUfootball": {"_type": "derivation", "name": "r-EUfootball-0.0.1"}, "EVI": {"_type": "derivation", "name": "r-EVI-0.1.1-4"}, "EValue": {"_type": "derivation", "name": "r-EValue-4.1.3"}, "EW": {"_type": "derivation", "name": "r-EW-1.1"}, "EWCE": {"_type": "derivation", "name": "r-EWCE-1.4.0"}, "EWGoF": {"_type": "derivation", "name": "r-EWGoF-2.2.2"}, "EWS": {"_type": "derivation", "name": "r-EWS-0.2.0"}, "EXRQ": {"_type": "derivation", "name": "r-EXRQ-1.0"}, "EZtune": {"_type": "derivation", "name": "r-EZtune-3.1.1"}, "Eagle": {"_type": "derivation", "name": "r-Eagle-2.5"}, "Ease": {"_type": "derivation", "name": "r-Ease-0.1.1"}, "EasyABC": {"_type": "derivation", "name": "r-EasyABC-1.5"}, "EasyDescribe": {"_type": "derivation", "name": "r-EasyDescribe-0.1.1"}, "EasyHTMLReport": {"_type": "derivation", "name": "r-EasyHTMLReport-0.1.1"}, "EasyMx": {"_type": "derivation", "name": "r-EasyMx-0.2-12"}, "EasyqpcR": {"_type": "derivation", "name": "r-EasyqpcR-1.31.0"}, "EatonEtAlChIPseq": {"_type": "derivation", "name": "r-EatonEtAlChIPseq-0.34.0"}, "EbayesThresh": {"_type": "derivation", "name": "r-EbayesThresh-1.4-12"}, "Ecdat": {"_type": "derivation", "name": "r-Ecdat-0.4-2"}, "Ecfun": {"_type": "derivation", "name": "r-Ecfun-0.3-2"}, "EcoDiet": {"_type": "derivation", "name": "r-EcoDiet-1.0.1"}, "EcoEnsemble": {"_type": "derivation", "name": "r-EcoEnsemble-1.0.0"}, "EcoHydRology": {"_type": "derivation", "name": "r-EcoHydRology-0.4.12.1"}, "EcoIndR": {"_type": "derivation", "name": "r-EcoIndR-1.8"}, "EcoNetGen": {"_type": "derivation", "name": "r-EcoNetGen-0.2.3"}, "EcoTroph": {"_type": "derivation", "name": "r-EcoTroph-1.6.1"}, "EcoVirtual": {"_type": "derivation", "name": "r-EcoVirtual-1.1"}, "Ecohydmod": {"_type": "derivation", "name": "r-Ecohydmod-1.0.0"}, "EconDemand": {"_type": "derivation", "name": "r-EconDemand-1.0"}, "EcotoneFinder": {"_type": "derivation", "name": "r-EcotoneFinder-0.2.3"}, "Ecume": {"_type": "derivation", "name": "r-Ecume-0.9.1"}, "EdSurvey": {"_type": "derivation", "name": "r-EdSurvey-3.0.1"}, "EffectLiteR": {"_type": "derivation", "name": "r-EffectLiteR-0.4-5"}, "EffectStars": {"_type": "derivation", "name": "r-EffectStars-1.9-1"}, "EffectStars2": {"_type": "derivation", "name": "r-EffectStars2-0.1-3"}, "EffectTreat": {"_type": "derivation", "name": "r-EffectTreat-1.1"}, "EffectsRelBaseline": {"_type": "derivation", "name": "r-EffectsRelBaseline-0.5"}, "EfficientMaxEigenpair": {"_type": "derivation", "name": "r-EfficientMaxEigenpair-0.1.4"}, "EgoCor": {"_type": "derivation", "name": "r-EgoCor-1.0.0"}, "EigenR": {"_type": "derivation", "name": "r-EigenR-1.2.3"}, "EleChemr": {"_type": "derivation", "name": "r-EleChemr-1.2.0"}, "ElectionsLATAM": {"_type": "derivation", "name": "r-ElectionsLATAM-0.1.1"}, "ElliptCopulas": {"_type": "derivation", "name": "r-ElliptCopulas-0.1.3"}, "EloChoice": {"_type": "derivation", "name": "r-EloChoice-0.29.4"}, "EloOptimized": {"_type": "derivation", "name": "r-EloOptimized-0.3.1"}, "EloRating": {"_type": "derivation", "name": "r-EloRating-0.46.11"}, "EloSteepness": {"_type": "derivation", "name": "r-EloSteepness-0.4.6"}, "ElstonStewart": {"_type": "derivation", "name": "r-ElstonStewart-1.2"}, "EmbedSOM": {"_type": "derivation", "name": "r-EmbedSOM-2.1.2"}, "EmiR": {"_type": "derivation", "name": "r-EmiR-1.0.3"}, "EmiStatR": {"_type": "derivation", "name": "r-EmiStatR-1.2.3.0"}, "EmissV": {"_type": "derivation", "name": "r-EmissV-0.665.6.3"}, "EmpiricalBrownsMethod": {"_type": "derivation", "name": "r-EmpiricalBrownsMethod-1.24.0"}, "EmpiricalCalibration": {"_type": "derivation", "name": "r-EmpiricalCalibration-3.1.1"}, "EnMCB": {"_type": "derivation", "name": "r-EnMCB-1.8.2"}, "EncDNA": {"_type": "derivation", "name": "r-EncDNA-1.0.2"}, "EnergyOnlineCPM": {"_type": "derivation", "name": "r-EnergyOnlineCPM-1.0"}, "EngrExpt": {"_type": "derivation", "name": "r-EngrExpt-0.1-8"}, "EnhancedVolcano": {"_type": "derivation", "name": "r-EnhancedVolcano-1.14.0"}, "EnrichIntersect": {"_type": "derivation", "name": "r-EnrichIntersect-0.4"}, "EnrichedHeatmap": {"_type": "derivation", "name": "r-EnrichedHeatmap-1.26.0"}, "EnrichmentBrowser": {"_type": "derivation", "name": "r-EnrichmentBrowser-2.26.0"}, "EnsCat": {"_type": "derivation", "name": "r-EnsCat-1.1"}, "EnsDb_Hsapiens_v75": {"_type": "derivation", "name": "r-EnsDb.Hsapiens.v75-2.99.0"}, "EnsDb_Hsapiens_v79": {"_type": "derivation", "name": "r-EnsDb.Hsapiens.v79-2.99.0"}, "EnsDb_Hsapiens_v86": {"_type": "derivation", "name": "r-EnsDb.Hsapiens.v86-2.99.0"}, "EnsDb_Mmusculus_v75": {"_type": "derivation", "name": "r-EnsDb.Mmusculus.v75-2.99.0"}, "EnsDb_Mmusculus_v79": {"_type": "derivation", "name": "r-EnsDb.Mmusculus.v79-2.99.0"}, "EnsDb_Rnorvegicus_v75": {"_type": "derivation", "name": "r-EnsDb.Rnorvegicus.v75-2.99.0"}, "EnsDb_Rnorvegicus_v79": {"_type": "derivation", "name": "r-EnsDb.Rnorvegicus.v79-2.99.0"}, "EnsembleBase": {"_type": "derivation", "name": "r-EnsembleBase-1.0.2"}, "EnsembleCV": {"_type": "derivation", "name": "r-EnsembleCV-0.8"}, "EnsemblePCReg": {"_type": "derivation", "name": "r-EnsemblePCReg-1.1.4"}, "EnsemblePenReg": {"_type": "derivation", "name": "r-EnsemblePenReg-0.7"}, "EntropyEstimation": {"_type": "derivation", "name": "r-EntropyEstimation-1.2"}, "EntropyExplorer": {"_type": "derivation", "name": "r-EntropyExplorer-1.1"}, "EntropyMCMC": {"_type": "derivation", "name": "r-EntropyMCMC-1.0.4"}, "EnvCpt": {"_type": "derivation", "name": "r-EnvCpt-1.1.3"}, "EnvExpInd": {"_type": "derivation", "name": "r-EnvExpInd-0.1.0"}, "EnvNJ": {"_type": "derivation", "name": "r-EnvNJ-0.1.3"}, "EnvNicheR": {"_type": "derivation", "name": "r-EnvNicheR-1.4"}, "EnvStats": {"_type": "derivation", "name": "r-EnvStats-2.7.0"}, "EnviroPRA": {"_type": "derivation", "name": "r-EnviroPRA-1.0"}, "EnviroStat": {"_type": "derivation", "name": "r-EnviroStat-0.4-2"}, "Epi": {"_type": "derivation", "name": "r-Epi-2.47"}, "EpiCompare": {"_type": "derivation", "name": "r-EpiCompare-1.0.0"}, "EpiContactTrace": {"_type": "derivation", "name": "r-EpiContactTrace-0.16.0"}, "EpiCurve": {"_type": "derivation", "name": "r-EpiCurve-2.4-2"}, "EpiDISH": {"_type": "derivation", "name": "r-EpiDISH-2.12.0"}, "EpiDynamics": {"_type": "derivation", "name": "r-EpiDynamics-0.3.1"}, "EpiEstim": {"_type": "derivation", "name": "r-EpiEstim-2.2-4"}, "EpiILM": {"_type": "derivation", "name": "r-EpiILM-1.5.2"}, "EpiILMCT": {"_type": "derivation", "name": "r-EpiILMCT-1.1.7"}, "EpiInvert": {"_type": "derivation", "name": "r-EpiInvert-0.2.1"}, "EpiLPS": {"_type": "derivation", "name": "r-EpiLPS-1.0.6"}, "EpiModel": {"_type": "derivation", "name": "r-EpiModel-2.3.1"}, "EpiNow2": {"_type": "derivation", "name": "r-EpiNow2-1.3.2"}, "EpiReport": {"_type": "derivation", "name": "r-EpiReport-1.0.2"}, "EpiSemble": {"_type": "derivation", "name": "r-EpiSemble-0.1.0"}, "EpiSignalDetection": {"_type": "derivation", "name": "r-EpiSignalDetection-0.1.2"}, "EpiStats": {"_type": "derivation", "name": "r-EpiStats-1.5-1"}, "EpiTxDb": {"_type": "derivation", "name": "r-EpiTxDb-1.8.0"}, "EpiTxDb_Hs_hg38": {"_type": "derivation", "name": "r-EpiTxDb.Hs.hg38-0.99.7"}, "EpiTxDb_Mm_mm10": {"_type": "derivation", "name": "r-EpiTxDb.Mm.mm10-0.99.6"}, "EpiTxDb_Sc_sacCer3": {"_type": "derivation", "name": "r-EpiTxDb.Sc.sacCer3-0.99.5"}, "EpistemicGameTheory": {"_type": "derivation", "name": "r-EpistemicGameTheory-0.1.2"}, "Eplot": {"_type": "derivation", "name": "r-Eplot-1.0"}, "Equalden_HD": {"_type": "derivation", "name": "r-Equalden.HD-1.2"}, "EquiSurv": {"_type": "derivation", "name": "r-EquiSurv-0.1.0"}, "EstCRM": {"_type": "derivation", "name": "r-EstCRM-1.6"}, "EstHer": {"_type": "derivation", "name": "r-EstHer-1.0"}, "EstMix": {"_type": "derivation", "name": "r-EstMix-1.0.1"}, "EstSimPDMP": {"_type": "derivation", "name": "r-EstSimPDMP-1.2"}, "EstimDiagnostics": {"_type": "derivation", "name": "r-EstimDiagnostics-0.0.3"}, "EstimateGroupNetwork": {"_type": "derivation", "name": "r-EstimateGroupNetwork-0.3.1"}, "EstimationTools": {"_type": "derivation", "name": "r-EstimationTools-2.1.0"}, "EthSEQ": {"_type": "derivation", "name": "r-EthSEQ-3.0.0"}, "EuPathDB": {"_type": "derivation", "name": "r-EuPathDB-1.0.1"}, "EuclideanSD": {"_type": "derivation", "name": "r-EuclideanSD-0.1.0"}, "Eunomia": {"_type": "derivation", "name": "r-Eunomia-1.0.1"}, "EurosarcBayes": {"_type": "derivation", "name": "r-EurosarcBayes-1.1"}, "EvCombR": {"_type": "derivation", "name": "r-EvCombR-0.1-4"}, "Evacluster": {"_type": "derivation", "name": "r-Evacluster-0.1.0"}, "EvalEst": {"_type": "derivation", "name": "r-EvalEst-2021.2-1"}, "EvaluateCore": {"_type": "derivation", "name": "r-EvaluateCore-0.1.3"}, "EvaluationMeasures": {"_type": "derivation", "name": "r-EvaluationMeasures-1.1.0"}, "Evapotranspiration": {"_type": "derivation", "name": "r-Evapotranspiration-1.16"}, "EventDetectGUI": {"_type": "derivation", "name": "r-EventDetectGUI-0.3.0"}, "EventDetectR": {"_type": "derivation", "name": "r-EventDetectR-0.3.5"}, "EventPointer": {"_type": "derivation", "name": "r-EventPointer-3.4.1"}, "EventStudy": {"_type": "derivation", "name": "r-EventStudy-0.39"}, "EventWinRatios": {"_type": "derivation", "name": "r-EventWinRatios-1.0.0"}, "EvidenceSynthesis": {"_type": "derivation", "name": "r-EvidenceSynthesis-0.3.0"}, "EviewsR": {"_type": "derivation", "name": "r-EviewsR-0.1.5"}, "EvoPhylo": {"_type": "derivation", "name": "r-EvoPhylo-0.3"}, "EvoRAG": {"_type": "derivation", "name": "r-EvoRAG-2.0"}, "EvolutionaryGames": {"_type": "derivation", "name": "r-EvolutionaryGames-0.1.2"}, "Evomorph": {"_type": "derivation", "name": "r-Evomorph-0.9"}, "EwR": {"_type": "derivation", "name": "r-EwR-1.4"}, "ExCluster": {"_type": "derivation", "name": "r-ExCluster-1.14.0"}, "ExGaussEstim": {"_type": "derivation", "name": "r-ExGaussEstim-0.1"}, "ExPanDaR": {"_type": "derivation", "name": "r-ExPanDaR-0.5.3"}, "ExPosition": {"_type": "derivation", "name": "r-ExPosition-2.8.23"}, "Exact": {"_type": "derivation", "name": "r-Exact-3.2"}, "ExactCIdiff": {"_type": "derivation", "name": "r-ExactCIdiff-2.1"}, "ExactMed": {"_type": "derivation", "name": "r-ExactMed-0.1.0"}, "ExactMultinom": {"_type": "derivation", "name": "r-ExactMultinom-0.1.2"}, "ExamPAData": {"_type": "derivation", "name": "r-ExamPAData-0.5.0"}, "ExceedanceTools": {"_type": "derivation", "name": "r-ExceedanceTools-1.3.4"}, "ExcelFunctionsR": {"_type": "derivation", "name": "r-ExcelFunctionsR-0.1.4"}, "ExcessMass": {"_type": "derivation", "name": "r-ExcessMass-1.0.1"}, "ExclusionTable": {"_type": "derivation", "name": "r-ExclusionTable-1.0.0"}, "ExhaustiveSearch": {"_type": "derivation", "name": "r-ExhaustiveSearch-1.0.1"}, "ExiMiR": {"_type": "derivation", "name": "r-ExiMiR-2.38.0"}, "ExomeDepth": {"_type": "derivation", "name": "r-ExomeDepth-1.1.15"}, "ExpAnalysis3d": {"_type": "derivation", "name": "r-ExpAnalysis3d-0.1.1"}, "ExpDE": {"_type": "derivation", "name": "r-ExpDE-0.1.4"}, "ExpDes": {"_type": "derivation", "name": "r-ExpDes-1.2.2"}, "ExpDes_pt": {"_type": "derivation", "name": "r-ExpDes.pt-1.2.2"}, "ExpGenetic": {"_type": "derivation", "name": "r-ExpGenetic-0.1.0"}, "ExpImage": {"_type": "derivation", "name": "r-ExpImage-0.6.0"}, "ExpRep": {"_type": "derivation", "name": "r-ExpRep-1.0"}, "ExperimentHub": {"_type": "derivation", "name": "r-ExperimentHub-2.4.0"}, "ExperimentHubData": {"_type": "derivation", "name": "r-ExperimentHubData-1.22.0"}, "ExperimentSubset": {"_type": "derivation", "name": "r-ExperimentSubset-1.6.0"}, "ExpertChoice": {"_type": "derivation", "name": "r-ExpertChoice-0.2.0"}, "ExplainPrediction": {"_type": "derivation", "name": "r-ExplainPrediction-1.3.0"}, "ExplodeLayout": {"_type": "derivation", "name": "r-ExplodeLayout-0.1.2"}, "ExploreModelMatrix": {"_type": "derivation", "name": "r-ExploreModelMatrix-1.8.0"}, "ExposR": {"_type": "derivation", "name": "r-ExposR-1.0"}, "ExpressionAtlas": {"_type": "derivation", "name": "r-ExpressionAtlas-1.24.0"}, "ExtDist": {"_type": "derivation", "name": "r-ExtDist-0.6-4"}, "ExtMallows": {"_type": "derivation", "name": "r-ExtMallows-0.1.0"}, "ExtractTrainData": {"_type": "derivation", "name": "r-ExtractTrainData-9.1.5"}, "ExtremalDep": {"_type": "derivation", "name": "r-ExtremalDep-0.0.3-5"}, "ExtremeBounds": {"_type": "derivation", "name": "r-ExtremeBounds-0.1.6"}, "ExtremeRisks": {"_type": "derivation", "name": "r-ExtremeRisks-0.0.4"}, "FABInference": {"_type": "derivation", "name": "r-FABInference-0.1"}, "FACTMLE": {"_type": "derivation", "name": "r-FACTMLE-1.1"}, "FADA": {"_type": "derivation", "name": "r-FADA-1.3.5"}, "FADPclust": {"_type": "derivation", "name": "r-FADPclust-0.1.0"}, "FAIRmaterials": {"_type": "derivation", "name": "r-FAIRmaterials-0.0.2"}, "FAMILY": {"_type": "derivation", "name": "r-FAMILY-0.1.19"}, "FAMT": {"_type": "derivation", "name": "r-FAMT-2.6"}, "FAMetA": {"_type": "derivation", "name": "r-FAMetA-0.1.4"}, "FAMoS": {"_type": "derivation", "name": "r-FAMoS-0.3.0"}, "FANTOM3and4CAGE": {"_type": "derivation", "name": "r-FANTOM3and4CAGE-1.32.0"}, "FAO56": {"_type": "derivation", "name": "r-FAO56-0.1.0"}, "FAOSTAT": {"_type": "derivation", "name": "r-FAOSTAT-2.2.3"}, "FARDEEP": {"_type": "derivation", "name": "r-FARDEEP-1.0.1"}, "FASeg": {"_type": "derivation", "name": "r-FASeg-0.1.9"}, "FAVAR": {"_type": "derivation", "name": "r-FAVAR-0.1.3"}, "FAdist": {"_type": "derivation", "name": "r-FAdist-2.4"}, "FAmle": {"_type": "derivation", "name": "r-FAmle-1.3.7"}, "FAwR": {"_type": "derivation", "name": "r-FAwR-1.1.2"}, "FBCRM": {"_type": "derivation", "name": "r-FBCRM-1.1"}, "FBFsearch": {"_type": "derivation", "name": "r-FBFsearch-1.2"}, "FBN": {"_type": "derivation", "name": "r-FBN-1.5.1"}, "FCBF": {"_type": "derivation", "name": "r-FCBF-2.4.0"}, "FCGR": {"_type": "derivation", "name": "r-FCGR-1.0-0"}, "FCMapper": {"_type": "derivation", "name": "r-FCMapper-1.1"}, "FCO": {"_type": "derivation", "name": "r-FCO-0.7.2"}, "FCPS": {"_type": "derivation", "name": "r-FCPS-1.3.1"}, "FCSlib": {"_type": "derivation", "name": "r-FCSlib-1.3.0"}, "FCVAR": {"_type": "derivation", "name": "r-FCVAR-0.1.4"}, "FD": {"_type": "derivation", "name": "r-FD-1.0-12.1"}, "FDRSeg": {"_type": "derivation", "name": "r-FDRSeg-1.0-3"}, "FDRestimation": {"_type": "derivation", "name": "r-FDRestimation-1.0.1"}, "FDRreg": {"_type": "derivation", "name": "r-FDRreg-0.1"}, "FDRsampsize": {"_type": "derivation", "name": "r-FDRsampsize-1.0"}, "FDX": {"_type": "derivation", "name": "r-FDX-1.0.6"}, "FDb_FANTOM4_promoters_hg19": {"_type": "derivation", "name": "r-FDb.FANTOM4.promoters.hg19-1.0.0"}, "FDb_InfiniumMethylation_hg18": {"_type": "derivation", "name": "r-FDb.InfiniumMethylation.hg18-2.2.0"}, "FDb_InfiniumMethylation_hg19": {"_type": "derivation", "name": "r-FDb.InfiniumMethylation.hg19-2.2.0"}, "FDb_UCSC_snp135common_hg19": {"_type": "derivation", "name": "r-FDb.UCSC.snp135common.hg19-1.0.0"}, "FDb_UCSC_snp137common_hg19": {"_type": "derivation", "name": "r-FDb.UCSC.snp137common.hg19-1.0.0"}, "FDb_UCSC_tRNAs": {"_type": "derivation", "name": "r-FDb.UCSC.tRNAs-1.0.1"}, "FDboost": {"_type": "derivation", "name": "r-FDboost-1.1-1"}, "FEA": {"_type": "derivation", "name": "r-FEA-0.0.1"}, "FEAST": {"_type": "derivation", "name": "r-FEAST-1.4.0"}, "FELLA": {"_type": "derivation", "name": "r-FELLA-1.16.0"}, "FENmlm": {"_type": "derivation", "name": "r-FENmlm-2.4.3"}, "FER": {"_type": "derivation", "name": "r-FER-0.94"}, "FESta": {"_type": "derivation", "name": "r-FESta-1.0.0"}, "FEprovideR": {"_type": "derivation", "name": "r-FEprovideR-1.1"}, "FFD": {"_type": "derivation", "name": "r-FFD-1.0-8"}, "FFTrees": {"_type": "derivation", "name": "r-FFTrees-1.7.5"}, "FFdownload": {"_type": "derivation", "name": "r-FFdownload-1.0.6"}, "FField": {"_type": "derivation", "name": "r-FField-0.1.0"}, "FGLMtrunc": {"_type": "derivation", "name": "r-FGLMtrunc-0.1.0"}, "FGNet": {"_type": "derivation", "name": "r-FGNet-3.30.0"}, "FGSG": {"_type": "derivation", "name": "r-FGSG-1.0.2"}, "FGalgorithm": {"_type": "derivation", "name": "r-FGalgorithm-1.0"}, "FHDI": {"_type": "derivation", "name": "r-FHDI-1.4.1"}, "FHtest": {"_type": "derivation", "name": "r-FHtest-1.5"}, "FI": {"_type": "derivation", "name": "r-FI-1.0"}, "FIESTA": {"_type": "derivation", "name": "r-FIESTA-3.4.2"}, "FIESTAutils": {"_type": "derivation", "name": "r-FIESTAutils-1.1.3"}, "FILEST": {"_type": "derivation", "name": "r-FILEST-1.1.2"}, "FISHalyseR": {"_type": "derivation", "name": "r-FISHalyseR-1.30.0"}, "FIT": {"_type": "derivation", "name": "r-FIT-0.0.6"}, "FITSio": {"_type": "derivation", "name": "r-FITSio-2.1-6"}, "FIs": {"_type": "derivation", "name": "r-FIs-1.24.0"}, "FKF": {"_type": "derivation", "name": "r-FKF-0.2.4"}, "FKF_SP": {"_type": "derivation", "name": "r-FKF.SP-0.3.1"}, "FKSUM": {"_type": "derivation", "name": "r-FKSUM-1.0.0"}, "FLAME": {"_type": "derivation", "name": "r-FLAME-2.1.1"}, "FLAMES": {"_type": "derivation", "name": "r-FLAMES-1.2.2"}, "FLLat": {"_type": "derivation", "name": "r-FLLat-1.2-1"}, "FLR": {"_type": "derivation", "name": "r-FLR-1.0"}, "FLSSS": {"_type": "derivation", "name": "r-FLSSS-9.1.1"}, "FLightR": {"_type": "derivation", "name": "r-FLightR-0.5.2"}, "FMAdist": {"_type": "derivation", "name": "r-FMAdist-0.1.0"}, "FMC": {"_type": "derivation", "name": "r-FMC-1.0.1"}, "FMCCSD": {"_type": "derivation", "name": "r-FMCCSD-1.0"}, "FME": {"_type": "derivation", "name": "r-FME-1.3.6.2"}, "FMM": {"_type": "derivation", "name": "r-FMM-0.3.1"}, "FMP": {"_type": "derivation", "name": "r-FMP-1.4"}, "FMStable": {"_type": "derivation", "name": "r-FMStable-0.1-4"}, "FMradio": {"_type": "derivation", "name": "r-FMradio-1.1.1"}, "FMsmsnReg": {"_type": "derivation", "name": "r-FMsmsnReg-1.0"}, "FNN": {"_type": "derivation", "name": "r-FNN-1.1.3.1"}, "FOCI": {"_type": "derivation", "name": "r-FOCI-0.1.3"}, "FORTLS": {"_type": "derivation", "name": "r-FORTLS-1.1.0"}, "FPCA2D": {"_type": "derivation", "name": "r-FPCA2D-1.0"}, "FPCA3D": {"_type": "derivation", "name": "r-FPCA3D-1.0"}, "FPDclustering": {"_type": "derivation", "name": "r-FPDclustering-2.2"}, "FPLdata": {"_type": "derivation", "name": "r-FPLdata-0.1.0"}, "FPV": {"_type": "derivation", "name": "r-FPV-0.5"}, "FRACTION": {"_type": "derivation", "name": "r-FRACTION-1.0"}, "FRAPO": {"_type": "derivation", "name": "r-FRAPO-0.4-1"}, "FRASER": {"_type": "derivation", "name": "r-FRASER-1.8.1"}, "FRCC": {"_type": "derivation", "name": "r-FRCC-1.1.0"}, "FREEtree": {"_type": "derivation", "name": "r-FREEtree-0.1.0"}, "FREG": {"_type": "derivation", "name": "r-FREG-1.1"}, "FREQ": {"_type": "derivation", "name": "r-FREQ-1.0"}, "FRESA_CAD": {"_type": "derivation", "name": "r-FRESA.CAD-3.4.3"}, "FRESHD": {"_type": "derivation", "name": "r-FRESHD-1.0"}, "FRGEpistasis": {"_type": "derivation", "name": "r-FRGEpistasis-1.32.0"}, "FRI": {"_type": "derivation", "name": "r-FRI-1.0"}, "FRK": {"_type": "derivation", "name": "r-FRK-2.1.0"}, "FSA": {"_type": "derivation", "name": "r-FSA-0.9.3"}, "FSAdata": {"_type": "derivation", "name": "r-FSAdata-0.3.9"}, "FSDAM": {"_type": "derivation", "name": "r-FSDAM-2020.11-18"}, "FSInteract": {"_type": "derivation", "name": "r-FSInteract-0.1.2"}, "FSK2R": {"_type": "derivation", "name": "r-FSK2R-0.1.3"}, "FSM": {"_type": "derivation", "name": "r-FSM-1.0.0"}, "FSMUMI": {"_type": "derivation", "name": "r-FSMUMI-1.0"}, "FSSF": {"_type": "derivation", "name": "r-FSSF-0.1.1"}, "FSTpackage": {"_type": "derivation", "name": "r-FSTpackage-0.1"}, "FScanR": {"_type": "derivation", "name": "r-FScanR-1.6.0"}, "FSelector": {"_type": "derivation", "name": "r-FSelector-0.33"}, "FSelectorRcpp": {"_type": "derivation", "name": "r-FSelectorRcpp-0.3.8"}, "FSinR": {"_type": "derivation", "name": "r-FSinR-2.0.5"}, "FUNTA": {"_type": "derivation", "name": "r-FUNTA-0.1.0"}, "FWDselect": {"_type": "derivation", "name": "r-FWDselect-2.1.0"}, "FWRGB": {"_type": "derivation", "name": "r-FWRGB-0.1.0"}, "FacPad": {"_type": "derivation", "name": "r-FacPad-3.0"}, "FactMixtAnalysis": {"_type": "derivation", "name": "r-FactMixtAnalysis-1.0"}, "FactoClass": {"_type": "derivation", "name": "r-FactoClass-1.2.7"}, "FactoInvestigate": {"_type": "derivation", "name": "r-FactoInvestigate-1.8"}, "FactoMineR": {"_type": "derivation", "name": "r-FactoMineR-2.6"}, "FactorAssumptions": {"_type": "derivation", "name": "r-FactorAssumptions-2.0.1"}, "FactorCopula": {"_type": "derivation", "name": "r-FactorCopula-0.8.1"}, "FactorsR": {"_type": "derivation", "name": "r-FactorsR-1.5"}, "Factoshiny": {"_type": "derivation", "name": "r-Factoshiny-2.4"}, "Fahrmeir": {"_type": "derivation", "name": "r-Fahrmeir-2016.5.31"}, "FairMclus": {"_type": "derivation", "name": "r-FairMclus-2.2.1"}, "FamAgg": {"_type": "derivation", "name": "r-FamAgg-1.24.0"}, "FamEvent": {"_type": "derivation", "name": "r-FamEvent-2.1"}, "Familias": {"_type": "derivation", "name": "r-Familias-2.4"}, "Families": {"_type": "derivation", "name": "r-Families-1.0.1"}, "FamilyRank": {"_type": "derivation", "name": "r-FamilyRank-1.0"}, "FarmSelect": {"_type": "derivation", "name": "r-FarmSelect-1.0.2"}, "FarmTest": {"_type": "derivation", "name": "r-FarmTest-2.2.0"}, "FastBandChol": {"_type": "derivation", "name": "r-FastBandChol-0.1.1"}, "FastCUB": {"_type": "derivation", "name": "r-FastCUB-0.0.2"}, "FastGP": {"_type": "derivation", "name": "r-FastGP-1.2"}, "FastGaSP": {"_type": "derivation", "name": "r-FastGaSP-0.5.2"}, "FastHCS": {"_type": "derivation", "name": "r-FastHCS-0.0.7"}, "FastImputation": {"_type": "derivation", "name": "r-FastImputation-2.1"}, "FastJM": {"_type": "derivation", "name": "r-FastJM-1.2.0"}, "FastKM": {"_type": "derivation", "name": "r-FastKM-1.1"}, "FastKNN": {"_type": "derivation", "name": "r-FastKNN-0.0.1"}, "FastLZeroSpikeInference": {"_type": "derivation", "name": "r-FastLZeroSpikeInference-2018.12.10"}, "FastPCS": {"_type": "derivation", "name": "r-FastPCS-0.1.3"}, "FastRCS": {"_type": "derivation", "name": "r-FastRCS-0.0.8"}, "FastRWeb": {"_type": "derivation", "name": "r-FastRWeb-1.2-0"}, "FastSF": {"_type": "derivation", "name": "r-FastSF-0.1.1"}, "FastqCleaner": {"_type": "derivation", "name": "r-FastqCleaner-1.14.2"}, "FatTailsR": {"_type": "derivation", "name": "r-FatTailsR-1.8-0"}, "FateID": {"_type": "derivation", "name": "r-FateID-0.2.2"}, "FaultTree": {"_type": "derivation", "name": "r-FaultTree-0.99.5"}, "FcircSEC": {"_type": "derivation", "name": "r-FcircSEC-1.0.0"}, "FeaLect": {"_type": "derivation", "name": "r-FeaLect-1.20"}, "FeatureHashing": {"_type": "derivation", "name": "r-FeatureHashing-0.9.1.4"}, "FeatureImpCluster": {"_type": "derivation", "name": "r-FeatureImpCluster-0.1.5"}, "FeatureTerminatoR": {"_type": "derivation", "name": "r-FeatureTerminatoR-1.0.0"}, "FedData": {"_type": "derivation", "name": "r-FedData-3.0.0"}, "FeedbackTS": {"_type": "derivation", "name": "r-FeedbackTS-1.5"}, "FertBoot": {"_type": "derivation", "name": "r-FertBoot-0.5.0"}, "Fgmutils": {"_type": "derivation", "name": "r-Fgmutils-0.9.5"}, "FiRE": {"_type": "derivation", "name": "r-FiRE-1.0.1"}, "FiSh": {"_type": "derivation", "name": "r-FiSh-1.1"}, "FielDHub": {"_type": "derivation", "name": "r-FielDHub-1.2.1"}, "FieldEffectCrc": {"_type": "derivation", "name": "r-FieldEffectCrc-1.6.0"}, "FieldSim": {"_type": "derivation", "name": "r-FieldSim-3.2.1"}, "FieldSimR": {"_type": "derivation", "name": "r-FieldSimR-1.0.0"}, "FilterFFPE": {"_type": "derivation", "name": "r-FilterFFPE-1.6.0"}, "FinAna": {"_type": "derivation", "name": "r-FinAna-0.1.2"}, "FinAsym": {"_type": "derivation", "name": "r-FinAsym-1.0"}, "FinCal": {"_type": "derivation", "name": "r-FinCal-0.6.3"}, "FinCovRegularization": {"_type": "derivation", "name": "r-FinCovRegularization-1.1.0"}, "FinTS": {"_type": "derivation", "name": "r-FinTS-0.4-6"}, "FinancialInstrument": {"_type": "derivation", "name": "r-FinancialInstrument-1.3.1"}, "FinancialMath": {"_type": "derivation", "name": "r-FinancialMath-0.1.1"}, "FindAllRoots": {"_type": "derivation", "name": "r-FindAllRoots-1.0"}, "FindIT2": {"_type": "derivation", "name": "r-FindIT2-1.2.3"}, "FindIt": {"_type": "derivation", "name": "r-FindIt-1.2.0"}, "FindMyFriends": {"_type": "derivation", "name": "r-FindMyFriends-1.23.0"}, "FinePop": {"_type": "derivation", "name": "r-FinePop-1.5.1"}, "FinePop2": {"_type": "derivation", "name": "r-FinePop2-0.4"}, "FisHiCal": {"_type": "derivation", "name": "r-FisHiCal-1.1"}, "FisPro": {"_type": "derivation", "name": "r-FisPro-1.1.1"}, "Fiscore": {"_type": "derivation", "name": "r-Fiscore-0.1.3"}, "FishPhyloMaker": {"_type": "derivation", "name": "r-FishPhyloMaker-0.2.0"}, "FishResp": {"_type": "derivation", "name": "r-FishResp-1.1.1"}, "FisherEM": {"_type": "derivation", "name": "r-FisherEM-1.6"}, "FitAR": {"_type": "derivation", "name": "r-FitAR-1.94"}, "FitARMA": {"_type": "derivation", "name": "r-FitARMA-1.6.1"}, "FitHiC": {"_type": "derivation", "name": "r-FitHiC-1.22.0"}, "FitUltD": {"_type": "derivation", "name": "r-FitUltD-3.1.0"}, "FixSeqMTP": {"_type": "derivation", "name": "r-FixSeqMTP-0.1.2"}, "FixedPoint": {"_type": "derivation", "name": "r-FixedPoint-0.6.2"}, "Fletcher2013a": {"_type": "derivation", "name": "r-Fletcher2013a-1.32.0"}, "Fletcher2013b": {"_type": "derivation", "name": "r-Fletcher2013b-1.32.0"}, "FlexDir": {"_type": "derivation", "name": "r-FlexDir-1.0"}, "FlexDotPlot": {"_type": "derivation", "name": "r-FlexDotPlot-0.2.2"}, "FlexGAM": {"_type": "derivation", "name": "r-FlexGAM-0.7.2"}, "FlexParamCurve": {"_type": "derivation", "name": "r-FlexParamCurve-1.5-5"}, "FlexReg": {"_type": "derivation", "name": "r-FlexReg-1.2"}, "FlexScan": {"_type": "derivation", "name": "r-FlexScan-0.2.2"}, "FlickrAPI": {"_type": "derivation", "name": "r-FlickrAPI-0.1.0.1"}, "FloodFreqPlot": {"_type": "derivation", "name": "r-FloodFreqPlot-0.1.0"}, "FlowRegEnvCost": {"_type": "derivation", "name": "r-FlowRegEnvCost-0.1.1"}, "FlowRepositoryR": {"_type": "derivation", "name": "r-FlowRepositoryR-1.23.0"}, "FlowSOM": {"_type": "derivation", "name": "r-FlowSOM-2.4.0"}, "FlowScreen": {"_type": "derivation", "name": "r-FlowScreen-1.2.6"}, "FlowSorted_Blood_450k": {"_type": "derivation", "name": "r-FlowSorted.Blood.450k-1.34.0"}, "FlowSorted_Blood_EPIC": {"_type": "derivation", "name": "r-FlowSorted.Blood.EPIC-2.0.0"}, "FlowSorted_CordBloodCombined_450k": {"_type": "derivation", "name": "r-FlowSorted.CordBloodCombined.450k-1.12.0"}, "FlowSorted_CordBloodNorway_450k": {"_type": "derivation", "name": "r-FlowSorted.CordBloodNorway.450k-1.22.0"}, "FlowSorted_CordBlood_450k": {"_type": "derivation", "name": "r-FlowSorted.CordBlood.450k-1.24.0"}, "FlowSorted_DLPFC_450k": {"_type": "derivation", "name": "r-FlowSorted.DLPFC.450k-1.32.0"}, "FluMoDL": {"_type": "derivation", "name": "r-FluMoDL-0.0.3"}, "FlyingR": {"_type": "derivation", "name": "r-FlyingR-0.2.2"}, "FlywayNet": {"_type": "derivation", "name": "r-FlywayNet-0.1.0"}, "FoReco": {"_type": "derivation", "name": "r-FoReco-0.2.5"}, "FoldGO": {"_type": "derivation", "name": "r-FoldGO-1.14.0"}, "ForIT": {"_type": "derivation", "name": "r-ForIT-2.0.1"}, "ForImp": {"_type": "derivation", "name": "r-ForImp-1.0.3"}, "ForagingOrg": {"_type": "derivation", "name": "r-ForagingOrg-0.1.0"}, "ForeCA": {"_type": "derivation", "name": "r-ForeCA-0.2.7"}, "ForecastComb": {"_type": "derivation", "name": "r-ForecastComb-1.3.1"}, "ForecastCombinations": {"_type": "derivation", "name": "r-ForecastCombinations-1.1"}, "ForecastTB": {"_type": "derivation", "name": "r-ForecastTB-1.0.1"}, "ForestDisc": {"_type": "derivation", "name": "r-ForestDisc-0.1.0"}, "ForestFit": {"_type": "derivation", "name": "r-ForestFit-1.2.3"}, "ForestGapR": {"_type": "derivation", "name": "r-ForestGapR-0.1.6"}, "ForestTools": {"_type": "derivation", "name": "r-ForestTools-0.2.5"}, "Formula": {"_type": "derivation", "name": "r-Formula-1.2-4"}, "ForwardSearch": {"_type": "derivation", "name": "r-ForwardSearch-1.0"}, "FossilSim": {"_type": "derivation", "name": "r-FossilSim-2.3.1"}, "FossilSimShiny": {"_type": "derivation", "name": "r-FossilSimShiny-1.0.0"}, "FourScores": {"_type": "derivation", "name": "r-FourScores-1.5.1"}, "FourWayHMM": {"_type": "derivation", "name": "r-FourWayHMM-1.0.0"}, "FourgameteP": {"_type": "derivation", "name": "r-FourgameteP-0.1.0"}, "FrF2": {"_type": "derivation", "name": "r-FrF2-2.2-3"}, "FrF2_catlg128": {"_type": "derivation", "name": "r-FrF2.catlg128-1.2-2"}, "FracKrigingR": {"_type": "derivation", "name": "r-FracKrigingR-1.0.0"}, "FractalParameterEstimation": {"_type": "derivation", "name": "r-FractalParameterEstimation-1.1.2"}, "Fragman": {"_type": "derivation", "name": "r-Fragman-1.0.9"}, "Frames2": {"_type": "derivation", "name": "r-Frames2-0.2.1"}, "FreeSortR": {"_type": "derivation", "name": "r-FreeSortR-1.3"}, "FreqProf": {"_type": "derivation", "name": "r-FreqProf-0.0.1"}, "Fstability": {"_type": "derivation", "name": "r-Fstability-0.1.2"}, "FunCC": {"_type": "derivation", "name": "r-FunCC-1.0"}, "FunChIP": {"_type": "derivation", "name": "r-FunChIP-1.22.0"}, "FunChisq": {"_type": "derivation", "name": "r-FunChisq-2.5.2"}, "FunCluster": {"_type": "derivation", "name": "r-FunCluster-1.09"}, "FunWithNumbers": {"_type": "derivation", "name": "r-FunWithNumbers-1.1"}, "FuncMap": {"_type": "derivation", "name": "r-FuncMap-1.0.10"}, "FuncNN": {"_type": "derivation", "name": "r-FuncNN-1.0"}, "FunctanSNP": {"_type": "derivation", "name": "r-FunctanSNP-0.1.0"}, "FunnelPlotR": {"_type": "derivation", "name": "r-FunnelPlotR-0.4.1"}, "FusionLearn": {"_type": "derivation", "name": "r-FusionLearn-0.2.1"}, "FuzzyAHP": {"_type": "derivation", "name": "r-FuzzyAHP-0.9.5"}, "FuzzyClass": {"_type": "derivation", "name": "r-FuzzyClass-0.1.2"}, "FuzzyLP": {"_type": "derivation", "name": "r-FuzzyLP-0.1-6"}, "FuzzyM": {"_type": "derivation", "name": "r-FuzzyM-0.1.0"}, "FuzzyMCDM": {"_type": "derivation", "name": "r-FuzzyMCDM-1.1"}, "FuzzyNumbers": {"_type": "derivation", "name": "r-FuzzyNumbers-0.4-7"}, "FuzzyNumbers_Ext_2": {"_type": "derivation", "name": "r-FuzzyNumbers.Ext.2-3.2"}, "FuzzyQ": {"_type": "derivation", "name": "r-FuzzyQ-0.1.0"}, "FuzzyR": {"_type": "derivation", "name": "r-FuzzyR-2.3.2"}, "FuzzyResampling": {"_type": "derivation", "name": "r-FuzzyResampling-0.4.2"}, "FuzzySTs": {"_type": "derivation", "name": "r-FuzzySTs-0.2"}, "FuzzyStatProb": {"_type": "derivation", "name": "r-FuzzyStatProb-2.0.4"}, "FuzzyStatTra": {"_type": "derivation", "name": "r-FuzzyStatTra-1.0"}, "FuzzyStatTraEOO": {"_type": "derivation", "name": "r-FuzzyStatTraEOO-0.1.0"}, "FuzzyToolkitUoN": {"_type": "derivation", "name": "r-FuzzyToolkitUoN-1.0"}, "Fuzzy_p_value": {"_type": "derivation", "name": "r-Fuzzy.p.value-1.1"}, "G1DBN": {"_type": "derivation", "name": "r-G1DBN-3.1.1"}, "G2Sd": {"_type": "derivation", "name": "r-G2Sd-2.1.5"}, "GA": {"_type": "derivation", "name": "r-GA-3.2.3"}, "GA4GHclient": {"_type": "derivation", "name": "r-GA4GHclient-1.20.0"}, "GA4GHshiny": {"_type": "derivation", "name": "r-GA4GHshiny-1.18.0"}, "GABi": {"_type": "derivation", "name": "r-GABi-0.1"}, "GACFF": {"_type": "derivation", "name": "r-GACFF-1.0"}, "GAD": {"_type": "derivation", "name": "r-GAD-1.1.1"}, "GADAG": {"_type": "derivation", "name": "r-GADAG-0.99.0"}, "GADMTools": {"_type": "derivation", "name": "r-GADMTools-3.9-1"}, "GAIPE": {"_type": "derivation", "name": "r-GAIPE-1.1"}, "GALLO": {"_type": "derivation", "name": "r-GALLO-1.3"}, "GAMens": {"_type": "derivation", "name": "r-GAMens-1.2.1"}, "GANPA": {"_type": "derivation", "name": "r-GANPA-1.1"}, "GANPAdata": {"_type": "derivation", "name": "r-GANPAdata-1.0"}, "GAPGOM": {"_type": "derivation", "name": "r-GAPGOM-1.11.0"}, "GARCHIto": {"_type": "derivation", "name": "r-GARCHIto-0.1.0"}, "GARCHSK": {"_type": "derivation", "name": "r-GARCHSK-0.1.0"}, "GARCOM": {"_type": "derivation", "name": "r-GARCOM-1.2.0"}, "GARS": {"_type": "derivation", "name": "r-GARS-1.16.0"}, "GAS": {"_type": "derivation", "name": "r-GAS-0.3.4"}, "GAabbreviate": {"_type": "derivation", "name": "r-GAabbreviate-1.3"}, "GAparsimony": {"_type": "derivation", "name": "r-GAparsimony-0.9.4"}, "GAprediction": {"_type": "derivation", "name": "r-GAprediction-1.22.0"}, "GB2": {"_type": "derivation", "name": "r-GB2-2.1.1"}, "GB2group": {"_type": "derivation", "name": "r-GB2group-0.3.0"}, "GBJ": {"_type": "derivation", "name": "r-GBJ-0.5.3"}, "GBScleanR": {"_type": "derivation", "name": "r-GBScleanR-1.0.6"}, "GBcurves": {"_type": "derivation", "name": "r-GBcurves-0.1.6"}, "GCAI_bias": {"_type": "derivation", "name": "r-GCAI.bias-1.0"}, "GCD": {"_type": "derivation", "name": "r-GCD-4.0.7"}, "GCPBayes": {"_type": "derivation", "name": "r-GCPBayes-3.1.0"}, "GCPM": {"_type": "derivation", "name": "r-GCPM-1.2.2"}, "GCSConnection": {"_type": "derivation", "name": "r-GCSConnection-1.7.0"}, "GCSFilesystem": {"_type": "derivation", "name": "r-GCSFilesystem-1.6.0"}, "GCSM": {"_type": "derivation", "name": "r-GCSM-0.1.1"}, "GCSscore": {"_type": "derivation", "name": "r-GCSscore-1.10.0"}, "GCalcium": {"_type": "derivation", "name": "r-GCalcium-1.0.0"}, "GCalignR": {"_type": "derivation", "name": "r-GCalignR-1.0.3"}, "GD": {"_type": "derivation", "name": "r-GD-1.10"}, "GDAdata": {"_type": "derivation", "name": "r-GDAdata-0.93"}, "GDAtools": {"_type": "derivation", "name": "r-GDAtools-1.7.2"}, "GDCRNATools": {"_type": "derivation", "name": "r-GDCRNATools-1.16.6"}, "GDELTtools": {"_type": "derivation", "name": "r-GDELTtools-1.5"}, "GDINA": {"_type": "derivation", "name": "r-GDINA-2.9.3"}, "GDPuc": {"_type": "derivation", "name": "r-GDPuc-0.9.2"}, "GDSARM": {"_type": "derivation", "name": "r-GDSARM-0.1.1"}, "GDSArray": {"_type": "derivation", "name": "r-GDSArray-1.16.0"}, "GE": {"_type": "derivation", "name": "r-GE-0.3.1"}, "GEEaSPU": {"_type": "derivation", "name": "r-GEEaSPU-1.0.2"}, "GEEmediate": {"_type": "derivation", "name": "r-GEEmediate-1.1.3"}, "GEInfo": {"_type": "derivation", "name": "r-GEInfo-1.0"}, "GEInter": {"_type": "derivation", "name": "r-GEInter-0.3.2"}, "GEM": {"_type": "derivation", "name": "r-GEM-1.22.0"}, "GENEAclassify": {"_type": "derivation", "name": "r-GENEAclassify-1.5.3"}, "GENEAread": {"_type": "derivation", "name": "r-GENEAread-2.0.9"}, "GENEAsphere": {"_type": "derivation", "name": "r-GENEAsphere-1.5.1"}, "GENESIS": {"_type": "derivation", "name": "r-GENESIS-2.26.0"}, "GENIE3": {"_type": "derivation", "name": "r-GENIE3-1.18.0"}, "GENLIB": {"_type": "derivation", "name": "r-GENLIB-1.1.6"}, "GENMETA": {"_type": "derivation", "name": "r-GENMETA-0.1"}, "GEOexplorer": {"_type": "derivation", "name": "r-GEOexplorer-1.2.0"}, "GEOfastq": {"_type": "derivation", "name": "r-GEOfastq-1.4.0"}, "GEOmap": {"_type": "derivation", "name": "r-GEOmap-2.5-0"}, "GEOmetadb": {"_type": "derivation", "name": "r-GEOmetadb-1.58.0"}, "GEOquery": {"_type": "derivation", "name": "r-GEOquery-2.64.2"}, "GEOsubmission": {"_type": "derivation", "name": "r-GEOsubmission-1.48.0"}, "GESE": {"_type": "derivation", "name": "r-GESE-2.0.1"}, "GESTr": {"_type": "derivation", "name": "r-GESTr-0.1"}, "GET": {"_type": "derivation", "name": "r-GET-0.3-1"}, "GEVACO": {"_type": "derivation", "name": "r-GEVACO-1.0.1"}, "GEVcdn": {"_type": "derivation", "name": "r-GEVcdn-1.1.6-2"}, "GEWIST": {"_type": "derivation", "name": "r-GEWIST-1.40.0"}, "GEint": {"_type": "derivation", "name": "r-GEint-1.0"}, "GExMap": {"_type": "derivation", "name": "r-GExMap-1.1.3"}, "GFA": {"_type": "derivation", "name": "r-GFA-1.0.3"}, "GFD": {"_type": "derivation", "name": "r-GFD-0.3.3"}, "GFDsurv": {"_type": "derivation", "name": "r-GFDsurv-0.1.0"}, "GFE": {"_type": "derivation", "name": "r-GFE-0.1.0"}, "GFGM_copula": {"_type": "derivation", "name": "r-GFGM.copula-1.0.4"}, "GFM": {"_type": "derivation", "name": "r-GFM-1.1.0"}, "GFisher": {"_type": "derivation", "name": "r-GFisher-0.2.0"}, "GGClassification": {"_type": "derivation", "name": "r-GGClassification-0.1"}, "GGEBiplotGUI": {"_type": "derivation", "name": "r-GGEBiplotGUI-1.0-9"}, "GGEBiplots": {"_type": "derivation", "name": "r-GGEBiplots-0.1.3"}, "GGHumanMethCancerPanelv1_db": {"_type": "derivation", "name": "r-GGHumanMethCancerPanelv1.db-1.4.1"}, "GGIR": {"_type": "derivation", "name": "r-GGIR-2.8-2"}, "GGIRread": {"_type": "derivation", "name": "r-GGIRread-0.2.4"}, "GGMncv": {"_type": "derivation", "name": "r-GGMncv-2.1.1"}, "GGMnonreg": {"_type": "derivation", "name": "r-GGMnonreg-1.0.0"}, "GGMridge": {"_type": "derivation", "name": "r-GGMridge-1.2"}, "GGMselect": {"_type": "derivation", "name": "r-GGMselect-0.1-12.5"}, "GGPA": {"_type": "derivation", "name": "r-GGPA-1.8.0"}, "GGRidge": {"_type": "derivation", "name": "r-GGRidge-0.1.0"}, "GGUM": {"_type": "derivation", "name": "r-GGUM-0.4-3"}, "GGally": {"_type": "derivation", "name": "r-GGally-2.1.2"}, "GHS": {"_type": "derivation", "name": "r-GHS-0.1"}, "GHap": {"_type": "derivation", "name": "r-GHap-3.0.0"}, "GIC": {"_type": "derivation", "name": "r-GIC-1.0.0"}, "GIFTr": {"_type": "derivation", "name": "r-GIFTr-0.1.0"}, "GIGSEA": {"_type": "derivation", "name": "r-GIGSEA-1.14.0"}, "GIGSEAdata": {"_type": "derivation", "name": "r-GIGSEAdata-1.14.0"}, "GIGrvg": {"_type": "derivation", "name": "r-GIGrvg-0.7"}, "GISPA": {"_type": "derivation", "name": "r-GISPA-1.20.0"}, "GISTools": {"_type": "derivation", "name": "r-GISTools-0.7-4"}, "GInSARCorW": {"_type": "derivation", "name": "r-GInSARCorW-1.15.6"}, "GIplot": {"_type": "derivation", "name": "r-GIplot-0.1.0"}, "GJRM": {"_type": "derivation", "name": "r-GJRM-0.2-6"}, "GK2011": {"_type": "derivation", "name": "r-GK2011-0.1.3"}, "GLAD": {"_type": "derivation", "name": "r-GLAD-2.60.0"}, "GLCMTextures": {"_type": "derivation", "name": "r-GLCMTextures-0.3.6"}, "GLDEX": {"_type": "derivation", "name": "r-GLDEX-2.0.0.9.2"}, "GLDreg": {"_type": "derivation", "name": "r-GLDreg-1.1.0"}, "GLIDE": {"_type": "derivation", "name": "r-GLIDE-1.0.5"}, "GLMMRR": {"_type": "derivation", "name": "r-GLMMRR-0.5.0"}, "GLMMadaptive": {"_type": "derivation", "name": "r-GLMMadaptive-0.8-5"}, "GLMaSPU": {"_type": "derivation", "name": "r-GLMaSPU-1.0"}, "GLMcat": {"_type": "derivation", "name": "r-GLMcat-0.2.5"}, "GLMpack": {"_type": "derivation", "name": "r-GLMpack-0.1.0"}, "GLMsData": {"_type": "derivation", "name": "r-GLMsData-1.4"}, "GLSME": {"_type": "derivation", "name": "r-GLSME-1.0.5"}, "GMAC": {"_type": "derivation", "name": "r-GMAC-3.1"}, "GMCM": {"_type": "derivation", "name": "r-GMCM-1.4"}, "GMDH": {"_type": "derivation", "name": "r-GMDH-1.6"}, "GMDH2": {"_type": "derivation", "name": "r-GMDH2-1.8"}, "GMDHreg": {"_type": "derivation", "name": "r-GMDHreg-0.2.2"}, "GMKMcharlie": {"_type": "derivation", "name": "r-GMKMcharlie-1.1.5"}, "GMMAT": {"_type": "derivation", "name": "r-GMMAT-1.3.2"}, "GMMBoost": {"_type": "derivation", "name": "r-GMMBoost-1.1.3"}, "GMPro": {"_type": "derivation", "name": "r-GMPro-0.1.0"}, "GMRP": {"_type": "derivation", "name": "r-GMRP-1.24.0"}, "GMSE": {"_type": "derivation", "name": "r-GMSE-1.0.0.2"}, "GMSimpute": {"_type": "derivation", "name": "r-GMSimpute-0.0.1.0"}, "GMZTests": {"_type": "derivation", "name": "r-GMZTests-0.1.4"}, "GNAR": {"_type": "derivation", "name": "r-GNAR-1.1.1"}, "GNE": {"_type": "derivation", "name": "r-GNE-0.99-4"}, "GNET2": {"_type": "derivation", "name": "r-GNET2-1.12.0"}, "GNRS": {"_type": "derivation", "name": "r-GNRS-0.3.4"}, "GNSSseg": {"_type": "derivation", "name": "r-GNSSseg-6.0"}, "GOCompare": {"_type": "derivation", "name": "r-GOCompare-1.0.1"}, "GOFShiny": {"_type": "derivation", "name": "r-GOFShiny-0.1.0"}, "GOGANPA": {"_type": "derivation", "name": "r-GOGANPA-1.0"}, "GORCure": {"_type": "derivation", "name": "r-GORCure-2.0"}, "GOSemSim": {"_type": "derivation", "name": "r-GOSemSim-2.22.0"}, "GOSim": {"_type": "derivation", "name": "r-GOSim-1.34.0"}, "GOTHiC": {"_type": "derivation", "name": "r-GOTHiC-1.32.0"}, "GO_db": {"_type": "derivation", "name": "r-GO.db-3.15.0"}, "GOexpress": {"_type": "derivation", "name": "r-GOexpress-1.30.0"}, "GOfuncR": {"_type": "derivation", "name": "r-GOfuncR-1.16.0"}, "GOplot": {"_type": "derivation", "name": "r-GOplot-1.0.2"}, "GOpro": {"_type": "derivation", "name": "r-GOpro-1.22.0"}, "GOstats": {"_type": "derivation", "name": "r-GOstats-2.62.0"}, "GOsummaries": {"_type": "derivation", "name": "r-GOsummaries-2.32.0"}, "GOxploreR": {"_type": "derivation", "name": "r-GOxploreR-1.2.6"}, "GPA": {"_type": "derivation", "name": "r-GPA-1.8.0"}, "GPArotation": {"_type": "derivation", "name": "r-GPArotation-2022.10-2"}, "GPBayes": {"_type": "derivation", "name": "r-GPBayes-0.1.0-4"}, "GPCERF": {"_type": "derivation", "name": "r-GPCERF-0.1.0"}, "GPCMlasso": {"_type": "derivation", "name": "r-GPCMlasso-0.1-6"}, "GPFDA": {"_type": "derivation", "name": "r-GPFDA-3.1.2"}, "GPGame": {"_type": "derivation", "name": "r-GPGame-1.2.0"}, "GPIC": {"_type": "derivation", "name": "r-GPIC-0.1.0"}, "GPL2025": {"_type": "derivation", "name": "r-GPL2025-1.0.1"}, "GPLTR": {"_type": "derivation", "name": "r-GPLTR-1.3"}, "GPM": {"_type": "derivation", "name": "r-GPM-3.0.1"}, "GPP": {"_type": "derivation", "name": "r-GPP-0.1"}, "GPRMortality": {"_type": "derivation", "name": "r-GPRMortality-0.1.0"}, "GPSCDF": {"_type": "derivation", "name": "r-GPSCDF-0.1.1"}, "GPSeqClus": {"_type": "derivation", "name": "r-GPSeqClus-1.3.0"}, "GPareto": {"_type": "derivation", "name": "r-GPareto-1.1.7"}, "GPfit": {"_type": "derivation", "name": "r-GPfit-1.0-8"}, "GPoM": {"_type": "derivation", "name": "r-GPoM-1.3"}, "GPoM_FDLyapu": {"_type": "derivation", "name": "r-GPoM.FDLyapu-1.0"}, "GPrank": {"_type": "derivation", "name": "r-GPrank-0.1.4"}, "GPvam": {"_type": "derivation", "name": "r-GPvam-3.0-8"}, "GPvecchia": {"_type": "derivation", "name": "r-GPvecchia-0.1.4"}, "GRANBase": {"_type": "derivation", "name": "r-GRANBase-2.6.20"}, "GRANCore": {"_type": "derivation", "name": "r-GRANCore-0.2.7"}, "GRAPE": {"_type": "derivation", "name": "r-GRAPE-0.1.1"}, "GRCdata": {"_type": "derivation", "name": "r-GRCdata-1.0"}, "GREENeR": {"_type": "derivation", "name": "r-GREENeR-0.1.1"}, "GREMLINS": {"_type": "derivation", "name": "r-GREMLINS-0.2.0"}, "GRENITS": {"_type": "derivation", "name": "r-GRENITS-1.48.0"}, "GRIDCOPULA": {"_type": "derivation", "name": "r-GRIDCOPULA-1.0.0"}, "GRNNs": {"_type": "derivation", "name": "r-GRNNs-0.1.0"}, "GROAN": {"_type": "derivation", "name": "r-GROAN-1.3.0"}, "GRPtests": {"_type": "derivation", "name": "r-GRPtests-0.1.2"}, "GRS_test": {"_type": "derivation", "name": "r-GRS.test-1.2"}, "GRTo": {"_type": "derivation", "name": "r-GRTo-1.3"}, "GRaNIE": {"_type": "derivation", "name": "r-GRaNIE-1.0.7"}, "GRmetrics": {"_type": "derivation", "name": "r-GRmetrics-1.22.0"}, "GRridge": {"_type": "derivation", "name": "r-GRridge-1.20.0"}, "GSA": {"_type": "derivation", "name": "r-GSA-1.03.2"}, "GSALightning": {"_type": "derivation", "name": "r-GSALightning-1.24.0"}, "GSAQ": {"_type": "derivation", "name": "r-GSAQ-1.0"}, "GSAR": {"_type": "derivation", "name": "r-GSAR-1.30.0"}, "GSA_UN": {"_type": "derivation", "name": "r-GSA.UN-1.0.0"}, "GSAfisherCombined": {"_type": "derivation", "name": "r-GSAfisherCombined-1.0"}, "GSAgm": {"_type": "derivation", "name": "r-GSAgm-1.0"}, "GSBenchMark": {"_type": "derivation", "name": "r-GSBenchMark-1.16.0"}, "GSCA": {"_type": "derivation", "name": "r-GSCA-2.26.0"}, "GSDA": {"_type": "derivation", "name": "r-GSDA-1.0"}, "GSE": {"_type": "derivation", "name": "r-GSE-4.2"}, "GSE103322": {"_type": "derivation", "name": "r-GSE103322-1.2.0"}, "GSE13015": {"_type": "derivation", "name": "r-GSE13015-1.4.0"}, "GSE159526": {"_type": "derivation", "name": "r-GSE159526-1.2.0"}, "GSE62944": {"_type": "derivation", "name": "r-GSE62944-1.24.0"}, "GSEABase": {"_type": "derivation", "name": "r-GSEABase-1.58.0"}, "GSEABenchmarkeR": {"_type": "derivation", "name": "r-GSEABenchmarkeR-1.16.0"}, "GSEAlm": {"_type": "derivation", "name": "r-GSEAlm-1.56.0"}, "GSEAmining": {"_type": "derivation", "name": "r-GSEAmining-1.6.0"}, "GSED": {"_type": "derivation", "name": "r-GSED-2.5"}, "GSM": {"_type": "derivation", "name": "r-GSM-1.3.2"}, "GSMX": {"_type": "derivation", "name": "r-GSMX-1.3"}, "GSODR": {"_type": "derivation", "name": "r-GSODR-3.1.6"}, "GSRI": {"_type": "derivation", "name": "r-GSRI-2.44.0"}, "GSReg": {"_type": "derivation", "name": "r-GSReg-1.30.0"}, "GSSE": {"_type": "derivation", "name": "r-GSSE-0.1"}, "GSVA": {"_type": "derivation", "name": "r-GSVA-1.44.5"}, "GSVAdata": {"_type": "derivation", "name": "r-GSVAdata-1.32.0"}, "GSelection": {"_type": "derivation", "name": "r-GSelection-0.1.0"}, "GSgalgoR": {"_type": "derivation", "name": "r-GSgalgoR-1.6.0"}, "GSparO": {"_type": "derivation", "name": "r-GSparO-1.0"}, "GTDL": {"_type": "derivation", "name": "r-GTDL-1.0.0"}, "GUIDE": {"_type": "derivation", "name": "r-GUIDE-1.2.7"}, "GUIDEseq": {"_type": "derivation", "name": "r-GUIDEseq-1.26.0"}, "GUILDS": {"_type": "derivation", "name": "r-GUILDS-1.4.5"}, "GUIProfiler": {"_type": "derivation", "name": "r-GUIProfiler-2.0.1"}, "GUTS": {"_type": "derivation", "name": "r-GUTS-1.2.3"}, "GUniFrac": {"_type": "derivation", "name": "r-GUniFrac-1.7"}, "GVARX": {"_type": "derivation", "name": "r-GVARX-1.3"}, "GWASExactHW": {"_type": "derivation", "name": "r-GWASExactHW-1.01"}, "GWASTools": {"_type": "derivation", "name": "r-GWASTools-1.42.1"}, "GWAS_BAYES": {"_type": "derivation", "name": "r-GWAS.BAYES-1.6.0"}, "GWASbyCluster": {"_type": "derivation", "name": "r-GWASbyCluster-0.1.7"}, "GWASdata": {"_type": "derivation", "name": "r-GWASdata-1.34.0"}, "GWASinlps": {"_type": "derivation", "name": "r-GWASinlps-2.1"}, "GWASinspector": {"_type": "derivation", "name": "r-GWASinspector-1.5.7.2"}, "GWENA": {"_type": "derivation", "name": "r-GWENA-1.6.0"}, "GWEX": {"_type": "derivation", "name": "r-GWEX-1.0.2"}, "GWG": {"_type": "derivation", "name": "r-GWG-1.0"}, "GWI": {"_type": "derivation", "name": "r-GWI-1.0.2"}, "GWLelast": {"_type": "derivation", "name": "r-GWLelast-1.2.2"}, "GWPR_light": {"_type": "derivation", "name": "r-GWPR.light-0.2.1"}, "GWRM": {"_type": "derivation", "name": "r-GWRM-2.1.0.4"}, "GWSDAT": {"_type": "derivation", "name": "r-GWSDAT-3.1.1"}, "GWmodel": {"_type": "derivation", "name": "r-GWmodel-2.2-9"}, "GWnnegPCA": {"_type": "derivation", "name": "r-GWnnegPCA-0.0.4"}, "GWpcor": {"_type": "derivation", "name": "r-GWpcor-0.1.7"}, "GWsignif": {"_type": "derivation", "name": "r-GWsignif-1.2"}, "GaDiFPT": {"_type": "derivation", "name": "r-GaDiFPT-1.0"}, "GaSP": {"_type": "derivation", "name": "r-GaSP-1.0.1"}, "GameTheory": {"_type": "derivation", "name": "r-GameTheory-2.7"}, "GameTheoryAllocation": {"_type": "derivation", "name": "r-GameTheoryAllocation-1.0"}, "Gammareg": {"_type": "derivation", "name": "r-Gammareg-3.0"}, "GapAnalysis": {"_type": "derivation", "name": "r-GapAnalysis-1.0.2"}, "GateFinder": {"_type": "derivation", "name": "r-GateFinder-1.16.0"}, "GauPro": {"_type": "derivation", "name": "r-GauPro-0.2.4"}, "GaussSuppression": {"_type": "derivation", "name": "r-GaussSuppression-0.5.0"}, "GaussianHMM1d": {"_type": "derivation", "name": "r-GaussianHMM1d-1.0.1"}, "GeDS": {"_type": "derivation", "name": "r-GeDS-0.1.3"}, "GeNetIt": {"_type": "derivation", "name": "r-GeNetIt-0.1-4"}, "GenAlgo": {"_type": "derivation", "name": "r-GenAlgo-2.2.0"}, "GenBinomApps": {"_type": "derivation", "name": "r-GenBinomApps-1.2"}, "GenEst": {"_type": "derivation", "name": "r-GenEst-1.4.6"}, "GenForImp": {"_type": "derivation", "name": "r-GenForImp-1.0"}, "GenHMM1d": {"_type": "derivation", "name": "r-GenHMM1d-0.1.0"}, "GenKern": {"_type": "derivation", "name": "r-GenKern-1.2-60"}, "GenMarkov": {"_type": "derivation", "name": "r-GenMarkov-0.1.0"}, "GenOrd": {"_type": "derivation", "name": "r-GenOrd-1.4.0"}, "GenProSeq": {"_type": "derivation", "name": "r-GenProSeq-1.0.0"}, "GenSA": {"_type": "derivation", "name": "r-GenSA-1.1.7"}, "GenTag": {"_type": "derivation", "name": "r-GenTag-1.0"}, "GenVisR": {"_type": "derivation", "name": "r-GenVisR-1.28.0"}, "GenWin": {"_type": "derivation", "name": "r-GenWin-0.1"}, "GenderInfer": {"_type": "derivation", "name": "r-GenderInfer-0.1.0"}, "GeneAccord": {"_type": "derivation", "name": "r-GeneAccord-1.14.0"}, "GeneAnswers": {"_type": "derivation", "name": "r-GeneAnswers-2.36.0"}, "GeneBook": {"_type": "derivation", "name": "r-GeneBook-1.0"}, "GeneBreak": {"_type": "derivation", "name": "r-GeneBreak-1.26.0"}, "GeneClusterNet": {"_type": "derivation", "name": "r-GeneClusterNet-1.0.1"}, "GeneCycle": {"_type": "derivation", "name": "r-GeneCycle-1.1.5"}, "GeneExpressionSignature": {"_type": "derivation", "name": "r-GeneExpressionSignature-1.42.0"}, "GeneF": {"_type": "derivation", "name": "r-GeneF-1.0.1"}, "GeneGA": {"_type": "derivation", "name": "r-GeneGA-1.46.0"}, "GeneGeneInteR": {"_type": "derivation", "name": "r-GeneGeneInteR-1.22.0"}, "GeneMeta": {"_type": "derivation", "name": "r-GeneMeta-1.68.0"}, "GeneNet": {"_type": "derivation", "name": "r-GeneNet-1.2.16"}, "GeneNetworkBuilder": {"_type": "derivation", "name": "r-GeneNetworkBuilder-1.38.0"}, "GeneOverlap": {"_type": "derivation", "name": "r-GeneOverlap-1.32.0"}, "GeneRegionScan": {"_type": "derivation", "name": "r-GeneRegionScan-1.52.0"}, "GeneSelectMMD": {"_type": "derivation", "name": "r-GeneSelectMMD-2.40.0"}, "GeneStructureTools": {"_type": "derivation", "name": "r-GeneStructureTools-1.16.0"}, "GeneSummary": {"_type": "derivation", "name": "r-GeneSummary-0.99.3"}, "GeneTonic": {"_type": "derivation", "name": "r-GeneTonic-2.0.2"}, "GeneralOaxaca": {"_type": "derivation", "name": "r-GeneralOaxaca-1.0"}, "GeneralisedCovarianceMeasure": {"_type": "derivation", "name": "r-GeneralisedCovarianceMeasure-0.2.0"}, "GeneralizedHyperbolic": {"_type": "derivation", "name": "r-GeneralizedHyperbolic-0.8-4"}, "GeneralizedUmatrix": {"_type": "derivation", "name": "r-GeneralizedUmatrix-1.2.4"}, "GeneralizedWendland": {"_type": "derivation", "name": "r-GeneralizedWendland-0.5-2"}, "GenericML": {"_type": "derivation", "name": "r-GenericML-0.2.2"}, "GeneticSubsetter": {"_type": "derivation", "name": "r-GeneticSubsetter-0.8"}, "GeneticsPed": {"_type": "derivation", "name": "r-GeneticsPed-1.58.0"}, "GenoGAM": {"_type": "derivation", "name": "r-GenoGAM-2.11.0"}, "GenoScan": {"_type": "derivation", "name": "r-GenoScan-0.1"}, "GenomeAdapt": {"_type": "derivation", "name": "r-GenomeAdapt-1.0.0"}, "GenomeAdmixR": {"_type": "derivation", "name": "r-GenomeAdmixR-2.1.7"}, "GenomeInfoDb": {"_type": "derivation", "name": "r-GenomeInfoDb-1.32.4"}, "GenomeInfoDbData": {"_type": "derivation", "name": "r-GenomeInfoDbData-1.2.8"}, "GenomicAlignments": {"_type": "derivation", "name": "r-GenomicAlignments-1.32.1"}, "GenomicDataCommons": {"_type": "derivation", "name": "r-GenomicDataCommons-1.20.3"}, "GenomicDistributions": {"_type": "derivation", "name": "r-GenomicDistributions-1.4.6"}, "GenomicDistributionsData": {"_type": "derivation", "name": "r-GenomicDistributionsData-1.4.0"}, "GenomicFeatures": {"_type": "derivation", "name": "r-GenomicFeatures-1.48.4"}, "GenomicFiles": {"_type": "derivation", "name": "r-GenomicFiles-1.32.1"}, "GenomicInteractionNodes": {"_type": "derivation", "name": "r-GenomicInteractionNodes-1.0.0"}, "GenomicInteractions": {"_type": "derivation", "name": "r-GenomicInteractions-1.30.0"}, "GenomicMating": {"_type": "derivation", "name": "r-GenomicMating-2.0"}, "GenomicOZone": {"_type": "derivation", "name": "r-GenomicOZone-1.10.0"}, "GenomicRanges": {"_type": "derivation", "name": "r-GenomicRanges-1.48.0"}, "GenomicScores": {"_type": "derivation", "name": "r-GenomicScores-2.8.2"}, "GenomicState": {"_type": "derivation", "name": "r-GenomicState-0.99.15"}, "GenomicSuperSignature": {"_type": "derivation", "name": "r-GenomicSuperSignature-1.4.0"}, "GenomicTools": {"_type": "derivation", "name": "r-GenomicTools-0.2.9.7"}, "GenomicTools_fileHandler": {"_type": "derivation", "name": "r-GenomicTools.fileHandler-0.1.5.9"}, "GenomicTuples": {"_type": "derivation", "name": "r-GenomicTuples-1.30.0"}, "GeoBoxplot": {"_type": "derivation", "name": "r-GeoBoxplot-1.0"}, "GeoDE": {"_type": "derivation", "name": "r-GeoDE-1.0"}, "GeoDiff": {"_type": "derivation", "name": "r-GeoDiff-1.2.0"}, "GeoFIS": {"_type": "derivation", "name": "r-GeoFIS-1.0.4"}, "GeoLight": {"_type": "derivation", "name": "r-GeoLight-2.0.0"}, "GeoModels": {"_type": "derivation", "name": "r-GeoModels-1.0.3"}, "GeoMongo": {"_type": "derivation", "name": "r-GeoMongo-1.0.3"}, "GeoRange": {"_type": "derivation", "name": "r-GeoRange-0.1.0"}, "GeoTcgaData": {"_type": "derivation", "name": "r-GeoTcgaData-1.1.1.992"}, "GeoWeightedModel": {"_type": "derivation", "name": "r-GeoWeightedModel-1.0.2"}, "GeodRegr": {"_type": "derivation", "name": "r-GeodRegr-0.2.0"}, "GeodesiCL": {"_type": "derivation", "name": "r-GeodesiCL-1.0.0"}, "GeomComb": {"_type": "derivation", "name": "r-GeomComb-1.0"}, "GeomxTools": {"_type": "derivation", "name": "r-GeomxTools-3.0.1"}, "GerminaR": {"_type": "derivation", "name": "r-GerminaR-2.1.4"}, "GetBCBData": {"_type": "derivation", "name": "r-GetBCBData-0.7.0"}, "GetDFPData": {"_type": "derivation", "name": "r-GetDFPData-1.6"}, "GetDFPData2": {"_type": "derivation", "name": "r-GetDFPData2-0.6.2"}, "GetFREData": {"_type": "derivation", "name": "r-GetFREData-0.8.1"}, "GetLattesData": {"_type": "derivation", "name": "r-GetLattesData-1.4.1"}, "GetQuandlData": {"_type": "derivation", "name": "r-GetQuandlData-0.1.0"}, "GetR": {"_type": "derivation", "name": "r-GetR-0.1"}, "GetTDData": {"_type": "derivation", "name": "r-GetTDData-1.5.1"}, "GetoptLong": {"_type": "derivation", "name": "r-GetoptLong-1.0.5"}, "GeuvadisTranscriptExpr": {"_type": "derivation", "name": "r-GeuvadisTranscriptExpr-1.24.0"}, "Ghat": {"_type": "derivation", "name": "r-Ghat-0.1.0"}, "Ghost": {"_type": "derivation", "name": "r-Ghost-0.1.0"}, "GhostKnockoff": {"_type": "derivation", "name": "r-GhostKnockoff-0.1.0"}, "GiNA": {"_type": "derivation", "name": "r-GiNA-1.0.1"}, "GiRaF": {"_type": "derivation", "name": "r-GiRaF-1.0.1"}, "GibbsACOV": {"_type": "derivation", "name": "r-GibbsACOV-1.1"}, "Gifi": {"_type": "derivation", "name": "r-Gifi-0.4-0"}, "GillespieSSA": {"_type": "derivation", "name": "r-GillespieSSA-0.6.2"}, "GillespieSSA2": {"_type": "derivation", "name": "r-GillespieSSA2-0.2.10"}, "Gini": {"_type": "derivation", "name": "r-Gini-0.1.0"}, "GiniDistance": {"_type": "derivation", "name": "r-GiniDistance-0.1.1"}, "GiniWegNeg": {"_type": "derivation", "name": "r-GiniWegNeg-1.0.1"}, "GladiaTOX": {"_type": "derivation", "name": "r-GladiaTOX-1.12.0"}, "GlarmaVarSel": {"_type": "derivation", "name": "r-GlarmaVarSel-1.0"}, "Glimma": {"_type": "derivation", "name": "r-Glimma-2.6.0"}, "GlmSimulatoR": {"_type": "derivation", "name": "r-GlmSimulatoR-0.2.5"}, "GlobalAncova": {"_type": "derivation", "name": "r-GlobalAncova-4.14.0"}, "GlobalDeviance": {"_type": "derivation", "name": "r-GlobalDeviance-0.4"}, "GlobalFit": {"_type": "derivation", "name": "r-GlobalFit-1.2"}, "GlobalOptions": {"_type": "derivation", "name": "r-GlobalOptions-0.1.2"}, "GmAMisc": {"_type": "derivation", "name": "r-GmAMisc-1.2.1"}, "Gmedian": {"_type": "derivation", "name": "r-Gmedian-1.2.7"}, "GmicR": {"_type": "derivation", "name": "r-GmicR-1.10.0"}, "Gmisc": {"_type": "derivation", "name": "r-Gmisc-3.0.0"}, "GmptzCurve": {"_type": "derivation", "name": "r-GmptzCurve-0.1.0"}, "GoFKernel": {"_type": "derivation", "name": "r-GoFKernel-2.1-1"}, "GofCens": {"_type": "derivation", "name": "r-GofCens-0.92"}, "GofKmt": {"_type": "derivation", "name": "r-GofKmt-2.2.0"}, "GomoGomonoMi": {"_type": "derivation", "name": "r-GomoGomonoMi-0.1.0"}, "GoodmanKruskal": {"_type": "derivation", "name": "r-GoodmanKruskal-0.0.3"}, "GoogleImage2Array": {"_type": "derivation", "name": "r-GoogleImage2Array-0.99.2"}, "GoogleKnowledgeGraphR": {"_type": "derivation", "name": "r-GoogleKnowledgeGraphR-0.1.0"}, "GpGp": {"_type": "derivation", "name": "r-GpGp-0.4.0"}, "Grace": {"_type": "derivation", "name": "r-Grace-0.5.3"}, "GramQuad": {"_type": "derivation", "name": "r-GramQuad-0.1.1"}, "GraphAT": {"_type": "derivation", "name": "r-GraphAT-1.68.0"}, "GraphAlignment": {"_type": "derivation", "name": "r-GraphAlignment-1.60.0"}, "GraphPAC": {"_type": "derivation", "name": "r-GraphPAC-1.38.0"}, "GraphPCA": {"_type": "derivation", "name": "r-GraphPCA-1.1"}, "GrapheR": {"_type": "derivation", "name": "r-GrapheR-1.9-86-3"}, "GrassmannOptim": {"_type": "derivation", "name": "r-GrassmannOptim-2.0.1"}, "GreedyEPL": {"_type": "derivation", "name": "r-GreedyEPL-1.2"}, "GreedyExperimentalDesign": {"_type": "derivation", "name": "r-GreedyExperimentalDesign-1.4"}, "GreedyExperimentalDesignJARs": {"_type": "derivation", "name": "r-GreedyExperimentalDesignJARs-1.0"}, "Greg": {"_type": "derivation", "name": "r-Greg-2.0.0"}, "GreyListChIP": {"_type": "derivation", "name": "r-GreyListChIP-1.28.1"}, "GreyModel": {"_type": "derivation", "name": "r-GreyModel-0.1.0"}, "Greymodels": {"_type": "derivation", "name": "r-Greymodels-1.0"}, "GridOnClusters": {"_type": "derivation", "name": "r-GridOnClusters-0.1.0"}, "GrimR": {"_type": "derivation", "name": "r-GrimR-0.5"}, "GroupBN": {"_type": "derivation", "name": "r-GroupBN-1.2.0"}, "GroupComparisons": {"_type": "derivation", "name": "r-GroupComparisons-0.1.0"}, "GroupSeq": {"_type": "derivation", "name": "r-GroupSeq-1.4.0"}, "GroupTest": {"_type": "derivation", "name": "r-GroupTest-1.0.1"}, "GrpString": {"_type": "derivation", "name": "r-GrpString-0.3.2"}, "GsymPoint": {"_type": "derivation", "name": "r-GsymPoint-1.1.1"}, "Guerry": {"_type": "derivation", "name": "r-Guerry-1.8.0"}, "GuessCompx": {"_type": "derivation", "name": "r-GuessCompx-1.0.3"}, "Guitar": {"_type": "derivation", "name": "r-Guitar-2.12.0"}, "Gviz": {"_type": "derivation", "name": "r-Gviz-1.40.1"}, "GxEScanR": {"_type": "derivation", "name": "r-GxEScanR-2.0.2"}, "GxM": {"_type": "derivation", "name": "r-GxM-1.1"}, "H2x2Factorial": {"_type": "derivation", "name": "r-H2x2Factorial-2.0.0"}, "HAC": {"_type": "derivation", "name": "r-HAC-1.1-0"}, "HACSim": {"_type": "derivation", "name": "r-HACSim-1.0.6-1"}, "HAPim": {"_type": "derivation", "name": "r-HAPim-1.3"}, "HARModel": {"_type": "derivation", "name": "r-HARModel-1.0"}, "HARtools": {"_type": "derivation", "name": "r-HARtools-0.0.5"}, "HBSTM": {"_type": "derivation", "name": "r-HBSTM-1.0.2"}, "HBV_IANIGLA": {"_type": "derivation", "name": "r-HBV.IANIGLA-0.2.1"}, "HBglm": {"_type": "derivation", "name": "r-HBglm-0.1"}, "HCAData": {"_type": "derivation", "name": "r-HCAData-1.12.0"}, "HCD": {"_type": "derivation", "name": "r-HCD-0.1"}, "HCR": {"_type": "derivation", "name": "r-HCR-0.1.1"}, "HCT": {"_type": "derivation", "name": "r-HCT-0.1.3"}, "HCTDesign": {"_type": "derivation", "name": "r-HCTDesign-0.7.1"}, "HCTR": {"_type": "derivation", "name": "r-HCTR-0.1.1"}, "HCV": {"_type": "derivation", "name": "r-HCV-1.2.0"}, "HCmodelSets": {"_type": "derivation", "name": "r-HCmodelSets-1.1.2"}, "HD2013SGI": {"_type": "derivation", "name": "r-HD2013SGI-1.36.0"}, "HDBRR": {"_type": "derivation", "name": "r-HDBRR-1.1.4"}, "HDCI": {"_type": "derivation", "name": "r-HDCI-1.0-2"}, "HDCurves": {"_type": "derivation", "name": "r-HDCurves-0.1.1"}, "HDCytoData": {"_type": "derivation", "name": "r-HDCytoData-1.16.0"}, "HDDesign": {"_type": "derivation", "name": "r-HDDesign-1.1"}, "HDF5Array": {"_type": "derivation", "name": "r-HDF5Array-1.24.2"}, "HDGLM": {"_type": "derivation", "name": "r-HDGLM-0.1"}, "HDInterval": {"_type": "derivation", "name": "r-HDInterval-0.2.2"}, "HDLSSkST": {"_type": "derivation", "name": "r-HDLSSkST-2.1.0"}, "HDMD": {"_type": "derivation", "name": "r-HDMD-1.2"}, "HDMT": {"_type": "derivation", "name": "r-HDMT-1.0.5"}, "HDOMDesign": {"_type": "derivation", "name": "r-HDOMDesign-1.0-1"}, "HDPenReg": {"_type": "derivation", "name": "r-HDPenReg-0.94.8"}, "HDShOP": {"_type": "derivation", "name": "r-HDShOP-0.1.2"}, "HDSpatialScan": {"_type": "derivation", "name": "r-HDSpatialScan-1.0.3"}, "HDStIM": {"_type": "derivation", "name": "r-HDStIM-0.1.0"}, "HDTD": {"_type": "derivation", "name": "r-HDTD-1.30.0"}, "HDTSA": {"_type": "derivation", "name": "r-HDTSA-1.0.1"}, "HDclassif": {"_type": "derivation", "name": "r-HDclassif-2.2.0"}, "HDclust": {"_type": "derivation", "name": "r-HDclust-1.0.3"}, "HDcpDetect": {"_type": "derivation", "name": "r-HDcpDetect-0.1.0"}, "HDiR": {"_type": "derivation", "name": "r-HDiR-1.1.2"}, "HDoutliers": {"_type": "derivation", "name": "r-HDoutliers-1.0.4"}, "HDtest": {"_type": "derivation", "name": "r-HDtest-2.1"}, "HDtweedie": {"_type": "derivation", "name": "r-HDtweedie-1.2"}, "HEDA": {"_type": "derivation", "name": "r-HEDA-0.1.5"}, "HEEBOdata": {"_type": "derivation", "name": "r-HEEBOdata-1.34.0"}, "HELP": {"_type": "derivation", "name": "r-HELP-1.54.0"}, "HEM": {"_type": "derivation", "name": "r-HEM-1.68.0"}, "HEMDAG": {"_type": "derivation", "name": "r-HEMDAG-2.7.4"}, "HETOP": {"_type": "derivation", "name": "r-HETOP-0.2-6"}, "HGC": {"_type": "derivation", "name": "r-HGC-1.4.0"}, "HGMND": {"_type": "derivation", "name": "r-HGMND-0.1.0"}, "HGNChelper": {"_type": "derivation", "name": "r-HGNChelper-0.8.1"}, "HGSL": {"_type": "derivation", "name": "r-HGSL-1.0.0"}, "HH": {"_type": "derivation", "name": "r-HH-3.1-49"}, "HHG": {"_type": "derivation", "name": "r-HHG-2.3.4"}, "HI": {"_type": "derivation", "name": "r-HI-0.5"}, "HIBAG": {"_type": "derivation", "name": "r-HIBAG-1.32.0"}, "HIMA": {"_type": "derivation", "name": "r-HIMA-2.0.1"}, "HIPPO": {"_type": "derivation", "name": "r-HIPPO-1.8.0"}, "HIREewas": {"_type": "derivation", "name": "r-HIREewas-1.14.0"}, "HIV_LifeTables": {"_type": "derivation", "name": "r-HIV.LifeTables-0.1"}, "HIVcDNAvantWout03": {"_type": "derivation", "name": "r-HIVcDNAvantWout03-1.36.0"}, "HIest": {"_type": "derivation", "name": "r-HIest-2.0"}, "HK80": {"_type": "derivation", "name": "r-HK80-0.0.2"}, "HKRbook": {"_type": "derivation", "name": "r-HKRbook-0.1.3"}, "HKprocess": {"_type": "derivation", "name": "r-HKprocess-0.1-1"}, "HLMdiag": {"_type": "derivation", "name": "r-HLMdiag-0.5.0"}, "HLSM": {"_type": "derivation", "name": "r-HLSM-0.9.0"}, "HMB": {"_type": "derivation", "name": "r-HMB-1.1"}, "HMDHFDplus": {"_type": "derivation", "name": "r-HMDHFDplus-1.9.18"}, "HMM": {"_type": "derivation", "name": "r-HMM-1.0.1"}, "HMMCont": {"_type": "derivation", "name": "r-HMMCont-1.0"}, "HMMEsolver": {"_type": "derivation", "name": "r-HMMEsolver-0.1.2"}, "HMMcopula": {"_type": "derivation", "name": "r-HMMcopula-1.0.4"}, "HMMcopy": {"_type": "derivation", "name": "r-HMMcopy-1.38.0"}, "HMMextra0s": {"_type": "derivation", "name": "r-HMMextra0s-1.1.0"}, "HMMmlselect": {"_type": "derivation", "name": "r-HMMmlselect-0.1.6"}, "HMMpa": {"_type": "derivation", "name": "r-HMMpa-1.0.1"}, "HMP": {"_type": "derivation", "name": "r-HMP-2.0.1"}, "HMP16SData": {"_type": "derivation", "name": "r-HMP16SData-1.16.0"}, "HMP2Data": {"_type": "derivation", "name": "r-HMP2Data-1.10.0"}, "HMPTrees": {"_type": "derivation", "name": "r-HMPTrees-1.4"}, "HMR": {"_type": "derivation", "name": "r-HMR-1.0.2"}, "HMVD": {"_type": "derivation", "name": "r-HMVD-1.0"}, "HPAStainR": {"_type": "derivation", "name": "r-HPAStainR-1.6.0"}, "HPAanalyze": {"_type": "derivation", "name": "r-HPAanalyze-1.14.0"}, "HPLB": {"_type": "derivation", "name": "r-HPLB-1.0.0"}, "HPbayes": {"_type": "derivation", "name": "r-HPbayes-0.1"}, "HPiP": {"_type": "derivation", "name": "r-HPiP-1.2.0"}, "HQM": {"_type": "derivation", "name": "r-HQM-0.1.0"}, "HRM": {"_type": "derivation", "name": "r-HRM-1.2.1"}, "HRM_curve": {"_type": "derivation", "name": "r-HRM.curve-0.0.1"}, "HRW": {"_type": "derivation", "name": "r-HRW-1.0-5"}, "HS": {"_type": "derivation", "name": "r-HS-1.1"}, "HSAR": {"_type": "derivation", "name": "r-HSAR-0.5.1"}, "HSAUR": {"_type": "derivation", "name": "r-HSAUR-1.3-10"}, "HSAUR2": {"_type": "derivation", "name": "r-HSAUR2-1.1-19"}, "HSAUR3": {"_type": "derivation", "name": "r-HSAUR3-1.0-13"}, "HSDiC": {"_type": "derivation", "name": "r-HSDiC-0.1"}, "HSEtest": {"_type": "derivation", "name": "r-HSEtest-0.1.0"}, "HSMMSingleCell": {"_type": "derivation", "name": "r-HSMMSingleCell-1.16.0"}, "HSPOR": {"_type": "derivation", "name": "r-HSPOR-1.1.9"}, "HTLR": {"_type": "derivation", "name": "r-HTLR-0.4-4"}, "HTMLUtils": {"_type": "derivation", "name": "r-HTMLUtils-0.1.8"}, "HTRX": {"_type": "derivation", "name": "r-HTRX-1.0.7"}, "HTSCluster": {"_type": "derivation", "name": "r-HTSCluster-2.0.10"}, "HTSFilter": {"_type": "derivation", "name": "r-HTSFilter-1.36.0"}, "HTSSIP": {"_type": "derivation", "name": "r-HTSSIP-1.4.1"}, "HTSeqGenie": {"_type": "derivation", "name": "r-HTSeqGenie-4.25.1"}, "HTqPCR": {"_type": "derivation", "name": "r-HTqPCR-1.50.0"}, "HUM": {"_type": "derivation", "name": "r-HUM-2.0"}, "HWEBayes": {"_type": "derivation", "name": "r-HWEBayes-1.4"}, "HWEintrinsic": {"_type": "derivation", "name": "r-HWEintrinsic-1.2.2"}, "HW_pval": {"_type": "derivation", "name": "r-HW.pval-1.0"}, "HYPEtools": {"_type": "derivation", "name": "r-HYPEtools-1.1.0"}, "HYRISK": {"_type": "derivation", "name": "r-HYRISK-1.2"}, "HaDeX": {"_type": "derivation", "name": "r-HaDeX-1.2.2"}, "HadamardR": {"_type": "derivation", "name": "r-HadamardR-1.0.0"}, "HadoopStreaming": {"_type": "derivation", "name": "r-HadoopStreaming-0.2"}, "HandTill2001": {"_type": "derivation", "name": "r-HandTill2001-1.0.1"}, "Hapi": {"_type": "derivation", "name": "r-Hapi-0.0.3"}, "Haplin": {"_type": "derivation", "name": "r-Haplin-7.3.0"}, "HaploSim": {"_type": "derivation", "name": "r-HaploSim-1.8.4.2"}, "HardyWeinberg": {"_type": "derivation", "name": "r-HardyWeinberg-1.7.5"}, "Harman": {"_type": "derivation", "name": "r-Harman-1.24.0"}, "HarmanData": {"_type": "derivation", "name": "r-HarmanData-1.24.0"}, "HarmonicRegression": {"_type": "derivation", "name": "r-HarmonicRegression-1.0"}, "HarmonizedTCGAData": {"_type": "derivation", "name": "r-HarmonizedTCGAData-1.18.0"}, "Harshlight": {"_type": "derivation", "name": "r-Harshlight-1.68.0"}, "Harvest_Tree": {"_type": "derivation", "name": "r-Harvest.Tree-1.1"}, "HazardDiff": {"_type": "derivation", "name": "r-HazardDiff-0.1.0"}, "Heatplus": {"_type": "derivation", "name": "r-Heatplus-3.4.0"}, "HeckmanEM": {"_type": "derivation", "name": "r-HeckmanEM-0.1.3"}, "HellCor": {"_type": "derivation", "name": "r-HellCor-1.3"}, "HelloRanges": {"_type": "derivation", "name": "r-HelloRanges-1.22.0"}, "HelloRangesData": {"_type": "derivation", "name": "r-HelloRangesData-1.22.0"}, "HelpersMG": {"_type": "derivation", "name": "r-HelpersMG-5.7"}, "HeritSeq": {"_type": "derivation", "name": "r-HeritSeq-1.0.2"}, "Herper": {"_type": "derivation", "name": "r-Herper-1.3.0"}, "HeterFunctionalData": {"_type": "derivation", "name": "r-HeterFunctionalData-0.1.0"}, "HeteroGGM": {"_type": "derivation", "name": "r-HeteroGGM-0.1.0"}, "HextractoR": {"_type": "derivation", "name": "r-HextractoR-1.4"}, "HiCBricks": {"_type": "derivation", "name": "r-HiCBricks-1.14.0"}, "HiCDCPlus": {"_type": "derivation", "name": "r-HiCDCPlus-1.4.2"}, "HiCDataHumanIMR90": {"_type": "derivation", "name": "r-HiCDataHumanIMR90-1.16.0"}, "HiCDataLymphoblast": {"_type": "derivation", "name": "r-HiCDataLymphoblast-1.32.0"}, "HiCcompare": {"_type": "derivation", "name": "r-HiCcompare-1.18.0"}, "HiCfeat": {"_type": "derivation", "name": "r-HiCfeat-1.4"}, "HiClimR": {"_type": "derivation", "name": "r-HiClimR-2.2.1"}, "HiCseg": {"_type": "derivation", "name": "r-HiCseg-1.1"}, "HiDimDA": {"_type": "derivation", "name": "r-HiDimDA-0.2-4"}, "HiLDA": {"_type": "derivation", "name": "r-HiLDA-1.10.0"}, "HiLMM": {"_type": "derivation", "name": "r-HiLMM-1.1"}, "HiResTEC": {"_type": "derivation", "name": "r-HiResTEC-0.59"}, "HiTC": {"_type": "derivation", "name": "r-HiTC-1.40.0"}, "HiddenMarkov": {"_type": "derivation", "name": "r-HiddenMarkov-1.8-13"}, "HierDpart": {"_type": "derivation", "name": "r-HierDpart-1.5.0"}, "HierO": {"_type": "derivation", "name": "r-HierO-0.2"}, "HierPorfolios": {"_type": "derivation", "name": "r-HierPorfolios-0.1.0"}, "HierPortfolios": {"_type": "derivation", "name": "r-HierPortfolios-0.1.0"}, "HighestMedianRules": {"_type": "derivation", "name": "r-HighestMedianRules-1.0"}, "HighlyReplicatedRNASeq": {"_type": "derivation", "name": "r-HighlyReplicatedRNASeq-1.8.0"}, "Hiiragi2013": {"_type": "derivation", "name": "r-Hiiragi2013-1.32.0"}, "HilbertCurve": {"_type": "derivation", "name": "r-HilbertCurve-1.26.0"}, "HilbertVis": {"_type": "derivation", "name": "r-HilbertVis-1.54.0"}, "HilbertVisGUI": {"_type": "derivation", "name": "r-HilbertVisGUI-1.54.0"}, "HistDAWass": {"_type": "derivation", "name": "r-HistDAWass-1.0.7"}, "HistDat": {"_type": "derivation", "name": "r-HistDat-0.2.0"}, "HistData": {"_type": "derivation", "name": "r-HistData-0.8-7"}, "HistogramTools": {"_type": "derivation", "name": "r-HistogramTools-0.3.2"}, "HiveR": {"_type": "derivation", "name": "r-HiveR-0.3.63"}, "Hmisc": {"_type": "derivation", "name": "r-Hmisc-4.7-1"}, "Hmsc": {"_type": "derivation", "name": "r-Hmsc-3.0-13"}, "HoRM": {"_type": "derivation", "name": "r-HoRM-0.1.3"}, "Holidays": {"_type": "derivation", "name": "r-Holidays-1.0-7"}, "Homeric": {"_type": "derivation", "name": "r-Homeric-0.1-3"}, "Homo_sapiens": {"_type": "derivation", "name": "r-Homo.sapiens-1.3.1"}, "HomomorphicEncryption": {"_type": "derivation", "name": "r-HomomorphicEncryption-0.1.0"}, "HostSwitch": {"_type": "derivation", "name": "r-HostSwitch-0.1.2"}, "Hotelling": {"_type": "derivation", "name": "r-Hotelling-1.0-8"}, "HotellingEllipse": {"_type": "derivation", "name": "r-HotellingEllipse-1.1.0"}, "Hs6UG171_db": {"_type": "derivation", "name": "r-Hs6UG171.db-3.2.3"}, "HsAgilentDesign026652_db": {"_type": "derivation", "name": "r-HsAgilentDesign026652.db-3.2.3"}, "Hspec": {"_type": "derivation", "name": "r-Hspec-0.99.1"}, "HuExExonProbesetLocation": {"_type": "derivation", "name": "r-HuExExonProbesetLocation-1.15.0"}, "HuExExonProbesetLocationHg18": {"_type": "derivation", "name": "r-HuExExonProbesetLocationHg18-0.0.2"}, "HuExExonProbesetLocationHg19": {"_type": "derivation", "name": "r-HuExExonProbesetLocationHg19-0.0.3"}, "HuO22_db": {"_type": "derivation", "name": "r-HuO22.db-3.2.3"}, "HubPub": {"_type": "derivation", "name": "r-HubPub-1.4.0"}, "HumanAffyData": {"_type": "derivation", "name": "r-HumanAffyData-1.22.0"}, "HumanTranscriptomeCompendium": {"_type": "derivation", "name": "r-HumanTranscriptomeCompendium-1.12.0"}, "HuraultMisc": {"_type": "derivation", "name": "r-HuraultMisc-1.1.1"}, "HurreconR": {"_type": "derivation", "name": "r-HurreconR-1.0"}, "HyPhy": {"_type": "derivation", "name": "r-HyPhy-1.0"}, "HyRiM": {"_type": "derivation", "name": "r-HyRiM-2.0.1"}, "HybridMC": {"_type": "derivation", "name": "r-HybridMC-0.2"}, "HybridMTest": {"_type": "derivation", "name": "r-HybridMTest-1.40.0"}, "HydeNet": {"_type": "derivation", "name": "r-HydeNet-0.10.11"}, "HydroCode": {"_type": "derivation", "name": "r-HydroCode-1.0.2"}, "HydroMe": {"_type": "derivation", "name": "r-HydroMe-2.0-1"}, "HyperG": {"_type": "derivation", "name": "r-HyperG-1.0.0"}, "HyperbolicDist": {"_type": "derivation", "name": "r-HyperbolicDist-0.6-4"}, "HypergeoMat": {"_type": "derivation", "name": "r-HypergeoMat-4.0.1"}, "IAPWS95": {"_type": "derivation", "name": "r-IAPWS95-1.2.0"}, "IASD": {"_type": "derivation", "name": "r-IASD-1.1"}, "IAT": {"_type": "derivation", "name": "r-IAT-0.3"}, "IATScore": {"_type": "derivation", "name": "r-IATScore-0.1.1"}, "IATanalytics": {"_type": "derivation", "name": "r-IATanalytics-0.1.1"}, "IATscores": {"_type": "derivation", "name": "r-IATscores-0.2.7"}, "IAbin": {"_type": "derivation", "name": "r-IAbin-1.0"}, "IAcsSPCR": {"_type": "derivation", "name": "r-IAcsSPCR-1.2.1"}, "IBCF_MTME": {"_type": "derivation", "name": "r-IBCF.MTME-1.6-0"}, "IBDLabels": {"_type": "derivation", "name": "r-IBDLabels-1.1"}, "IBDhaploRtools": {"_type": "derivation", "name": "r-IBDhaploRtools-1.8"}, "IBDsim": {"_type": "derivation", "name": "r-IBDsim-0.9-8"}, "IBMPopSim": {"_type": "derivation", "name": "r-IBMPopSim-0.3.1"}, "IBrokers": {"_type": "derivation", "name": "r-IBrokers-0.10-1"}, "IC2": {"_type": "derivation", "name": "r-IC2-1.0-1"}, "ICAFF": {"_type": "derivation", "name": "r-ICAFF-1.0.1"}, "ICAMS": {"_type": "derivation", "name": "r-ICAMS-2.3.10"}, "ICAOD": {"_type": "derivation", "name": "r-ICAOD-1.0.1"}, "ICBayes": {"_type": "derivation", "name": "r-ICBayes-1.2"}, "ICBioMark": {"_type": "derivation", "name": "r-ICBioMark-0.1.4"}, "ICC": {"_type": "derivation", "name": "r-ICC-2.4.0"}, "ICC_Sample_Size": {"_type": "derivation", "name": "r-ICC.Sample.Size-1.0"}, "ICCbin": {"_type": "derivation", "name": "r-ICCbin-1.1.1"}, "ICD10gm": {"_type": "derivation", "name": "r-ICD10gm-1.2.4"}, "ICDS": {"_type": "derivation", "name": "r-ICDS-0.1.2"}, "ICE": {"_type": "derivation", "name": "r-ICE-0.69"}, "ICED": {"_type": "derivation", "name": "r-ICED-0.0.1"}, "ICEbox": {"_type": "derivation", "name": "r-ICEbox-1.1.5"}, "ICEinfer": {"_type": "derivation", "name": "r-ICEinfer-1.3"}, "ICGE": {"_type": "derivation", "name": "r-ICGE-0.4.2"}, "ICGOR": {"_type": "derivation", "name": "r-ICGOR-2.0"}, "ICODS": {"_type": "derivation", "name": "r-ICODS-1.1"}, "ICRanks": {"_type": "derivation", "name": "r-ICRanks-3.1"}, "ICS": {"_type": "derivation", "name": "r-ICS-1.3-1"}, "ICSKAT": {"_type": "derivation", "name": "r-ICSKAT-0.2.0"}, "ICSNP": {"_type": "derivation", "name": "r-ICSNP-1.1-1"}, "ICSOutlier": {"_type": "derivation", "name": "r-ICSOutlier-0.3-0"}, "ICSS": {"_type": "derivation", "name": "r-ICSS-1.1"}, "ICSShiny": {"_type": "derivation", "name": "r-ICSShiny-0.5"}, "ICSsmoothing": {"_type": "derivation", "name": "r-ICSsmoothing-1.2.5"}, "ICV": {"_type": "derivation", "name": "r-ICV-1.0"}, "ICcalib": {"_type": "derivation", "name": "r-ICcalib-1.0.8"}, "ICcforest": {"_type": "derivation", "name": "r-ICcforest-0.5.1"}, "ICglm": {"_type": "derivation", "name": "r-ICglm-0.1.0"}, "ICsurv": {"_type": "derivation", "name": "r-ICsurv-1.0.1"}, "ICtest": {"_type": "derivation", "name": "r-ICtest-0.3-5"}, "ICvectorfields": {"_type": "derivation", "name": "r-ICvectorfields-0.1.2"}, "IDCard": {"_type": "derivation", "name": "r-IDCard-0.3.0"}, "IDConverter": {"_type": "derivation", "name": "r-IDConverter-0.3.3"}, "IDE": {"_type": "derivation", "name": "r-IDE-0.3.1"}, "IDEAFilter": {"_type": "derivation", "name": "r-IDEAFilter-0.1.2"}, "IDF": {"_type": "derivation", "name": "r-IDF-2.1.2"}, "IDPSurvival": {"_type": "derivation", "name": "r-IDPSurvival-1.2"}, "IDPmisc": {"_type": "derivation", "name": "r-IDPmisc-1.1.20"}, "IDSA": {"_type": "derivation", "name": "r-IDSA-2.1"}, "IDSL_IPA": {"_type": "derivation", "name": "r-IDSL.IPA-2.4"}, "IDSL_MXP": {"_type": "derivation", "name": "r-IDSL.MXP-1.6"}, "IDSL_SUFA": {"_type": "derivation", "name": "r-IDSL.SUFA-1.1"}, "IDSL_UFA": {"_type": "derivation", "name": "r-IDSL.UFA-1.6"}, "IDSL_UFAx": {"_type": "derivation", "name": "r-IDSL.UFAx-1.6"}, "IDSpatialStats": {"_type": "derivation", "name": "r-IDSpatialStats-0.3.12"}, "IDetect": {"_type": "derivation", "name": "r-IDetect-0.1.0"}, "IDmeasurer": {"_type": "derivation", "name": "r-IDmeasurer-1.0.0"}, "IDmining": {"_type": "derivation", "name": "r-IDmining-1.0.7"}, "IETD": {"_type": "derivation", "name": "r-IETD-1.0.0"}, "IFAA": {"_type": "derivation", "name": "r-IFAA-1.0.9"}, "IFC": {"_type": "derivation", "name": "r-IFC-0.1.7"}, "IFP": {"_type": "derivation", "name": "r-IFP-0.2.4"}, "IGCities": {"_type": "derivation", "name": "r-IGCities-0.2.0"}, "IGG": {"_type": "derivation", "name": "r-IGG-1.0"}, "IGP": {"_type": "derivation", "name": "r-IGP-0.2.0"}, "IGST": {"_type": "derivation", "name": "r-IGST-0.1.0"}, "IGoRRR": {"_type": "derivation", "name": "r-IGoRRR-0.3.2"}, "IHSEP": {"_type": "derivation", "name": "r-IHSEP-0.3.1"}, "IHW": {"_type": "derivation", "name": "r-IHW-1.24.0"}, "IHWpaper": {"_type": "derivation", "name": "r-IHWpaper-1.24.0"}, "IIProductionUnknown": {"_type": "derivation", "name": "r-IIProductionUnknown-0.0.2"}, "IIVpredictor": {"_type": "derivation", "name": "r-IIVpredictor-0.1.0"}, "ILS": {"_type": "derivation", "name": "r-ILS-0.2"}, "ILSE": {"_type": "derivation", "name": "r-ILSE-1.1.7"}, "ILoReg": {"_type": "derivation", "name": "r-ILoReg-1.6.0"}, "IMAGE": {"_type": "derivation", "name": "r-IMAGE-1.0"}, "IMAS": {"_type": "derivation", "name": "r-IMAS-1.20.0"}, "IMD": {"_type": "derivation", "name": "r-IMD-1.2.2"}, "IMEC": {"_type": "derivation", "name": "r-IMEC-0.2.0"}, "IMFData": {"_type": "derivation", "name": "r-IMFData-0.2.0"}, "IMIFA": {"_type": "derivation", "name": "r-IMIFA-2.1.9"}, "IMIX": {"_type": "derivation", "name": "r-IMIX-1.1.5"}, "IMMAN": {"_type": "derivation", "name": "r-IMMAN-1.16.0"}, "IMP": {"_type": "derivation", "name": "r-IMP-1.1"}, "IMPACT": {"_type": "derivation", "name": "r-IMPACT-0.1.1"}, "IMPCdata": {"_type": "derivation", "name": "r-IMPCdata-1.32.0"}, "IMTest": {"_type": "derivation", "name": "r-IMTest-1.0.0"}, "IMak": {"_type": "derivation", "name": "r-IMak-2.1.0"}, "IMmailgun": {"_type": "derivation", "name": "r-IMmailgun-0.1.2"}, "INCATome": {"_type": "derivation", "name": "r-INCATome-1.0"}, "INDEED": {"_type": "derivation", "name": "r-INDEED-2.10.0"}, "INLABMA": {"_type": "derivation", "name": "r-INLABMA-0.1-11"}, "INPower": {"_type": "derivation", "name": "r-INPower-1.32.0"}, "INQC": {"_type": "derivation", "name": "r-INQC-2.0.5"}, "INSPECTumours": {"_type": "derivation", "name": "r-INSPECTumours-0.1.0"}, "INSPEcT": {"_type": "derivation", "name": "r-INSPEcT-1.26.0"}, "INSPIRE": {"_type": "derivation", "name": "r-INSPIRE-1.5"}, "INTRIGUE": {"_type": "derivation", "name": "r-INTRIGUE-0.1.0"}, "IOHanalyzer": {"_type": "derivation", "name": "r-IOHanalyzer-0.1.6.3"}, "IOHexperimenter": {"_type": "derivation", "name": "r-IOHexperimenter-0.1.4"}, "IONiseR": {"_type": "derivation", "name": "r-IONiseR-2.20.0"}, "IP": {"_type": "derivation", "name": "r-IP-0.1"}, "IPCAPS": {"_type": "derivation", "name": "r-IPCAPS-1.1.8"}, "IPCWK": {"_type": "derivation", "name": "r-IPCWK-1.0"}, "IPDFileCheck": {"_type": "derivation", "name": "r-IPDFileCheck-0.7.5"}, "IPDfromKM": {"_type": "derivation", "name": "r-IPDfromKM-0.1.10"}, "IPEC": {"_type": "derivation", "name": "r-IPEC-1.0.3"}, "IPEDSuploadables": {"_type": "derivation", "name": "r-IPEDSuploadables-2.5.5"}, "IPLGP": {"_type": "derivation", "name": "r-IPLGP-2.0.3"}, "IPMRF": {"_type": "derivation", "name": "r-IPMRF-1.2"}, "IPMbook": {"_type": "derivation", "name": "r-IPMbook-0.1.3"}, "IPO": {"_type": "derivation", "name": "r-IPO-1.22.1"}, "IPPP": {"_type": "derivation", "name": "r-IPPP-1.1"}, "IPV": {"_type": "derivation", "name": "r-IPV-1.0.0"}, "IPWboxplot": {"_type": "derivation", "name": "r-IPWboxplot-0.1.1"}, "IPWpn": {"_type": "derivation", "name": "r-IPWpn-0.1.0"}, "IQCC": {"_type": "derivation", "name": "r-IQCC-0.7"}, "IRATER": {"_type": "derivation", "name": "r-IRATER-0.0.1"}, "IRCcheck": {"_type": "derivation", "name": "r-IRCcheck-1.0.0"}, "IRISFGM": {"_type": "derivation", "name": "r-IRISFGM-1.4.0"}, "IRISMustangMetrics": {"_type": "derivation", "name": "r-IRISMustangMetrics-2.4.5"}, "IRISSeismic": {"_type": "derivation", "name": "r-IRISSeismic-1.6.6"}, "IRSF": {"_type": "derivation", "name": "r-IRSF-1.0.3"}, "IRTBEMM": {"_type": "derivation", "name": "r-IRTBEMM-1.0.7"}, "IRTShiny": {"_type": "derivation", "name": "r-IRTShiny-1.2"}, "IRTest": {"_type": "derivation", "name": "r-IRTest-0.0.2"}, "IRanges": {"_type": "derivation", "name": "r-IRanges-2.30.1"}, "IRdisplay": {"_type": "derivation", "name": "r-IRdisplay-1.1"}, "IRexamples": {"_type": "derivation", "name": "r-IRexamples-0.0.2"}, "IRkernel": {"_type": "derivation", "name": "r-IRkernel-1.3"}, "IRon": {"_type": "derivation", "name": "r-IRon-0.1.3"}, "ISAT": {"_type": "derivation", "name": "r-ISAT-1.0.5"}, "ISAnalytics": {"_type": "derivation", "name": "r-ISAnalytics-1.6.2"}, "ISBF": {"_type": "derivation", "name": "r-ISBF-0.2.1"}, "ISCO08ConveRsions": {"_type": "derivation", "name": "r-ISCO08ConveRsions-0.1.1"}, "ISEtools": {"_type": "derivation", "name": "r-ISEtools-3.2.0"}, "ISLR": {"_type": "derivation", "name": "r-ISLR-1.4"}, "ISLR2": {"_type": "derivation", "name": "r-ISLR2-1.3-1"}, "ISM": {"_type": "derivation", "name": "r-ISM-0.1.0"}, "ISOcodes": {"_type": "derivation", "name": "r-ISOcodes-2022.09.29"}, "ISOpureR": {"_type": "derivation", "name": "r-ISOpureR-1.1.3"}, "ISOweek": {"_type": "derivation", "name": "r-ISOweek-0.6-2"}, "ISR": {"_type": "derivation", "name": "r-ISR-2022.4.22"}, "ISR3": {"_type": "derivation", "name": "r-ISR3-0.98"}, "ISRaD": {"_type": "derivation", "name": "r-ISRaD-1.7.8"}, "ISoLDE": {"_type": "derivation", "name": "r-ISoLDE-1.24.0"}, "ISwR": {"_type": "derivation", "name": "r-ISwR-2.0-8"}, "ITALICS": {"_type": "derivation", "name": "r-ITALICS-2.56.0"}, "ITALICSData": {"_type": "derivation", "name": "r-ITALICSData-2.34.0"}, "ITNr": {"_type": "derivation", "name": "r-ITNr-0.6.0"}, "ITRLearn": {"_type": "derivation", "name": "r-ITRLearn-1.0-1"}, "ITRSelect": {"_type": "derivation", "name": "r-ITRSelect-1.0-1"}, "IUPS": {"_type": "derivation", "name": "r-IUPS-1.0"}, "IVAS": {"_type": "derivation", "name": "r-IVAS-2.16.0"}, "IVYplot": {"_type": "derivation", "name": "r-IVYplot-0.1.0"}, "IWTomics": {"_type": "derivation", "name": "r-IWTomics-1.20.0"}, "Iboot": {"_type": "derivation", "name": "r-Iboot-0.1-1"}, "IceCast": {"_type": "derivation", "name": "r-IceCast-2.1.0"}, "IceSat2R": {"_type": "derivation", "name": "r-IceSat2R-1.0.3"}, "Icens": {"_type": "derivation", "name": "r-Icens-1.68.0"}, "IdeoViz": {"_type": "derivation", "name": "r-IdeoViz-1.32.0"}, "IgAScores": {"_type": "derivation", "name": "r-IgAScores-0.1.2"}, "IgGeneUsage": {"_type": "derivation", "name": "r-IgGeneUsage-1.10.0"}, "IgorR": {"_type": "derivation", "name": "r-IgorR-0.8.1"}, "Illumina450ProbeVariants_db": {"_type": "derivation", "name": "r-Illumina450ProbeVariants.db-1.32.0"}, "IlluminaDataTestFiles": {"_type": "derivation", "name": "r-IlluminaDataTestFiles-1.34.0"}, "IlluminaHumanMethylation27k_db": {"_type": "derivation", "name": "r-IlluminaHumanMethylation27k.db-1.4.8"}, "IlluminaHumanMethylation27kanno_ilmn12_hg19": {"_type": "derivation", "name": "r-IlluminaHumanMethylation27kanno.ilmn12.hg19-0.6.0"}, "IlluminaHumanMethylation27kmanifest": {"_type": "derivation", "name": "r-IlluminaHumanMethylation27kmanifest-0.4.0"}, "IlluminaHumanMethylation450kanno_ilmn12_hg19": {"_type": "derivation", "name": "r-IlluminaHumanMethylation450kanno.ilmn12.hg19-0.6.1"}, "IlluminaHumanMethylation450kmanifest": {"_type": "derivation", "name": "r-IlluminaHumanMethylation450kmanifest-0.4.0"}, "IlluminaHumanMethylation450kprobe": {"_type": "derivation", "name": "r-IlluminaHumanMethylation450kprobe-2.0.6"}, "IlluminaHumanMethylationEPICanno_ilm10b2_hg19": {"_type": "derivation", "name": "r-IlluminaHumanMethylationEPICanno.ilm10b2.hg19-0.6.0"}, "IlluminaHumanMethylationEPICanno_ilm10b3_hg19": {"_type": "derivation", "name": "r-IlluminaHumanMethylationEPICanno.ilm10b3.hg19-0.6.0"}, "IlluminaHumanMethylationEPICanno_ilm10b4_hg19": {"_type": "derivation", "name": "r-IlluminaHumanMethylationEPICanno.ilm10b4.hg19-0.6.0"}, "IlluminaHumanMethylationEPICmanifest": {"_type": "derivation", "name": "r-IlluminaHumanMethylationEPICmanifest-0.3.0"}, "ImaginR": {"_type": "derivation", "name": "r-ImaginR-0.1.7"}, "Imap": {"_type": "derivation", "name": "r-Imap-1.32"}, "Immigrate": {"_type": "derivation", "name": "r-Immigrate-0.2.1"}, "ImmuneSpaceR": {"_type": "derivation", "name": "r-ImmuneSpaceR-1.24.0"}, "ImpactEffectsize": {"_type": "derivation", "name": "r-ImpactEffectsize-0.6.2"}, "ImportExport": {"_type": "derivation", "name": "r-ImportExport-1.3"}, "ImportanceIndice": {"_type": "derivation", "name": "r-ImportanceIndice-0.0.2"}, "ImputeRobust": {"_type": "derivation", "name": "r-ImputeRobust-1.3-1"}, "InDisc": {"_type": "derivation", "name": "r-InDisc-1.1.0"}, "InPAS": {"_type": "derivation", "name": "r-InPAS-2.4.0"}, "InPosition": {"_type": "derivation", "name": "r-InPosition-0.12.7.1"}, "InSilicoVA": {"_type": "derivation", "name": "r-InSilicoVA-1.4.0"}, "InTAD": {"_type": "derivation", "name": "r-InTAD-1.16.0"}, "IncDTW": {"_type": "derivation", "name": "r-IncDTW-1.1.4.4"}, "IncomPair": {"_type": "derivation", "name": "r-IncomPair-0.1.0"}, "IndTestPP": {"_type": "derivation", "name": "r-IndTestPP-3.0"}, "IndepTest": {"_type": "derivation", "name": "r-IndepTest-0.2.0"}, "IndexConstruction": {"_type": "derivation", "name": "r-IndexConstruction-0.1-3"}, "IndexNumR": {"_type": "derivation", "name": "r-IndexNumR-0.5.0"}, "IndexNumber": {"_type": "derivation", "name": "r-IndexNumber-1.3.2"}, "IndianTaxCalc": {"_type": "derivation", "name": "r-IndianTaxCalc-1.0.2"}, "InfDim": {"_type": "derivation", "name": "r-InfDim-1.0"}, "InferenceSMR": {"_type": "derivation", "name": "r-InferenceSMR-1.0.1"}, "InfiniumPurify": {"_type": "derivation", "name": "r-InfiniumPurify-1.3.1"}, "Inflation": {"_type": "derivation", "name": "r-Inflation-0.1.0"}, "Inflect": {"_type": "derivation", "name": "r-Inflect-1.1.0"}, "InflectSSP": {"_type": "derivation", "name": "r-InflectSSP-1.4.5"}, "InfoTrad": {"_type": "derivation", "name": "r-InfoTrad-1.2"}, "Information": {"_type": "derivation", "name": "r-Information-0.0.9"}, "InformationValue": {"_type": "derivation", "name": "r-InformationValue-1.2.3"}, "InformativeCensoring": {"_type": "derivation", "name": "r-InformativeCensoring-0.3.5"}, "Informeasure": {"_type": "derivation", "name": "r-Informeasure-1.6.0"}, "Infusion": {"_type": "derivation", "name": "r-Infusion-2.0.0"}, "InjurySeverityScore": {"_type": "derivation", "name": "r-InjurySeverityScore-0.0.0.2"}, "InspectChangepoint": {"_type": "derivation", "name": "r-InspectChangepoint-1.2"}, "IntCal": {"_type": "derivation", "name": "r-IntCal-0.3.1"}, "IntEREst": {"_type": "derivation", "name": "r-IntEREst-1.20.0"}, "IntLIM": {"_type": "derivation", "name": "r-IntLIM-2.0.2"}, "IntLik": {"_type": "derivation", "name": "r-IntLik-1.0"}, "IntNMF": {"_type": "derivation", "name": "r-IntNMF-1.2.0"}, "InteRD": {"_type": "derivation", "name": "r-InteRD-0.1.1"}, "IntegrateBs": {"_type": "derivation", "name": "r-IntegrateBs-0.1.0"}, "IntegratedJM": {"_type": "derivation", "name": "r-IntegratedJM-1.6"}, "IntegratedMRF": {"_type": "derivation", "name": "r-IntegratedMRF-1.1.9"}, "InterCellar": {"_type": "derivation", "name": "r-InterCellar-2.2.0"}, "InterMineR": {"_type": "derivation", "name": "r-InterMineR-1.18.0"}, "InterSIM": {"_type": "derivation", "name": "r-InterSIM-2.2.0"}, "InterVA4": {"_type": "derivation", "name": "r-InterVA4-1.7.6"}, "InterVA5": {"_type": "derivation", "name": "r-InterVA5-1.1.3"}, "Interact": {"_type": "derivation", "name": "r-Interact-1.1"}, "InteractionPoweR": {"_type": "derivation", "name": "r-InteractionPoweR-0.2.0"}, "InteractionSet": {"_type": "derivation", "name": "r-InteractionSet-1.24.0"}, "InteractiveComplexHeatmap": {"_type": "derivation", "name": "r-InteractiveComplexHeatmap-1.4.0"}, "InteractiveIGraph": {"_type": "derivation", "name": "r-InteractiveIGraph-1.0.6.1"}, "Interatrix": {"_type": "derivation", "name": "r-Interatrix-1.1.3"}, "InterfaceqPCR": {"_type": "derivation", "name": "r-InterfaceqPCR-1.0"}, "Interpol_T": {"_type": "derivation", "name": "r-Interpol.T-2.1.1"}, "InterpretMSSpectrum": {"_type": "derivation", "name": "r-InterpretMSSpectrum-1.2"}, "IntervalQuestionStat": {"_type": "derivation", "name": "r-IntervalQuestionStat-0.1.0"}, "IntervalSurgeon": {"_type": "derivation", "name": "r-IntervalSurgeon-1.1"}, "IntramiRExploreR": {"_type": "derivation", "name": "r-IntramiRExploreR-1.18.0"}, "InvStablePrior": {"_type": "derivation", "name": "r-InvStablePrior-0.1.0"}, "InvariantCausalPrediction": {"_type": "derivation", "name": "r-InvariantCausalPrediction-0.8"}, "InvasionCorrection": {"_type": "derivation", "name": "r-InvasionCorrection-0.1"}, "Inventorymodel": {"_type": "derivation", "name": "r-Inventorymodel-1.1.0"}, "Irescale": {"_type": "derivation", "name": "r-Irescale-2.3.0"}, "IrishDirectorates": {"_type": "derivation", "name": "r-IrishDirectorates-1.4"}, "IrregLong": {"_type": "derivation", "name": "r-IrregLong-0.3.4"}, "Iscores": {"_type": "derivation", "name": "r-Iscores-1.1.0"}, "IsingFit": {"_type": "derivation", "name": "r-IsingFit-0.3.1"}, "IsingSampler": {"_type": "derivation", "name": "r-IsingSampler-0.2.1"}, "Iso": {"_type": "derivation", "name": "r-Iso-0.0-18.1"}, "IsoCI": {"_type": "derivation", "name": "r-IsoCI-1.1"}, "IsoCheck": {"_type": "derivation", "name": "r-IsoCheck-0.1.0"}, "IsoCor": {"_type": "derivation", "name": "r-IsoCor-0.1.40"}, "IsoCorr": {"_type": "derivation", "name": "r-IsoCorr-1.0"}, "IsoCorrectoR": {"_type": "derivation", "name": "r-IsoCorrectoR-1.14.0"}, "IsoCorrectoRGUI": {"_type": "derivation", "name": "r-IsoCorrectoRGUI-1.12.0"}, "IsoGene": {"_type": "derivation", "name": "r-IsoGene-1.0-24"}, "IsoGeneGUI": {"_type": "derivation", "name": "r-IsoGeneGUI-2.31.0"}, "IsoMemo": {"_type": "derivation", "name": "r-IsoMemo-1.0.6"}, "IsoSpecR": {"_type": "derivation", "name": "r-IsoSpecR-2.1.3"}, "IsoformSwitchAnalyzeR": {"_type": "derivation", "name": "r-IsoformSwitchAnalyzeR-1.18.0"}, "IsoplotR": {"_type": "derivation", "name": "r-IsoplotR-5.1"}, "IsoplotRgui": {"_type": "derivation", "name": "r-IsoplotRgui-5.1"}, "IsoriX": {"_type": "derivation", "name": "r-IsoriX-0.9.0"}, "IsotopeR": {"_type": "derivation", "name": "r-IsotopeR-0.5.4"}, "IterativeHardThresholding": {"_type": "derivation", "name": "r-IterativeHardThresholding-1.0.2"}, "IxPopDyMod": {"_type": "derivation", "name": "r-IxPopDyMod-0.2.0"}, "Iyer517": {"_type": "derivation", "name": "r-Iyer517-1.38.0"}, "JADE": {"_type": "derivation", "name": "r-JADE-2.0-3"}, "JASPAR": {"_type": "derivation", "name": "r-JASPAR-0.0.1"}, "JASPAR2014": {"_type": "derivation", "name": "r-JASPAR2014-1.32.0"}, "JASPAR2016": {"_type": "derivation", "name": "r-JASPAR2016-1.24.0"}, "JASPAR2018": {"_type": "derivation", "name": "r-JASPAR2018-1.1.1"}, "JASPAR2020": {"_type": "derivation", "name": "r-JASPAR2020-0.99.10"}, "JASPAR2022": {"_type": "derivation", "name": "r-JASPAR2022-0.99.7"}, "JATSdecoder": {"_type": "derivation", "name": "r-JATSdecoder-1.1.1"}, "JBrowseR": {"_type": "derivation", "name": "r-JBrowseR-0.9.1"}, "JCRImpactFactor": {"_type": "derivation", "name": "r-JCRImpactFactor-1.0.0"}, "JFE": {"_type": "derivation", "name": "r-JFE-2.5.3"}, "JFM": {"_type": "derivation", "name": "r-JFM-1.0"}, "JGEE": {"_type": "derivation", "name": "r-JGEE-1.1"}, "JGL": {"_type": "derivation", "name": "r-JGL-2.3.1"}, "JGR": {"_type": "derivation", "name": "r-JGR-1.9-1"}, "JLPM": {"_type": "derivation", "name": "r-JLPM-1.0.1"}, "JM": {"_type": "derivation", "name": "r-JM-1.5-2"}, "JMI": {"_type": "derivation", "name": "r-JMI-0.1.0"}, "JMbayes": {"_type": "derivation", "name": "r-JMbayes-0.8-85"}, "JMbayes2": {"_type": "derivation", "name": "r-JMbayes2-0.3-0"}, "JMcmprsk": {"_type": "derivation", "name": "r-JMcmprsk-0.9.10"}, "JMdesign": {"_type": "derivation", "name": "r-JMdesign-1.3"}, "JOPS": {"_type": "derivation", "name": "r-JOPS-0.1.15"}, "JOUSBoost": {"_type": "derivation", "name": "r-JOUSBoost-2.1.0"}, "JPEN": {"_type": "derivation", "name": "r-JPEN-1.0"}, "JQL": {"_type": "derivation", "name": "r-JQL-3.6.9"}, "JRF": {"_type": "derivation", "name": "r-JRF-0.1-4"}, "JSM": {"_type": "derivation", "name": "r-JSM-1.0.1"}, "JSUparameters": {"_type": "derivation", "name": "r-JSUparameters-1.0.0"}, "JSconsole": {"_type": "derivation", "name": "r-JSconsole-0.1.0"}, "JSmediation": {"_type": "derivation", "name": "r-JSmediation-0.2.0"}, "JSparO": {"_type": "derivation", "name": "r-JSparO-1.5.0"}, "JWileymisc": {"_type": "derivation", "name": "r-JWileymisc-1.3.0"}, "JacobiEigen": {"_type": "derivation", "name": "r-JacobiEigen-0.3-4"}, "JamendoR": {"_type": "derivation", "name": "r-JamendoR-0.1.1"}, "JavaGD": {"_type": "derivation", "name": "r-JavaGD-0.6-4"}, "Jaya": {"_type": "derivation", "name": "r-Jaya-0.1.9"}, "JazaeriMetaData_db": {"_type": "derivation", "name": "r-JazaeriMetaData.db-3.2.3"}, "Jdmbs": {"_type": "derivation", "name": "r-Jdmbs-1.4"}, "JirAgileR": {"_type": "derivation", "name": "r-JirAgileR-0.0.2.1"}, "Jmisc": {"_type": "derivation", "name": "r-Jmisc-0.3.1.1"}, "JoF": {"_type": "derivation", "name": "r-JoF-0.1.0"}, "JoSAE": {"_type": "derivation", "name": "r-JoSAE-0.3.0"}, "Johnson": {"_type": "derivation", "name": "r-Johnson-1.4"}, "JointAI": {"_type": "derivation", "name": "r-JointAI-1.0.4"}, "JointModel": {"_type": "derivation", "name": "r-JointModel-1.0"}, "JointNets": {"_type": "derivation", "name": "r-JointNets-2.0.1"}, "Julia": {"_type": "derivation", "name": "r-Julia-1.3.4"}, "JuliaCall": {"_type": "derivation", "name": "r-JuliaCall-0.17.5"}, "JuliaConnectoR": {"_type": "derivation", "name": "r-JuliaConnectoR-1.1.1"}, "JumpTest": {"_type": "derivation", "name": "r-JumpTest-1.1"}, "JumpeR": {"_type": "derivation", "name": "r-JumpeR-0.3.0"}, "JustifyAlpha": {"_type": "derivation", "name": "r-JustifyAlpha-0.1.1"}, "KANT": {"_type": "derivation", "name": "r-KANT-2.0"}, "KBoost": {"_type": "derivation", "name": "r-KBoost-1.4.0"}, "KCSKNNShiny": {"_type": "derivation", "name": "r-KCSKNNShiny-0.1.0"}, "KCSNBShiny": {"_type": "derivation", "name": "r-KCSNBShiny-0.1.0"}, "KCsmart": {"_type": "derivation", "name": "r-KCsmart-2.54.0"}, "KEGGREST": {"_type": "derivation", "name": "r-KEGGREST-1.36.3"}, "KEGGandMetacoreDzPathwaysGEO": {"_type": "derivation", "name": "r-KEGGandMetacoreDzPathwaysGEO-1.16.0"}, "KEGGdzPathwaysGEO": {"_type": "derivation", "name": "r-KEGGdzPathwaysGEO-1.34.0"}, "KEGGgraph": {"_type": "derivation", "name": "r-KEGGgraph-1.56.0"}, "KEGGlincs": {"_type": "derivation", "name": "r-KEGGlincs-1.22.0"}, "KENDL": {"_type": "derivation", "name": "r-KENDL-1.1"}, "KERE": {"_type": "derivation", "name": "r-KERE-1.0.0"}, "KFAS": {"_type": "derivation", "name": "r-KFAS-1.4.6"}, "KFKSDS": {"_type": "derivation", "name": "r-KFKSDS-1.6"}, "KFPCA": {"_type": "derivation", "name": "r-KFPCA-2.0"}, "KGode": {"_type": "derivation", "name": "r-KGode-1.0.4"}, "KHQ": {"_type": "derivation", "name": "r-KHQ-0.2.0"}, "KLexp": {"_type": "derivation", "name": "r-KLexp-1.0.0"}, "KMD": {"_type": "derivation", "name": "r-KMD-0.1.0"}, "KMDA": {"_type": "derivation", "name": "r-KMDA-1.0"}, "KMsurv": {"_type": "derivation", "name": "r-KMsurv-0.1-5"}, "KMunicate": {"_type": "derivation", "name": "r-KMunicate-0.2.2"}, "KNNShiny": {"_type": "derivation", "name": "r-KNNShiny-0.1.0"}, "KOBT": {"_type": "derivation", "name": "r-KOBT-0.1.0"}, "KODAMA": {"_type": "derivation", "name": "r-KODAMA-2.2"}, "KOGMWU": {"_type": "derivation", "name": "r-KOGMWU-1.2"}, "KONPsurv": {"_type": "derivation", "name": "r-KONPsurv-1.0.4"}, "KOdata": {"_type": "derivation", "name": "r-KOdata-1.22.0"}, "KPC": {"_type": "derivation", "name": "r-KPC-0.1.2"}, "KRIS": {"_type": "derivation", "name": "r-KRIS-1.1.6"}, "KRLS": {"_type": "derivation", "name": "r-KRLS-1.0-0"}, "KRMM": {"_type": "derivation", "name": "r-KRMM-1.0"}, "KSA": {"_type": "derivation", "name": "r-KSA-0.1.0"}, "KSD": {"_type": "derivation", "name": "r-KSD-1.0.1"}, "KSEAapp": {"_type": "derivation", "name": "r-KSEAapp-0.99.0"}, "KSPM": {"_type": "derivation", "name": "r-KSPM-0.2.1"}, "KScorrect": {"_type": "derivation", "name": "r-KScorrect-1.4.0"}, "KSgeneral": {"_type": "derivation", "name": "r-KSgeneral-1.1.1"}, "KTensorGraphs": {"_type": "derivation", "name": "r-KTensorGraphs-1.1"}, "KappaGUI": {"_type": "derivation", "name": "r-KappaGUI-2.0.2"}, "KappaV": {"_type": "derivation", "name": "r-KappaV-0.3"}, "Karen": {"_type": "derivation", "name": "r-Karen-1.0"}, "KarsTS": {"_type": "derivation", "name": "r-KarsTS-2.4.1"}, "KbMvtSkew": {"_type": "derivation", "name": "r-KbMvtSkew-1.0.2"}, "KenSyn": {"_type": "derivation", "name": "r-KenSyn-0.3"}, "Kendall": {"_type": "derivation", "name": "r-Kendall-2.2.1"}, "KernSmooth": {"_type": "derivation", "name": "r-KernSmooth-2.23-20"}, "KernSmoothIRT": {"_type": "derivation", "name": "r-KernSmoothIRT-6.4"}, "KernelICA": {"_type": "derivation", "name": "r-KernelICA-0.1.0"}, "KernelKnn": {"_type": "derivation", "name": "r-KernelKnn-1.1.4"}, "Kernelheaping": {"_type": "derivation", "name": "r-Kernelheaping-2.3.0"}, "Keyboard": {"_type": "derivation", "name": "r-Keyboard-0.1.3"}, "KinSwingR": {"_type": "derivation", "name": "r-KinSwingR-1.14.0"}, "KingCountyHouses": {"_type": "derivation", "name": "r-KingCountyHouses-0.1.0"}, "Kmedians": {"_type": "derivation", "name": "r-Kmedians-0.2.0"}, "KnapsackSampling": {"_type": "derivation", "name": "r-KnapsackSampling-0.1.0"}, "KneeArrower": {"_type": "derivation", "name": "r-KneeArrower-1.0.0"}, "KnockoffScreen": {"_type": "derivation", "name": "r-KnockoffScreen-0.3.0"}, "KnockoffTrio": {"_type": "derivation", "name": "r-KnockoffTrio-1.0.1"}, "Knoema": {"_type": "derivation", "name": "r-Knoema-0.1.19"}, "KnowBR": {"_type": "derivation", "name": "r-KnowBR-2.1"}, "KnowGRRF": {"_type": "derivation", "name": "r-KnowGRRF-1.0"}, "KnowSeq": {"_type": "derivation", "name": "r-KnowSeq-1.10.2"}, "KoboconnectR": {"_type": "derivation", "name": "r-KoboconnectR-1.2.1"}, "KoulMde": {"_type": "derivation", "name": "r-KoulMde-3.2.1"}, "Kpart": {"_type": "derivation", "name": "r-Kpart-1.2.2"}, "KraljicMatrix": {"_type": "derivation", "name": "r-KraljicMatrix-0.2.1"}, "KrigInv": {"_type": "derivation", "name": "r-KrigInv-1.4.2"}, "Kurt": {"_type": "derivation", "name": "r-Kurt-1.1"}, "L0Learn": {"_type": "derivation", "name": "r-L0Learn-2.0.3"}, "L1mstate": {"_type": "derivation", "name": "r-L1mstate-1.0.1"}, "L1pack": {"_type": "derivation", "name": "r-L1pack-0.41-2"}, "L2DensityGoFtest": {"_type": "derivation", "name": "r-L2DensityGoFtest-0.5.0"}, "L2E": {"_type": "derivation", "name": "r-L2E-2.0"}, "LA": {"_type": "derivation", "name": "r-LA-2.2"}, "LACE": {"_type": "derivation", "name": "r-LACE-2.0.0"}, "LAGOSNE": {"_type": "derivation", "name": "r-LAGOSNE-2.0.2"}, "LAM": {"_type": "derivation", "name": "r-LAM-0.6-19"}, "LANDD": {"_type": "derivation", "name": "r-LANDD-1.1.0"}, "LAPOINTE_db": {"_type": "derivation", "name": "r-LAPOINTE.db-3.2.3"}, "LARF": {"_type": "derivation", "name": "r-LARF-1.4"}, "LARGB": {"_type": "derivation", "name": "r-LARGB-0.1.0"}, "LARisk": {"_type": "derivation", "name": "r-LARisk-1.0.0"}, "LAWBL": {"_type": "derivation", "name": "r-LAWBL-1.5.0"}, "LBC": {"_type": "derivation", "name": "r-LBC-1.0"}, "LBE": {"_type": "derivation", "name": "r-LBE-1.64.0"}, "LBPG": {"_type": "derivation", "name": "r-LBPG-0.1.2"}, "LBSPR": {"_type": "derivation", "name": "r-LBSPR-0.1.6"}, "LCA": {"_type": "derivation", "name": "r-LCA-0.1.1"}, "LCAextend": {"_type": "derivation", "name": "r-LCAextend-1.3"}, "LCAvarsel": {"_type": "derivation", "name": "r-LCAvarsel-1.1"}, "LCCR": {"_type": "derivation", "name": "r-LCCR-1.3"}, "LCF": {"_type": "derivation", "name": "r-LCF-1.7.0"}, "LCFdata": {"_type": "derivation", "name": "r-LCFdata-2.0"}, "LCMCR": {"_type": "derivation", "name": "r-LCMCR-0.4.11"}, "LCox": {"_type": "derivation", "name": "r-LCox-0.1.0"}, "LDABiplots": {"_type": "derivation", "name": "r-LDABiplots-0.1.2"}, "LDAShiny": {"_type": "derivation", "name": "r-LDAShiny-0.9.3"}, "LDATS": {"_type": "derivation", "name": "r-LDATS-0.2.7"}, "LDAandLDAS": {"_type": "derivation", "name": "r-LDAandLDAS-1.0.2"}, "LDAvis": {"_type": "derivation", "name": "r-LDAvis-0.3.2"}, "LDLcalc": {"_type": "derivation", "name": "r-LDLcalc-2.0"}, "LDNN": {"_type": "derivation", "name": "r-LDNN-1.10"}, "LDOD": {"_type": "derivation", "name": "r-LDOD-1.0"}, "LDPD": {"_type": "derivation", "name": "r-LDPD-1.1.2"}, "LDRTools": {"_type": "derivation", "name": "r-LDRTools-0.2-1"}, "LDcorSV": {"_type": "derivation", "name": "r-LDcorSV-1.3.3"}, "LDheatmap": {"_type": "derivation", "name": "r-LDheatmap-1.0-6"}, "LDlinkR": {"_type": "derivation", "name": "r-LDlinkR-1.2.2"}, "LEA": {"_type": "derivation", "name": "r-LEA-3.8.0"}, "LEANR": {"_type": "derivation", "name": "r-LEANR-1.4.9"}, "LEAP": {"_type": "derivation", "name": "r-LEAP-0.2"}, "LEAPFrOG": {"_type": "derivation", "name": "r-LEAPFrOG-1.0.7"}, "LEGIT": {"_type": "derivation", "name": "r-LEGIT-1.4.0"}, "LFApp": {"_type": "derivation", "name": "r-LFApp-1.3"}, "LFDREmpiricalBayes": {"_type": "derivation", "name": "r-LFDREmpiricalBayes-1.0"}, "LFDR_MLE": {"_type": "derivation", "name": "r-LFDR.MLE-1.0.1"}, "LFDR_MME": {"_type": "derivation", "name": "r-LFDR.MME-1.0"}, "LGEWIS": {"_type": "derivation", "name": "r-LGEWIS-1.1"}, "LGRF": {"_type": "derivation", "name": "r-LGRF-1.0"}, "LHD": {"_type": "derivation", "name": "r-LHD-1.3.3"}, "LIC": {"_type": "derivation", "name": "r-LIC-0.0.2"}, "LICORS": {"_type": "derivation", "name": "r-LICORS-0.2.0"}, "LIHKGr": {"_type": "derivation", "name": "r-LIHKGr-0.1.0"}, "LIHNPSD": {"_type": "derivation", "name": "r-LIHNPSD-0.2.1"}, "LIM": {"_type": "derivation", "name": "r-LIM-1.4.7"}, "LINselect": {"_type": "derivation", "name": "r-LINselect-1.1.3"}, "LIStest": {"_type": "derivation", "name": "r-LIStest-2.1"}, "LKT": {"_type": "derivation", "name": "r-LKT-1.3.0"}, "LLM": {"_type": "derivation", "name": "r-LLM-1.1.0"}, "LLSR": {"_type": "derivation", "name": "r-LLSR-0.0.3.1"}, "LMD": {"_type": "derivation", "name": "r-LMD-1.0.0"}, "LMERConvenienceFunctions": {"_type": "derivation", "name": "r-LMERConvenienceFunctions-3.0"}, "LMMELSM": {"_type": "derivation", "name": "r-LMMELSM-0.1.0"}, "LMMsolver": {"_type": "derivation", "name": "r-LMMsolver-1.0.3"}, "LMMstar": {"_type": "derivation", "name": "r-LMMstar-0.7.6"}, "LMN": {"_type": "derivation", "name": "r-LMN-1.1.3"}, "LMest": {"_type": "derivation", "name": "r-LMest-3.0.4"}, "LMfilteR": {"_type": "derivation", "name": "r-LMfilteR-0.1.3"}, "LMoFit": {"_type": "derivation", "name": "r-LMoFit-0.1.6"}, "LNIRT": {"_type": "derivation", "name": "r-LNIRT-0.5.1"}, "LOBSTAHS": {"_type": "derivation", "name": "r-LOBSTAHS-1.22.0"}, "LOCUS": {"_type": "derivation", "name": "r-LOCUS-1.0"}, "LOGAN": {"_type": "derivation", "name": "r-LOGAN-1.0.1"}, "LOGANTree": {"_type": "derivation", "name": "r-LOGANTree-0.1.1"}, "LOGICOIL": {"_type": "derivation", "name": "r-LOGICOIL-0.99.0"}, "LOLA": {"_type": "derivation", "name": "r-LOLA-1.26.0"}, "LOMAR": {"_type": "derivation", "name": "r-LOMAR-0.2.1"}, "LOPART": {"_type": "derivation", "name": "r-LOPART-2020.6.29"}, "LOST": {"_type": "derivation", "name": "r-LOST-2.0.2"}, "LPBkg": {"_type": "derivation", "name": "r-LPBkg-1.2"}, "LPCM": {"_type": "derivation", "name": "r-LPCM-0.46-7"}, "LPDynR": {"_type": "derivation", "name": "r-LPDynR-1.0.2"}, "LPE": {"_type": "derivation", "name": "r-LPE-1.70.0"}, "LPEadj": {"_type": "derivation", "name": "r-LPEadj-1.56.0"}, "LPGraph": {"_type": "derivation", "name": "r-LPGraph-2.1"}, "LPKsample": {"_type": "derivation", "name": "r-LPKsample-2.1"}, "LPM": {"_type": "derivation", "name": "r-LPM-2.9"}, "LPRelevance": {"_type": "derivation", "name": "r-LPRelevance-3.3"}, "LPS": {"_type": "derivation", "name": "r-LPS-1.0.16"}, "LPStimeSeries": {"_type": "derivation", "name": "r-LPStimeSeries-1.0-5"}, "LPTime": {"_type": "derivation", "name": "r-LPTime-1.0-2"}, "LPWC": {"_type": "derivation", "name": "r-LPWC-1.0.0"}, "LPmerge": {"_type": "derivation", "name": "r-LPmerge-1.7"}, "LPower": {"_type": "derivation", "name": "r-LPower-0.1.1"}, "LPsmooth": {"_type": "derivation", "name": "r-LPsmooth-0.1.3"}, "LRBaseDbi": {"_type": "derivation", "name": "r-LRBaseDbi-2.6.0"}, "LRBase_Ath_eg_db": {"_type": "derivation", "name": "r-LRBase.Ath.eg.db-2.0.1"}, "LRBase_Bta_eg_db": {"_type": "derivation", "name": "r-LRBase.Bta.eg.db-2.0.1"}, "LRBase_Cel_eg_db": {"_type": "derivation", "name": "r-LRBase.Cel.eg.db-2.0.1"}, "LRBase_Dme_eg_db": {"_type": "derivation", "name": "r-LRBase.Dme.eg.db-2.0.1"}, "LRBase_Dre_eg_db": {"_type": "derivation", "name": "r-LRBase.Dre.eg.db-2.0.1"}, "LRBase_Gga_eg_db": {"_type": "derivation", "name": "r-LRBase.Gga.eg.db-2.0.1"}, "LRBase_Hsa_eg_db": {"_type": "derivation", "name": "r-LRBase.Hsa.eg.db-2.0.1"}, "LRBase_Mmu_eg_db": {"_type": "derivation", "name": "r-LRBase.Mmu.eg.db-2.0.1"}, "LRBase_Pab_eg_db": {"_type": "derivation", "name": "r-LRBase.Pab.eg.db-2.0.1"}, "LRBase_Rno_eg_db": {"_type": "derivation", "name": "r-LRBase.Rno.eg.db-2.0.1"}, "LRBase_Ssc_eg_db": {"_type": "derivation", "name": "r-LRBase.Ssc.eg.db-2.0.1"}, "LRBase_Xtr_eg_db": {"_type": "derivation", "name": "r-LRBase.Xtr.eg.db-2.0.1"}, "LREP": {"_type": "derivation", "name": "r-LREP-0.1.1"}, "LRMF3": {"_type": "derivation", "name": "r-LRMF3-0.1.0"}, "LRQMM": {"_type": "derivation", "name": "r-LRQMM-1.2.3"}, "LRTH": {"_type": "derivation", "name": "r-LRTH-1.3"}, "LRTesteR": {"_type": "derivation", "name": "r-LRTesteR-1.0.1"}, "LRcell": {"_type": "derivation", "name": "r-LRcell-1.4.0"}, "LRcellTypeMarkers": {"_type": "derivation", "name": "r-LRcellTypeMarkers-1.4.0"}, "LRcontrast": {"_type": "derivation", "name": "r-LRcontrast-1.0"}, "LS2W": {"_type": "derivation", "name": "r-LS2W-1.3.5"}, "LS2Wstat": {"_type": "derivation", "name": "r-LS2Wstat-2.1-4"}, "LSAfun": {"_type": "derivation", "name": "r-LSAfun-0.6.3"}, "LSAmitR": {"_type": "derivation", "name": "r-LSAmitR-1.0-3"}, "LSC": {"_type": "derivation", "name": "r-LSC-0.1.5"}, "LSD": {"_type": "derivation", "name": "r-LSD-4.1-0"}, "LSDinterface": {"_type": "derivation", "name": "r-LSDinterface-1.2.1"}, "LSDsensitivity": {"_type": "derivation", "name": "r-LSDsensitivity-1.2.3"}, "LSE": {"_type": "derivation", "name": "r-LSE-1.0.0"}, "LSMRealOptions": {"_type": "derivation", "name": "r-LSMRealOptions-0.2.1"}, "LSMonteCarlo": {"_type": "derivation", "name": "r-LSMonteCarlo-1.0"}, "LSPFP": {"_type": "derivation", "name": "r-LSPFP-1.0.3"}, "LSRS": {"_type": "derivation", "name": "r-LSRS-0.2.0"}, "LST": {"_type": "derivation", "name": "r-LST-1.1.0"}, "LSTS": {"_type": "derivation", "name": "r-LSTS-2.1"}, "LSVAR": {"_type": "derivation", "name": "r-LSVAR-1.2"}, "LSWPlib": {"_type": "derivation", "name": "r-LSWPlib-0.1.0"}, "LSX": {"_type": "derivation", "name": "r-LSX-1.1.3"}, "LTASR": {"_type": "derivation", "name": "r-LTASR-0.1.0"}, "LTPDvar": {"_type": "derivation", "name": "r-LTPDvar-1.2.1"}, "LTRCforests": {"_type": "derivation", "name": "r-LTRCforests-0.5.5"}, "LTRCtrees": {"_type": "derivation", "name": "r-LTRCtrees-1.1.1"}, "LUCIDus": {"_type": "derivation", "name": "r-LUCIDus-2.2"}, "LVGP": {"_type": "derivation", "name": "r-LVGP-2.1.5"}, "LW1949": {"_type": "derivation", "name": "r-LW1949-1.1.0"}, "LWFBrook90R": {"_type": "derivation", "name": "r-LWFBrook90R-0.5.0"}, "LZeroSpikeInference": {"_type": "derivation", "name": "r-LZeroSpikeInference-1.0.3"}, "LaF": {"_type": "derivation", "name": "r-LaF-0.8.4"}, "LabApplStat": {"_type": "derivation", "name": "r-LabApplStat-1.4.4"}, "LabRS": {"_type": "derivation", "name": "r-LabRS-0.1.0"}, "LabourMarketAreas": {"_type": "derivation", "name": "r-LabourMarketAreas-3.3.1"}, "LadR": {"_type": "derivation", "name": "r-LadR-1.0.6"}, "LagSequential": {"_type": "derivation", "name": "r-LagSequential-0.1.1"}, "Lahman": {"_type": "derivation", "name": "r-Lahman-10.0-1"}, "LakeMetabolizer": {"_type": "derivation", "name": "r-LakeMetabolizer-1.5.0"}, "Lambda4": {"_type": "derivation", "name": "r-Lambda4-3.0"}, "LambertW": {"_type": "derivation", "name": "r-LambertW-0.6.7-1"}, "Landmarking": {"_type": "derivation", "name": "r-Landmarking-1.0.0"}, "Langevin": {"_type": "derivation", "name": "r-Langevin-1.3.1"}, "LaplaceDeconv": {"_type": "derivation", "name": "r-LaplaceDeconv-1.0.4"}, "LaplacesDemon": {"_type": "derivation", "name": "r-LaplacesDemon-16.1.6"}, "LassoBacktracking": {"_type": "derivation", "name": "r-LassoBacktracking-1.0"}, "LassoGEE": {"_type": "derivation", "name": "r-LassoGEE-1.0"}, "LassoNet": {"_type": "derivation", "name": "r-LassoNet-0.8.3"}, "LassoSIR": {"_type": "derivation", "name": "r-LassoSIR-0.1.1"}, "Laterality": {"_type": "derivation", "name": "r-Laterality-0.9.4"}, "LatticeDesign": {"_type": "derivation", "name": "r-LatticeDesign-2.0-4"}, "LatticeKrig": {"_type": "derivation", "name": "r-LatticeKrig-8.4"}, "LavaCvxr": {"_type": "derivation", "name": "r-LavaCvxr-1.0.2"}, "Lavash": {"_type": "derivation", "name": "r-Lavash-1.0"}, "LeArEst": {"_type": "derivation", "name": "r-LeArEst-1.0.0"}, "LeMaRns": {"_type": "derivation", "name": "r-LeMaRns-0.1.2"}, "LeafArea": {"_type": "derivation", "name": "r-LeafArea-0.1.8"}, "LearnBayes": {"_type": "derivation", "name": "r-LearnBayes-2.15.1"}, "LearnClust": {"_type": "derivation", "name": "r-LearnClust-1.1"}, "LearnGeom": {"_type": "derivation", "name": "r-LearnGeom-1.5"}, "LearnPCA": {"_type": "derivation", "name": "r-LearnPCA-0.2.0"}, "LearningRlab": {"_type": "derivation", "name": "r-LearningRlab-2.3"}, "LearningStats": {"_type": "derivation", "name": "r-LearningStats-0.1.0"}, "LedPred": {"_type": "derivation", "name": "r-LedPred-1.30.0"}, "LexFindR": {"_type": "derivation", "name": "r-LexFindR-1.0.2"}, "LexisNexisTools": {"_type": "derivation", "name": "r-LexisNexisTools-0.3.6"}, "LexisPlotR": {"_type": "derivation", "name": "r-LexisPlotR-0.4.0"}, "LibOPF": {"_type": "derivation", "name": "r-LibOPF-2.6.1"}, "LiblineaR": {"_type": "derivation", "name": "r-LiblineaR-2.10-12"}, "LiblineaR_ACF": {"_type": "derivation", "name": "r-LiblineaR.ACF-1.94-2"}, "Libra": {"_type": "derivation", "name": "r-Libra-1.7"}, "LiebermanAidenHiC2009": {"_type": "derivation", "name": "r-LiebermanAidenHiC2009-0.34.0"}, "LifeHist": {"_type": "derivation", "name": "r-LifeHist-1.0-1"}, "LifeInsuranceContracts": {"_type": "derivation", "name": "r-LifeInsuranceContracts-0.0.4"}, "LifeTables": {"_type": "derivation", "name": "r-LifeTables-1.0"}, "LightningR": {"_type": "derivation", "name": "r-LightningR-1.0.2"}, "LilRhino": {"_type": "derivation", "name": "r-LilRhino-1.2.2"}, "LimnoPalettes": {"_type": "derivation", "name": "r-LimnoPalettes-0.1.0"}, "LinCal": {"_type": "derivation", "name": "r-LinCal-1.0.1"}, "LinRegInteractive": {"_type": "derivation", "name": "r-LinRegInteractive-0.3-3"}, "LinTInd": {"_type": "derivation", "name": "r-LinTInd-1.0.0"}, "LindenmayeR": {"_type": "derivation", "name": "r-LindenmayeR-0.1.13"}, "LindleyPowerSeries": {"_type": "derivation", "name": "r-LindleyPowerSeries-1.0.1"}, "LindleyR": {"_type": "derivation", "name": "r-LindleyR-1.1.0"}, "LineagePulse": {"_type": "derivation", "name": "r-LineagePulse-1.16.0"}, "LinearDetect": {"_type": "derivation", "name": "r-LinearDetect-0.1.5"}, "LinearRegressionMDE": {"_type": "derivation", "name": "r-LinearRegressionMDE-1.0"}, "LinkHD": {"_type": "derivation", "name": "r-LinkHD-1.10.0"}, "Linkage": {"_type": "derivation", "name": "r-Linkage-0.9"}, "LinkageMapView": {"_type": "derivation", "name": "r-LinkageMapView-2.1.2"}, "LinkedGASP": {"_type": "derivation", "name": "r-LinkedGASP-1.0"}, "LinkedMatrix": {"_type": "derivation", "name": "r-LinkedMatrix-1.4.0"}, "Linnorm": {"_type": "derivation", "name": "r-Linnorm-2.20.0"}, "LipidMS": {"_type": "derivation", "name": "r-LipidMS-3.0.3"}, "LiquidAssociation": {"_type": "derivation", "name": "r-LiquidAssociation-1.50.0"}, "ListerEtAlBSseq": {"_type": "derivation", "name": "r-ListerEtAlBSseq-1.28.0"}, "Lmoments": {"_type": "derivation", "name": "r-Lmoments-1.3-1"}, "LncFinder": {"_type": "derivation", "name": "r-LncFinder-1.1.5"}, "LncPath": {"_type": "derivation", "name": "r-LncPath-1.1"}, "LoBrA": {"_type": "derivation", "name": "r-LoBrA-1.0"}, "LocFDRPois": {"_type": "derivation", "name": "r-LocFDRPois-1.0.0"}, "LocKer": {"_type": "derivation", "name": "r-LocKer-1.1"}, "LocalControl": {"_type": "derivation", "name": "r-LocalControl-1.1.3"}, "LocalControlStrategy": {"_type": "derivation", "name": "r-LocalControlStrategy-1.3.3"}, "Lock5Data": {"_type": "derivation", "name": "r-Lock5Data-3.0.0"}, "Lock5withR": {"_type": "derivation", "name": "r-Lock5withR-1.2.2"}, "LogConcDEAD": {"_type": "derivation", "name": "r-LogConcDEAD-1.6-5"}, "LogRegEquiv": {"_type": "derivation", "name": "r-LogRegEquiv-0.1.5"}, "LogicReg": {"_type": "derivation", "name": "r-LogicReg-1.6.4"}, "LogisticCurveFitting": {"_type": "derivation", "name": "r-LogisticCurveFitting-0.1.0"}, "LogisticDx": {"_type": "derivation", "name": "r-LogisticDx-0.3"}, "LogisticRCI": {"_type": "derivation", "name": "r-LogisticRCI-1.1"}, "LogitNet": {"_type": "derivation", "name": "r-LogitNet-0.1-1"}, "LogrankA": {"_type": "derivation", "name": "r-LogrankA-1.0"}, "LongCART": {"_type": "derivation", "name": "r-LongCART-3.2"}, "LongDat": {"_type": "derivation", "name": "r-LongDat-1.1.0"}, "LongMemoryTS": {"_type": "derivation", "name": "r-LongMemoryTS-0.1.0"}, "LongituRF": {"_type": "derivation", "name": "r-LongituRF-0.9"}, "LoomExperiment": {"_type": "derivation", "name": "r-LoomExperiment-1.14.0"}, "LoopAnalyst": {"_type": "derivation", "name": "r-LoopAnalyst-1.2-6"}, "LoopDetectR": {"_type": "derivation", "name": "r-LoopDetectR-0.1.2"}, "LoopRig": {"_type": "derivation", "name": "r-LoopRig-0.1.1"}, "LotkasLaw": {"_type": "derivation", "name": "r-LotkasLaw-0.0.1.0"}, "LowMACA": {"_type": "derivation", "name": "r-LowMACA-1.26.2"}, "LowMACAAnnotation": {"_type": "derivation", "name": "r-LowMACAAnnotation-0.99.3"}, "LowRankQP": {"_type": "derivation", "name": "r-LowRankQP-1.0.5"}, "LowWAFOMNX": {"_type": "derivation", "name": "r-LowWAFOMNX-1.1.1"}, "LowWAFOMSobol": {"_type": "derivation", "name": "r-LowWAFOMSobol-1.1.1"}, "LqG": {"_type": "derivation", "name": "r-LqG-0.1.0"}, "Luminescence": {"_type": "derivation", "name": "r-Luminescence-0.9.20"}, "LungCancerACvsSCCGEO": {"_type": "derivation", "name": "r-LungCancerACvsSCCGEO-1.32.0"}, "LungCancerLines": {"_type": "derivation", "name": "r-LungCancerLines-0.34.0"}, "LymphoSeq": {"_type": "derivation", "name": "r-LymphoSeq-1.24.0"}, "LymphoSeqDB": {"_type": "derivation", "name": "r-LymphoSeqDB-0.99.2"}, "M2SMF": {"_type": "derivation", "name": "r-M2SMF-2.0"}, "M2SMJF": {"_type": "derivation", "name": "r-M2SMJF-1.0"}, "M3": {"_type": "derivation", "name": "r-M3-0.3"}, "M3C": {"_type": "derivation", "name": "r-M3C-1.18.0"}, "M3DExampleData": {"_type": "derivation", "name": "r-M3DExampleData-1.22.0"}, "M3Drop": {"_type": "derivation", "name": "r-M3Drop-1.22.0"}, "MAAPER": {"_type": "derivation", "name": "r-MAAPER-1.1.1"}, "MABOUST": {"_type": "derivation", "name": "r-MABOUST-1.0.1"}, "MACER": {"_type": "derivation", "name": "r-MACER-0.2.0"}, "MACPET": {"_type": "derivation", "name": "r-MACPET-1.15.1"}, "MACSQuantifyR": {"_type": "derivation", "name": "r-MACSQuantifyR-1.10.0"}, "MACSdata": {"_type": "derivation", "name": "r-MACSdata-1.4.0"}, "MACSr": {"_type": "derivation", "name": "r-MACSr-1.4.0"}, "MADPop": {"_type": "derivation", "name": "r-MADPop-1.1.4"}, "MADSEQ": {"_type": "derivation", "name": "r-MADSEQ-1.22.0"}, "MAFDash": {"_type": "derivation", "name": "r-MAFDash-0.2.1"}, "MAGAR": {"_type": "derivation", "name": "r-MAGAR-1.4.0"}, "MAGEE": {"_type": "derivation", "name": "r-MAGEE-1.2.0"}, "MAGNAMWAR": {"_type": "derivation", "name": "r-MAGNAMWAR-2.0.4"}, "MAGeCKFlute": {"_type": "derivation", "name": "r-MAGeCKFlute-2.0.0"}, "MAI": {"_type": "derivation", "name": "r-MAI-1.2.0"}, "MAINT_Data": {"_type": "derivation", "name": "r-MAINT.Data-2.6.2"}, "MAIT": {"_type": "derivation", "name": "r-MAIT-1.30.0"}, "MAKL": {"_type": "derivation", "name": "r-MAKL-1.0.1"}, "MALDIquant": {"_type": "derivation", "name": "r-MALDIquant-1.21"}, "MALDIquantForeign": {"_type": "derivation", "name": "r-MALDIquantForeign-0.13"}, "MALDIrppa": {"_type": "derivation", "name": "r-MALDIrppa-1.1.0-1"}, "MAMS": {"_type": "derivation", "name": "r-MAMS-2.0.0"}, "MANCIE": {"_type": "derivation", "name": "r-MANCIE-1.4"}, "MANOR": {"_type": "derivation", "name": "r-MANOR-1.68.0"}, "MANOVA_RM": {"_type": "derivation", "name": "r-MANOVA.RM-0.5.3"}, "MAP": {"_type": "derivation", "name": "r-MAP-0.1.3"}, "MAPA": {"_type": "derivation", "name": "r-MAPA-2.0.5"}, "MAPITR": {"_type": "derivation", "name": "r-MAPITR-1.1.2"}, "MAPLES": {"_type": "derivation", "name": "r-MAPLES-1.0"}, "MAQCsubset": {"_type": "derivation", "name": "r-MAQCsubset-1.34.0"}, "MAQCsubsetAFX": {"_type": "derivation", "name": "r-MAQCsubsetAFX-1.30.0"}, "MAQCsubsetILM": {"_type": "derivation", "name": "r-MAQCsubsetILM-1.34.0"}, "MARSANNhybrid": {"_type": "derivation", "name": "r-MARSANNhybrid-0.1.0"}, "MARSS": {"_type": "derivation", "name": "r-MARSS-3.11.4"}, "MARSSVRhybrid": {"_type": "derivation", "name": "r-MARSSVRhybrid-0.1.0"}, "MARVEL": {"_type": "derivation", "name": "r-MARVEL-1.3.0"}, "MARX": {"_type": "derivation", "name": "r-MARX-0.2"}, "MASS": {"_type": "derivation", "name": "r-MASS-7.3-58.1"}, "MASSExtra": {"_type": "derivation", "name": "r-MASSExtra-1.1.2"}, "MASSTIMATE": {"_type": "derivation", "name": "r-MASSTIMATE-2.0-1"}, "MAST": {"_type": "derivation", "name": "r-MAST-1.22.0"}, "MAT": {"_type": "derivation", "name": "r-MAT-2.3.1"}, "MATA": {"_type": "derivation", "name": "r-MATA-0.7.1"}, "MATTOOLS": {"_type": "derivation", "name": "r-MATTOOLS-1.1"}, "MAVE": {"_type": "derivation", "name": "r-MAVE-1.3.11"}, "MAVTgsa": {"_type": "derivation", "name": "r-MAVTgsa-1.3"}, "MAc": {"_type": "derivation", "name": "r-MAc-1.1.1"}, "MAclinical": {"_type": "derivation", "name": "r-MAclinical-1.0-5"}, "MAd": {"_type": "derivation", "name": "r-MAd-0.8-3"}, "MAnorm2": {"_type": "derivation", "name": "r-MAnorm2-1.2.2"}, "MBA": {"_type": "derivation", "name": "r-MBA-0.0-9"}, "MBASED": {"_type": "derivation", "name": "r-MBASED-1.30.0"}, "MBAmethyl": {"_type": "derivation", "name": "r-MBAmethyl-1.30.0"}, "MBAnalysis": {"_type": "derivation", "name": "r-MBAnalysis-0.1.0"}, "MBC": {"_type": "derivation", "name": "r-MBC-0.10-5"}, "MBCB": {"_type": "derivation", "name": "r-MBCB-1.50.0"}, "MBCbook": {"_type": "derivation", "name": "r-MBCbook-0.1.1"}, "MBCluster_Seq": {"_type": "derivation", "name": "r-MBCluster.Seq-1.0"}, "MBECS": {"_type": "derivation", "name": "r-MBECS-1.0.0"}, "MBESS": {"_type": "derivation", "name": "r-MBESS-4.9.2"}, "MBHdesign": {"_type": "derivation", "name": "r-MBHdesign-2.2.2"}, "MBI": {"_type": "derivation", "name": "r-MBI-1.0"}, "MBNMAdose": {"_type": "derivation", "name": "r-MBNMAdose-0.4.1"}, "MBNMAtime": {"_type": "derivation", "name": "r-MBNMAtime-0.2.1"}, "MBQN": {"_type": "derivation", "name": "r-MBQN-2.8.0"}, "MBSGS": {"_type": "derivation", "name": "r-MBSGS-1.1.0"}, "MBSP": {"_type": "derivation", "name": "r-MBSP-3.0"}, "MBmca": {"_type": "derivation", "name": "r-MBmca-1.0.1-3"}, "MBttest": {"_type": "derivation", "name": "r-MBttest-1.24.0"}, "MC2toPath": {"_type": "derivation", "name": "r-MC2toPath-0.0.16"}, "MCARtest": {"_type": "derivation", "name": "r-MCARtest-1.0"}, "MCAvariants": {"_type": "derivation", "name": "r-MCAvariants-2.6"}, "MCBackscattering": {"_type": "derivation", "name": "r-MCBackscattering-0.1.1"}, "MCDA": {"_type": "derivation", "name": "r-MCDA-0.0.22"}, "MCDM": {"_type": "derivation", "name": "r-MCDM-1.2"}, "MCI": {"_type": "derivation", "name": "r-MCI-1.3.3"}, "MCID": {"_type": "derivation", "name": "r-MCID-0.1.0"}, "MCL": {"_type": "derivation", "name": "r-MCL-1.0"}, "MCM": {"_type": "derivation", "name": "r-MCM-0.1.7"}, "MCMC4Extremes": {"_type": "derivation", "name": "r-MCMC4Extremes-1.1"}, "MCMC_OTU": {"_type": "derivation", "name": "r-MCMC.OTU-1.0.10"}, "MCMC_qpcr": {"_type": "derivation", "name": "r-MCMC.qpcr-1.2.4"}, "MCMCglmm": {"_type": "derivation", "name": "r-MCMCglmm-2.34"}, "MCMChybridGP": {"_type": "derivation", "name": "r-MCMChybridGP-5.4"}, "MCMCpack": {"_type": "derivation", "name": "r-MCMCpack-1.6-3"}, "MCMCprecision": {"_type": "derivation", "name": "r-MCMCprecision-0.4.0"}, "MCMCtreeR": {"_type": "derivation", "name": "r-MCMCtreeR-1.1"}, "MCMCvis": {"_type": "derivation", "name": "r-MCMCvis-0.15.5"}, "MCPAN": {"_type": "derivation", "name": "r-MCPAN-1.1-21"}, "MCPMod": {"_type": "derivation", "name": "r-MCPMod-1.0-10.1"}, "MCPModGeneral": {"_type": "derivation", "name": "r-MCPModGeneral-0.1-1"}, "MCPModPack": {"_type": "derivation", "name": "r-MCPModPack-0.4"}, "MCPtests": {"_type": "derivation", "name": "r-MCPtests-1.0.1"}, "MCS": {"_type": "derivation", "name": "r-MCS-0.1.3"}, "MCSim": {"_type": "derivation", "name": "r-MCSim-1.0"}, "MCTM": {"_type": "derivation", "name": "r-MCTM-1.0"}, "MCbiclust": {"_type": "derivation", "name": "r-MCbiclust-1.20.0"}, "MChtest": {"_type": "derivation", "name": "r-MChtest-1.0-3"}, "MConjoint": {"_type": "derivation", "name": "r-MConjoint-0.1"}, "MDBED": {"_type": "derivation", "name": "r-MDBED-1.0.0"}, "MDFS": {"_type": "derivation", "name": "r-MDFS-1.3.0"}, "MDMAPR": {"_type": "derivation", "name": "r-MDMAPR-0.2.3"}, "MDMR": {"_type": "derivation", "name": "r-MDMR-0.5.1"}, "MDOLS": {"_type": "derivation", "name": "r-MDOLS-1.0"}, "MDPtoolbox": {"_type": "derivation", "name": "r-MDPtoolbox-4.0.3"}, "MDSMap": {"_type": "derivation", "name": "r-MDSMap-1.1"}, "MDSPCAShiny": {"_type": "derivation", "name": "r-MDSPCAShiny-0.1.0"}, "MDSS": {"_type": "derivation", "name": "r-MDSS-1.0-1"}, "MDTS": {"_type": "derivation", "name": "r-MDTS-1.16.0"}, "MDimNormn": {"_type": "derivation", "name": "r-MDimNormn-0.8.0"}, "MDplot": {"_type": "derivation", "name": "r-MDplot-1.0.1"}, "MEAL": {"_type": "derivation", "name": "r-MEAL-1.26.0"}, "MEAT": {"_type": "derivation", "name": "r-MEAT-1.8.0"}, "MEB": {"_type": "derivation", "name": "r-MEB-1.10.0"}, "MED": {"_type": "derivation", "name": "r-MED-0.1.0"}, "MEDIPS": {"_type": "derivation", "name": "r-MEDIPS-1.48.0"}, "MEDIPSData": {"_type": "derivation", "name": "r-MEDIPSData-1.32.0"}, "MEDITS": {"_type": "derivation", "name": "r-MEDITS-0.1.7"}, "MEDME": {"_type": "derivation", "name": "r-MEDME-1.56.0"}, "MEDseq": {"_type": "derivation", "name": "r-MEDseq-1.3.3"}, "MEEBOdata": {"_type": "derivation", "name": "r-MEEBOdata-1.34.0"}, "MEGENA": {"_type": "derivation", "name": "r-MEGENA-1.3.7"}, "MEIGOR": {"_type": "derivation", "name": "r-MEIGOR-1.30.0"}, "MEMSS": {"_type": "derivation", "name": "r-MEMSS-0.9-3"}, "MEPDF": {"_type": "derivation", "name": "r-MEPDF-3.0"}, "MERO": {"_type": "derivation", "name": "r-MERO-0.1.1"}, "MESS": {"_type": "derivation", "name": "r-MESS-0.5.9"}, "MEclustnet": {"_type": "derivation", "name": "r-MEclustnet-1.2.2"}, "MEtest": {"_type": "derivation", "name": "r-MEtest-1.1"}, "MF": {"_type": "derivation", "name": "r-MF-4.3.2"}, "MFAg": {"_type": "derivation", "name": "r-MFAg-1.8"}, "MFDFA": {"_type": "derivation", "name": "r-MFDFA-1.1"}, "MFHD": {"_type": "derivation", "name": "r-MFHD-0.0.1"}, "MFO": {"_type": "derivation", "name": "r-MFO-0.1.0"}, "MFPCA": {"_type": "derivation", "name": "r-MFPCA-1.3-10"}, "MFSIS": {"_type": "derivation", "name": "r-MFSIS-0.1.3"}, "MFT": {"_type": "derivation", "name": "r-MFT-2.0"}, "MGBT": {"_type": "derivation", "name": "r-MGBT-1.0.7"}, "MGDrivE": {"_type": "derivation", "name": "r-MGDrivE-1.6.0"}, "MGDrivE2": {"_type": "derivation", "name": "r-MGDrivE2-2.0.0"}, "MGFM": {"_type": "derivation", "name": "r-MGFM-1.30.0"}, "MGFR": {"_type": "derivation", "name": "r-MGFR-1.22.0"}, "MGL": {"_type": "derivation", "name": "r-MGL-1.1"}, "MGLM": {"_type": "derivation", "name": "r-MGLM-0.2.1"}, "MGMM": {"_type": "derivation", "name": "r-MGMM-1.0.0"}, "MGMS2": {"_type": "derivation", "name": "r-MGMS2-1.0.2"}, "MGRASTer": {"_type": "derivation", "name": "r-MGRASTer-0.9"}, "MGSDA": {"_type": "derivation", "name": "r-MGSDA-1.6"}, "MHCtools": {"_type": "derivation", "name": "r-MHCtools-1.5.0"}, "MHDA": {"_type": "derivation", "name": "r-MHDA-1.2"}, "MHMM": {"_type": "derivation", "name": "r-MHMM-1.0.0"}, "MHTcop": {"_type": "derivation", "name": "r-MHTcop-0.1.1"}, "MHTdiscrete": {"_type": "derivation", "name": "r-MHTdiscrete-1.0.1"}, "MHTmult": {"_type": "derivation", "name": "r-MHTmult-0.1.0"}, "MHTrajectoryR": {"_type": "derivation", "name": "r-MHTrajectoryR-1.0.1"}, "MHadaptive": {"_type": "derivation", "name": "r-MHadaptive-1.1-8"}, "MIAmaxent": {"_type": "derivation", "name": "r-MIAmaxent-1.2.0"}, "MICsplines": {"_type": "derivation", "name": "r-MICsplines-1.0"}, "MIDASwrappeR": {"_type": "derivation", "name": "r-MIDASwrappeR-0.5.1"}, "MIDN": {"_type": "derivation", "name": "r-MIDN-1.0"}, "MIGSA": {"_type": "derivation", "name": "r-MIGSA-1.20.0"}, "MIGSAdata": {"_type": "derivation", "name": "r-MIGSAdata-1.20.0"}, "MIICD": {"_type": "derivation", "name": "r-MIICD-2.4"}, "MIIPW": {"_type": "derivation", "name": "r-MIIPW-0.1.0"}, "MIIVsem": {"_type": "derivation", "name": "r-MIIVsem-0.5.8"}, "MILC": {"_type": "derivation", "name": "r-MILC-1.0"}, "MIMOSA": {"_type": "derivation", "name": "r-MIMOSA-1.34.0"}, "MIMSunit": {"_type": "derivation", "name": "r-MIMSunit-0.11.2"}, "MINTplates": {"_type": "derivation", "name": "r-MINTplates-1.0.1"}, "MIPHENO": {"_type": "derivation", "name": "r-MIPHENO-1.2"}, "MIRA": {"_type": "derivation", "name": "r-MIRA-1.18.0"}, "MIRES": {"_type": "derivation", "name": "r-MIRES-0.1.0"}, "MIWilson": {"_type": "derivation", "name": "r-MIWilson-1.0.0"}, "MIXFIM": {"_type": "derivation", "name": "r-MIXFIM-1.1"}, "MImix": {"_type": "derivation", "name": "r-MImix-1.0"}, "MInt": {"_type": "derivation", "name": "r-MInt-1.0.1"}, "MKLE": {"_type": "derivation", "name": "r-MKLE-1.0.0"}, "MKMeans": {"_type": "derivation", "name": "r-MKMeans-2.1"}, "MKclass": {"_type": "derivation", "name": "r-MKclass-0.3"}, "MKdescr": {"_type": "derivation", "name": "r-MKdescr-0.7"}, "MKinfer": {"_type": "derivation", "name": "r-MKinfer-0.7"}, "MKmisc": {"_type": "derivation", "name": "r-MKmisc-1.8"}, "MKomics": {"_type": "derivation", "name": "r-MKomics-0.7"}, "MKpower": {"_type": "derivation", "name": "r-MKpower-0.5"}, "ML2Pvae": {"_type": "derivation", "name": "r-ML2Pvae-1.0.0.1"}, "MLCIRTwithin": {"_type": "derivation", "name": "r-MLCIRTwithin-2.1.1"}, "MLCM": {"_type": "derivation", "name": "r-MLCM-0.4.3"}, "MLDAShiny": {"_type": "derivation", "name": "r-MLDAShiny-0.1.0"}, "MLDAShiny2": {"_type": "derivation", "name": "r-MLDAShiny2-0.1.0"}, "MLDS": {"_type": "derivation", "name": "r-MLDS-0.4.901"}, "MLDataR": {"_type": "derivation", "name": "r-MLDataR-1.0.1"}, "MLEcens": {"_type": "derivation", "name": "r-MLEcens-0.1-7"}, "MLFS": {"_type": "derivation", "name": "r-MLFS-0.4.2"}, "MLGL": {"_type": "derivation", "name": "r-MLGL-0.6.7"}, "MLGdata": {"_type": "derivation", "name": "r-MLGdata-0.1.0"}, "MLID": {"_type": "derivation", "name": "r-MLID-1.0.1"}, "MLInterfaces": {"_type": "derivation", "name": "r-MLInterfaces-1.76.0"}, "MLML2R": {"_type": "derivation", "name": "r-MLML2R-0.3.3"}, "MLMOI": {"_type": "derivation", "name": "r-MLMOI-0.1.1"}, "MLModelSelection": {"_type": "derivation", "name": "r-MLModelSelection-1.0"}, "MLMusingR": {"_type": "derivation", "name": "r-MLMusingR-0.2.0"}, "MLP": {"_type": "derivation", "name": "r-MLP-1.44.0"}, "MLPA": {"_type": "derivation", "name": "r-MLPA-1.10.0"}, "MLPUGS": {"_type": "derivation", "name": "r-MLPUGS-0.2.0"}, "MLRShiny": {"_type": "derivation", "name": "r-MLRShiny-0.1.0"}, "MLRShiny2": {"_type": "derivation", "name": "r-MLRShiny2-0.1.0"}, "MLSeq": {"_type": "derivation", "name": "r-MLSeq-2.14.0"}, "MLVSBM": {"_type": "derivation", "name": "r-MLVSBM-0.2.4"}, "MLZ": {"_type": "derivation", "name": "r-MLZ-0.1.4"}, "ML_MSBD": {"_type": "derivation", "name": "r-ML.MSBD-1.2.1"}, "MLeval": {"_type": "derivation", "name": "r-MLeval-0.3"}, "MLmetrics": {"_type": "derivation", "name": "r-MLmetrics-1.1.1"}, "MLpreemption": {"_type": "derivation", "name": "r-MLpreemption-1.0.1"}, "MM": {"_type": "derivation", "name": "r-MM-1.6-6"}, "MM2S": {"_type": "derivation", "name": "r-MM2S-1.0.6"}, "MM2Sdata": {"_type": "derivation", "name": "r-MM2Sdata-1.0.3"}, "MM4LMM": {"_type": "derivation", "name": "r-MM4LMM-3.0.2"}, "MMAC": {"_type": "derivation", "name": "r-MMAC-0.1.2"}, "MMAPPR2": {"_type": "derivation", "name": "r-MMAPPR2-1.10.0"}, "MMAPPR2data": {"_type": "derivation", "name": "r-MMAPPR2data-1.10.0"}, "MMD": {"_type": "derivation", "name": "r-MMD-1.0.0"}, "MMDCopula": {"_type": "derivation", "name": "r-MMDCopula-0.2.1"}, "MMDai": {"_type": "derivation", "name": "r-MMDai-2.0.0"}, "MMDiff2": {"_type": "derivation", "name": "r-MMDiff2-1.24.0"}, "MMDiffBamSubset": {"_type": "derivation", "name": "r-MMDiffBamSubset-1.32.0"}, "MMDvariance": {"_type": "derivation", "name": "r-MMDvariance-0.0.9"}, "MMINP": {"_type": "derivation", "name": "r-MMINP-0.1.0"}, "MMLR": {"_type": "derivation", "name": "r-MMLR-0.2.0"}, "MMRcaseselection": {"_type": "derivation", "name": "r-MMRcaseselection-0.1.0"}, "MMUPHin": {"_type": "derivation", "name": "r-MMUPHin-1.10.3"}, "MMVBVS": {"_type": "derivation", "name": "r-MMVBVS-0.8.0"}, "MMWRweek": {"_type": "derivation", "name": "r-MMWRweek-0.1.3"}, "MMeM": {"_type": "derivation", "name": "r-MMeM-0.1.1"}, "MNARclust": {"_type": "derivation", "name": "r-MNARclust-1.1.0"}, "MNB": {"_type": "derivation", "name": "r-MNB-1.1.0"}, "MNLR": {"_type": "derivation", "name": "r-MNLR-0.1.0"}, "MNLpred": {"_type": "derivation", "name": "r-MNLpred-0.0.8"}, "MNM": {"_type": "derivation", "name": "r-MNM-1.0-3"}, "MNP": {"_type": "derivation", "name": "r-MNP-3.1-3"}, "MNS": {"_type": "derivation", "name": "r-MNS-1.0"}, "MOCCA": {"_type": "derivation", "name": "r-MOCCA-1.4"}, "MODA": {"_type": "derivation", "name": "r-MODA-1.22.0"}, "MODIS": {"_type": "derivation", "name": "r-MODIS-1.2.9"}, "MODISSnow": {"_type": "derivation", "name": "r-MODISSnow-0.1.0.0"}, "MODISTools": {"_type": "derivation", "name": "r-MODISTools-1.1.2"}, "MODIStsp": {"_type": "derivation", "name": "r-MODIStsp-2.0.9"}, "MOEADr": {"_type": "derivation", "name": "r-MOEADr-1.1.1"}, "MOFA2": {"_type": "derivation", "name": "r-MOFA2-1.6.0"}, "MOFAT": {"_type": "derivation", "name": "r-MOFAT-1.0"}, "MOFAdata": {"_type": "derivation", "name": "r-MOFAdata-1.12.0"}, "MOGAMUN": {"_type": "derivation", "name": "r-MOGAMUN-1.6.0"}, "MOLHD": {"_type": "derivation", "name": "r-MOLHD-0.2"}, "MOMA": {"_type": "derivation", "name": "r-MOMA-1.8.0"}, "MOQA": {"_type": "derivation", "name": "r-MOQA-2.0.0"}, "MOSS": {"_type": "derivation", "name": "r-MOSS-0.2.2"}, "MOST": {"_type": "derivation", "name": "r-MOST-0.1.2"}, "MOSim": {"_type": "derivation", "name": "r-MOSim-1.10.0"}, "MOTE": {"_type": "derivation", "name": "r-MOTE-1.0.2"}, "MOrder": {"_type": "derivation", "name": "r-MOrder-0.1"}, "MPAgenomics": {"_type": "derivation", "name": "r-MPAgenomics-1.2.3"}, "MPBoost": {"_type": "derivation", "name": "r-MPBoost-0.1-4"}, "MPCI": {"_type": "derivation", "name": "r-MPCI-1.0.7"}, "MPDiR": {"_type": "derivation", "name": "r-MPDiR-0.1-20"}, "MPFE": {"_type": "derivation", "name": "r-MPFE-1.32.0"}, "MPGE": {"_type": "derivation", "name": "r-MPGE-1.0.0"}, "MPI": {"_type": "derivation", "name": "r-MPI-0.1.0"}, "MPINet": {"_type": "derivation", "name": "r-MPINet-1.0"}, "MPLikelihoodWB": {"_type": "derivation", "name": "r-MPLikelihoodWB-1.1"}, "MPN": {"_type": "derivation", "name": "r-MPN-0.3.0"}, "MPRAnalyze": {"_type": "derivation", "name": "r-MPRAnalyze-1.14.0"}, "MPR_genotyping": {"_type": "derivation", "name": "r-MPR.genotyping-0.8"}, "MPS": {"_type": "derivation", "name": "r-MPS-2.3.1"}, "MPSEM": {"_type": "derivation", "name": "r-MPSEM-0.4-1"}, "MPTinR": {"_type": "derivation", "name": "r-MPTinR-1.14.1"}, "MPTmultiverse": {"_type": "derivation", "name": "r-MPTmultiverse-0.4-2"}, "MPV": {"_type": "derivation", "name": "r-MPV-1.59"}, "MPkn": {"_type": "derivation", "name": "r-MPkn-0.1.0"}, "MPsychoR": {"_type": "derivation", "name": "r-MPsychoR-0.10-8"}, "MQMF": {"_type": "derivation", "name": "r-MQMF-0.1.1"}, "MQmetrics": {"_type": "derivation", "name": "r-MQmetrics-1.4.0"}, "MRCE": {"_type": "derivation", "name": "r-MRCE-2.4"}, "MRCV": {"_type": "derivation", "name": "r-MRCV-0.3-3"}, "MRFA": {"_type": "derivation", "name": "r-MRFA-0.4"}, "MRFcov": {"_type": "derivation", "name": "r-MRFcov-1.0.38"}, "MRH": {"_type": "derivation", "name": "r-MRH-2.2"}, "MRHawkes": {"_type": "derivation", "name": "r-MRHawkes-1.0"}, "MRMR": {"_type": "derivation", "name": "r-MRMR-0.1.4"}, "MRPC": {"_type": "derivation", "name": "r-MRPC-3.1.0"}, "MRQoL": {"_type": "derivation", "name": "r-MRQoL-1.0"}, "MRReg": {"_type": "derivation", "name": "r-MRReg-0.1.5"}, "MRS": {"_type": "derivation", "name": "r-MRS-1.2.4"}, "MRTSampleSize": {"_type": "derivation", "name": "r-MRTSampleSize-0.3.0"}, "MRTSampleSizeBinary": {"_type": "derivation", "name": "r-MRTSampleSizeBinary-0.1.1"}, "MRmediation": {"_type": "derivation", "name": "r-MRmediation-1.0.1"}, "MRsurv": {"_type": "derivation", "name": "r-MRsurv-0.2"}, "MSA2dist": {"_type": "derivation", "name": "r-MSA2dist-1.0.0"}, "MSCMT": {"_type": "derivation", "name": "r-MSCMT-1.3.4"}, "MSCquartets": {"_type": "derivation", "name": "r-MSCquartets-1.1.1"}, "MSCsimtester": {"_type": "derivation", "name": "r-MSCsimtester-1.0.0"}, "MSEADbi": {"_type": "derivation", "name": "r-MSEADbi-1.2.0"}, "MSEtool": {"_type": "derivation", "name": "r-MSEtool-3.6.0"}, "MSG": {"_type": "derivation", "name": "r-MSG-0.8"}, "MSGARCH": {"_type": "derivation", "name": "r-MSGARCH-2.50"}, "MSGARCHelm": {"_type": "derivation", "name": "r-MSGARCHelm-0.1.0"}, "MSGFgui": {"_type": "derivation", "name": "r-MSGFgui-1.28.0"}, "MSGFplus": {"_type": "derivation", "name": "r-MSGFplus-1.28.0"}, "MSGLasso": {"_type": "derivation", "name": "r-MSGLasso-2.1"}, "MSMB": {"_type": "derivation", "name": "r-MSMB-1.14.0"}, "MSMwRA": {"_type": "derivation", "name": "r-MSMwRA-1.5"}, "MSPRT": {"_type": "derivation", "name": "r-MSPRT-3.0"}, "MSPrep": {"_type": "derivation", "name": "r-MSPrep-1.6.0"}, "MSQC": {"_type": "derivation", "name": "r-MSQC-1.1.0"}, "MSRDT": {"_type": "derivation", "name": "r-MSRDT-0.1.0"}, "MSSQL": {"_type": "derivation", "name": "r-MSSQL-1.0.0"}, "MST": {"_type": "derivation", "name": "r-MST-2.2"}, "MSTest": {"_type": "derivation", "name": "r-MSTest-0.1.0"}, "MSbox": {"_type": "derivation", "name": "r-MSbox-1.4.6"}, "MSclassifR": {"_type": "derivation", "name": "r-MSclassifR-0.3.1"}, "MSclust": {"_type": "derivation", "name": "r-MSclust-1.0.2"}, "MScombine": {"_type": "derivation", "name": "r-MScombine-1.4"}, "MSiP": {"_type": "derivation", "name": "r-MSiP-1.3.7"}, "MSnID": {"_type": "derivation", "name": "r-MSnID-1.30.0"}, "MSnbase": {"_type": "derivation", "name": "r-MSnbase-2.22.0"}, "MSstats": {"_type": "derivation", "name": "r-MSstats-4.4.1"}, "MSstatsBioData": {"_type": "derivation", "name": "r-MSstatsBioData-1.13.0"}, "MSstatsConvert": {"_type": "derivation", "name": "r-MSstatsConvert-1.6.0"}, "MSstatsLOBD": {"_type": "derivation", "name": "r-MSstatsLOBD-1.4.0"}, "MSstatsLiP": {"_type": "derivation", "name": "r-MSstatsLiP-1.2.1"}, "MSstatsPTM": {"_type": "derivation", "name": "r-MSstatsPTM-1.6.0"}, "MSstatsQC": {"_type": "derivation", "name": "r-MSstatsQC-2.14.0"}, "MSstatsQCgui": {"_type": "derivation", "name": "r-MSstatsQCgui-1.16.0"}, "MSstatsSampleSize": {"_type": "derivation", "name": "r-MSstatsSampleSize-1.10.0"}, "MSstatsTMT": {"_type": "derivation", "name": "r-MSstatsTMT-2.4.1"}, "MSstatsTMTPTM": {"_type": "derivation", "name": "r-MSstatsTMTPTM-1.1.2"}, "MSwM": {"_type": "derivation", "name": "r-MSwM-1.5"}, "MTA": {"_type": "derivation", "name": "r-MTA-0.4.1"}, "MTAR": {"_type": "derivation", "name": "r-MTAR-0.1.1"}, "MTDrh": {"_type": "derivation", "name": "r-MTDrh-0.1.0"}, "MTE": {"_type": "derivation", "name": "r-MTE-1.0.2"}, "MTLR": {"_type": "derivation", "name": "r-MTLR-0.2.1"}, "MTPS": {"_type": "derivation", "name": "r-MTPS-1.0.1"}, "MTS": {"_type": "derivation", "name": "r-MTS-1.2.1"}, "MTSYS": {"_type": "derivation", "name": "r-MTSYS-1.2.0"}, "MUACz": {"_type": "derivation", "name": "r-MUACz-2.1.0"}, "MUGAExampleData": {"_type": "derivation", "name": "r-MUGAExampleData-1.16.0"}, "MUS": {"_type": "derivation", "name": "r-MUS-0.1.6"}, "MVA": {"_type": "derivation", "name": "r-MVA-1.0-8"}, "MVB": {"_type": "derivation", "name": "r-MVB-1.1"}, "MVCClass": {"_type": "derivation", "name": "r-MVCClass-1.70.0"}, "MVLM": {"_type": "derivation", "name": "r-MVLM-0.1.4"}, "MVN": {"_type": "derivation", "name": "r-MVN-5.9"}, "MVNBayesian": {"_type": "derivation", "name": "r-MVNBayesian-0.0.8-11"}, "MVNtestchar": {"_type": "derivation", "name": "r-MVNtestchar-1.1.3"}, "MVQuickGraphs": {"_type": "derivation", "name": "r-MVQuickGraphs-0.1.2"}, "MVR": {"_type": "derivation", "name": "r-MVR-1.33.0"}, "MVT": {"_type": "derivation", "name": "r-MVT-0.3"}, "MVTests": {"_type": "derivation", "name": "r-MVTests-2.1.1"}, "MVar": {"_type": "derivation", "name": "r-MVar-2.1.9"}, "MVar_pt": {"_type": "derivation", "name": "r-MVar.pt-2.1.9"}, "MVisAGe": {"_type": "derivation", "name": "r-MVisAGe-0.2.1"}, "MWASTools": {"_type": "derivation", "name": "r-MWASTools-1.20.0"}, "MWLasso": {"_type": "derivation", "name": "r-MWLasso-1.3.1"}, "MWRidge": {"_type": "derivation", "name": "r-MWRidge-1.0.0"}, "MWright": {"_type": "derivation", "name": "r-MWright-0.3.2"}, "MXM": {"_type": "derivation", "name": "r-MXM-1.5.5"}, "MaOEA": {"_type": "derivation", "name": "r-MaOEA-0.6.2"}, "MaXact": {"_type": "derivation", "name": "r-MaXact-0.2.1"}, "Maaslin2": {"_type": "derivation", "name": "r-Maaslin2-1.10.0"}, "Macarron": {"_type": "derivation", "name": "r-Macarron-1.0.0"}, "MachineShop": {"_type": "derivation", "name": "r-MachineShop-3.6.0"}, "Maeswrap": {"_type": "derivation", "name": "r-Maeswrap-1.7"}, "MafDb_1Kgenomes_phase1_GRCh38": {"_type": "derivation", "name": "r-MafDb.1Kgenomes.phase1.GRCh38-3.10.0"}, "MafDb_1Kgenomes_phase1_hs37d5": {"_type": "derivation", "name": "r-MafDb.1Kgenomes.phase1.hs37d5-3.10.0"}, "MafDb_1Kgenomes_phase3_GRCh38": {"_type": "derivation", "name": "r-MafDb.1Kgenomes.phase3.GRCh38-3.10.0"}, "MafDb_1Kgenomes_phase3_hs37d5": {"_type": "derivation", "name": "r-MafDb.1Kgenomes.phase3.hs37d5-3.10.0"}, "MafDb_ExAC_r1_0_GRCh38": {"_type": "derivation", "name": "r-MafDb.ExAC.r1.0.GRCh38-3.10.0"}, "MafDb_ExAC_r1_0_hs37d5": {"_type": "derivation", "name": "r-MafDb.ExAC.r1.0.hs37d5-3.10.0"}, "MafDb_ExAC_r1_0_nonTCGA_GRCh38": {"_type": "derivation", "name": "r-MafDb.ExAC.r1.0.nonTCGA.GRCh38-3.10.0"}, "MafDb_ExAC_r1_0_nonTCGA_hs37d5": {"_type": "derivation", "name": "r-MafDb.ExAC.r1.0.nonTCGA.hs37d5-3.10.0"}, "MafDb_TOPMed_freeze5_hg19": {"_type": "derivation", "name": "r-MafDb.TOPMed.freeze5.hg19-3.10.0"}, "MafDb_TOPMed_freeze5_hg38": {"_type": "derivation", "name": "r-MafDb.TOPMed.freeze5.hg38-3.10.0"}, "MafDb_gnomAD_r2_1_GRCh38": {"_type": "derivation", "name": "r-MafDb.gnomAD.r2.1.GRCh38-3.10.0"}, "MafDb_gnomAD_r2_1_hs37d5": {"_type": "derivation", "name": "r-MafDb.gnomAD.r2.1.hs37d5-3.10.0"}, "MafDb_gnomAD_r3_0_GRCh38": {"_type": "derivation", "name": "r-MafDb.gnomAD.r3.0.GRCh38-3.13.0"}, "MafDb_gnomADex_r2_1_GRCh38": {"_type": "derivation", "name": "r-MafDb.gnomADex.r2.1.GRCh38-3.10.0"}, "MafDb_gnomADex_r2_1_hs37d5": {"_type": "derivation", "name": "r-MafDb.gnomADex.r2.1.hs37d5-3.10.0"}, "MafH5_gnomAD_r3_0_GRCh38": {"_type": "derivation", "name": "r-MafH5.gnomAD.r3.0.GRCh38-3.13.0"}, "MafH5_gnomAD_v3_1_1_GRCh38": {"_type": "derivation", "name": "r-MafH5.gnomAD.v3.1.1.GRCh38-3.13.1"}, "MafH5_gnomAD_v3_1_2_GRCh38": {"_type": "derivation", "name": "r-MafH5.gnomAD.v3.1.2.GRCh38-3.15.0"}, "MagmaClustR": {"_type": "derivation", "name": "r-MagmaClustR-1.0.1"}, "MainExistingDatasets": {"_type": "derivation", "name": "r-MainExistingDatasets-1.0.1"}, "MajKMeans": {"_type": "derivation", "name": "r-MajKMeans-0.1.0"}, "MakeYourPalette": {"_type": "derivation", "name": "r-MakeYourPalette-0.1.3"}, "MakefileR": {"_type": "derivation", "name": "r-MakefileR-1.0"}, "ManagedCloudProvider": {"_type": "derivation", "name": "r-ManagedCloudProvider-1.0.0"}, "Mangrove": {"_type": "derivation", "name": "r-Mangrove-1.21"}, "ManifoldOptim": {"_type": "derivation", "name": "r-ManifoldOptim-1.0.1"}, "ManlyMix": {"_type": "derivation", "name": "r-ManlyMix-0.1.14"}, "MantaID": {"_type": "derivation", "name": "r-MantaID-1.0.2"}, "MantelCorr": {"_type": "derivation", "name": "r-MantelCorr-1.66.0"}, "ManyTests": {"_type": "derivation", "name": "r-ManyTests-1.2"}, "Map2NCBI": {"_type": "derivation", "name": "r-Map2NCBI-1.4"}, "MapGAM": {"_type": "derivation", "name": "r-MapGAM-1.2-6"}, "MapeBay": {"_type": "derivation", "name": "r-MapeBay-0.1.0"}, "Mapinguari": {"_type": "derivation", "name": "r-Mapinguari-1.0.0"}, "MareyMap": {"_type": "derivation", "name": "r-MareyMap-1.3.6"}, "MargCond": {"_type": "derivation", "name": "r-MargCond-1.0.0"}, "MarginalMediation": {"_type": "derivation", "name": "r-MarginalMediation-0.7.2"}, "MarketMatching": {"_type": "derivation", "name": "r-MarketMatching-1.2.0"}, "Markovchart": {"_type": "derivation", "name": "r-Markovchart-2.1.5"}, "MarkowitzR": {"_type": "derivation", "name": "r-MarkowitzR-1.0.2"}, "MaskJointDensity": {"_type": "derivation", "name": "r-MaskJointDensity-1.0"}, "MassArray": {"_type": "derivation", "name": "r-MassArray-1.48.0"}, "MassSpecWavelet": {"_type": "derivation", "name": "r-MassSpecWavelet-1.62.0"}, "Massign": {"_type": "derivation", "name": "r-Massign-1.1.0"}, "MasterBayes": {"_type": "derivation", "name": "r-MasterBayes-2.58"}, "MatManlyMix": {"_type": "derivation", "name": "r-MatManlyMix-1.1.1"}, "MatSkew": {"_type": "derivation", "name": "r-MatSkew-0.1.5"}, "MatTransMix": {"_type": "derivation", "name": "r-MatTransMix-0.1.15"}, "MatchIt": {"_type": "derivation", "name": "r-MatchIt-4.4.0"}, "MatchLinReg": {"_type": "derivation", "name": "r-MatchLinReg-0.8.1"}, "MatchThem": {"_type": "derivation", "name": "r-MatchThem-1.0.1"}, "Matching": {"_type": "derivation", "name": "r-Matching-4.10-4"}, "Matrix": {"_type": "derivation", "name": "r-Matrix-1.5-1"}, "MatrixCorrelation": {"_type": "derivation", "name": "r-MatrixCorrelation-0.10.0"}, "MatrixEQTL": {"_type": "derivation", "name": "r-MatrixEQTL-2.3"}, "MatrixExtra": {"_type": "derivation", "name": "r-MatrixExtra-0.1.13"}, "MatrixGenerics": {"_type": "derivation", "name": "r-MatrixGenerics-1.8.1"}, "MatrixLDA": {"_type": "derivation", "name": "r-MatrixLDA-0.2"}, "MatrixMixtures": {"_type": "derivation", "name": "r-MatrixMixtures-1.0.0"}, "MatrixModels": {"_type": "derivation", "name": "r-MatrixModels-0.5-1"}, "MatrixQCvis": {"_type": "derivation", "name": "r-MatrixQCvis-1.4.0"}, "MatrixRider": {"_type": "derivation", "name": "r-MatrixRider-1.28.0"}, "Matrix_utils": {"_type": "derivation", "name": "r-Matrix.utils-0.9.8"}, "MaxMC": {"_type": "derivation", "name": "r-MaxMC-0.1.1"}, "MaxPro": {"_type": "derivation", "name": "r-MaxPro-4.1-2"}, "MaxSkew": {"_type": "derivation", "name": "r-MaxSkew-1.1"}, "MaxentVariableSelection": {"_type": "derivation", "name": "r-MaxentVariableSelection-1.0-3"}, "MaximinInfer": {"_type": "derivation", "name": "r-MaximinInfer-1.0.0"}, "MazamaCoreUtils": {"_type": "derivation", "name": "r-MazamaCoreUtils-0.4.13"}, "MazamaLocationUtils": {"_type": "derivation", "name": "r-MazamaLocationUtils-0.3.8"}, "MazamaRollUtils": {"_type": "derivation", "name": "r-MazamaRollUtils-0.1.3"}, "MazamaSpatialPlots": {"_type": "derivation", "name": "r-MazamaSpatialPlots-0.1.2"}, "MazamaSpatialUtils": {"_type": "derivation", "name": "r-MazamaSpatialUtils-0.7.6"}, "MazamaTimeSeries": {"_type": "derivation", "name": "r-MazamaTimeSeries-0.2.8"}, "Mcomp": {"_type": "derivation", "name": "r-Mcomp-2.8"}, "MeSHDbi": {"_type": "derivation", "name": "r-MeSHDbi-1.32.0"}, "MeSH_AOR_db": {"_type": "derivation", "name": "r-MeSH.AOR.db-1.15.1"}, "MeSH_Aca_eg_db": {"_type": "derivation", "name": "r-MeSH.Aca.eg.db-1.15.1"}, "MeSH_Aga_PEST_eg_db": {"_type": "derivation", "name": "r-MeSH.Aga.PEST.eg.db-1.15.1"}, "MeSH_Ame_eg_db": {"_type": "derivation", "name": "r-MeSH.Ame.eg.db-1.15.1"}, "MeSH_Aml_eg_db": {"_type": "derivation", "name": "r-MeSH.Aml.eg.db-1.15.1"}, "MeSH_Ana_eg_db": {"_type": "derivation", "name": "r-MeSH.Ana.eg.db-1.15.1"}, "MeSH_Ani_FGSC_eg_db": {"_type": "derivation", "name": "r-MeSH.Ani.FGSC.eg.db-1.15.1"}, "MeSH_Ath_eg_db": {"_type": "derivation", "name": "r-MeSH.Ath.eg.db-1.15.1"}, "MeSH_Bfl_eg_db": {"_type": "derivation", "name": "r-MeSH.Bfl.eg.db-1.15.1"}, "MeSH_Bsu_168_eg_db": {"_type": "derivation", "name": "r-MeSH.Bsu.168.eg.db-1.15.1"}, "MeSH_Bta_eg_db": {"_type": "derivation", "name": "r-MeSH.Bta.eg.db-1.15.1"}, "MeSH_Cal_SC5314_eg_db": {"_type": "derivation", "name": "r-MeSH.Cal.SC5314.eg.db-1.15.1"}, "MeSH_Cbr_eg_db": {"_type": "derivation", "name": "r-MeSH.Cbr.eg.db-1.15.1"}, "MeSH_Cel_eg_db": {"_type": "derivation", "name": "r-MeSH.Cel.eg.db-1.15.1"}, "MeSH_Cfa_eg_db": {"_type": "derivation", "name": "r-MeSH.Cfa.eg.db-1.15.1"}, "MeSH_Cin_eg_db": {"_type": "derivation", "name": "r-MeSH.Cin.eg.db-1.15.1"}, "MeSH_Cja_eg_db": {"_type": "derivation", "name": "r-MeSH.Cja.eg.db-1.15.1"}, "MeSH_Cpo_eg_db": {"_type": "derivation", "name": "r-MeSH.Cpo.eg.db-1.15.1"}, "MeSH_Cre_eg_db": {"_type": "derivation", "name": "r-MeSH.Cre.eg.db-1.15.1"}, "MeSH_Dan_eg_db": {"_type": "derivation", "name": "r-MeSH.Dan.eg.db-1.15.1"}, "MeSH_Dda_3937_eg_db": {"_type": "derivation", "name": "r-MeSH.Dda.3937.eg.db-1.15.1"}, "MeSH_Ddi_AX4_eg_db": {"_type": "derivation", "name": "r-MeSH.Ddi.AX4.eg.db-1.15.1"}, "MeSH_Der_eg_db": {"_type": "derivation", "name": "r-MeSH.Der.eg.db-1.15.1"}, "MeSH_Dgr_eg_db": {"_type": "derivation", "name": "r-MeSH.Dgr.eg.db-1.15.1"}, "MeSH_Dme_eg_db": {"_type": "derivation", "name": "r-MeSH.Dme.eg.db-1.15.1"}, "MeSH_Dmo_eg_db": {"_type": "derivation", "name": "r-MeSH.Dmo.eg.db-1.15.1"}, "MeSH_Dpe_eg_db": {"_type": "derivation", "name": "r-MeSH.Dpe.eg.db-1.15.1"}, "MeSH_Dre_eg_db": {"_type": "derivation", "name": "r-MeSH.Dre.eg.db-1.15.1"}, "MeSH_Dse_eg_db": {"_type": "derivation", "name": "r-MeSH.Dse.eg.db-1.15.1"}, "MeSH_Dsi_eg_db": {"_type": "derivation", "name": "r-MeSH.Dsi.eg.db-1.15.1"}, "MeSH_Dvi_eg_db": {"_type": "derivation", "name": "r-MeSH.Dvi.eg.db-1.15.1"}, "MeSH_Dya_eg_db": {"_type": "derivation", "name": "r-MeSH.Dya.eg.db-1.15.1"}, "MeSH_Eca_eg_db": {"_type": "derivation", "name": "r-MeSH.Eca.eg.db-1.15.1"}, "MeSH_Eco_K12_MG1655_eg_db": {"_type": "derivation", "name": "r-MeSH.Eco.K12.MG1655.eg.db-1.15.1"}, "MeSH_Eco_O157_H7_Sakai_eg_db": {"_type": "derivation", "name": "r-MeSH.Eco.O157.H7.Sakai.eg.db-1.15.1"}, "MeSH_Gga_eg_db": {"_type": "derivation", "name": "r-MeSH.Gga.eg.db-1.15.1"}, "MeSH_Gma_eg_db": {"_type": "derivation", "name": "r-MeSH.Gma.eg.db-1.15.1"}, "MeSH_Hsa_eg_db": {"_type": "derivation", "name": "r-MeSH.Hsa.eg.db-1.15.1"}, "MeSH_Laf_eg_db": {"_type": "derivation", "name": "r-MeSH.Laf.eg.db-1.15.1"}, "MeSH_Lma_eg_db": {"_type": "derivation", "name": "r-MeSH.Lma.eg.db-1.15.1"}, "MeSH_Mdo_eg_db": {"_type": "derivation", "name": "r-MeSH.Mdo.eg.db-1.15.1"}, "MeSH_Mes_eg_db": {"_type": "derivation", "name": "r-MeSH.Mes.eg.db-1.15.1"}, "MeSH_Mga_eg_db": {"_type": "derivation", "name": "r-MeSH.Mga.eg.db-1.15.1"}, "MeSH_Miy_eg_db": {"_type": "derivation", "name": "r-MeSH.Miy.eg.db-1.15.1"}, "MeSH_Mml_eg_db": {"_type": "derivation", "name": "r-MeSH.Mml.eg.db-1.15.1"}, "MeSH_Mmu_eg_db": {"_type": "derivation", "name": "r-MeSH.Mmu.eg.db-1.15.1"}, "MeSH_Mtr_eg_db": {"_type": "derivation", "name": "r-MeSH.Mtr.eg.db-1.15.1"}, "MeSH_Nle_eg_db": {"_type": "derivation", "name": "r-MeSH.Nle.eg.db-1.15.1"}, "MeSH_Oan_eg_db": {"_type": "derivation", "name": "r-MeSH.Oan.eg.db-1.15.1"}, "MeSH_Ocu_eg_db": {"_type": "derivation", "name": "r-MeSH.Ocu.eg.db-1.15.1"}, "MeSH_Oni_eg_db": {"_type": "derivation", "name": "r-MeSH.Oni.eg.db-1.15.1"}, "MeSH_Osa_eg_db": {"_type": "derivation", "name": "r-MeSH.Osa.eg.db-1.15.1"}, "MeSH_PCR_db": {"_type": "derivation", "name": "r-MeSH.PCR.db-1.15.1"}, "MeSH_Pab_eg_db": {"_type": "derivation", "name": "r-MeSH.Pab.eg.db-1.15.1"}, "MeSH_Pae_PAO1_eg_db": {"_type": "derivation", "name": "r-MeSH.Pae.PAO1.eg.db-1.15.1"}, "MeSH_Pfa_3D7_eg_db": {"_type": "derivation", "name": "r-MeSH.Pfa.3D7.eg.db-1.15.1"}, "MeSH_Pto_eg_db": {"_type": "derivation", "name": "r-MeSH.Pto.eg.db-1.15.1"}, "MeSH_Ptr_eg_db": {"_type": "derivation", "name": "r-MeSH.Ptr.eg.db-1.15.1"}, "MeSH_Rno_eg_db": {"_type": "derivation", "name": "r-MeSH.Rno.eg.db-1.15.1"}, "MeSH_Sce_S288c_eg_db": {"_type": "derivation", "name": "r-MeSH.Sce.S288c.eg.db-1.15.1"}, "MeSH_Sco_A32_eg_db": {"_type": "derivation", "name": "r-MeSH.Sco.A32.eg.db-1.15.1"}, "MeSH_Sil_eg_db": {"_type": "derivation", "name": "r-MeSH.Sil.eg.db-1.15.1"}, "MeSH_Spu_eg_db": {"_type": "derivation", "name": "r-MeSH.Spu.eg.db-1.15.1"}, "MeSH_Ssc_eg_db": {"_type": "derivation", "name": "r-MeSH.Ssc.eg.db-1.15.1"}, "MeSH_Syn_eg_db": {"_type": "derivation", "name": "r-MeSH.Syn.eg.db-1.15.1"}, "MeSH_Tbr_9274_eg_db": {"_type": "derivation", "name": "r-MeSH.Tbr.9274.eg.db-1.15.1"}, "MeSH_Tgo_ME49_eg_db": {"_type": "derivation", "name": "r-MeSH.Tgo.ME49.eg.db-1.15.1"}, "MeSH_Tgu_eg_db": {"_type": "derivation", "name": "r-MeSH.Tgu.eg.db-1.15.1"}, "MeSH_Vvi_eg_db": {"_type": "derivation", "name": "r-MeSH.Vvi.eg.db-1.15.1"}, "MeSH_Xla_eg_db": {"_type": "derivation", "name": "r-MeSH.Xla.eg.db-1.15.1"}, "MeSH_Xtr_eg_db": {"_type": "derivation", "name": "r-MeSH.Xtr.eg.db-1.15.1"}, "MeSH_Zma_eg_db": {"_type": "derivation", "name": "r-MeSH.Zma.eg.db-1.15.1"}, "MeSH_db": {"_type": "derivation", "name": "r-MeSH.db-1.15.1"}, "MeTo": {"_type": "derivation", "name": "r-MeTo-0.1.1"}, "MeasurementError_cor": {"_type": "derivation", "name": "r-MeasurementError.cor-1.68.0"}, "MedDietCalc": {"_type": "derivation", "name": "r-MedDietCalc-0.1.1"}, "MedLEA": {"_type": "derivation", "name": "r-MedLEA-1.0.1"}, "MedOr": {"_type": "derivation", "name": "r-MedOr-0.1"}, "MedSurvey": {"_type": "derivation", "name": "r-MedSurvey-1.1.1.3.0"}, "MediaK": {"_type": "derivation", "name": "r-MediaK-1.0"}, "Mediana": {"_type": "derivation", "name": "r-Mediana-1.0.8"}, "MedianaDesigner": {"_type": "derivation", "name": "r-MedianaDesigner-0.9"}, "Mega2R": {"_type": "derivation", "name": "r-Mega2R-1.0.9"}, "Melissa": {"_type": "derivation", "name": "r-Melissa-1.12.0"}, "MendelianRandomization": {"_type": "derivation", "name": "r-MendelianRandomization-0.6.0"}, "Mercator": {"_type": "derivation", "name": "r-Mercator-1.1.2"}, "Mergeomics": {"_type": "derivation", "name": "r-Mergeomics-1.24.0"}, "MesKit": {"_type": "derivation", "name": "r-MesKit-1.6.0"}, "MeshesOperations": {"_type": "derivation", "name": "r-MeshesOperations-0.1.0"}, "MeshesTools": {"_type": "derivation", "name": "r-MeshesTools-1.0.0"}, "MetABEL": {"_type": "derivation", "name": "r-MetABEL-0.2-0"}, "MetAlyzer": {"_type": "derivation", "name": "r-MetAlyzer-0.1.0"}, "MetBrewer": {"_type": "derivation", "name": "r-MetBrewer-0.2.0"}, "MetCirc": {"_type": "derivation", "name": "r-MetCirc-1.26.0"}, "MetFns": {"_type": "derivation", "name": "r-MetFns-3.2.2"}, "MetGen": {"_type": "derivation", "name": "r-MetGen-0.5"}, "MetID": {"_type": "derivation", "name": "r-MetID-1.14.0"}, "MetNet": {"_type": "derivation", "name": "r-MetNet-1.14.0"}, "MetNorm": {"_type": "derivation", "name": "r-MetNorm-0.1"}, "MetProc": {"_type": "derivation", "name": "r-MetProc-1.0.1"}, "MetSizeR": {"_type": "derivation", "name": "r-MetSizeR-2.0.0"}, "MetaAnalyser": {"_type": "derivation", "name": "r-MetaAnalyser-0.2.1"}, "MetaClean": {"_type": "derivation", "name": "r-MetaClean-1.0.0"}, "MetaComp": {"_type": "derivation", "name": "r-MetaComp-1.1.2"}, "MetaCycle": {"_type": "derivation", "name": "r-MetaCycle-1.2.0"}, "MetaCyto": {"_type": "derivation", "name": "r-MetaCyto-1.18.0"}, "MetaDBparse": {"_type": "derivation", "name": "r-MetaDBparse-2.0.0"}, "MetaGxBreast": {"_type": "derivation", "name": "r-MetaGxBreast-1.16.0"}, "MetaGxOvarian": {"_type": "derivation", "name": "r-MetaGxOvarian-1.16.0"}, "MetaGxPancreas": {"_type": "derivation", "name": "r-MetaGxPancreas-1.16.0"}, "MetaIntegration": {"_type": "derivation", "name": "r-MetaIntegration-0.1.2"}, "MetaIntegrator": {"_type": "derivation", "name": "r-MetaIntegrator-2.1.3"}, "MetaLandSim": {"_type": "derivation", "name": "r-MetaLandSim-1.0.10"}, "MetaLonDA": {"_type": "derivation", "name": "r-MetaLonDA-1.1.8"}, "MetaNeighbor": {"_type": "derivation", "name": "r-MetaNeighbor-1.16.0"}, "MetaPath": {"_type": "derivation", "name": "r-MetaPath-1.0"}, "MetaSKAT": {"_type": "derivation", "name": "r-MetaSKAT-0.82"}, "MetaStan": {"_type": "derivation", "name": "r-MetaStan-1.0.0"}, "MetaSubtract": {"_type": "derivation", "name": "r-MetaSubtract-1.60"}, "MetaUtility": {"_type": "derivation", "name": "r-MetaUtility-2.1.2"}, "MetaVolcanoR": {"_type": "derivation", "name": "r-MetaVolcanoR-1.10.0"}, "Metab": {"_type": "derivation", "name": "r-Metab-1.30.0"}, "MetaboAnnotation": {"_type": "derivation", "name": "r-MetaboAnnotation-1.0.0"}, "MetaboCoreUtils": {"_type": "derivation", "name": "r-MetaboCoreUtils-1.4.0"}, "MetaboList": {"_type": "derivation", "name": "r-MetaboList-2.0"}, "MetaboLouise": {"_type": "derivation", "name": "r-MetaboLouise-1.0.0"}, "MetaboQC": {"_type": "derivation", "name": "r-MetaboQC-1.1"}, "MetaboSignal": {"_type": "derivation", "name": "r-MetaboSignal-1.26.2"}, "MetabolAnalyze": {"_type": "derivation", "name": "r-MetabolAnalyze-1.3.1"}, "MetabolicSurv": {"_type": "derivation", "name": "r-MetabolicSurv-1.1.2"}, "MetabolomicsBasics": {"_type": "derivation", "name": "r-MetabolomicsBasics-1.3"}, "MetaculR": {"_type": "derivation", "name": "r-MetaculR-0.4.1"}, "MetaheuristicFPA": {"_type": "derivation", "name": "r-MetaheuristicFPA-1.0"}, "Metatron": {"_type": "derivation", "name": "r-Metatron-0.1-1"}, "Meth27QC": {"_type": "derivation", "name": "r-Meth27QC-1.1"}, "MethCP": {"_type": "derivation", "name": "r-MethCP-1.7.0"}, "MethComp": {"_type": "derivation", "name": "r-MethComp-1.30.0"}, "MethPed": {"_type": "derivation", "name": "r-MethPed-1.24.0"}, "MethReg": {"_type": "derivation", "name": "r-MethReg-1.6.0"}, "MethTargetedNGS": {"_type": "derivation", "name": "r-MethTargetedNGS-1.28.0"}, "MethodCompare": {"_type": "derivation", "name": "r-MethodCompare-0.1.2"}, "Methplot": {"_type": "derivation", "name": "r-Methplot-1.0"}, "MethylAid": {"_type": "derivation", "name": "r-MethylAid-1.30.0"}, "MethylAidData": {"_type": "derivation", "name": "r-MethylAidData-1.28.0"}, "MethylCapSig": {"_type": "derivation", "name": "r-MethylCapSig-1.0.1"}, "MethylMix": {"_type": "derivation", "name": "r-MethylMix-2.26.0"}, "MethylSeekR": {"_type": "derivation", "name": "r-MethylSeekR-1.36.0"}, "MethylSeqData": {"_type": "derivation", "name": "r-MethylSeqData-1.6.0"}, "Metrics": {"_type": "derivation", "name": "r-Metrics-0.1.4"}, "MetricsWeighted": {"_type": "derivation", "name": "r-MetricsWeighted-0.5.4"}, "MfUSampler": {"_type": "derivation", "name": "r-MfUSampler-1.0.6"}, "Mfuzz": {"_type": "derivation", "name": "r-Mfuzz-2.56.0"}, "MiChip": {"_type": "derivation", "name": "r-MiChip-1.50.0"}, "MiDA": {"_type": "derivation", "name": "r-MiDA-0.1.2"}, "MiMIR": {"_type": "derivation", "name": "r-MiMIR-1.4"}, "MiPP": {"_type": "derivation", "name": "r-MiPP-1.68.0"}, "MiRKAT": {"_type": "derivation", "name": "r-MiRKAT-1.2.1"}, "MiRNAQCD": {"_type": "derivation", "name": "r-MiRNAQCD-1.1.2"}, "MiRSEA": {"_type": "derivation", "name": "r-MiRSEA-1.1"}, "MiRaGE": {"_type": "derivation", "name": "r-MiRaGE-1.38.0"}, "MiSPU": {"_type": "derivation", "name": "r-MiSPU-1.0"}, "MiST": {"_type": "derivation", "name": "r-MiST-1.0"}, "MicSim": {"_type": "derivation", "name": "r-MicSim-1.1.0"}, "MicroDatosEs": {"_type": "derivation", "name": "r-MicroDatosEs-0.8.14"}, "MicroMacroMultilevel": {"_type": "derivation", "name": "r-MicroMacroMultilevel-0.4.0"}, "MicroMoB": {"_type": "derivation", "name": "r-MicroMoB-0.1.0"}, "MicroNiche": {"_type": "derivation", "name": "r-MicroNiche-1.0.0"}, "MicroSEC": {"_type": "derivation", "name": "r-MicroSEC-1.1.3"}, "MicrobiomeProfiler": {"_type": "derivation", "name": "r-MicrobiomeProfiler-1.2.0"}, "MicrobiomeStat": {"_type": "derivation", "name": "r-MicrobiomeStat-1.1"}, "MicrobiotaProcess": {"_type": "derivation", "name": "r-MicrobiotaProcess-1.8.2"}, "Microsoft365R": {"_type": "derivation", "name": "r-Microsoft365R-2.3.4"}, "MinBAR": {"_type": "derivation", "name": "r-MinBAR-1.1.3"}, "MinEDfind": {"_type": "derivation", "name": "r-MinEDfind-0.1.3"}, "MindOnStats": {"_type": "derivation", "name": "r-MindOnStats-0.11"}, "MineICA": {"_type": "derivation", "name": "r-MineICA-1.36.1"}, "Miney": {"_type": "derivation", "name": "r-Miney-0.1"}, "MinimumDistance": {"_type": "derivation", "name": "r-MinimumDistance-1.40.0"}, "Minirand": {"_type": "derivation", "name": "r-Minirand-0.1.3"}, "MinkowskiSum": {"_type": "derivation", "name": "r-MinkowskiSum-1.0.0"}, "MisRepARMA": {"_type": "derivation", "name": "r-MisRepARMA-0.0.2"}, "MissingPlotLSD": {"_type": "derivation", "name": "r-MissingPlotLSD-0.1.0"}, "MissingPlotRBD": {"_type": "derivation", "name": "r-MissingPlotRBD-1.1.0"}, "Missplot": {"_type": "derivation", "name": "r-Missplot-0.1.0"}, "MitoHEAR": {"_type": "derivation", "name": "r-MitoHEAR-0.1.0"}, "MittagLeffleR": {"_type": "derivation", "name": "r-MittagLeffleR-0.4.1"}, "MixAll": {"_type": "derivation", "name": "r-MixAll-1.5.1"}, "MixGHD": {"_type": "derivation", "name": "r-MixGHD-2.3.7"}, "MixMAP": {"_type": "derivation", "name": "r-MixMAP-1.3.4"}, "MixMatrix": {"_type": "derivation", "name": "r-MixMatrix-0.2.6"}, "MixOptim": {"_type": "derivation", "name": "r-MixOptim-0.1.2"}, "MixRF": {"_type": "derivation", "name": "r-MixRF-1.0"}, "MixSAL": {"_type": "derivation", "name": "r-MixSAL-1.0"}, "MixSIAR": {"_type": "derivation", "name": "r-MixSIAR-3.1.12"}, "MixSim": {"_type": "derivation", "name": "r-MixSim-1.1-6"}, "MixTwice": {"_type": "derivation", "name": "r-MixTwice-2.0"}, "MixedIndTests": {"_type": "derivation", "name": "r-MixedIndTests-1.1.0"}, "MixedPoisson": {"_type": "derivation", "name": "r-MixedPoisson-2.0"}, "MixedPsy": {"_type": "derivation", "name": "r-MixedPsy-1.1.0"}, "MixedTS": {"_type": "derivation", "name": "r-MixedTS-1.0.4"}, "MixfMRI": {"_type": "derivation", "name": "r-MixfMRI-0.1-2"}, "MixtureInf": {"_type": "derivation", "name": "r-MixtureInf-1.1"}, "MixtureMissing": {"_type": "derivation", "name": "r-MixtureMissing-1.0.2"}, "MixtureRegLTIC": {"_type": "derivation", "name": "r-MixtureRegLTIC-1.0.0"}, "MixviR": {"_type": "derivation", "name": "r-MixviR-3.5.0"}, "MmAgilentDesign026655_db": {"_type": "derivation", "name": "r-MmAgilentDesign026655.db-3.2.3"}, "MoBPS": {"_type": "derivation", "name": "r-MoBPS-1.6.64"}, "MoEClust": {"_type": "derivation", "name": "r-MoEClust-1.5.0"}, "MoExExonProbesetLocation": {"_type": "derivation", "name": "r-MoExExonProbesetLocation-1.15.0"}, "MoLE": {"_type": "derivation", "name": "r-MoLE-1.0.1"}, "MoMPCA": {"_type": "derivation", "name": "r-MoMPCA-1.0.1"}, "MoTBFs": {"_type": "derivation", "name": "r-MoTBFs-1.4.1"}, "MobileTrigger": {"_type": "derivation", "name": "r-MobileTrigger-0.0.31"}, "MobilityTransformR": {"_type": "derivation", "name": "r-MobilityTransformR-1.0.0"}, "ModCon": {"_type": "derivation", "name": "r-ModCon-1.4.0"}, "ModEstM": {"_type": "derivation", "name": "r-ModEstM-0.0.1"}, "ModStatR": {"_type": "derivation", "name": "r-ModStatR-1.3.1"}, "ModTools": {"_type": "derivation", "name": "r-ModTools-0.9.4"}, "Modalclust": {"_type": "derivation", "name": "r-Modalclust-0.7"}, "ModelGood": {"_type": "derivation", "name": "r-ModelGood-1.0.9"}, "ModelMap": {"_type": "derivation", "name": "r-ModelMap-3.4.0.2"}, "ModelMatrixModel": {"_type": "derivation", "name": "r-ModelMatrixModel-0.1.0"}, "ModelMetrics": {"_type": "derivation", "name": "r-ModelMetrics-1.2.2.2"}, "Modelcharts": {"_type": "derivation", "name": "r-Modelcharts-0.1.0"}, "Modeler": {"_type": "derivation", "name": "r-Modeler-3.4.5"}, "Modstrings": {"_type": "derivation", "name": "r-Modstrings-1.12.1"}, "MolgenisArmadillo": {"_type": "derivation", "name": "r-MolgenisArmadillo-1.1.3"}, "MolgenisAuth": {"_type": "derivation", "name": "r-MolgenisAuth-0.0.21"}, "MomTrunc": {"_type": "derivation", "name": "r-MomTrunc-6.0"}, "Momocs": {"_type": "derivation", "name": "r-Momocs-1.4.0"}, "Mondrian": {"_type": "derivation", "name": "r-Mondrian-1.1.0"}, "MonetDB_R": {"_type": "derivation", "name": "r-MonetDB.R-2.0.0"}, "MonoInc": {"_type": "derivation", "name": "r-MonoInc-1.1"}, "MonoPhy": {"_type": "derivation", "name": "r-MonoPhy-1.3"}, "MonoPoly": {"_type": "derivation", "name": "r-MonoPoly-0.3-10"}, "MonteCarlo": {"_type": "derivation", "name": "r-MonteCarlo-1.0.6"}, "MonteCarloSEM": {"_type": "derivation", "name": "r-MonteCarloSEM-0.0.5"}, "Monte_Carlo_se": {"_type": "derivation", "name": "r-Monte.Carlo.se-0.1.0"}, "MoonlightR": {"_type": "derivation", "name": "r-MoonlightR-1.22.0"}, "Morpho": {"_type": "derivation", "name": "r-Morpho-2.10"}, "MorphoTools2": {"_type": "derivation", "name": "r-MorphoTools2-1.0.0.0"}, "Morphoscape": {"_type": "derivation", "name": "r-Morphoscape-1.0.0"}, "MorseGen": {"_type": "derivation", "name": "r-MorseGen-1.2"}, "MortCast": {"_type": "derivation", "name": "r-MortCast-2.7-0"}, "MortalityGaps": {"_type": "derivation", "name": "r-MortalityGaps-1.0.0"}, "MortalityLaws": {"_type": "derivation", "name": "r-MortalityLaws-1.9.4"}, "MortalityTables": {"_type": "derivation", "name": "r-MortalityTables-2.0.3"}, "Motif2Site": {"_type": "derivation", "name": "r-Motif2Site-1.0.0"}, "MotifDb": {"_type": "derivation", "name": "r-MotifDb-1.38.0"}, "MouseFM": {"_type": "derivation", "name": "r-MouseFM-1.6.0"}, "MouseGastrulationData": {"_type": "derivation", "name": "r-MouseGastrulationData-1.10.0"}, "MouseThymusAgeing": {"_type": "derivation", "name": "r-MouseThymusAgeing-1.4.0"}, "MplusAutomation": {"_type": "derivation", "name": "r-MplusAutomation-1.1.0"}, "MplusTrees": {"_type": "derivation", "name": "r-MplusTrees-0.2.2"}, "Mqrcm": {"_type": "derivation", "name": "r-Mqrcm-1.2"}, "MrSGUIDE": {"_type": "derivation", "name": "r-MrSGUIDE-0.1.2"}, "MsBackendMassbank": {"_type": "derivation", "name": "r-MsBackendMassbank-1.4.0"}, "MsBackendMgf": {"_type": "derivation", "name": "r-MsBackendMgf-1.4.0"}, "MsBackendMsp": {"_type": "derivation", "name": "r-MsBackendMsp-1.0.0"}, "MsBackendRawFileReader": {"_type": "derivation", "name": "r-MsBackendRawFileReader-1.2.0"}, "MsCoreUtils": {"_type": "derivation", "name": "r-MsCoreUtils-1.8.0"}, "MsFeatures": {"_type": "derivation", "name": "r-MsFeatures-1.4.0"}, "MsdeParEst": {"_type": "derivation", "name": "r-MsdeParEst-1.7"}, "MtreeRing": {"_type": "derivation", "name": "r-MtreeRing-1.4.5"}, "Mu15v1_db": {"_type": "derivation", "name": "r-Mu15v1.db-3.2.3"}, "Mu22v3_db": {"_type": "derivation", "name": "r-Mu22v3.db-3.2.3"}, "MuChPoint": {"_type": "derivation", "name": "r-MuChPoint-0.6.3"}, "MuData": {"_type": "derivation", "name": "r-MuData-1.0.0"}, "MuFiCokriging": {"_type": "derivation", "name": "r-MuFiCokriging-1.2"}, "MuMIn": {"_type": "derivation", "name": "r-MuMIn-1.47.1"}, "MuViCP": {"_type": "derivation", "name": "r-MuViCP-1.3.2"}, "Mulcom": {"_type": "derivation", "name": "r-Mulcom-1.46.0"}, "MullerPlot": {"_type": "derivation", "name": "r-MullerPlot-0.1.3"}, "MultAlloc": {"_type": "derivation", "name": "r-MultAlloc-1.2"}, "MultBiplotR": {"_type": "derivation", "name": "r-MultBiplotR-1.3.30"}, "MultEq": {"_type": "derivation", "name": "r-MultEq-2.4"}, "MultIS": {"_type": "derivation", "name": "r-MultIS-0.6.2"}, "MultNonParam": {"_type": "derivation", "name": "r-MultNonParam-1.3.7"}, "MultOrdRS": {"_type": "derivation", "name": "r-MultOrdRS-0.1-2"}, "MultSurvTests": {"_type": "derivation", "name": "r-MultSurvTests-0.2"}, "MultiATSM": {"_type": "derivation", "name": "r-MultiATSM-0.2.4"}, "MultiAssayExperiment": {"_type": "derivation", "name": "r-MultiAssayExperiment-1.22.0"}, "MultiBD": {"_type": "derivation", "name": "r-MultiBD-0.2.0"}, "MultiBaC": {"_type": "derivation", "name": "r-MultiBaC-1.6.0"}, "MultiCNVDetect": {"_type": "derivation", "name": "r-MultiCNVDetect-0.1-1"}, "MultiDataSet": {"_type": "derivation", "name": "r-MultiDataSet-1.24.0"}, "MultiFit": {"_type": "derivation", "name": "r-MultiFit-1.1.1"}, "MultiGHQuad": {"_type": "derivation", "name": "r-MultiGHQuad-1.2.0"}, "MultiGlarmaVarSel": {"_type": "derivation", "name": "r-MultiGlarmaVarSel-1.0"}, "MultiGroupO": {"_type": "derivation", "name": "r-MultiGroupO-0.1.0"}, "MultiHorizonSPA": {"_type": "derivation", "name": "r-MultiHorizonSPA-1.0.0"}, "MultiJoin": {"_type": "derivation", "name": "r-MultiJoin-0.1.1"}, "MultiKink": {"_type": "derivation", "name": "r-MultiKink-0.1.0"}, "MultiLCIRT": {"_type": "derivation", "name": "r-MultiLCIRT-2.11"}, "MultiMed": {"_type": "derivation", "name": "r-MultiMed-2.18.0"}, "MultiObjMatch": {"_type": "derivation", "name": "r-MultiObjMatch-0.1.0"}, "MultiOrd": {"_type": "derivation", "name": "r-MultiOrd-2.4.3"}, "MultiPhen": {"_type": "derivation", "name": "r-MultiPhen-2.0.3"}, "MultiRNG": {"_type": "derivation", "name": "r-MultiRNG-1.2.4"}, "MultiRR": {"_type": "derivation", "name": "r-MultiRR-1.1"}, "MultiRobust": {"_type": "derivation", "name": "r-MultiRobust-1.0.5"}, "MultiSV": {"_type": "derivation", "name": "r-MultiSV-0.0-67"}, "MultiSkew": {"_type": "derivation", "name": "r-MultiSkew-1.1.1"}, "MultiStatM": {"_type": "derivation", "name": "r-MultiStatM-1.1.0"}, "MultiVarMI": {"_type": "derivation", "name": "r-MultiVarMI-1.0"}, "MultiVarSel": {"_type": "derivation", "name": "r-MultiVarSel-1.1.3"}, "MultinomialCI": {"_type": "derivation", "name": "r-MultinomialCI-1.2"}, "MultipleBreakpoints": {"_type": "derivation", "name": "r-MultipleBreakpoints-0.1.0"}, "MultipleBubbles": {"_type": "derivation", "name": "r-MultipleBubbles-0.2.0"}, "MultipleRegression": {"_type": "derivation", "name": "r-MultipleRegression-0.1.0"}, "MultiplierDEA": {"_type": "derivation", "name": "r-MultiplierDEA-0.1.19"}, "MultiscaleDTM": {"_type": "derivation", "name": "r-MultiscaleDTM-0.5.3"}, "MultisiteMediation": {"_type": "derivation", "name": "r-MultisiteMediation-0.0.4"}, "MultivariateAnalysis": {"_type": "derivation", "name": "r-MultivariateAnalysis-0.4.4"}, "MultivariateRandomForest": {"_type": "derivation", "name": "r-MultivariateRandomForest-1.1.5"}, "MultiwayRegression": {"_type": "derivation", "name": "r-MultiwayRegression-1.2"}, "MulvariateRandomForestVarImp": {"_type": "derivation", "name": "r-MulvariateRandomForestVarImp-0.0.2"}, "MungeSumstats": {"_type": "derivation", "name": "r-MungeSumstats-1.4.5"}, "Mus_musculus": {"_type": "derivation", "name": "r-Mus.musculus-1.3.1"}, "MutationalPatterns": {"_type": "derivation", "name": "r-MutationalPatterns-3.6.0"}, "MvBinary": {"_type": "derivation", "name": "r-MvBinary-1.1"}, "My_stepwise": {"_type": "derivation", "name": "r-My.stepwise-0.1.0"}, "Mychisq": {"_type": "derivation", "name": "r-Mychisq-0.1.3"}, "Myrrix": {"_type": "derivation", "name": "r-Myrrix-1.2"}, "Myrrixjars": {"_type": "derivation", "name": "r-Myrrixjars-1.0-2"}, "N2H4": {"_type": "derivation", "name": "r-N2H4-0.8.2"}, "N2R": {"_type": "derivation", "name": "r-N2R-1.0.1"}, "NACHO": {"_type": "derivation", "name": "r-NACHO-2.0.0"}, "NADA": {"_type": "derivation", "name": "r-NADA-1.6-1.1"}, "NADA2": {"_type": "derivation", "name": "r-NADA2-1.1.0"}, "NADIA": {"_type": "derivation", "name": "r-NADIA-0.4.2"}, "NADfinder": {"_type": "derivation", "name": "r-NADfinder-1.20.0"}, "NAEPirtparams": {"_type": "derivation", "name": "r-NAEPirtparams-1.0.0"}, "NAEPprimer": {"_type": "derivation", "name": "r-NAEPprimer-1.0.1"}, "NAM": {"_type": "derivation", "name": "r-NAM-1.7.3"}, "NAP": {"_type": "derivation", "name": "r-NAP-1.1"}, "NB": {"_type": "derivation", "name": "r-NB-0.9"}, "NBAMSeq": {"_type": "derivation", "name": "r-NBAMSeq-1.12.0"}, "NBAloveR": {"_type": "derivation", "name": "r-NBAloveR-0.1.3.3"}, "NBBDesigns": {"_type": "derivation", "name": "r-NBBDesigns-1.0.0"}, "NBBttest": {"_type": "derivation", "name": "r-NBBttest-1.0.1"}, "NBDdirichlet": {"_type": "derivation", "name": "r-NBDdirichlet-1.4"}, "NBDesign": {"_type": "derivation", "name": "r-NBDesign-2.0.0"}, "NBLDA": {"_type": "derivation", "name": "r-NBLDA-1.0.1"}, "NBPSeq": {"_type": "derivation", "name": "r-NBPSeq-0.3.1"}, "NBR": {"_type": "derivation", "name": "r-NBR-0.1.5"}, "NBShiny": {"_type": "derivation", "name": "r-NBShiny-0.1.0"}, "NBShiny2": {"_type": "derivation", "name": "r-NBShiny2-0.1.0"}, "NBShiny3": {"_type": "derivation", "name": "r-NBShiny3-0.1.0"}, "NBSplice": {"_type": "derivation", "name": "r-NBSplice-1.14.0"}, "NB_MClust": {"_type": "derivation", "name": "r-NB.MClust-1.1.1"}, "NCA": {"_type": "derivation", "name": "r-NCA-3.2.1"}, "NCIgraph": {"_type": "derivation", "name": "r-NCIgraph-1.44.0"}, "NCIgraphData": {"_type": "derivation", "name": "r-NCIgraphData-1.32.0"}, "NCSCopula": {"_type": "derivation", "name": "r-NCSCopula-1.0.1"}, "NCSampling": {"_type": "derivation", "name": "r-NCSampling-1.0"}, "NCmisc": {"_type": "derivation", "name": "r-NCmisc-1.2.0"}, "NCutYX": {"_type": "derivation", "name": "r-NCutYX-0.1.0"}, "NDP": {"_type": "derivation", "name": "r-NDP-0.1.0"}, "NEONiso": {"_type": "derivation", "name": "r-NEONiso-0.6.1"}, "NEff": {"_type": "derivation", "name": "r-NEff-1.1"}, "NEpiC": {"_type": "derivation", "name": "r-NEpiC-1.0.1"}, "NFCP": {"_type": "derivation", "name": "r-NFCP-1.2.1"}, "NFLSimulatoR": {"_type": "derivation", "name": "r-NFLSimulatoR-0.4.0"}, "NFP": {"_type": "derivation", "name": "r-NFP-0.99.4"}, "NFWdist": {"_type": "derivation", "name": "r-NFWdist-0.1.0"}, "NGBVS": {"_type": "derivation", "name": "r-NGBVS-0.3.0"}, "NGLVieweR": {"_type": "derivation", "name": "r-NGLVieweR-1.3.1"}, "NGSSEML": {"_type": "derivation", "name": "r-NGSSEML-2.2"}, "NGScopyData": {"_type": "derivation", "name": "r-NGScopyData-1.16.0"}, "NHANES": {"_type": "derivation", "name": "r-NHANES-2.1.0"}, "NHLData": {"_type": "derivation", "name": "r-NHLData-1.0.0"}, "NHMM": {"_type": "derivation", "name": "r-NHMM-3.11"}, "NHMSAR": {"_type": "derivation", "name": "r-NHMSAR-1.19"}, "NHPoisson": {"_type": "derivation", "name": "r-NHPoisson-3.3"}, "NHSDataDictionaRy": {"_type": "derivation", "name": "r-NHSDataDictionaRy-1.2.5"}, "NHSRdatasets": {"_type": "derivation", "name": "r-NHSRdatasets-0.3.0"}, "NHSRplotthedots": {"_type": "derivation", "name": "r-NHSRplotthedots-0.1.0"}, "NIMAA": {"_type": "derivation", "name": "r-NIMAA-0.2.1"}, "NIPTeR": {"_type": "derivation", "name": "r-NIPTeR-1.0.2"}, "NIRStat": {"_type": "derivation", "name": "r-NIRStat-1.1"}, "NISTnls": {"_type": "derivation", "name": "r-NISTnls-0.9-13"}, "NISTunits": {"_type": "derivation", "name": "r-NISTunits-1.0.1"}, "NITPicker": {"_type": "derivation", "name": "r-NITPicker-1.0.1"}, "NLMR": {"_type": "derivation", "name": "r-NLMR-1.1"}, "NLP": {"_type": "derivation", "name": "r-NLP-0.2-1"}, "NLPclient": {"_type": "derivation", "name": "r-NLPclient-1.0"}, "NLPutils": {"_type": "derivation", "name": "r-NLPutils-0.0-5"}, "NLRoot": {"_type": "derivation", "name": "r-NLRoot-1.0"}, "NMADiagT": {"_type": "derivation", "name": "r-NMADiagT-0.1.2"}, "NMAoutlier": {"_type": "derivation", "name": "r-NMAoutlier-0.1.18"}, "NMF": {"_type": "derivation", "name": "r-NMF-0.24.0"}, "NMFN": {"_type": "derivation", "name": "r-NMFN-2.0.1"}, "NMI": {"_type": "derivation", "name": "r-NMI-2.0"}, "NMMIPW": {"_type": "derivation", "name": "r-NMMIPW-0.1.0"}, "NMOF": {"_type": "derivation", "name": "r-NMOF-2.7-1"}, "NMTox": {"_type": "derivation", "name": "r-NMTox-0.1.0"}, "NMVANOVA": {"_type": "derivation", "name": "r-NMVANOVA-1.1.0"}, "NMcalc": {"_type": "derivation", "name": "r-NMcalc-0.0.1"}, "NMdata": {"_type": "derivation", "name": "r-NMdata-0.0.13"}, "NMproject": {"_type": "derivation", "name": "r-NMproject-0.6.9"}, "NNMIS": {"_type": "derivation", "name": "r-NNMIS-1.0.1"}, "NNS": {"_type": "derivation", "name": "r-NNS-0.9.2.1"}, "NNTbiomarker": {"_type": "derivation", "name": "r-NNTbiomarker-0.29.11"}, "NNbenchmark": {"_type": "derivation", "name": "r-NNbenchmark-3.2.0"}, "NOISeq": {"_type": "derivation", "name": "r-NOISeq-2.40.0"}, "NORMA": {"_type": "derivation", "name": "r-NORMA-0.1"}, "NORMT3": {"_type": "derivation", "name": "r-NORMT3-1.0.4"}, "NO_PING_PONG": {"_type": "derivation", "name": "r-NO.PING.PONG-0.1.4"}, "NPARC": {"_type": "derivation", "name": "r-NPARC-1.8.0"}, "NPBayesImputeCat": {"_type": "derivation", "name": "r-NPBayesImputeCat-0.5"}, "NPC": {"_type": "derivation", "name": "r-NPC-1.1.0"}, "NPCD": {"_type": "derivation", "name": "r-NPCD-1.0-11"}, "NPCirc": {"_type": "derivation", "name": "r-NPCirc-3.0.1"}, "NPHMC": {"_type": "derivation", "name": "r-NPHMC-2.3"}, "NPHazardRate": {"_type": "derivation", "name": "r-NPHazardRate-0.1"}, "NPIstats": {"_type": "derivation", "name": "r-NPIstats-0.1.0"}, "NPMLEcmprsk": {"_type": "derivation", "name": "r-NPMLEcmprsk-3.0"}, "NPMLEmix": {"_type": "derivation", "name": "r-NPMLEmix-1.2"}, "NPMVCP": {"_type": "derivation", "name": "r-NPMVCP-1.1"}, "NPP": {"_type": "derivation", "name": "r-NPP-0.4.0"}, "NPRED": {"_type": "derivation", "name": "r-NPRED-1.0.6"}, "NPS": {"_type": "derivation", "name": "r-NPS-1.1"}, "NPflow": {"_type": "derivation", "name": "r-NPflow-0.13.3"}, "NRejections": {"_type": "derivation", "name": "r-NRejections-1.2.0"}, "NSAE": {"_type": "derivation", "name": "r-NSAE-0.4.0"}, "NSM3": {"_type": "derivation", "name": "r-NSM3-1.17"}, "NSO1212": {"_type": "derivation", "name": "r-NSO1212-1.4.0"}, "NST": {"_type": "derivation", "name": "r-NST-3.1.10"}, "NSUM": {"_type": "derivation", "name": "r-NSUM-1.0"}, "NScluster": {"_type": "derivation", "name": "r-NScluster-1.3.5"}, "NTS": {"_type": "derivation", "name": "r-NTS-1.1.2"}, "NTW": {"_type": "derivation", "name": "r-NTW-1.46.0"}, "NUCOMBog": {"_type": "derivation", "name": "r-NUCOMBog-1.0.4.2"}, "NVCSSL": {"_type": "derivation", "name": "r-NVCSSL-1.0"}, "NameNeedle": {"_type": "derivation", "name": "r-NameNeedle-1.2.6"}, "NanoMethViz": {"_type": "derivation", "name": "r-NanoMethViz-2.2.0"}, "NanoStringDiff": {"_type": "derivation", "name": "r-NanoStringDiff-1.26.0"}, "NanoStringNCTools": {"_type": "derivation", "name": "r-NanoStringNCTools-1.4.0"}, "NanoStringQCPro": {"_type": "derivation", "name": "r-NanoStringQCPro-1.28.0"}, "NanoTube": {"_type": "derivation", "name": "r-NanoTube-1.2.0"}, "NanoporeRNASeq": {"_type": "derivation", "name": "r-NanoporeRNASeq-1.6.0"}, "NasdaqDataLink": {"_type": "derivation", "name": "r-NasdaqDataLink-1.0.0"}, "NatParksPalettes": {"_type": "derivation", "name": "r-NatParksPalettes-0.2.0"}, "NatureSounds": {"_type": "derivation", "name": "r-NatureSounds-1.0.4"}, "NbClust": {"_type": "derivation", "name": "r-NbClust-3.0.1"}, "Nebulosa": {"_type": "derivation", "name": "r-Nebulosa-1.6.0"}, "Necklaces": {"_type": "derivation", "name": "r-Necklaces-1.0"}, "NegBinBetaBinreg": {"_type": "derivation", "name": "r-NegBinBetaBinreg-1.0"}, "NegativeControlOutcomeAdjustment": {"_type": "derivation", "name": "r-NegativeControlOutcomeAdjustment-0.0.4"}, "Neighboot": {"_type": "derivation", "name": "r-Neighboot-1.0.1"}, "NeighborNet": {"_type": "derivation", "name": "r-NeighborNet-1.14.0"}, "NestLink": {"_type": "derivation", "name": "r-NestLink-1.12.0"}, "NestMRMC": {"_type": "derivation", "name": "r-NestMRMC-1.0"}, "NestedCategBayesImpute": {"_type": "derivation", "name": "r-NestedCategBayesImpute-1.2.1"}, "NestedMenu": {"_type": "derivation", "name": "r-NestedMenu-0.2.0"}, "NetCluster": {"_type": "derivation", "name": "r-NetCluster-0.2"}, "NetComp": {"_type": "derivation", "name": "r-NetComp-1.6"}, "NetCoupler": {"_type": "derivation", "name": "r-NetCoupler-0.1.0"}, "NetDA": {"_type": "derivation", "name": "r-NetDA-0.2.0"}, "NetData": {"_type": "derivation", "name": "r-NetData-0.3"}, "NetExplorer": {"_type": "derivation", "name": "r-NetExplorer-0.0.2"}, "NetFACS": {"_type": "derivation", "name": "r-NetFACS-0.4.0"}, "NetIndices": {"_type": "derivation", "name": "r-NetIndices-1.4.4.1"}, "NetInt": {"_type": "derivation", "name": "r-NetInt-1.0.0"}, "NetLogoR": {"_type": "derivation", "name": "r-NetLogoR-0.3.11"}, "NetMix": {"_type": "derivation", "name": "r-NetMix-0.2.0"}, "NetOrigin": {"_type": "derivation", "name": "r-NetOrigin-1.1-4"}, "NetPathMiner": {"_type": "derivation", "name": "r-NetPathMiner-1.32.0"}, "NetPreProc": {"_type": "derivation", "name": "r-NetPreProc-1.2"}, "NetRep": {"_type": "derivation", "name": "r-NetRep-1.2.4"}, "NetSAM": {"_type": "derivation", "name": "r-NetSAM-1.36.0"}, "NetSci": {"_type": "derivation", "name": "r-NetSci-1.0.0"}, "NetSimR": {"_type": "derivation", "name": "r-NetSimR-0.1.1"}, "NetSwan": {"_type": "derivation", "name": "r-NetSwan-0.1"}, "NetWeaver": {"_type": "derivation", "name": "r-NetWeaver-0.0.6"}, "NetworkChange": {"_type": "derivation", "name": "r-NetworkChange-0.8"}, "NetworkComparisonTest": {"_type": "derivation", "name": "r-NetworkComparisonTest-2.2.1"}, "NetworkDistance": {"_type": "derivation", "name": "r-NetworkDistance-0.3.4"}, "NetworkExtinction": {"_type": "derivation", "name": "r-NetworkExtinction-1.0.0"}, "NetworkInference": {"_type": "derivation", "name": "r-NetworkInference-1.2.4"}, "NetworkReg": {"_type": "derivation", "name": "r-NetworkReg-1.0"}, "NetworkRiskMeasures": {"_type": "derivation", "name": "r-NetworkRiskMeasures-0.1.4"}, "NetworkToolbox": {"_type": "derivation", "name": "r-NetworkToolbox-1.4.2"}, "NeuCA": {"_type": "derivation", "name": "r-NeuCA-1.2.0"}, "NeuralNetTools": {"_type": "derivation", "name": "r-NeuralNetTools-1.5.3"}, "NeuralSens": {"_type": "derivation", "name": "r-NeuralSens-1.0.1"}, "NeuroDecodeR": {"_type": "derivation", "name": "r-NeuroDecodeR-0.1.0"}, "Neve2006": {"_type": "derivation", "name": "r-Neve2006-0.34.0"}, "NewWave": {"_type": "derivation", "name": "r-NewWave-1.6.0"}, "Newdistns": {"_type": "derivation", "name": "r-Newdistns-2.1"}, "NewmanOmics": {"_type": "derivation", "name": "r-NewmanOmics-1.0.10"}, "NiLeDAM": {"_type": "derivation", "name": "r-NiLeDAM-0.2"}, "NicheBarcoding": {"_type": "derivation", "name": "r-NicheBarcoding-1.0"}, "NightDay": {"_type": "derivation", "name": "r-NightDay-1.0.1.1"}, "NipponMap": {"_type": "derivation", "name": "r-NipponMap-0.2"}, "NitrogenUptake2016": {"_type": "derivation", "name": "r-NitrogenUptake2016-0.2.3"}, "NlcOptim": {"_type": "derivation", "name": "r-NlcOptim-0.6"}, "NlinTS": {"_type": "derivation", "name": "r-NlinTS-1.4.5"}, "Nmisc": {"_type": "derivation", "name": "r-Nmisc-0.3.7"}, "Nmix": {"_type": "derivation", "name": "r-Nmix-2.0.3"}, "NoRCE": {"_type": "derivation", "name": "r-NoRCE-1.8.0"}, "NobBS": {"_type": "derivation", "name": "r-NobBS-0.1.0"}, "NoiseFiltersR": {"_type": "derivation", "name": "r-NoiseFiltersR-0.1.0"}, "NominalLogisticBiplot": {"_type": "derivation", "name": "r-NominalLogisticBiplot-0.2"}, "NonCompart": {"_type": "derivation", "name": "r-NonCompart-0.6.0"}, "NonNorMvtDist": {"_type": "derivation", "name": "r-NonNorMvtDist-1.0.2"}, "NonParRolCor": {"_type": "derivation", "name": "r-NonParRolCor-0.6.0"}, "NonProbEst": {"_type": "derivation", "name": "r-NonProbEst-0.2.4"}, "NonlinearTSA": {"_type": "derivation", "name": "r-NonlinearTSA-0.5.0"}, "NonpModelCheck": {"_type": "derivation", "name": "r-NonpModelCheck-4.1"}, "Nonpareil": {"_type": "derivation", "name": "r-Nonpareil-3.4.0"}, "NormExpression": {"_type": "derivation", "name": "r-NormExpression-0.1.0"}, "NormPsy": {"_type": "derivation", "name": "r-NormPsy-1.0.8"}, "NormalBetaPrime": {"_type": "derivation", "name": "r-NormalBetaPrime-2.2"}, "NormalGamma": {"_type": "derivation", "name": "r-NormalGamma-1.1"}, "NormalLaplace": {"_type": "derivation", "name": "r-NormalLaplace-0.3-0"}, "NormalityAssessment": {"_type": "derivation", "name": "r-NormalityAssessment-0.0.2"}, "NormalyzerDE": {"_type": "derivation", "name": "r-NormalyzerDE-1.14.0"}, "NormqPCR": {"_type": "derivation", "name": "r-NormqPCR-1.42.0"}, "Norway981_db": {"_type": "derivation", "name": "r-Norway981.db-3.2.3"}, "NostalgiR": {"_type": "derivation", "name": "r-NostalgiR-1.0.2"}, "NovelDistns": {"_type": "derivation", "name": "r-NovelDistns-0.1.0"}, "Nozzle_R1": {"_type": "derivation", "name": "r-Nozzle.R1-1.1-1.1"}, "NuPoP": {"_type": "derivation", "name": "r-NuPoP-2.4.0"}, "Numero": {"_type": "derivation", "name": "r-Numero-1.9.3"}, "NutrienTrackeR": {"_type": "derivation", "name": "r-NutrienTrackeR-1.2.0"}, "NxtIRFcore": {"_type": "derivation", "name": "r-NxtIRFcore-1.2.1"}, "NxtIRFdata": {"_type": "derivation", "name": "r-NxtIRFdata-1.2.0"}, "OAIHarvester": {"_type": "derivation", "name": "r-OAIHarvester-0.3-3"}, "OBASpatial": {"_type": "derivation", "name": "r-OBASpatial-1.9"}, "OBIC": {"_type": "derivation", "name": "r-OBIC-2.0.1"}, "OBL": {"_type": "derivation", "name": "r-OBL-0.2.0"}, "OBMbpkg": {"_type": "derivation", "name": "r-OBMbpkg-1.0.0"}, "OBsMD": {"_type": "derivation", "name": "r-OBsMD-6.1"}, "OCA": {"_type": "derivation", "name": "r-OCA-0.4"}, "OCNet": {"_type": "derivation", "name": "r-OCNet-0.5.0"}, "OCSdata": {"_type": "derivation", "name": "r-OCSdata-1.0.2"}, "OCplus": {"_type": "derivation", "name": "r-OCplus-1.70.0"}, "ODB": {"_type": "derivation", "name": "r-ODB-1.2.1"}, "ODER": {"_type": "derivation", "name": "r-ODER-1.2.0"}, "ODEnetwork": {"_type": "derivation", "name": "r-ODEnetwork-1.3.2"}, "ODEsensitivity": {"_type": "derivation", "name": "r-ODEsensitivity-1.1.2"}, "ODMeans": {"_type": "derivation", "name": "r-ODMeans-0.1.0"}, "ODS": {"_type": "derivation", "name": "r-ODS-0.2.0"}, "OData": {"_type": "derivation", "name": "r-OData-0.6"}, "ODataQuery": {"_type": "derivation", "name": "r-ODataQuery-0.5.3"}, "OECD": {"_type": "derivation", "name": "r-OECD-0.2.5"}, "OEFPIL": {"_type": "derivation", "name": "r-OEFPIL-0.1.1"}, "OGI": {"_type": "derivation", "name": "r-OGI-1.0.0"}, "OGRE": {"_type": "derivation", "name": "r-OGRE-1.0.0"}, "OHPL": {"_type": "derivation", "name": "r-OHPL-1.4"}, "OLIN": {"_type": "derivation", "name": "r-OLIN-1.74.1"}, "OLINgui": {"_type": "derivation", "name": "r-OLINgui-1.70.0"}, "OLScurve": {"_type": "derivation", "name": "r-OLScurve-0.2.0"}, "OMICsPCA": {"_type": "derivation", "name": "r-OMICsPCA-1.14.0"}, "OMICsPCAdata": {"_type": "derivation", "name": "r-OMICsPCAdata-1.14.0"}, "ONEST": {"_type": "derivation", "name": "r-ONEST-0.1.0"}, "ONETr": {"_type": "derivation", "name": "r-ONETr-1.0.3"}, "OOBCurve": {"_type": "derivation", "name": "r-OOBCurve-0.3"}, "OOI": {"_type": "derivation", "name": "r-OOI-0.1.0"}, "OOR": {"_type": "derivation", "name": "r-OOR-0.1.3"}, "OOS": {"_type": "derivation", "name": "r-OOS-1.0.0"}, "OOmisc": {"_type": "derivation", "name": "r-OOmisc-1.2"}, "OPC": {"_type": "derivation", "name": "r-OPC-0.0.1"}, "OPDOE": {"_type": "derivation", "name": "r-OPDOE-1.0-10"}, "OPI": {"_type": "derivation", "name": "r-OPI-2.10.1"}, "OPTS": {"_type": "derivation", "name": "r-OPTS-0.1"}, "OPTtesting": {"_type": "derivation", "name": "r-OPTtesting-1.0.0"}, "OPWeight": {"_type": "derivation", "name": "r-OPWeight-1.18.0"}, "ORCI": {"_type": "derivation", "name": "r-ORCI-1.1"}, "ORCME": {"_type": "derivation", "name": "r-ORCME-2.0.2"}, "ORDER2PARENT": {"_type": "derivation", "name": "r-ORDER2PARENT-1.0"}, "ORFhunteR": {"_type": "derivation", "name": "r-ORFhunteR-1.4.0"}, "ORFik": {"_type": "derivation", "name": "r-ORFik-1.16.6"}, "ORIClust": {"_type": "derivation", "name": "r-ORIClust-1.0-2"}, "ORION": {"_type": "derivation", "name": "r-ORION-1.0.3"}, "ORKM": {"_type": "derivation", "name": "r-ORKM-0.4.0.0"}, "ORMDR": {"_type": "derivation", "name": "r-ORMDR-1.3-2"}, "ORTSC": {"_type": "derivation", "name": "r-ORTSC-1.0.0"}, "ORdensity": {"_type": "derivation", "name": "r-ORdensity-1.0"}, "OSAT": {"_type": "derivation", "name": "r-OSAT-1.44.0"}, "OSCV": {"_type": "derivation", "name": "r-OSCV-1.0"}, "OSDR": {"_type": "derivation", "name": "r-OSDR-1.1.4"}, "OSLdecomposition": {"_type": "derivation", "name": "r-OSLdecomposition-1.0.0"}, "OSMscale": {"_type": "derivation", "name": "r-OSMscale-0.5.1"}, "OSNMTF": {"_type": "derivation", "name": "r-OSNMTF-0.1.0"}, "OSTE": {"_type": "derivation", "name": "r-OSTE-1.0"}, "OSsurvival": {"_type": "derivation", "name": "r-OSsurvival-1.0"}, "OTE": {"_type": "derivation", "name": "r-OTE-1.0.1"}, "OTRselect": {"_type": "derivation", "name": "r-OTRselect-1.1"}, "OTUbase": {"_type": "derivation", "name": "r-OTUbase-1.46.0"}, "OTUtable": {"_type": "derivation", "name": "r-OTUtable-1.1.2"}, "OTclust": {"_type": "derivation", "name": "r-OTclust-1.0.4"}, "OTrecod": {"_type": "derivation", "name": "r-OTrecod-0.1.2"}, "OUTRIDER": {"_type": "derivation", "name": "r-OUTRIDER-1.14.0"}, "OUwie": {"_type": "derivation", "name": "r-OUwie-2.10"}, "OVESEG": {"_type": "derivation", "name": "r-OVESEG-1.12.0"}, "OVtool": {"_type": "derivation", "name": "r-OVtool-1.0.3"}, "OWEA": {"_type": "derivation", "name": "r-OWEA-0.1.2"}, "Oarray": {"_type": "derivation", "name": "r-Oarray-1.4-9"}, "OasisR": {"_type": "derivation", "name": "r-OasisR-3.0.2"}, "ObMiTi": {"_type": "derivation", "name": "r-ObMiTi-1.4.0"}, "Observation": {"_type": "derivation", "name": "r-Observation-0.3.0"}, "OceanView": {"_type": "derivation", "name": "r-OceanView-1.0.6"}, "OddsPlotty": {"_type": "derivation", "name": "r-OddsPlotty-1.0.2"}, "OenoKPM": {"_type": "derivation", "name": "r-OenoKPM-0.1.2"}, "Ohit": {"_type": "derivation", "name": "r-Ohit-1.0.0"}, "OjaNP": {"_type": "derivation", "name": "r-OjaNP-1.0-0"}, "OkNNE": {"_type": "derivation", "name": "r-OkNNE-1.0.0"}, "OligoSpecificitySystem": {"_type": "derivation", "name": "r-OligoSpecificitySystem-1.3"}, "OlinkAnalyze": {"_type": "derivation", "name": "r-OlinkAnalyze-3.1.0"}, "OmaDB": {"_type": "derivation", "name": "r-OmaDB-2.12.0"}, "OmegaG": {"_type": "derivation", "name": "r-OmegaG-1.0.1"}, "OmicCircos": {"_type": "derivation", "name": "r-OmicCircos-1.34.0"}, "OmicInt": {"_type": "derivation", "name": "r-OmicInt-1.1.7"}, "OmicKriging": {"_type": "derivation", "name": "r-OmicKriging-1.4.0"}, "OmicNavigator": {"_type": "derivation", "name": "r-OmicNavigator-1.11.5"}, "OmicsLonDA": {"_type": "derivation", "name": "r-OmicsLonDA-1.12.0"}, "OmicsPLS": {"_type": "derivation", "name": "r-OmicsPLS-2.0.2"}, "Omisc": {"_type": "derivation", "name": "r-Omisc-0.1.5"}, "Omixer": {"_type": "derivation", "name": "r-Omixer-1.6.0"}, "OmnibusFisher": {"_type": "derivation", "name": "r-OmnibusFisher-1.0"}, "OmnipathR": {"_type": "derivation", "name": "r-OmnipathR-3.4.7"}, "OnAge": {"_type": "derivation", "name": "r-OnAge-1.0.1"}, "OnassisJavaLibs": {"_type": "derivation", "name": "r-OnassisJavaLibs-1.18.0"}, "OnboardClient": {"_type": "derivation", "name": "r-OnboardClient-1.0.0"}, "OncoBayes2": {"_type": "derivation", "name": "r-OncoBayes2-0.8-7"}, "OncoScore": {"_type": "derivation", "name": "r-OncoScore-1.24.0"}, "OncoSimulR": {"_type": "derivation", "name": "r-OncoSimulR-3.4.0"}, "Oncotree": {"_type": "derivation", "name": "r-Oncotree-0.3.4"}, "OneArm2stage": {"_type": "derivation", "name": "r-OneArm2stage-1.1.4"}, "OneArmTTE": {"_type": "derivation", "name": "r-OneArmTTE-1.0"}, "OneR": {"_type": "derivation", "name": "r-OneR-2.2"}, "OneSampleMR": {"_type": "derivation", "name": "r-OneSampleMR-0.1.2"}, "OneStep": {"_type": "derivation", "name": "r-OneStep-0.9.2"}, "OneTwoSamples": {"_type": "derivation", "name": "r-OneTwoSamples-1.0-3"}, "OpVaR": {"_type": "derivation", "name": "r-OpVaR-1.2"}, "OpasnetUtils": {"_type": "derivation", "name": "r-OpasnetUtils-1.3"}, "OpenCL": {"_type": "derivation", "name": "r-OpenCL-0.2-2"}, "OpenImageR": {"_type": "derivation", "name": "r-OpenImageR-1.2.7"}, "OpenLand": {"_type": "derivation", "name": "r-OpenLand-1.0.2"}, "OpenML": {"_type": "derivation", "name": "r-OpenML-1.12"}, "OpenMPController": {"_type": "derivation", "name": "r-OpenMPController-0.2-5"}, "OpenMx": {"_type": "derivation", "name": "r-OpenMx-2.20.7"}, "OpenRepGrid": {"_type": "derivation", "name": "r-OpenRepGrid-0.1.12"}, "OpenRepGrid_ic": {"_type": "derivation", "name": "r-OpenRepGrid.ic-0.6.1"}, "OpenSpecy": {"_type": "derivation", "name": "r-OpenSpecy-0.9.5"}, "OpenStats": {"_type": "derivation", "name": "r-OpenStats-1.8.0"}, "OpenStreetMap": {"_type": "derivation", "name": "r-OpenStreetMap-0.3.4"}, "OpenTreeChronograms": {"_type": "derivation", "name": "r-OpenTreeChronograms-2022.1.28"}, "OperonHumanV3_db": {"_type": "derivation", "name": "r-OperonHumanV3.db-3.2.3"}, "Opportunistic": {"_type": "derivation", "name": "r-Opportunistic-1.2"}, "Opt5PL": {"_type": "derivation", "name": "r-Opt5PL-0.1.1"}, "OptCirClust": {"_type": "derivation", "name": "r-OptCirClust-0.0.4"}, "OptGS": {"_type": "derivation", "name": "r-OptGS-1.1.1"}, "OptHedging": {"_type": "derivation", "name": "r-OptHedging-1.0"}, "OptHoldoutSize": {"_type": "derivation", "name": "r-OptHoldoutSize-0.1.0.0"}, "OptInterim": {"_type": "derivation", "name": "r-OptInterim-3.0.1"}, "OptM": {"_type": "derivation", "name": "r-OptM-0.1.6"}, "OptSig": {"_type": "derivation", "name": "r-OptSig-2.2"}, "OptiSembleForecasting": {"_type": "derivation", "name": "r-OptiSembleForecasting-0.1.0"}, "OptimaRegion": {"_type": "derivation", "name": "r-OptimaRegion-1.1"}, "OptimalCutpoints": {"_type": "derivation", "name": "r-OptimalCutpoints-1.1-5"}, "OptimalDesign": {"_type": "derivation", "name": "r-OptimalDesign-1.0.1"}, "OptimalRerandExpDesigns": {"_type": "derivation", "name": "r-OptimalRerandExpDesigns-1.1"}, "OptimalSurrogate": {"_type": "derivation", "name": "r-OptimalSurrogate-1.0"}, "OptimalTiming": {"_type": "derivation", "name": "r-OptimalTiming-0.1.0"}, "OptionPricing": {"_type": "derivation", "name": "r-OptionPricing-0.1.1"}, "Orcs": {"_type": "derivation", "name": "r-Orcs-1.2.2"}, "OrdCD": {"_type": "derivation", "name": "r-OrdCD-1.0.0"}, "OrdFacReg": {"_type": "derivation", "name": "r-OrdFacReg-1.0.6"}, "OrdMonReg": {"_type": "derivation", "name": "r-OrdMonReg-1.0.3"}, "OrdNor": {"_type": "derivation", "name": "r-OrdNor-2.2.3"}, "OrderedList": {"_type": "derivation", "name": "r-OrderedList-1.68.0"}, "OrdinalLogisticBiplot": {"_type": "derivation", "name": "r-OrdinalLogisticBiplot-0.4"}, "OrgMassSpecR": {"_type": "derivation", "name": "r-OrgMassSpecR-0.5-3"}, "OrganismDbi": {"_type": "derivation", "name": "r-OrganismDbi-1.38.1"}, "Organism_dplyr": {"_type": "derivation", "name": "r-Organism.dplyr-1.24.0"}, "OrthoPanels": {"_type": "derivation", "name": "r-OrthoPanels-1.2-4"}, "Orthology_eg_db": {"_type": "derivation", "name": "r-Orthology.eg.db-3.15.0"}, "OryzaProbe": {"_type": "derivation", "name": "r-OryzaProbe-0.1.0"}, "OscillatorGenerator": {"_type": "derivation", "name": "r-OscillatorGenerator-0.1.0"}, "Oscope": {"_type": "derivation", "name": "r-Oscope-1.26.0"}, "Ostats": {"_type": "derivation", "name": "r-Ostats-0.2.0"}, "OutlierDC": {"_type": "derivation", "name": "r-OutlierDC-0.3-0"}, "OutlierDM": {"_type": "derivation", "name": "r-OutlierDM-1.1.1"}, "OutliersO3": {"_type": "derivation", "name": "r-OutliersO3-0.6.3"}, "OutrankingTools": {"_type": "derivation", "name": "r-OutrankingTools-1.0"}, "OwenQ": {"_type": "derivation", "name": "r-OwenQ-1.0.5"}, "OxyBS": {"_type": "derivation", "name": "r-OxyBS-1.5"}, "PAA": {"_type": "derivation", "name": "r-PAA-1.30.0"}, "PAC": {"_type": "derivation", "name": "r-PAC-1.1.4"}, "PACLasso": {"_type": "derivation", "name": "r-PACLasso-1.0.0"}, "PACVr": {"_type": "derivation", "name": "r-PACVr-0.9.4"}, "PADOG": {"_type": "derivation", "name": "r-PADOG-1.38.0"}, "PAFit": {"_type": "derivation", "name": "r-PAFit-1.2.5"}, "PAGI": {"_type": "derivation", "name": "r-PAGI-1.0"}, "PAGWAS": {"_type": "derivation", "name": "r-PAGWAS-2.0"}, "PAIRADISE": {"_type": "derivation", "name": "r-PAIRADISE-1.12.0"}, "PALMO": {"_type": "derivation", "name": "r-PALMO-0.1.2"}, "PAMA": {"_type": "derivation", "name": "r-PAMA-1.2.0"}, "PAMhm": {"_type": "derivation", "name": "r-PAMhm-0.1.2"}, "PAMmisc": {"_type": "derivation", "name": "r-PAMmisc-1.9.5"}, "PAMpal": {"_type": "derivation", "name": "r-PAMpal-0.16.0"}, "PANDA": {"_type": "derivation", "name": "r-PANDA-0.9.9"}, "PANR": {"_type": "derivation", "name": "r-PANR-1.42.0"}, "PANTHER_db": {"_type": "derivation", "name": "r-PANTHER.db-1.0.11"}, "PAS": {"_type": "derivation", "name": "r-PAS-1.2.5"}, "PASSED": {"_type": "derivation", "name": "r-PASSED-1.2-1"}, "PAST": {"_type": "derivation", "name": "r-PAST-1.12.0"}, "PASWR": {"_type": "derivation", "name": "r-PASWR-1.3"}, "PASWR2": {"_type": "derivation", "name": "r-PASWR2-1.0.5"}, "PASenseWear": {"_type": "derivation", "name": "r-PASenseWear-1.0"}, "PAmeasures": {"_type": "derivation", "name": "r-PAmeasures-0.1.0"}, "PAsso": {"_type": "derivation", "name": "r-PAsso-0.1.10"}, "PAutilities": {"_type": "derivation", "name": "r-PAutilities-1.1.0"}, "PBD": {"_type": "derivation", "name": "r-PBD-1.4"}, "PBIBD": {"_type": "derivation", "name": "r-PBIBD-1.3"}, "PBIR": {"_type": "derivation", "name": "r-PBIR-0.1-0"}, "PBImisc": {"_type": "derivation", "name": "r-PBImisc-1.0"}, "PBNPA": {"_type": "derivation", "name": "r-PBNPA-0.0.3"}, "PBRF": {"_type": "derivation", "name": "r-PBRF-1.0.0"}, "PBSadmb": {"_type": "derivation", "name": "r-PBSadmb-1.1.4"}, "PBSddesolve": {"_type": "derivation", "name": "r-PBSddesolve-1.12.6"}, "PBSmapping": {"_type": "derivation", "name": "r-PBSmapping-2.73.2"}, "PBSmodelling": {"_type": "derivation", "name": "r-PBSmodelling-2.68.8"}, "PCA4TS": {"_type": "derivation", "name": "r-PCA4TS-0.1"}, "PCADSC": {"_type": "derivation", "name": "r-PCADSC-0.8.0"}, "PCAN": {"_type": "derivation", "name": "r-PCAN-1.24.0"}, "PCAmatchR": {"_type": "derivation", "name": "r-PCAmatchR-0.3.2"}, "PCAmixdata": {"_type": "derivation", "name": "r-PCAmixdata-3.1"}, "PCAtools": {"_type": "derivation", "name": "r-PCAtools-2.8.0"}, "PCDimension": {"_type": "derivation", "name": "r-PCDimension-1.1.13"}, "PCFAM": {"_type": "derivation", "name": "r-PCFAM-1.0"}, "PCGSE": {"_type": "derivation", "name": "r-PCGSE-0.4"}, "PCHiCdata": {"_type": "derivation", "name": "r-PCHiCdata-1.24.0"}, "PCICt": {"_type": "derivation", "name": "r-PCICt-0.5-4.3"}, "PCL": {"_type": "derivation", "name": "r-PCL-1.0"}, "PCLassoReg": {"_type": "derivation", "name": "r-PCLassoReg-1.0.0"}, "PCMBase": {"_type": "derivation", "name": "r-PCMBase-1.2.12"}, "PCMBaseCpp": {"_type": "derivation", "name": "r-PCMBaseCpp-0.1.9"}, "PCMRS": {"_type": "derivation", "name": "r-PCMRS-0.1-4"}, "PCObw": {"_type": "derivation", "name": "r-PCObw-0.0.0"}, "PCPS": {"_type": "derivation", "name": "r-PCPS-1.0.7"}, "PCRedux": {"_type": "derivation", "name": "r-PCRedux-1.1-2"}, "PCS": {"_type": "derivation", "name": "r-PCS-1.3"}, "PCSinR": {"_type": "derivation", "name": "r-PCSinR-0.1.0"}, "PCovR": {"_type": "derivation", "name": "r-PCovR-2.7.1"}, "PDATK": {"_type": "derivation", "name": "r-PDATK-1.4.0"}, "PDE": {"_type": "derivation", "name": "r-PDE-1.4.0"}, "PDFEstimator": {"_type": "derivation", "name": "r-PDFEstimator-4.3"}, "PDM": {"_type": "derivation", "name": "r-PDM-0.1"}, "PDMIF": {"_type": "derivation", "name": "r-PDMIF-0.1.0"}, "PDN": {"_type": "derivation", "name": "r-PDN-0.1.0"}, "PDQutils": {"_type": "derivation", "name": "r-PDQutils-0.1.6"}, "PDSCE": {"_type": "derivation", "name": "r-PDSCE-1.2.1"}, "PDShiny": {"_type": "derivation", "name": "r-PDShiny-0.1.0"}, "PDtoolkit": {"_type": "derivation", "name": "r-PDtoolkit-0.4.0"}, "PEACH": {"_type": "derivation", "name": "r-PEACH-0.1.1"}, "PECA": {"_type": "derivation", "name": "r-PECA-1.32.0"}, "PEGroupTesting": {"_type": "derivation", "name": "r-PEGroupTesting-1.0"}, "PEIP": {"_type": "derivation", "name": "r-PEIP-2.2-3"}, "PELVIS": {"_type": "derivation", "name": "r-PELVIS-2.0.3"}, "PEMM": {"_type": "derivation", "name": "r-PEMM-1.0"}, "PERFect": {"_type": "derivation", "name": "r-PERFect-1.10.0"}, "PERMANOVA": {"_type": "derivation", "name": "r-PERMANOVA-0.2.0"}, "PEkit": {"_type": "derivation", "name": "r-PEkit-1.0.0.1000"}, "PFAM_db": {"_type": "derivation", "name": "r-PFAM.db-3.15.0"}, "PFIM": {"_type": "derivation", "name": "r-PFIM-5.0"}, "PFP": {"_type": "derivation", "name": "r-PFP-1.4.0"}, "PGEE": {"_type": "derivation", "name": "r-PGEE-1.5"}, "PGM2": {"_type": "derivation", "name": "r-PGM2-1.0-1"}, "PGRdup": {"_type": "derivation", "name": "r-PGRdup-0.2.3.7"}, "PH1XBAR": {"_type": "derivation", "name": "r-PH1XBAR-0.10.1"}, "PHENIX": {"_type": "derivation", "name": "r-PHENIX-1.3.1"}, "PHEindicatormethods": {"_type": "derivation", "name": "r-PHEindicatormethods-1.4.1"}, "PHInfiniteEstimates": {"_type": "derivation", "name": "r-PHInfiniteEstimates-2.5"}, "PHSMM": {"_type": "derivation", "name": "r-PHSMM-1.0"}, "PHYLOGR": {"_type": "derivation", "name": "r-PHYLOGR-1.0.11"}, "PHclust": {"_type": "derivation", "name": "r-PHclust-0.1.0"}, "PHeval": {"_type": "derivation", "name": "r-PHeval-0.5.4"}, "PICBayes": {"_type": "derivation", "name": "r-PICBayes-1.0"}, "PICS": {"_type": "derivation", "name": "r-PICS-2.40.0"}, "PIGShift": {"_type": "derivation", "name": "r-PIGShift-1.0.1"}, "PING": {"_type": "derivation", "name": "r-PING-2.40.0"}, "PINSPlus": {"_type": "derivation", "name": "r-PINSPlus-2.0.6"}, "PINstimation": {"_type": "derivation", "name": "r-PINstimation-0.1.1"}, "PIPS": {"_type": "derivation", "name": "r-PIPS-1.0.1"}, "PK": {"_type": "derivation", "name": "r-PK-1.3-5"}, "PKI": {"_type": "derivation", "name": "r-PKI-0.1-11"}, "PKLMtest": {"_type": "derivation", "name": "r-PKLMtest-1.0.1"}, "PKNCA": {"_type": "derivation", "name": "r-PKNCA-0.10.0"}, "PKPDmodels": {"_type": "derivation", "name": "r-PKPDmodels-0.3.2"}, "PKPDsim": {"_type": "derivation", "name": "r-PKPDsim-1.1.1"}, "PKconverter": {"_type": "derivation", "name": "r-PKconverter-1.5"}, "PKreport": {"_type": "derivation", "name": "r-PKreport-1.5"}, "PL94171": {"_type": "derivation", "name": "r-PL94171-1.1.2"}, "PLFD": {"_type": "derivation", "name": "r-PLFD-0.1.1"}, "PLIS": {"_type": "derivation", "name": "r-PLIS-1.2"}, "PLMIX": {"_type": "derivation", "name": "r-PLMIX-2.1.1"}, "PLNmodels": {"_type": "derivation", "name": "r-PLNmodels-0.11.7"}, "PLORN": {"_type": "derivation", "name": "r-PLORN-0.1.1"}, "PLPE": {"_type": "derivation", "name": "r-PLPE-1.56.0"}, "PLRModels": {"_type": "derivation", "name": "r-PLRModels-1.2"}, "PLSiMCpp": {"_type": "derivation", "name": "r-PLSiMCpp-1.0.4"}, "PLmixed": {"_type": "derivation", "name": "r-PLmixed-0.1.6"}, "PLordprob": {"_type": "derivation", "name": "r-PLordprob-1.1"}, "PLreg": {"_type": "derivation", "name": "r-PLreg-0.2.0"}, "PMA": {"_type": "derivation", "name": "r-PMA-1.2.1"}, "PMA2": {"_type": "derivation", "name": "r-PMA2-2.1"}, "PMAPscore": {"_type": "derivation", "name": "r-PMAPscore-0.1.1"}, "PMCMR": {"_type": "derivation", "name": "r-PMCMR-4.4"}, "PMCMRplus": {"_type": "derivation", "name": "r-PMCMRplus-1.9.6"}, "PMwR": {"_type": "derivation", "name": "r-PMwR-0.18-0"}, "PNADcIBGE": {"_type": "derivation", "name": "r-PNADcIBGE-0.7.0"}, "PNAR": {"_type": "derivation", "name": "r-PNAR-1.2"}, "PNSIBGE": {"_type": "derivation", "name": "r-PNSIBGE-0.1.7"}, "PNWColors": {"_type": "derivation", "name": "r-PNWColors-0.1.0"}, "POCRCannotation_db": {"_type": "derivation", "name": "r-POCRCannotation.db-3.2.3"}, "POCRE": {"_type": "derivation", "name": "r-POCRE-0.6.0"}, "POD": {"_type": "derivation", "name": "r-POD-1.2.0"}, "POET": {"_type": "derivation", "name": "r-POET-2.0"}, "POFIBGE": {"_type": "derivation", "name": "r-POFIBGE-0.1.6"}, "POINT": {"_type": "derivation", "name": "r-POINT-1.2"}, "POMA": {"_type": "derivation", "name": "r-POMA-1.6.0"}, "POMaSPU": {"_type": "derivation", "name": "r-POMaSPU-1.0.0"}, "POPdemog": {"_type": "derivation", "name": "r-POPdemog-1.0.3"}, "POSSA": {"_type": "derivation", "name": "r-POSSA-0.6.1"}, "POSTm": {"_type": "derivation", "name": "r-POSTm-1.2"}, "POSetR": {"_type": "derivation", "name": "r-POSetR-1.1.0"}, "POT": {"_type": "derivation", "name": "r-POT-1.1-10"}, "POUMM": {"_type": "derivation", "name": "r-POUMM-2.1.7"}, "POV": {"_type": "derivation", "name": "r-POV-0.1.4"}, "POWSC": {"_type": "derivation", "name": "r-POWSC-1.4.0"}, "PO_EN": {"_type": "derivation", "name": "r-PO.EN-1.0"}, "PP": {"_type": "derivation", "name": "r-PP-0.6.3-11"}, "PP3": {"_type": "derivation", "name": "r-PP3-1.2"}, "PPCI": {"_type": "derivation", "name": "r-PPCI-0.1.5"}, "PPInfer": {"_type": "derivation", "name": "r-PPInfer-1.22.0"}, "PPLasso": {"_type": "derivation", "name": "r-PPLasso-1.0"}, "PPMR": {"_type": "derivation", "name": "r-PPMR-1.0"}, "PPQplan": {"_type": "derivation", "name": "r-PPQplan-1.1.0"}, "PPRL": {"_type": "derivation", "name": "r-PPRL-0.3.7"}, "PPSFS": {"_type": "derivation", "name": "r-PPSFS-0.1.0"}, "PPTcirc": {"_type": "derivation", "name": "r-PPTcirc-0.2.3"}, "PPforest": {"_type": "derivation", "name": "r-PPforest-0.1.3"}, "PPtreeViz": {"_type": "derivation", "name": "r-PPtreeViz-2.0.4"}, "PQLseq": {"_type": "derivation", "name": "r-PQLseq-1.2.1"}, "PRDA": {"_type": "derivation", "name": "r-PRDA-1.0.0"}, "PRECAST": {"_type": "derivation", "name": "r-PRECAST-1.3"}, "PREDA": {"_type": "derivation", "name": "r-PREDA-1.42.0"}, "PREDAsampledata": {"_type": "derivation", "name": "r-PREDAsampledata-0.36.0"}, "PREPShiny": {"_type": "derivation", "name": "r-PREPShiny-0.1.0"}, "PRIMAL": {"_type": "derivation", "name": "r-PRIMAL-1.0.2"}, "PRIMME": {"_type": "derivation", "name": "r-PRIMME-3.2-3"}, "PRISMA": {"_type": "derivation", "name": "r-PRISMA-0.2-7"}, "PRISMA2020": {"_type": "derivation", "name": "r-PRISMA2020-0.0.3"}, "PRISMAstatement": {"_type": "derivation", "name": "r-PRISMAstatement-1.1.1"}, "PRISM_forecast": {"_type": "derivation", "name": "r-PRISM.forecast-0.2.1"}, "PROBShiny": {"_type": "derivation", "name": "r-PROBShiny-0.1.0"}, "PROJ": {"_type": "derivation", "name": "r-PROJ-0.4.0"}, "PROMETHEE": {"_type": "derivation", "name": "r-PROMETHEE-1.1"}, "PROMISE": {"_type": "derivation", "name": "r-PROMISE-1.48.0"}, "PROPER": {"_type": "derivation", "name": "r-PROPER-1.28.0"}, "PROPS": {"_type": "derivation", "name": "r-PROPS-1.18.0"}, "PROSPER": {"_type": "derivation", "name": "r-PROSPER-0.3.3"}, "PROTOLIDAR": {"_type": "derivation", "name": "r-PROTOLIDAR-0.1"}, "PROcess": {"_type": "derivation", "name": "r-PROcess-1.72.0"}, "PROreg": {"_type": "derivation", "name": "r-PROreg-1.2"}, "PROscorer": {"_type": "derivation", "name": "r-PROscorer-0.0.3"}, "PROscorerTools": {"_type": "derivation", "name": "r-PROscorerTools-0.0.2"}, "PROsetta": {"_type": "derivation", "name": "r-PROsetta-0.3.5"}, "PRP": {"_type": "derivation", "name": "r-PRP-0.1.1"}, "PRROC": {"_type": "derivation", "name": "r-PRROC-1.3.1"}, "PRSPGx": {"_type": "derivation", "name": "r-PRSPGx-0.3.0"}, "PRSim": {"_type": "derivation", "name": "r-PRSim-1.4-2"}, "PReMiuM": {"_type": "derivation", "name": "r-PReMiuM-3.2.8"}, "PResiduals": {"_type": "derivation", "name": "r-PResiduals-1.0-1"}, "PSAgraphics": {"_type": "derivation", "name": "r-PSAgraphics-2.1.1.2"}, "PSCBS": {"_type": "derivation", "name": "r-PSCBS-0.66.0"}, "PSEA": {"_type": "derivation", "name": "r-PSEA-1.30.0"}, "PSF": {"_type": "derivation", "name": "r-PSF-0.5"}, "PSGD": {"_type": "derivation", "name": "r-PSGD-1.0.1"}, "PSICQUIC": {"_type": "derivation", "name": "r-PSICQUIC-1.34.0"}, "PSIMEX": {"_type": "derivation", "name": "r-PSIMEX-1.1"}, "PSLM2015": {"_type": "derivation", "name": "r-PSLM2015-0.2.0"}, "PSMatch": {"_type": "derivation", "name": "r-PSMatch-1.0.0"}, "PSPManalysis": {"_type": "derivation", "name": "r-PSPManalysis-0.3.8"}, "PSSIM": {"_type": "derivation", "name": "r-PSSIM-0.1.0"}, "PSSMCOOL": {"_type": "derivation", "name": "r-PSSMCOOL-0.2.4"}, "PSS_Health": {"_type": "derivation", "name": "r-PSS.Health-0.5.1"}, "PST": {"_type": "derivation", "name": "r-PST-0.94"}, "PSW": {"_type": "derivation", "name": "r-PSW-1.1-3"}, "PSweight": {"_type": "derivation", "name": "r-PSweight-1.1.8"}, "PTAk": {"_type": "derivation", "name": "r-PTAk-1.4-0"}, "PTE": {"_type": "derivation", "name": "r-PTE-1.7"}, "PTERP": {"_type": "derivation", "name": "r-PTERP-1.0"}, "PTSR": {"_type": "derivation", "name": "r-PTSR-0.1.2"}, "PTXQC": {"_type": "derivation", "name": "r-PTXQC-1.0.14"}, "PTwins": {"_type": "derivation", "name": "r-PTwins-0.1.1"}, "PUMP": {"_type": "derivation", "name": "r-PUMP-1.0.1"}, "PUPAIM": {"_type": "derivation", "name": "r-PUPAIM-0.3.1"}, "PUPAK": {"_type": "derivation", "name": "r-PUPAK-0.1.1"}, "PUPMCR": {"_type": "derivation", "name": "r-PUPMCR-0.1.0"}, "PUPMSI": {"_type": "derivation", "name": "r-PUPMSI-0.1.0"}, "PUlasso": {"_type": "derivation", "name": "r-PUlasso-3.2.4"}, "PVAClone": {"_type": "derivation", "name": "r-PVAClone-0.1-6"}, "PVR": {"_type": "derivation", "name": "r-PVR-0.3"}, "PVplr": {"_type": "derivation", "name": "r-PVplr-0.1.1"}, "PWD": {"_type": "derivation", "name": "r-PWD-1.0"}, "PWEALL": {"_type": "derivation", "name": "r-PWEALL-1.3.0"}, "PWFSLSmoke": {"_type": "derivation", "name": "r-PWFSLSmoke-1.2.117"}, "PWIR": {"_type": "derivation", "name": "r-PWIR-0.0.1"}, "PWMEnrich": {"_type": "derivation", "name": "r-PWMEnrich-4.32.0"}, "PWMEnrich_Dmelanogaster_background": {"_type": "derivation", "name": "r-PWMEnrich.Dmelanogaster.background-4.30.0"}, "PWMEnrich_Hsapiens_background": {"_type": "derivation", "name": "r-PWMEnrich.Hsapiens.background-4.30.0"}, "PWMEnrich_Mmusculus_background": {"_type": "derivation", "name": "r-PWMEnrich.Mmusculus.background-4.30.0"}, "PabonLasso": {"_type": "derivation", "name": "r-PabonLasso-1.0"}, "Pade": {"_type": "derivation", "name": "r-Pade-1.0.4"}, "PairViz": {"_type": "derivation", "name": "r-PairViz-1.3.6"}, "PairedData": {"_type": "derivation", "name": "r-PairedData-1.1.1"}, "PakPC2017": {"_type": "derivation", "name": "r-PakPC2017-1.0.0"}, "PakPMICS2014Ch": {"_type": "derivation", "name": "r-PakPMICS2014Ch-0.1.0"}, "PakPMICS2014HH": {"_type": "derivation", "name": "r-PakPMICS2014HH-0.1.0"}, "PakPMICS2014HL": {"_type": "derivation", "name": "r-PakPMICS2014HL-0.1.1"}, "PakPMICS2014Wm": {"_type": "derivation", "name": "r-PakPMICS2014Wm-0.1.1"}, "PakPMICS2018": {"_type": "derivation", "name": "r-PakPMICS2018-1.0.0"}, "PakPMICS2018bh": {"_type": "derivation", "name": "r-PakPMICS2018bh-0.1.0"}, "PakPMICS2018fs": {"_type": "derivation", "name": "r-PakPMICS2018fs-0.1.0"}, "PakPMICS2018hh": {"_type": "derivation", "name": "r-PakPMICS2018hh-0.1.0"}, "PakPMICS2018mm": {"_type": "derivation", "name": "r-PakPMICS2018mm-0.1.0"}, "PakPMICS2018mn": {"_type": "derivation", "name": "r-PakPMICS2018mn-0.1.0"}, "PamBinaries": {"_type": "derivation", "name": "r-PamBinaries-1.7.0"}, "PanCanVarSel": {"_type": "derivation", "name": "r-PanCanVarSel-0.0.3"}, "PanJen": {"_type": "derivation", "name": "r-PanJen-1.6"}, "PanVizGenerator": {"_type": "derivation", "name": "r-PanVizGenerator-1.22.0"}, "PandemicLP": {"_type": "derivation", "name": "r-PandemicLP-1.3.0"}, "PanelCount": {"_type": "derivation", "name": "r-PanelCount-2.0.0"}, "PanelMatch": {"_type": "derivation", "name": "r-PanelMatch-2.0.1"}, "Paneldata": {"_type": "derivation", "name": "r-Paneldata-1.0"}, "PanomiR": {"_type": "derivation", "name": "r-PanomiR-1.0.2"}, "PantaRhei": {"_type": "derivation", "name": "r-PantaRhei-0.1.2"}, "ParBayesianOptimization": {"_type": "derivation", "name": "r-ParBayesianOptimization-1.2.6"}, "ParDNAcopy": {"_type": "derivation", "name": "r-ParDNAcopy-2.0"}, "ParallelDSM": {"_type": "derivation", "name": "r-ParallelDSM-0.3.5"}, "ParallelLogger": {"_type": "derivation", "name": "r-ParallelLogger-3.0.1"}, "ParallelPC": {"_type": "derivation", "name": "r-ParallelPC-1.2"}, "ParallelTree": {"_type": "derivation", "name": "r-ParallelTree-0.1.3"}, "ParamHelpers": {"_type": "derivation", "name": "r-ParamHelpers-1.14.1"}, "Pareto": {"_type": "derivation", "name": "r-Pareto-2.4.2"}, "ParetoPosStable": {"_type": "derivation", "name": "r-ParetoPosStable-1.1"}, "PartCensReg": {"_type": "derivation", "name": "r-PartCensReg-1.39"}, "PartheenMetaData_db": {"_type": "derivation", "name": "r-PartheenMetaData.db-3.2.3"}, "Partiallyoverlapping": {"_type": "derivation", "name": "r-Partiallyoverlapping-2.0"}, "PasillaTranscriptExpr": {"_type": "derivation", "name": "r-PasillaTranscriptExpr-1.24.0"}, "Path2PPI": {"_type": "derivation", "name": "r-Path2PPI-1.26.0"}, "PathNet": {"_type": "derivation", "name": "r-PathNet-1.36.0"}, "PathNetData": {"_type": "derivation", "name": "r-PathNetData-1.32.0"}, "PathSelectMP": {"_type": "derivation", "name": "r-PathSelectMP-1.1"}, "PathoStat": {"_type": "derivation", "name": "r-PathoStat-1.22.0"}, "PatternClass": {"_type": "derivation", "name": "r-PatternClass-2.0.1"}, "Patterns": {"_type": "derivation", "name": "r-Patterns-1.3"}, "PdPDB": {"_type": "derivation", "name": "r-PdPDB-2.0.1"}, "PeacoQC": {"_type": "derivation", "name": "r-PeacoQC-1.6.0"}, "Peacock_test": {"_type": "derivation", "name": "r-Peacock.test-1.0"}, "PeakError": {"_type": "derivation", "name": "r-PeakError-2021.7.1"}, "PeakSegDP": {"_type": "derivation", "name": "r-PeakSegDP-2017.08.15"}, "PeakSegDisk": {"_type": "derivation", "name": "r-PeakSegDisk-2022.2.1"}, "PeakSegJoint": {"_type": "derivation", "name": "r-PeakSegJoint-2022.4.6"}, "PeakSegOptimal": {"_type": "derivation", "name": "r-PeakSegOptimal-2018.05.25"}, "PearsonDS": {"_type": "derivation", "name": "r-PearsonDS-1.2.3"}, "PearsonICA": {"_type": "derivation", "name": "r-PearsonICA-1.2-5"}, "PedCNV": {"_type": "derivation", "name": "r-PedCNV-0.1"}, "PeerPerformance": {"_type": "derivation", "name": "r-PeerPerformance-2.2.5"}, "PenCoxFrail": {"_type": "derivation", "name": "r-PenCoxFrail-1.0.1"}, "PenIC": {"_type": "derivation", "name": "r-PenIC-1.0.0"}, "PepSAVIms": {"_type": "derivation", "name": "r-PepSAVIms-0.9.1"}, "PepsNMR": {"_type": "derivation", "name": "r-PepsNMR-1.14.0"}, "PepsNMRData": {"_type": "derivation", "name": "r-PepsNMRData-1.14.0"}, "Peptides": {"_type": "derivation", "name": "r-Peptides-2.4.4"}, "PerFit": {"_type": "derivation", "name": "r-PerFit-1.4.6"}, "PerMallows": {"_type": "derivation", "name": "r-PerMallows-1.13"}, "Perc": {"_type": "derivation", "name": "r-Perc-0.1.6"}, "PerfMeas": {"_type": "derivation", "name": "r-PerfMeas-1.2.5"}, "PerformanceAnalytics": {"_type": "derivation", "name": "r-PerformanceAnalytics-2.0.4"}, "PeriodicTable": {"_type": "derivation", "name": "r-PeriodicTable-0.1.2"}, "PermAlgo": {"_type": "derivation", "name": "r-PermAlgo-1.2"}, "PermutationR": {"_type": "derivation", "name": "r-PermutationR-0.1.0"}, "PerseusR": {"_type": "derivation", "name": "r-PerseusR-0.3.4"}, "PersianStemmer": {"_type": "derivation", "name": "r-PersianStemmer-1.0"}, "PersomicsArray": {"_type": "derivation", "name": "r-PersomicsArray-1.0"}, "PesticideLoadIndicator": {"_type": "derivation", "name": "r-PesticideLoadIndicator-1.3.1"}, "PetfindeR": {"_type": "derivation", "name": "r-PetfindeR-2.1.0"}, "PhIPData": {"_type": "derivation", "name": "r-PhIPData-1.4.0"}, "PhViD": {"_type": "derivation", "name": "r-PhViD-1.0.8"}, "PhageCocktail": {"_type": "derivation", "name": "r-PhageCocktail-1.0.3"}, "PharmPow": {"_type": "derivation", "name": "r-PharmPow-1.0"}, "PharmacoGx": {"_type": "derivation", "name": "r-PharmacoGx-3.0.2"}, "Phase123": {"_type": "derivation", "name": "r-Phase123-2.1"}, "Phase12Compare": {"_type": "derivation", "name": "r-Phase12Compare-1.5"}, "PhaseTypeR": {"_type": "derivation", "name": "r-PhaseTypeR-1.0.4"}, "PheCAP": {"_type": "derivation", "name": "r-PheCAP-1.2.1"}, "PheNorm": {"_type": "derivation", "name": "r-PheNorm-0.1.0"}, "PheVis": {"_type": "derivation", "name": "r-PheVis-1.0.2"}, "PhenStat": {"_type": "derivation", "name": "r-PhenStat-2.32.0"}, "PhenoGeneRanker": {"_type": "derivation", "name": "r-PhenoGeneRanker-1.4.0"}, "Phenotype": {"_type": "derivation", "name": "r-Phenotype-0.1.0"}, "PhenotypeSimulator": {"_type": "derivation", "name": "r-PhenotypeSimulator-0.3.4"}, "PhilipsHue": {"_type": "derivation", "name": "r-PhilipsHue-1.0.0"}, "PhitestR": {"_type": "derivation", "name": "r-PhitestR-0.2.0"}, "PhosR": {"_type": "derivation", "name": "r-PhosR-1.6.0"}, "PhotosynQ": {"_type": "derivation", "name": "r-PhotosynQ-0.2.3"}, "Phxnlme": {"_type": "derivation", "name": "r-Phxnlme-1.0.0"}, "PhySortR": {"_type": "derivation", "name": "r-PhySortR-1.0.8"}, "PhyloMeasures": {"_type": "derivation", "name": "r-PhyloMeasures-2.1"}, "PhyloProfile": {"_type": "derivation", "name": "r-PhyloProfile-1.10.5"}, "PhyloProfileData": {"_type": "derivation", "name": "r-PhyloProfileData-1.10.0"}, "PhylogeneticEM": {"_type": "derivation", "name": "r-PhylogeneticEM-1.6.0"}, "PhysActBedRest": {"_type": "derivation", "name": "r-PhysActBedRest-1.1"}, "PhysicalActivity": {"_type": "derivation", "name": "r-PhysicalActivity-0.2-4"}, "Pi": {"_type": "derivation", "name": "r-Pi-2.8.0"}, "PieceExpIntensity": {"_type": "derivation", "name": "r-PieceExpIntensity-1.0.4"}, "Pigengene": {"_type": "derivation", "name": "r-Pigengene-1.22.0"}, "Pijavski": {"_type": "derivation", "name": "r-Pijavski-1.0.3"}, "PivotalR": {"_type": "derivation", "name": "r-PivotalR-0.1.18.5"}, "PlackettLuce": {"_type": "derivation", "name": "r-PlackettLuce-0.4.2"}, "PlaneGeometry": {"_type": "derivation", "name": "r-PlaneGeometry-1.3.1"}, "Planesmuestra": {"_type": "derivation", "name": "r-Planesmuestra-0.1"}, "PlanetNICFI": {"_type": "derivation", "name": "r-PlanetNICFI-1.0.4"}, "PlasmaMutationDetector": {"_type": "derivation", "name": "r-PlasmaMutationDetector-1.7.2"}, "PlasmaMutationDetector2": {"_type": "derivation", "name": "r-PlasmaMutationDetector2-1.1.11"}, "Plasmidprofiler": {"_type": "derivation", "name": "r-Plasmidprofiler-0.1.6"}, "Plasmode": {"_type": "derivation", "name": "r-Plasmode-0.1.0"}, "PlatformDesign": {"_type": "derivation", "name": "r-PlatformDesign-2.1.3"}, "Platypus": {"_type": "derivation", "name": "r-Platypus-3.4.1"}, "PlayerRatings": {"_type": "derivation", "name": "r-PlayerRatings-1.1-0"}, "PloGO2": {"_type": "derivation", "name": "r-PloGO2-1.8.2"}, "PlotContour": {"_type": "derivation", "name": "r-PlotContour-0.1.0"}, "PlotPrjNetworks": {"_type": "derivation", "name": "r-PlotPrjNetworks-1.0.0"}, "PlotRegionHighlighter": {"_type": "derivation", "name": "r-PlotRegionHighlighter-1.0"}, "PoA": {"_type": "derivation", "name": "r-PoA-1.2.1"}, "PoDBAY": {"_type": "derivation", "name": "r-PoDBAY-1.4.3"}, "PoDCall": {"_type": "derivation", "name": "r-PoDCall-1.4.0"}, "PoPdesign": {"_type": "derivation", "name": "r-PoPdesign-1.0.3"}, "PoSI": {"_type": "derivation", "name": "r-PoSI-1.1"}, "PoTRA": {"_type": "derivation", "name": "r-PoTRA-1.12.0"}, "PogromcyDanych": {"_type": "derivation", "name": "r-PogromcyDanych-1.7"}, "PoiClaClu": {"_type": "derivation", "name": "r-PoiClaClu-1.0.2.1"}, "PointFore": {"_type": "derivation", "name": "r-PointFore-0.2.0"}, "PointedSDMs": {"_type": "derivation", "name": "r-PointedSDMs-1.1.1"}, "PoisBinNonNor": {"_type": "derivation", "name": "r-PoisBinNonNor-1.3.3"}, "PoisBinOrd": {"_type": "derivation", "name": "r-PoisBinOrd-1.4.3"}, "PoisBinOrdNonNor": {"_type": "derivation", "name": "r-PoisBinOrdNonNor-1.5.3"}, "PoisBinOrdNor": {"_type": "derivation", "name": "r-PoisBinOrdNor-1.6.3"}, "PoisNonNor": {"_type": "derivation", "name": "r-PoisNonNor-1.6.3"}, "PoisNor": {"_type": "derivation", "name": "r-PoisNor-1.3.3"}, "PoissonBinomial": {"_type": "derivation", "name": "r-PoissonBinomial-1.2.5"}, "PoissonMultinomial": {"_type": "derivation", "name": "r-PoissonMultinomial-1.0"}, "PoissonPCA": {"_type": "derivation", "name": "r-PoissonPCA-1.0.3"}, "PoissonSeq": {"_type": "derivation", "name": "r-PoissonSeq-1.1.2"}, "PolicyPortfolios": {"_type": "derivation", "name": "r-PolicyPortfolios-0.3"}, "PolyHaplotyper": {"_type": "derivation", "name": "r-PolyHaplotyper-1.0.1"}, "PolyPatEx": {"_type": "derivation", "name": "r-PolyPatEx-0.9.2"}, "PolyPhen_Hsapiens_dbSNP131": {"_type": "derivation", "name": "r-PolyPhen.Hsapiens.dbSNP131-1.0.2"}, "PolyTrend": {"_type": "derivation", "name": "r-PolyTrend-1.2"}, "Polychrome": {"_type": "derivation", "name": "r-Polychrome-1.5.1"}, "PolycrossDesigns": {"_type": "derivation", "name": "r-PolycrossDesigns-1.1.0"}, "PolygonSoup": {"_type": "derivation", "name": "r-PolygonSoup-1.0.1"}, "PolynomF": {"_type": "derivation", "name": "r-PolynomF-2.0-5"}, "Pomic": {"_type": "derivation", "name": "r-Pomic-1.0.4"}, "PoolTestR": {"_type": "derivation", "name": "r-PoolTestR-0.1.3"}, "PooledCohort": {"_type": "derivation", "name": "r-PooledCohort-0.0.1"}, "PooledMeanGroup": {"_type": "derivation", "name": "r-PooledMeanGroup-1.0"}, "PopED": {"_type": "derivation", "name": "r-PopED-0.6.0"}, "PopGenKit": {"_type": "derivation", "name": "r-PopGenKit-1.0"}, "PopGenReport": {"_type": "derivation", "name": "r-PopGenReport-3.0.7"}, "PopGenome": {"_type": "derivation", "name": "r-PopGenome-2.7.5"}, "PopVar": {"_type": "derivation", "name": "r-PopVar-1.3.0"}, "PopulationGrowthR": {"_type": "derivation", "name": "r-PopulationGrowthR-0.1.1"}, "PortRisk": {"_type": "derivation", "name": "r-PortRisk-1.1.0"}, "PortalHacienda": {"_type": "derivation", "name": "r-PortalHacienda-0.1.6"}, "PortfolioAnalytics": {"_type": "derivation", "name": "r-PortfolioAnalytics-1.1.0"}, "PortfolioEffectEstim": {"_type": "derivation", "name": "r-PortfolioEffectEstim-1.4"}, "PortfolioEffectHFT": {"_type": "derivation", "name": "r-PortfolioEffectHFT-1.8"}, "PortfolioOptim": {"_type": "derivation", "name": "r-PortfolioOptim-1.1.1"}, "PosRatioDist": {"_type": "derivation", "name": "r-PosRatioDist-1.2.1"}, "PostcodesioR": {"_type": "derivation", "name": "r-PostcodesioR-0.3.1"}, "PosteriorBootstrap": {"_type": "derivation", "name": "r-PosteriorBootstrap-0.1.1"}, "PottsUtils": {"_type": "derivation", "name": "r-PottsUtils-0.3-3"}, "PoweR": {"_type": "derivation", "name": "r-PoweR-1.0.7"}, "Power2Stage": {"_type": "derivation", "name": "r-Power2Stage-0.5-4"}, "PowerNormal": {"_type": "derivation", "name": "r-PowerNormal-1.2.0"}, "PowerTOST": {"_type": "derivation", "name": "r-PowerTOST-1.5-4"}, "PowerUpR": {"_type": "derivation", "name": "r-PowerUpR-1.1.0"}, "PrInCE": {"_type": "derivation", "name": "r-PrInCE-1.12.0"}, "PracTools": {"_type": "derivation", "name": "r-PracTools-1.2.8"}, "PracticalEquiDesign": {"_type": "derivation", "name": "r-PracticalEquiDesign-0.0.3"}, "PreKnitPostHTMLRender": {"_type": "derivation", "name": "r-PreKnitPostHTMLRender-0.1.0"}, "PreProcess": {"_type": "derivation", "name": "r-PreProcess-3.1.7"}, "PreProcessing": {"_type": "derivation", "name": "r-PreProcessing-0.1.0"}, "PreciseSums": {"_type": "derivation", "name": "r-PreciseSums-0.5"}, "PrecisionTrialDrawer": {"_type": "derivation", "name": "r-PrecisionTrialDrawer-1.11.0"}, "PredCRG": {"_type": "derivation", "name": "r-PredCRG-1.0.2"}, "PredPsych": {"_type": "derivation", "name": "r-PredPsych-0.4"}, "PredictABEL": {"_type": "derivation", "name": "r-PredictABEL-1.2-4"}, "PredictionR": {"_type": "derivation", "name": "r-PredictionR-1.0-12"}, "PredictiveRegression": {"_type": "derivation", "name": "r-PredictiveRegression-0.1-4"}, "PresenceAbsence": {"_type": "derivation", "name": "r-PresenceAbsence-1.1.10"}, "PressPurt": {"_type": "derivation", "name": "r-PressPurt-1.0.2"}, "PrettyCols": {"_type": "derivation", "name": "r-PrettyCols-1.0.0"}, "PrevMap": {"_type": "derivation", "name": "r-PrevMap-1.5.4"}, "PriceIndices": {"_type": "derivation", "name": "r-PriceIndices-0.1.1"}, "PriorCD": {"_type": "derivation", "name": "r-PriorCD-0.1.0"}, "PriorGen": {"_type": "derivation", "name": "r-PriorGen-1.1.2"}, "PrivateLR": {"_type": "derivation", "name": "r-PrivateLR-1.2-22"}, "ProAE": {"_type": "derivation", "name": "r-ProAE-0.2.10"}, "ProData": {"_type": "derivation", "name": "r-ProData-1.34.0"}, "ProDenICA": {"_type": "derivation", "name": "r-ProDenICA-1.1"}, "ProFit": {"_type": "derivation", "name": "r-ProFit-1.3.3"}, "ProFound": {"_type": "derivation", "name": "r-ProFound-1.14.1"}, "ProPublicaR": {"_type": "derivation", "name": "r-ProPublicaR-1.1.2"}, "ProSGPV": {"_type": "derivation", "name": "r-ProSGPV-1.0.0"}, "ProTrackR": {"_type": "derivation", "name": "r-ProTrackR-0.3.7"}, "ProbBayes": {"_type": "derivation", "name": "r-ProbBayes-1.1"}, "ProbMarg": {"_type": "derivation", "name": "r-ProbMarg-1.0.1"}, "ProbReco": {"_type": "derivation", "name": "r-ProbReco-0.1.0.1"}, "ProbSamplingI": {"_type": "derivation", "name": "r-ProbSamplingI-0.1.0"}, "ProbYX": {"_type": "derivation", "name": "r-ProbYX-1.1-0.1"}, "ProbeDeveloper": {"_type": "derivation", "name": "r-ProbeDeveloper-1.1.0"}, "ProbitSpatial": {"_type": "derivation", "name": "r-ProbitSpatial-1.1"}, "ProcData": {"_type": "derivation", "name": "r-ProcData-0.3.2"}, "ProcMod": {"_type": "derivation", "name": "r-ProcMod-1.0.8"}, "ProfessR": {"_type": "derivation", "name": "r-ProfessR-2.4-1"}, "ProfileLikelihood": {"_type": "derivation", "name": "r-ProfileLikelihood-1.2"}, "ProfoundData": {"_type": "derivation", "name": "r-ProfoundData-0.2.1"}, "ProjectManagement": {"_type": "derivation", "name": "r-ProjectManagement-1.4.7"}, "ProjectTemplate": {"_type": "derivation", "name": "r-ProjectTemplate-0.10.2"}, "ProjectionBasedClustering": {"_type": "derivation", "name": "r-ProjectionBasedClustering-1.1.8"}, "ProliferativeIndex": {"_type": "derivation", "name": "r-ProliferativeIndex-1.0.1"}, "PropCIs": {"_type": "derivation", "name": "r-PropCIs-0.3-0"}, "PropClust": {"_type": "derivation", "name": "r-PropClust-1.4-6"}, "PropScrRand": {"_type": "derivation", "name": "r-PropScrRand-1.1.1"}, "PropensitySub": {"_type": "derivation", "name": "r-PropensitySub-0.2.0"}, "Prostar": {"_type": "derivation", "name": "r-Prostar-1.28.6"}, "ProtGenerics": {"_type": "derivation", "name": "r-ProtGenerics-1.28.0"}, "ProteoDisco": {"_type": "derivation", "name": "r-ProteoDisco-1.2.0"}, "ProteoMM": {"_type": "derivation", "name": "r-ProteoMM-1.14.0"}, "ProteomicsAnnotationHubData": {"_type": "derivation", "name": "r-ProteomicsAnnotationHubData-1.24.0"}, "Przewodnik": {"_type": "derivation", "name": "r-Przewodnik-0.16.12"}, "Pstat": {"_type": "derivation", "name": "r-Pstat-1.2"}, "PsumtSim": {"_type": "derivation", "name": "r-PsumtSim-0.4"}, "PsyControl": {"_type": "derivation", "name": "r-PsyControl-1.0.0.0"}, "PsychWordVec": {"_type": "derivation", "name": "r-PsychWordVec-0.1.0"}, "PtH2O2lipids": {"_type": "derivation", "name": "r-PtH2O2lipids-1.22.0"}, "PtProcess": {"_type": "derivation", "name": "r-PtProcess-3.3-16"}, "PubBias": {"_type": "derivation", "name": "r-PubBias-1.0"}, "PubMedMining": {"_type": "derivation", "name": "r-PubMedMining-1.0.0"}, "PubMedWordcloud": {"_type": "derivation", "name": "r-PubMedWordcloud-0.3.6"}, "PubScore": {"_type": "derivation", "name": "r-PubScore-1.8.0"}, "PublicationBias": {"_type": "derivation", "name": "r-PublicationBias-2.2.0"}, "Publish": {"_type": "derivation", "name": "r-Publish-2020.12.23"}, "PupilPre": {"_type": "derivation", "name": "r-PupilPre-0.6.2"}, "PupillometryR": {"_type": "derivation", "name": "r-PupillometryR-0.0.4"}, "PurBayes": {"_type": "derivation", "name": "r-PurBayes-1.3"}, "PureCN": {"_type": "derivation", "name": "r-PureCN-2.2.0"}, "Pursuit": {"_type": "derivation", "name": "r-Pursuit-1.0.3"}, "Pviz": {"_type": "derivation", "name": "r-Pviz-1.30.0"}, "PwrGSD": {"_type": "derivation", "name": "r-PwrGSD-2.3.6"}, "PxWebApiData": {"_type": "derivation", "name": "r-PxWebApiData-0.7.0"}, "Q2q": {"_type": "derivation", "name": "r-Q2q-0.1.0"}, "Q7": {"_type": "derivation", "name": "r-Q7-0.1.0"}, "QAIG": {"_type": "derivation", "name": "r-QAIG-0.1.7"}, "QBAsyDist": {"_type": "derivation", "name": "r-QBAsyDist-0.1.2"}, "QBMS": {"_type": "derivation", "name": "r-QBMS-0.8.0"}, "QCA": {"_type": "derivation", "name": "r-QCA-3.17"}, "QCAcluster": {"_type": "derivation", "name": "r-QCAcluster-0.1.0"}, "QCAfalsePositive": {"_type": "derivation", "name": "r-QCAfalsePositive-1.1.1"}, "QCApro": {"_type": "derivation", "name": "r-QCApro-1.1-2"}, "QCAtools": {"_type": "derivation", "name": "r-QCAtools-0.2.3"}, "QCEWAS": {"_type": "derivation", "name": "r-QCEWAS-1.2-2"}, "QCGWAS": {"_type": "derivation", "name": "r-QCGWAS-1.0-9"}, "QCSIS": {"_type": "derivation", "name": "r-QCSIS-0.1"}, "QCSimulator": {"_type": "derivation", "name": "r-QCSimulator-0.0.1"}, "QDComparison": {"_type": "derivation", "name": "r-QDComparison-3.0"}, "QDNAseq": {"_type": "derivation", "name": "r-QDNAseq-1.32.0"}, "QDNAseq_hg19": {"_type": "derivation", "name": "r-QDNAseq.hg19-1.26.0"}, "QDNAseq_mm10": {"_type": "derivation", "name": "r-QDNAseq.mm10-1.26.0"}, "QDiabetes": {"_type": "derivation", "name": "r-QDiabetes-1.0-2"}, "QF": {"_type": "derivation", "name": "r-QF-0.0.6"}, "QFASA": {"_type": "derivation", "name": "r-QFASA-1.1.2"}, "QFRM": {"_type": "derivation", "name": "r-QFRM-1.0.1"}, "QFeatures": {"_type": "derivation", "name": "r-QFeatures-1.6.0"}, "QGameTheory": {"_type": "derivation", "name": "r-QGameTheory-0.1.2"}, "QGglmm": {"_type": "derivation", "name": "r-QGglmm-0.7.4"}, "QHOT": {"_type": "derivation", "name": "r-QHOT-0.1.0"}, "QHScrnomo": {"_type": "derivation", "name": "r-QHScrnomo-2.2.0"}, "QI": {"_type": "derivation", "name": "r-QI-0.1.0"}, "QLearning": {"_type": "derivation", "name": "r-QLearning-0.1.1"}, "QPmin": {"_type": "derivation", "name": "r-QPmin-0.5-1"}, "QQperm": {"_type": "derivation", "name": "r-QQperm-1.0.1"}, "QR": {"_type": "derivation", "name": "r-QR-0.1.3"}, "QRAGadget": {"_type": "derivation", "name": "r-QRAGadget-0.1.0"}, "QRISK3": {"_type": "derivation", "name": "r-QRISK3-0.3.0"}, "QRIpkg": {"_type": "derivation", "name": "r-QRIpkg-0.2.2"}, "QRM": {"_type": "derivation", "name": "r-QRM-0.4-31"}, "QRank": {"_type": "derivation", "name": "r-QRank-1.0"}, "QRegVCM": {"_type": "derivation", "name": "r-QRegVCM-1.2"}, "QSARdata": {"_type": "derivation", "name": "r-QSARdata-1.3"}, "QSutils": {"_type": "derivation", "name": "r-QSutils-1.14.0"}, "QTLEMM": {"_type": "derivation", "name": "r-QTLEMM-1.1.3"}, "QTLRel": {"_type": "derivation", "name": "r-QTLRel-1.11"}, "QTL_gCIMapping": {"_type": "derivation", "name": "r-QTL.gCIMapping-3.4"}, "QTL_gCIMapping_GUI": {"_type": "derivation", "name": "r-QTL.gCIMapping.GUI-2.1.1"}, "QTOCen": {"_type": "derivation", "name": "r-QTOCen-0.1.1"}, "QUALYPSO": {"_type": "derivation", "name": "r-QUALYPSO-2.0"}, "QUBIC": {"_type": "derivation", "name": "r-QUBIC-1.24.0"}, "QUBICdata": {"_type": "derivation", "name": "r-QUBICdata-1.24.0"}, "QWDAP": {"_type": "derivation", "name": "r-QWDAP-1.1.17"}, "QZ": {"_type": "derivation", "name": "r-QZ-0.2-2"}, "Qapprox": {"_type": "derivation", "name": "r-Qapprox-0.2.0"}, "Qardl": {"_type": "derivation", "name": "r-Qardl-0.1.0"}, "Qest": {"_type": "derivation", "name": "r-Qest-1.0.0"}, "Qindex": {"_type": "derivation", "name": "r-Qindex-0.1.0"}, "QoLMiss": {"_type": "derivation", "name": "r-QoLMiss-0.1.0"}, "QregBB": {"_type": "derivation", "name": "r-QregBB-1.0.0"}, "Qtlizer": {"_type": "derivation", "name": "r-Qtlizer-1.10.0"}, "Qtools": {"_type": "derivation", "name": "r-Qtools-1.5.6"}, "QuACN": {"_type": "derivation", "name": "r-QuACN-1.8.0"}, "QuClu": {"_type": "derivation", "name": "r-QuClu-1.0.1"}, "QuESTr": {"_type": "derivation", "name": "r-QuESTr-0.1.1"}, "QuadRoot": {"_type": "derivation", "name": "r-QuadRoot-0.2.0"}, "QualInt": {"_type": "derivation", "name": "r-QualInt-1.0.0"}, "Quandl": {"_type": "derivation", "name": "r-Quandl-2.11.0"}, "QuantNorm": {"_type": "derivation", "name": "r-QuantNorm-1.0.5"}, "QuantPsyc": {"_type": "derivation", "name": "r-QuantPsyc-1.6"}, "QuantTools": {"_type": "derivation", "name": "r-QuantTools-0.5.7.1"}, "QuantileGH": {"_type": "derivation", "name": "r-QuantileGH-0.1.2"}, "QuantileGradeR": {"_type": "derivation", "name": "r-QuantileGradeR-0.1.1"}, "QuantileNPCI": {"_type": "derivation", "name": "r-QuantileNPCI-0.9.0"}, "QuantumClone": {"_type": "derivation", "name": "r-QuantumClone-1.0.0.6"}, "QuantumOps": {"_type": "derivation", "name": "r-QuantumOps-3.0.1"}, "QuartPAC": {"_type": "derivation", "name": "r-QuartPAC-1.28.0"}, "Quartet": {"_type": "derivation", "name": "r-Quartet-1.2.5"}, "QuasR": {"_type": "derivation", "name": "r-QuasR-1.36.0"}, "QuasiSeq": {"_type": "derivation", "name": "r-QuasiSeq-1.0-11-0"}, "QuaternaryProd": {"_type": "derivation", "name": "r-QuaternaryProd-1.30.0"}, "R0": {"_type": "derivation", "name": "r-R0-1.2-10"}, "R1magic": {"_type": "derivation", "name": "r-R1magic-0.3.3"}, "R2019nCoV": {"_type": "derivation", "name": "r-R2019nCoV-0.1.0"}, "R2Addhaz": {"_type": "derivation", "name": "r-R2Addhaz-0.1.0"}, "R2BEAT": {"_type": "derivation", "name": "r-R2BEAT-1.0.4"}, "R2BayesX": {"_type": "derivation", "name": "r-R2BayesX-1.1-3"}, "R2DGC": {"_type": "derivation", "name": "r-R2DGC-1.0.3"}, "R2DT": {"_type": "derivation", "name": "r-R2DT-0.2"}, "R2HTML": {"_type": "derivation", "name": "r-R2HTML-2.3.3"}, "R2MLwiN": {"_type": "derivation", "name": "r-R2MLwiN-0.8-7"}, "R2OpenBUGS": {"_type": "derivation", "name": "r-R2OpenBUGS-3.2-3.2.1"}, "R2SWF": {"_type": "derivation", "name": "r-R2SWF-0.9-7"}, "R2WinBUGS": {"_type": "derivation", "name": "r-R2WinBUGS-2.1-21"}, "R2admb": {"_type": "derivation", "name": "r-R2admb-0.7.16.2"}, "R2jags": {"_type": "derivation", "name": "r-R2jags-0.7-1"}, "R2sample": {"_type": "derivation", "name": "r-R2sample-1.0.0"}, "R2ucare": {"_type": "derivation", "name": "r-R2ucare-1.0.2"}, "R330": {"_type": "derivation", "name": "r-R330-1.0"}, "R3CPET": {"_type": "derivation", "name": "r-R3CPET-1.28.0"}, "R3port": {"_type": "derivation", "name": "r-R3port-0.2.4"}, "R453Plus1Toolbox": {"_type": "derivation", "name": "r-R453Plus1Toolbox-1.46.0"}, "R4CouchDB": {"_type": "derivation", "name": "r-R4CouchDB-0.7.5"}, "R4RNA": {"_type": "derivation", "name": "r-R4RNA-1.24.0"}, "R6": {"_type": "derivation", "name": "r-R6-2.5.1"}, "R62S3": {"_type": "derivation", "name": "r-R62S3-1.4.1"}, "R6DS": {"_type": "derivation", "name": "r-R6DS-1.2.0"}, "R6P": {"_type": "derivation", "name": "r-R6P-0.3.0"}, "R6causal": {"_type": "derivation", "name": "r-R6causal-0.6.1"}, "RABR": {"_type": "derivation", "name": "r-RABR-0.1.1"}, "RAC": {"_type": "derivation", "name": "r-RAC-1.5"}, "RAD": {"_type": "derivation", "name": "r-RAD-0.3"}, "RADanalysis": {"_type": "derivation", "name": "r-RADanalysis-0.5.5"}, "RADstackshelpR": {"_type": "derivation", "name": "r-RADstackshelpR-0.1.0"}, "RAEN": {"_type": "derivation", "name": "r-RAEN-0.2"}, "RAINBOWR": {"_type": "derivation", "name": "r-RAINBOWR-0.1.29"}, "RALSA": {"_type": "derivation", "name": "r-RALSA-1.3.0"}, "RAM": {"_type": "derivation", "name": "r-RAM-1.2.1.7"}, "RAMClustR": {"_type": "derivation", "name": "r-RAMClustR-1.2.4"}, "RAMP": {"_type": "derivation", "name": "r-RAMP-2.0.2"}, "RAMpath": {"_type": "derivation", "name": "r-RAMpath-0.4"}, "RANKS": {"_type": "derivation", "name": "r-RANKS-1.1"}, "RANN": {"_type": "derivation", "name": "r-RANN-2.6.1"}, "RAP": {"_type": "derivation", "name": "r-RAP-1.1"}, "RAPIDR": {"_type": "derivation", "name": "r-RAPIDR-0.1.1"}, "RAPTOR": {"_type": "derivation", "name": "r-RAPTOR-1.0.1"}, "RAQSAPI": {"_type": "derivation", "name": "r-RAQSAPI-2.0.3"}, "RAREsim": {"_type": "derivation", "name": "r-RAREsim-1.0.0"}, "RAT": {"_type": "derivation", "name": "r-RAT-0.3.1"}, "RATest": {"_type": "derivation", "name": "r-RATest-0.1.10"}, "RAdwords": {"_type": "derivation", "name": "r-RAdwords-0.1.18"}, "RAhrefs": {"_type": "derivation", "name": "r-RAhrefs-0.1.4"}, "RApiDatetime": {"_type": "derivation", "name": "r-RApiDatetime-0.0.6"}, "RApiSerialize": {"_type": "derivation", "name": "r-RApiSerialize-0.1.2"}, "RAppArmor": {"_type": "derivation", "name": "r-RAppArmor-3.2.3"}, "RAthena": {"_type": "derivation", "name": "r-RAthena-2.6.0"}, "RBF": {"_type": "derivation", "name": "r-RBF-2.1.0"}, "RBGL": {"_type": "derivation", "name": "r-RBGL-1.72.0"}, "RBM": {"_type": "derivation", "name": "r-RBM-1.28.0"}, "RBMRB": {"_type": "derivation", "name": "r-RBMRB-2.1.7"}, "RBNZ": {"_type": "derivation", "name": "r-RBNZ-1.1.0"}, "RBPcurve": {"_type": "derivation", "name": "r-RBPcurve-1.2"}, "RBaseX": {"_type": "derivation", "name": "r-RBaseX-1.1.1"}, "RBesT": {"_type": "derivation", "name": "r-RBesT-1.6-4"}, "RBestMatch": {"_type": "derivation", "name": "r-RBestMatch-0.1.1"}, "RBioinf": {"_type": "derivation", "name": "r-RBioinf-1.56.0"}, "RBitmoji": {"_type": "derivation", "name": "r-RBitmoji-0.0.2"}, "RBtest": {"_type": "derivation", "name": "r-RBtest-1.1"}, "RCA": {"_type": "derivation", "name": "r-RCA-2.0"}, "RCAL": {"_type": "derivation", "name": "r-RCAL-2.0"}, "RCALI": {"_type": "derivation", "name": "r-RCALI-0.3.4"}, "RCAS": {"_type": "derivation", "name": "r-RCAS-1.22.0"}, "RCASPAR": {"_type": "derivation", "name": "r-RCASPAR-1.42.0"}, "RCBR": {"_type": "derivation", "name": "r-RCBR-0.5.9"}, "RCCPCA": {"_type": "derivation", "name": "r-RCCPCA-0.1.0"}, "RCDT": {"_type": "derivation", "name": "r-RCDT-1.2.1"}, "RCEIM": {"_type": "derivation", "name": "r-RCEIM-0.3"}, "RCGLS": {"_type": "derivation", "name": "r-RCGLS-1.0.3"}, "RCLabels": {"_type": "derivation", "name": "r-RCLabels-0.1.2"}, "RCM": {"_type": "derivation", "name": "r-RCM-1.12.0"}, "RCMinification": {"_type": "derivation", "name": "r-RCMinification-1.1"}, "RCPA3": {"_type": "derivation", "name": "r-RCPA3-1.1.1"}, "RCPmod": {"_type": "derivation", "name": "r-RCPmod-2.192"}, "RCRnorm": {"_type": "derivation", "name": "r-RCRnorm-0.0.2"}, "RCSF": {"_type": "derivation", "name": "r-RCSF-1.0.2"}, "RCSL": {"_type": "derivation", "name": "r-RCSL-0.99.95"}, "RCT": {"_type": "derivation", "name": "r-RCT-1.1.2"}, "RCT2": {"_type": "derivation", "name": "r-RCT2-0.0.1"}, "RCTS": {"_type": "derivation", "name": "r-RCTS-0.2.3"}, "RCX": {"_type": "derivation", "name": "r-RCX-1.0.1"}, "RCarb": {"_type": "derivation", "name": "r-RCarb-0.1.6"}, "RCassandra": {"_type": "derivation", "name": "r-RCassandra-0.1-3"}, "RChest": {"_type": "derivation", "name": "r-RChest-1.0.3"}, "RChronoModel": {"_type": "derivation", "name": "r-RChronoModel-0.4"}, "RCircos": {"_type": "derivation", "name": "r-RCircos-1.2.2"}, "RClickhouse": {"_type": "derivation", "name": "r-RClickhouse-0.6.4"}, "RClimacell": {"_type": "derivation", "name": "r-RClimacell-0.1.4"}, "RClone": {"_type": "derivation", "name": "r-RClone-1.0.3"}, "RColetum": {"_type": "derivation", "name": "r-RColetum-0.2.2"}, "RColorBrewer": {"_type": "derivation", "name": "r-RColorBrewer-1.1-3"}, "RConics": {"_type": "derivation", "name": "r-RConics-1.1.1"}, "RCreliability": {"_type": "derivation", "name": "r-RCreliability-0.1.0"}, "RCriteo": {"_type": "derivation", "name": "r-RCriteo-1.0.2"}, "RCurl": {"_type": "derivation", "name": "r-RCurl-1.98-1.9"}, "RCy3": {"_type": "derivation", "name": "r-RCy3-2.16.0"}, "RCyjs": {"_type": "derivation", "name": "r-RCyjs-2.18.0"}, "RCytoGPS": {"_type": "derivation", "name": "r-RCytoGPS-1.2.1"}, "RCzechia": {"_type": "derivation", "name": "r-RCzechia-1.9.4"}, "RDFTensor": {"_type": "derivation", "name": "r-RDFTensor-1.3"}, "RDIDQ": {"_type": "derivation", "name": "r-RDIDQ-1.0"}, "RDML": {"_type": "derivation", "name": "r-RDML-1.0"}, "RDP": {"_type": "derivation", "name": "r-RDP-0.2.3"}, "RDRToolbox": {"_type": "derivation", "name": "r-RDRToolbox-1.46.0"}, "RDS": {"_type": "derivation", "name": "r-RDS-0.9-3"}, "RDSTK": {"_type": "derivation", "name": "r-RDSTK-1.1"}, "RDSsamplesize": {"_type": "derivation", "name": "r-RDSsamplesize-0.2.0"}, "RDStreeboot": {"_type": "derivation", "name": "r-RDStreeboot-1.0"}, "RDataCanvas": {"_type": "derivation", "name": "r-RDataCanvas-0.1"}, "RDieHarder": {"_type": "derivation", "name": "r-RDieHarder-0.2.4"}, "RDnp": {"_type": "derivation", "name": "r-RDnp-1.3"}, "RDocumentation": {"_type": "derivation", "name": "r-RDocumentation-0.8.2"}, "RDota2": {"_type": "derivation", "name": "r-RDota2-0.1.6"}, "REAT": {"_type": "derivation", "name": "r-REAT-3.0.3"}, "REBET": {"_type": "derivation", "name": "r-REBET-1.14.0"}, "REBayes": {"_type": "derivation", "name": "r-REBayes-2.51"}, "RECA": {"_type": "derivation", "name": "r-RECA-1.7"}, "REDCapExporter": {"_type": "derivation", "name": "r-REDCapExporter-0.2.2"}, "REDCapR": {"_type": "derivation", "name": "r-REDCapR-1.1.0"}, "REDCapTidieR": {"_type": "derivation", "name": "r-REDCapTidieR-0.1.3"}, "REDseq": {"_type": "derivation", "name": "r-REDseq-1.42.0"}, "REEMtree": {"_type": "derivation", "name": "r-REEMtree-0.90.4"}, "REGENT": {"_type": "derivation", "name": "r-REGENT-1.0.6"}, "REMP": {"_type": "derivation", "name": "r-REMP-1.20.1"}, "REPLesentR": {"_type": "derivation", "name": "r-REPLesentR-0.4.1"}, "REPPlab": {"_type": "derivation", "name": "r-REPPlab-0.9.4"}, "REPPlabShiny": {"_type": "derivation", "name": "r-REPPlabShiny-0.4.1"}, "REPTILE": {"_type": "derivation", "name": "r-REPTILE-1.0"}, "REQS": {"_type": "derivation", "name": "r-REQS-0.8-13"}, "REREFACT": {"_type": "derivation", "name": "r-REREFACT-1.0"}, "RESI": {"_type": "derivation", "name": "r-RESI-1.0.5"}, "RESS": {"_type": "derivation", "name": "r-RESS-1.3"}, "REST": {"_type": "derivation", "name": "r-REST-1.0.1"}, "REdaS": {"_type": "derivation", "name": "r-REdaS-0.9.4"}, "REddyProc": {"_type": "derivation", "name": "r-REddyProc-1.3.2"}, "REddyProcNCDF": {"_type": "derivation", "name": "r-REddyProcNCDF-1.1.4"}, "REndo": {"_type": "derivation", "name": "r-REndo-2.4.7"}, "RFCCA": {"_type": "derivation", "name": "r-RFCCA-1.0.9"}, "RFGLS": {"_type": "derivation", "name": "r-RFGLS-1.1"}, "RFLPtools": {"_type": "derivation", "name": "r-RFLPtools-2.0"}, "RFOC": {"_type": "derivation", "name": "r-RFOC-3.4-6"}, "RFclust": {"_type": "derivation", "name": "r-RFclust-0.1.2"}, "RFishBC": {"_type": "derivation", "name": "r-RFishBC-0.2.4"}, "RFmerge": {"_type": "derivation", "name": "r-RFmerge-0.1-10"}, "RFormatter": {"_type": "derivation", "name": "r-RFormatter-0.1.1"}, "RFpredInterval": {"_type": "derivation", "name": "r-RFpredInterval-1.0.6"}, "RFreak": {"_type": "derivation", "name": "r-RFreak-0.3-0"}, "RGA": {"_type": "derivation", "name": "r-RGA-0.4.2"}, "RGAN": {"_type": "derivation", "name": "r-RGAN-0.1.1"}, "RGBM": {"_type": "derivation", "name": "r-RGBM-1.0-10"}, "RGCCA": {"_type": "derivation", "name": "r-RGCCA-2.1.2"}, "RGCxGC": {"_type": "derivation", "name": "r-RGCxGC-1.1-2"}, "RGE": {"_type": "derivation", "name": "r-RGE-1.0"}, "RGENERATE": {"_type": "derivation", "name": "r-RGENERATE-1.3.7"}, "RGENERATEPREC": {"_type": "derivation", "name": "r-RGENERATEPREC-1.2.9"}, "RGF": {"_type": "derivation", "name": "r-RGF-1.1.1"}, "RGIFT": {"_type": "derivation", "name": "r-RGIFT-0.1-5"}, "RGISTools": {"_type": "derivation", "name": "r-RGISTools-1.0.2"}, "RGMM": {"_type": "derivation", "name": "r-RGMM-1.1.0"}, "RGMQL": {"_type": "derivation", "name": "r-RGMQL-1.16.0"}, "RGMQLlib": {"_type": "derivation", "name": "r-RGMQLlib-1.16.0"}, "RGSEA": {"_type": "derivation", "name": "r-RGSEA-1.30.0"}, "RGalaxy": {"_type": "derivation", "name": "r-RGalaxy-1.38.0"}, "RGeckoboard": {"_type": "derivation", "name": "r-RGeckoboard-0.1-5"}, "RGenData": {"_type": "derivation", "name": "r-RGenData-1.0"}, "RGenetics": {"_type": "derivation", "name": "r-RGenetics-0.1"}, "RGeode": {"_type": "derivation", "name": "r-RGeode-0.1.0"}, "RGoogleAnalytics": {"_type": "derivation", "name": "r-RGoogleAnalytics-0.1.6"}, "RGoogleAnalyticsPremium": {"_type": "derivation", "name": "r-RGoogleAnalyticsPremium-0.1.1"}, "RGoogleFit": {"_type": "derivation", "name": "r-RGoogleFit-0.4.0"}, "RGraph2js": {"_type": "derivation", "name": "r-RGraph2js-1.24.0"}, "RGraphics": {"_type": "derivation", "name": "r-RGraphics-3.0-2"}, "RGreenplum": {"_type": "derivation", "name": "r-RGreenplum-0.1.2"}, "RGremlinsConjoint": {"_type": "derivation", "name": "r-RGremlinsConjoint-0.9.0"}, "RGtk2": {"_type": "derivation", "name": "r-RGtk2-2.20.36.2"}, "RH2": {"_type": "derivation", "name": "r-RH2-0.2.4"}, "RHMS": {"_type": "derivation", "name": "r-RHMS-1.7"}, "RHPCBenchmark": {"_type": "derivation", "name": "r-RHPCBenchmark-0.1.0"}, "RHRT": {"_type": "derivation", "name": "r-RHRT-1.0.1"}, "RHRV": {"_type": "derivation", "name": "r-RHRV-4.2.6"}, "RHSDB": {"_type": "derivation", "name": "r-RHSDB-0.2.0"}, "RHT": {"_type": "derivation", "name": "r-RHT-1.0"}, "RHawkes": {"_type": "derivation", "name": "r-RHawkes-1.0"}, "RHclust": {"_type": "derivation", "name": "r-RHclust-1.1.0"}, "RHybridFinder": {"_type": "derivation", "name": "r-RHybridFinder-0.2.0"}, "RI2by2": {"_type": "derivation", "name": "r-RI2by2-1.3"}, "RIA": {"_type": "derivation", "name": "r-RIA-1.6.0"}, "RIFS": {"_type": "derivation", "name": "r-RIFS-0.1.6"}, "RIPAT": {"_type": "derivation", "name": "r-RIPAT-1.6.0"}, "RISCA": {"_type": "derivation", "name": "r-RISCA-1.0.1"}, "RISmed": {"_type": "derivation", "name": "r-RISmed-2.3.0"}, "RITAN": {"_type": "derivation", "name": "r-RITAN-1.20.0"}, "RITANdata": {"_type": "derivation", "name": "r-RITANdata-1.20.0"}, "RIVER": {"_type": "derivation", "name": "r-RIVER-1.20.0"}, "RIbench": {"_type": "derivation", "name": "r-RIbench-1.0.1"}, "RIdeogram": {"_type": "derivation", "name": "r-RIdeogram-0.2.2"}, "RImageJROI": {"_type": "derivation", "name": "r-RImageJROI-0.1.2"}, "RImagePalette": {"_type": "derivation", "name": "r-RImagePalette-0.1.1"}, "RImmPort": {"_type": "derivation", "name": "r-RImmPort-1.24.0"}, "RImpact": {"_type": "derivation", "name": "r-RImpact-1.0"}, "RInSp": {"_type": "derivation", "name": "r-RInSp-1.2.5"}, "RInside": {"_type": "derivation", "name": "r-RInside-0.2.17"}, "RItools": {"_type": "derivation", "name": "r-RItools-0.3-1"}, "RJDBC": {"_type": "derivation", "name": "r-RJDBC-0.2-10"}, "RJDemetra": {"_type": "derivation", "name": "r-RJDemetra-0.2.0"}, "RJMCMCNucleosomes": {"_type": "derivation", "name": "r-RJMCMCNucleosomes-1.20.0"}, "RJSDMX": {"_type": "derivation", "name": "r-RJSDMX-2.3-3.1"}, "RJSONIO": {"_type": "derivation", "name": "r-RJSONIO-1.3-1.6"}, "RJSplot": {"_type": "derivation", "name": "r-RJSplot-2.7"}, "RJafroc": {"_type": "derivation", "name": "r-RJafroc-2.1.1"}, "RJcluster": {"_type": "derivation", "name": "r-RJcluster-3.2.4"}, "RKEA": {"_type": "derivation", "name": "r-RKEA-0.0-6"}, "RKEAjars": {"_type": "derivation", "name": "r-RKEAjars-5.0-4"}, "RKEEL": {"_type": "derivation", "name": "r-RKEEL-1.3.3"}, "RKEELdata": {"_type": "derivation", "name": "r-RKEELdata-1.0.5"}, "RKEELjars": {"_type": "derivation", "name": "r-RKEELjars-1.0.20"}, "RKHSMetaMod": {"_type": "derivation", "name": "r-RKHSMetaMod-1.1"}, "RKUM": {"_type": "derivation", "name": "r-RKUM-0.1.1.1"}, "RKelly": {"_type": "derivation", "name": "r-RKelly-1.0"}, "RKorAPClient": {"_type": "derivation", "name": "r-RKorAPClient-0.7.5"}, "RLHub": {"_type": "derivation", "name": "r-RLHub-1.2.0"}, "RLMM": {"_type": "derivation", "name": "r-RLMM-1.58.0"}, "RLRsim": {"_type": "derivation", "name": "r-RLRsim-3.1-8"}, "RLSeq": {"_type": "derivation", "name": "r-RLSeq-1.2.0"}, "RLT": {"_type": "derivation", "name": "r-RLT-3.2.4"}, "RLassoCox": {"_type": "derivation", "name": "r-RLassoCox-1.4.0"}, "RLeafAngle": {"_type": "derivation", "name": "r-RLeafAngle-1.0"}, "RLogicalOps": {"_type": "derivation", "name": "r-RLogicalOps-0.1"}, "RLumCarlo": {"_type": "derivation", "name": "r-RLumCarlo-0.1.9"}, "RLumModel": {"_type": "derivation", "name": "r-RLumModel-0.2.10"}, "RLumShiny": {"_type": "derivation", "name": "r-RLumShiny-0.2.3"}, "RM2": {"_type": "derivation", "name": "r-RM2-0.0"}, "RM2006": {"_type": "derivation", "name": "r-RM2006-0.1.1"}, "RMAT": {"_type": "derivation", "name": "r-RMAT-0.2.0"}, "RMAWGEN": {"_type": "derivation", "name": "r-RMAWGEN-1.3.7"}, "RMBC": {"_type": "derivation", "name": "r-RMBC-0.1.0"}, "RMCC": {"_type": "derivation", "name": "r-RMCC-0.1.0"}, "RMKdiscrete": {"_type": "derivation", "name": "r-RMKdiscrete-0.2"}, "RMLPCA": {"_type": "derivation", "name": "r-RMLPCA-0.0.1"}, "RMM": {"_type": "derivation", "name": "r-RMM-0.1.0"}, "RMOA": {"_type": "derivation", "name": "r-RMOA-1.1.0"}, "RMOAjars": {"_type": "derivation", "name": "r-RMOAjars-1.2.0"}, "RMOPI": {"_type": "derivation", "name": "r-RMOPI-1.1"}, "RMPSH": {"_type": "derivation", "name": "r-RMPSH-1.1.1"}, "RMSNumpress": {"_type": "derivation", "name": "r-RMSNumpress-1.0.1"}, "RMTL": {"_type": "derivation", "name": "r-RMTL-0.9.9"}, "RMThreshold": {"_type": "derivation", "name": "r-RMThreshold-1.1"}, "RMTstat": {"_type": "derivation", "name": "r-RMTstat-0.3.1"}, "RMVL": {"_type": "derivation", "name": "r-RMVL-0.0.4.4"}, "RM_weights": {"_type": "derivation", "name": "r-RM.weights-2.0"}, "RMaCzek": {"_type": "derivation", "name": "r-RMaCzek-1.5.0"}, "RMallow": {"_type": "derivation", "name": "r-RMallow-1.1"}, "RMariaDB": {"_type": "derivation", "name": "r-RMariaDB-1.2.2"}, "RMark": {"_type": "derivation", "name": "r-RMark-3.0.0"}, "RMassBank": {"_type": "derivation", "name": "r-RMassBank-3.6.1"}, "RMassBankData": {"_type": "derivation", "name": "r-RMassBankData-1.34.0"}, "RMediation": {"_type": "derivation", "name": "r-RMediation-1.2.0"}, "RMixpanel": {"_type": "derivation", "name": "r-RMixpanel-0.7-1"}, "RMixtComp": {"_type": "derivation", "name": "r-RMixtComp-4.1.3"}, "RMixtCompIO": {"_type": "derivation", "name": "r-RMixtCompIO-4.0.8"}, "RMixtCompUtilities": {"_type": "derivation", "name": "r-RMixtCompUtilities-4.1.4"}, "RMySQL": {"_type": "derivation", "name": "r-RMySQL-0.10.24"}, "RNAAgeCalc": {"_type": "derivation", "name": "r-RNAAgeCalc-1.8.0"}, "RNASeqPower": {"_type": "derivation", "name": "r-RNASeqPower-1.36.0"}, "RNASeqR": {"_type": "derivation", "name": "r-RNASeqR-1.12.0"}, "RNASeqRData": {"_type": "derivation", "name": "r-RNASeqRData-1.14.0"}, "RNAdecay": {"_type": "derivation", "name": "r-RNAdecay-1.16.0"}, "RNAinteract": {"_type": "derivation", "name": "r-RNAinteract-1.44.0"}, "RNAinteractMAPK": {"_type": "derivation", "name": "r-RNAinteractMAPK-1.34.0"}, "RNAmodR": {"_type": "derivation", "name": "r-RNAmodR-1.10.0"}, "RNAmodR_AlkAnilineSeq": {"_type": "derivation", "name": "r-RNAmodR.AlkAnilineSeq-1.10.0"}, "RNAmodR_Data": {"_type": "derivation", "name": "r-RNAmodR.Data-1.10.0"}, "RNAmodR_ML": {"_type": "derivation", "name": "r-RNAmodR.ML-1.10.0"}, "RNAmodR_RiboMethSeq": {"_type": "derivation", "name": "r-RNAmodR.RiboMethSeq-1.10.0"}, "RNAsense": {"_type": "derivation", "name": "r-RNAsense-1.10.0"}, "RNAseqData_HNRNPC_bam_chr14": {"_type": "derivation", "name": "r-RNAseqData.HNRNPC.bam.chr14-0.34.0"}, "RNAseqNet": {"_type": "derivation", "name": "r-RNAseqNet-0.1.4"}, "RNAseqQC": {"_type": "derivation", "name": "r-RNAseqQC-0.1.4"}, "RNAsmc": {"_type": "derivation", "name": "r-RNAsmc-0.7.0"}, "RNAstructureModuleMiner": {"_type": "derivation", "name": "r-RNAstructureModuleMiner-0.1.0"}, "RNCBIEUtilsLibs": {"_type": "derivation", "name": "r-RNCBIEUtilsLibs-0.9"}, "RNCEP": {"_type": "derivation", "name": "r-RNCEP-1.0.10"}, "RND": {"_type": "derivation", "name": "r-RND-1.2"}, "RNGforGPD": {"_type": "derivation", "name": "r-RNGforGPD-1.1.0"}, "RNHANES": {"_type": "derivation", "name": "r-RNHANES-1.1.0"}, "RNOmni": {"_type": "derivation", "name": "r-RNOmni-1.0.1"}, "RNRCS": {"_type": "derivation", "name": "r-RNRCS-0.2.5"}, "RNaviCell": {"_type": "derivation", "name": "r-RNaviCell-0.2"}, "RNeXML": {"_type": "derivation", "name": "r-RNeXML-2.4.8"}, "RNentropy": {"_type": "derivation", "name": "r-RNentropy-1.2.3"}, "RNetCDF": {"_type": "derivation", "name": "r-RNetCDF-2.6-1"}, "RNetLogo": {"_type": "derivation", "name": "r-RNetLogo-1.0-4"}, "RNewsflow": {"_type": "derivation", "name": "r-RNewsflow-1.2.6"}, "RNifti": {"_type": "derivation", "name": "r-RNifti-1.4.1"}, "RNiftyReg": {"_type": "derivation", "name": "r-RNiftyReg-2.7.0"}, "ROAuth": {"_type": "derivation", "name": "r-ROAuth-0.9.6"}, "ROC": {"_type": "derivation", "name": "r-ROC-1.72.0"}, "ROCFTP_MMS": {"_type": "derivation", "name": "r-ROCFTP.MMS-1.0.0"}, "ROCR": {"_type": "derivation", "name": "r-ROCR-1.0-11"}, "ROCS": {"_type": "derivation", "name": "r-ROCS-1.3"}, "ROCSI": {"_type": "derivation", "name": "r-ROCSI-0.1.0"}, "ROCaggregator": {"_type": "derivation", "name": "r-ROCaggregator-1.0.1"}, "ROCit": {"_type": "derivation", "name": "r-ROCit-2.1.1"}, "ROCket": {"_type": "derivation", "name": "r-ROCket-1.0.1"}, "ROCnReg": {"_type": "derivation", "name": "r-ROCnReg-1.0-7"}, "ROCpAI": {"_type": "derivation", "name": "r-ROCpAI-1.8.0"}, "ROCpsych": {"_type": "derivation", "name": "r-ROCpsych-1.3"}, "RODBC": {"_type": "derivation", "name": "r-RODBC-1.3-19"}, "RODBCDBI": {"_type": "derivation", "name": "r-RODBCDBI-0.1.1"}, "RODM": {"_type": "derivation", "name": "r-RODM-1.1"}, "ROI": {"_type": "derivation", "name": "r-ROI-1.0-0"}, "ROI_models_globalOptTests": {"_type": "derivation", "name": "r-ROI.models.globalOptTests-1.1-1"}, "ROI_models_miplib": {"_type": "derivation", "name": "r-ROI.models.miplib-1.0-0"}, "ROI_models_netlib": {"_type": "derivation", "name": "r-ROI.models.netlib-1.1-1"}, "ROI_plugin_alabama": {"_type": "derivation", "name": "r-ROI.plugin.alabama-1.0-0"}, "ROI_plugin_clp": {"_type": "derivation", "name": "r-ROI.plugin.clp-0.4"}, "ROI_plugin_cplex": {"_type": "derivation", "name": "r-ROI.plugin.cplex-0.3-0"}, "ROI_plugin_deoptim": {"_type": "derivation", "name": "r-ROI.plugin.deoptim-1.0-0"}, "ROI_plugin_ecos": {"_type": "derivation", "name": "r-ROI.plugin.ecos-1.0-0"}, "ROI_plugin_glpk": {"_type": "derivation", "name": "r-ROI.plugin.glpk-1.0-0"}, "ROI_plugin_highs": {"_type": "derivation", "name": "r-ROI.plugin.highs-1.0-2"}, "ROI_plugin_ipop": {"_type": "derivation", "name": "r-ROI.plugin.ipop-1.0-0"}, "ROI_plugin_lpsolve": {"_type": "derivation", "name": "r-ROI.plugin.lpsolve-1.0-1"}, "ROI_plugin_msbinlp": {"_type": "derivation", "name": "r-ROI.plugin.msbinlp-1.0-0"}, "ROI_plugin_neos": {"_type": "derivation", "name": "r-ROI.plugin.neos-1.0-0"}, "ROI_plugin_nloptr": {"_type": "derivation", "name": "r-ROI.plugin.nloptr-1.0-0"}, "ROI_plugin_optimx": {"_type": "derivation", "name": "r-ROI.plugin.optimx-1.0-0"}, "ROI_plugin_osqp": {"_type": "derivation", "name": "r-ROI.plugin.osqp-1.0-0"}, "ROI_plugin_qpoases": {"_type": "derivation", "name": "r-ROI.plugin.qpoases-1.0-2"}, "ROI_plugin_quadprog": {"_type": "derivation", "name": "r-ROI.plugin.quadprog-1.0-0"}, "ROI_plugin_scs": {"_type": "derivation", "name": "r-ROI.plugin.scs-1.1-1"}, "ROI_plugin_symphony": {"_type": "derivation", "name": "r-ROI.plugin.symphony-1.0-0"}, "ROMDB": {"_type": "derivation", "name": "r-ROMDB-0.1.0"}, "ROOPSD": {"_type": "derivation", "name": "r-ROOPSD-0.3.8"}, "ROP": {"_type": "derivation", "name": "r-ROP-1.0"}, "ROSE": {"_type": "derivation", "name": "r-ROSE-0.0-4"}, "ROSeq": {"_type": "derivation", "name": "r-ROSeq-1.8.0"}, "ROTS": {"_type": "derivation", "name": "r-ROTS-1.24.0"}, "ROlogit": {"_type": "derivation", "name": "r-ROlogit-0.1.2"}, "ROntoTools": {"_type": "derivation", "name": "r-ROntoTools-2.24.0"}, "ROpenCVLite": {"_type": "derivation", "name": "r-ROpenCVLite-4.60.2"}, "ROpenDota": {"_type": "derivation", "name": "r-ROpenDota-0.1.2"}, "ROpenFIGI": {"_type": "derivation", "name": "r-ROpenFIGI-0.2.8"}, "ROpenWeatherMap": {"_type": "derivation", "name": "r-ROpenWeatherMap-1.1"}, "ROptEst": {"_type": "derivation", "name": "r-ROptEst-1.2.1"}, "ROptEstOld": {"_type": "derivation", "name": "r-ROptEstOld-1.2.0"}, "ROptRegTS": {"_type": "derivation", "name": "r-ROptRegTS-1.2.0"}, "ROptSpace": {"_type": "derivation", "name": "r-ROptSpace-0.2.3"}, "ROracle": {"_type": "derivation", "name": "r-ROracle-1.3-1.1"}, "RPA": {"_type": "derivation", "name": "r-RPA-1.52.0"}, "RPANDA": {"_type": "derivation", "name": "r-RPANDA-2.2"}, "RPCLR": {"_type": "derivation", "name": "r-RPCLR-1.0"}, "RPEGLMEN": {"_type": "derivation", "name": "r-RPEGLMEN-1.1.1"}, "RPEIF": {"_type": "derivation", "name": "r-RPEIF-1.2.4"}, "RPESE": {"_type": "derivation", "name": "r-RPESE-1.2.5"}, "RPEXE_RPEXT": {"_type": "derivation", "name": "r-RPEXE.RPEXT-0.0.2"}, "RPEnsemble": {"_type": "derivation", "name": "r-RPEnsemble-0.5"}, "RPMG": {"_type": "derivation", "name": "r-RPMG-2.2-3"}, "RPMM": {"_type": "derivation", "name": "r-RPMM-1.25"}, "RPPASPACE": {"_type": "derivation", "name": "r-RPPASPACE-1.0.8"}, "RPPairwiseDesign": {"_type": "derivation", "name": "r-RPPairwiseDesign-1.0"}, "RPPanalyzer": {"_type": "derivation", "name": "r-RPPanalyzer-1.4.7"}, "RPS": {"_type": "derivation", "name": "r-RPS-1.0.1"}, "RPhosFate": {"_type": "derivation", "name": "r-RPhosFate-1.0.2"}, "RPostgreSQL": {"_type": "derivation", "name": "r-RPostgreSQL-0.7-4"}, "RPostgres": {"_type": "derivation", "name": "r-RPostgres-1.4.4"}, "RPresto": {"_type": "derivation", "name": "r-RPresto-1.4.0"}, "RProbSup": {"_type": "derivation", "name": "r-RProbSup-3.0"}, "RProtoBuf": {"_type": "derivation", "name": "r-RProtoBuf-0.4.19"}, "RProtoBufLib": {"_type": "derivation", "name": "r-RProtoBufLib-2.8.0"}, "RPscoring": {"_type": "derivation", "name": "r-RPscoring-0.1.0"}, "RPtests": {"_type": "derivation", "name": "r-RPtests-0.1.5"}, "RPublica": {"_type": "derivation", "name": "r-RPublica-0.1.3"}, "RPushbullet": {"_type": "derivation", "name": "r-RPushbullet-0.3.4"}, "RPyGeo": {"_type": "derivation", "name": "r-RPyGeo-1.0.0"}, "RQEntangle": {"_type": "derivation", "name": "r-RQEntangle-0.1.3"}, "RQuantLib": {"_type": "derivation", "name": "r-RQuantLib-0.4.17"}, "RRBSdata": {"_type": "derivation", "name": "r-RRBSdata-1.16.0"}, "RRBoost": {"_type": "derivation", "name": "r-RRBoost-0.1"}, "RRF": {"_type": "derivation", "name": "r-RRF-1.9.4"}, "RRHO": {"_type": "derivation", "name": "r-RRHO-1.36.0"}, "RRI": {"_type": "derivation", "name": "r-RRI-1.1"}, "RRMLRfMC": {"_type": "derivation", "name": "r-RRMLRfMC-0.4.0"}, "RRNA": {"_type": "derivation", "name": "r-RRNA-1.0"}, "RRPP": {"_type": "derivation", "name": "r-RRPP-1.3.1"}, "RRRR": {"_type": "derivation", "name": "r-RRRR-1.1.0"}, "RRTCS": {"_type": "derivation", "name": "r-RRTCS-0.0.4"}, "RRate": {"_type": "derivation", "name": "r-RRate-1.0"}, "RRedshiftSQL": {"_type": "derivation", "name": "r-RRedshiftSQL-0.1.2"}, "RRphylo": {"_type": "derivation", "name": "r-RRphylo-2.7.0"}, "RRreg": {"_type": "derivation", "name": "r-RRreg-0.7.3"}, "RSA": {"_type": "derivation", "name": "r-RSA-0.10.4"}, "RSADBE": {"_type": "derivation", "name": "r-RSADBE-1.0"}, "RSAGA": {"_type": "derivation", "name": "r-RSAGA-1.3.0"}, "RSAlgaeR": {"_type": "derivation", "name": "r-RSAlgaeR-1.0.0"}, "RSBJson": {"_type": "derivation", "name": "r-RSBJson-1.1.2"}, "RSC": {"_type": "derivation", "name": "r-RSC-2.0.2"}, "RSCABS": {"_type": "derivation", "name": "r-RSCABS-0.9.5"}, "RSCAT": {"_type": "derivation", "name": "r-RSCAT-1.1.3"}, "RSDA": {"_type": "derivation", "name": "r-RSDA-3.0.13"}, "RSDK": {"_type": "derivation", "name": "r-RSDK-1.0.1"}, "RSE": {"_type": "derivation", "name": "r-RSE-1.3"}, "RSEIS": {"_type": "derivation", "name": "r-RSEIS-4.1-4"}, "RSGHB": {"_type": "derivation", "name": "r-RSGHB-1.2.2"}, "RSIP": {"_type": "derivation", "name": "r-RSIP-1.0.0"}, "RSKC": {"_type": "derivation", "name": "r-RSKC-2.4.2"}, "RSNNS": {"_type": "derivation", "name": "r-RSNNS-0.4-14"}, "RSPS": {"_type": "derivation", "name": "r-RSPS-1.0"}, "RSQL": {"_type": "derivation", "name": "r-RSQL-0.2.1"}, "RSQLite": {"_type": "derivation", "name": "r-RSQLite-2.2.18"}, "RSSL": {"_type": "derivation", "name": "r-RSSL-0.9.5"}, "RSSOP": {"_type": "derivation", "name": "r-RSSOP-1.1"}, "RSSampling": {"_type": "derivation", "name": "r-RSSampling-1.0"}, "RSVSim": {"_type": "derivation", "name": "r-RSVSim-1.36.0"}, "RSarules": {"_type": "derivation", "name": "r-RSarules-1.0"}, "RSauceLabs": {"_type": "derivation", "name": "r-RSauceLabs-0.1.6"}, "RScelestial": {"_type": "derivation", "name": "r-RScelestial-1.0.3"}, "RSclient": {"_type": "derivation", "name": "r-RSclient-0.7-8"}, "RSeed": {"_type": "derivation", "name": "r-RSeed-0.1.60"}, "RSelenium": {"_type": "derivation", "name": "r-RSelenium-1.7.9"}, "RSentiment": {"_type": "derivation", "name": "r-RSentiment-2.2.2"}, "RSeqAn": {"_type": "derivation", "name": "r-RSeqAn-1.16.0"}, "RSiena": {"_type": "derivation", "name": "r-RSiena-1.3.13"}, "RSiteCatalyst": {"_type": "derivation", "name": "r-RSiteCatalyst-1.4.16"}, "RSizeBiased": {"_type": "derivation", "name": "r-RSizeBiased-0.1.0"}, "RSmallTelescopes": {"_type": "derivation", "name": "r-RSmallTelescopes-1.0.4"}, "RSmartlyIO": {"_type": "derivation", "name": "r-RSmartlyIO-0.1.3"}, "RSocrata": {"_type": "derivation", "name": "r-RSocrata-1.7.11-2"}, "RSpectra": {"_type": "derivation", "name": "r-RSpectra-0.16-1"}, "RSpincalc": {"_type": "derivation", "name": "r-RSpincalc-1.0.2"}, "RSqlParser": {"_type": "derivation", "name": "r-RSqlParser-1.5"}, "RStata": {"_type": "derivation", "name": "r-RStata-1.1.1"}, "RStoolbox": {"_type": "derivation", "name": "r-RStoolbox-0.3.0"}, "RStorm": {"_type": "derivation", "name": "r-RStorm-1.0"}, "RStripe": {"_type": "derivation", "name": "r-RStripe-0.1"}, "RSurveillance": {"_type": "derivation", "name": "r-RSurveillance-0.2.1"}, "RSurvey": {"_type": "derivation", "name": "r-RSurvey-0.9.3"}, "RSwissMaps": {"_type": "derivation", "name": "r-RSwissMaps-0.1.0.1"}, "RTCA": {"_type": "derivation", "name": "r-RTCA-1.48.0"}, "RTCC": {"_type": "derivation", "name": "r-RTCC-0.1.1"}, "RTCGA": {"_type": "derivation", "name": "r-RTCGA-1.26.0"}, "RTCGAToolbox": {"_type": "derivation", "name": "r-RTCGAToolbox-2.26.1"}, "RTCGA_CNV": {"_type": "derivation", "name": "r-RTCGA.CNV-1.24.0"}, "RTCGA_PANCAN12": {"_type": "derivation", "name": "r-RTCGA.PANCAN12-1.24.0"}, "RTCGA_RPPA": {"_type": "derivation", "name": "r-RTCGA.RPPA-1.24.0"}, "RTCGA_clinical": {"_type": "derivation", "name": "r-RTCGA.clinical-20151101.26.0"}, "RTCGA_mRNA": {"_type": "derivation", "name": "r-RTCGA.mRNA-1.24.0"}, "RTCGA_methylation": {"_type": "derivation", "name": "r-RTCGA.methylation-1.24.0"}, "RTCGA_miRNASeq": {"_type": "derivation", "name": "r-RTCGA.miRNASeq-1.24.0"}, "RTCGA_mutations": {"_type": "derivation", "name": "r-RTCGA.mutations-20151101.26.0"}, "RTCGA_rnaseq": {"_type": "derivation", "name": "r-RTCGA.rnaseq-20151101.26.0"}, "RTConnect": {"_type": "derivation", "name": "r-RTConnect-0.1.4"}, "RTD": {"_type": "derivation", "name": "r-RTD-0.4.1"}, "RTDE": {"_type": "derivation", "name": "r-RTDE-0.2-1"}, "RTIGER": {"_type": "derivation", "name": "r-RTIGER-1.99.0"}, "RTL": {"_type": "derivation", "name": "r-RTL-1.2.0"}, "RTN": {"_type": "derivation", "name": "r-RTN-2.20.0"}, "RTNduals": {"_type": "derivation", "name": "r-RTNduals-1.20.0"}, "RTNsurvival": {"_type": "derivation", "name": "r-RTNsurvival-1.20.0"}, "RTOMO": {"_type": "derivation", "name": "r-RTOMO-1.1-6"}, "RTTWebClient": {"_type": "derivation", "name": "r-RTTWebClient-0.1.3"}, "RTaxometrics": {"_type": "derivation", "name": "r-RTaxometrics-3.2"}, "RTextTools": {"_type": "derivation", "name": "r-RTextTools-1.4.3"}, "RTextureMetrics": {"_type": "derivation", "name": "r-RTextureMetrics-1.1"}, "RTopper": {"_type": "derivation", "name": "r-RTopper-1.42.0"}, "RTransferEntropy": {"_type": "derivation", "name": "r-RTransferEntropy-0.2.14"}, "RTriangle": {"_type": "derivation", "name": "r-RTriangle-1.6-0.10"}, "RUVIIIC": {"_type": "derivation", "name": "r-RUVIIIC-1.0.19"}, "RUVSeq": {"_type": "derivation", "name": "r-RUVSeq-1.30.0"}, "RUVcorr": {"_type": "derivation", "name": "r-RUVcorr-1.28.0"}, "RUVnormalize": {"_type": "derivation", "name": "r-RUVnormalize-1.30.0"}, "RUVnormalizeData": {"_type": "derivation", "name": "r-RUVnormalizeData-1.16.0"}, "RUnit": {"_type": "derivation", "name": "r-RUnit-0.4.32"}, "RVA": {"_type": "derivation", "name": "r-RVA-0.0.5"}, "RVAideMemoire": {"_type": "derivation", "name": "r-RVAideMemoire-0.9-81-2"}, "RVCompare": {"_type": "derivation", "name": "r-RVCompare-0.1.6"}, "RVFam": {"_type": "derivation", "name": "r-RVFam-1.1"}, "RVIpkg": {"_type": "derivation", "name": "r-RVIpkg-0.3.1"}, "RVS": {"_type": "derivation", "name": "r-RVS-1.18.0"}, "RVenn": {"_type": "derivation", "name": "r-RVenn-1.1.0"}, "RVerbalExpressions": {"_type": "derivation", "name": "r-RVerbalExpressions-0.1.0"}, "RVideoPoker": {"_type": "derivation", "name": "r-RVideoPoker-0.3"}, "RViennaCL": {"_type": "derivation", "name": "r-RViennaCL-1.7.1.8"}, "RVowpalWabbit": {"_type": "derivation", "name": "r-RVowpalWabbit-0.0.17"}, "RVtests": {"_type": "derivation", "name": "r-RVtests-1.2"}, "RWBP": {"_type": "derivation", "name": "r-RWBP-1.0"}, "RWDataPlyr": {"_type": "derivation", "name": "r-RWDataPlyr-0.6.4"}, "RWebLogo": {"_type": "derivation", "name": "r-RWebLogo-1.0.3"}, "RWeka": {"_type": "derivation", "name": "r-RWeka-0.4-44"}, "RWekajars": {"_type": "derivation", "name": "r-RWekajars-3.9.3-2"}, "RWiener": {"_type": "derivation", "name": "r-RWiener-1.3-3"}, "RWildbook": {"_type": "derivation", "name": "r-RWildbook-0.9.3"}, "RWmisc": {"_type": "derivation", "name": "r-RWmisc-0.1.2"}, "RWsearch": {"_type": "derivation", "name": "r-RWsearch-5.0.5"}, "RXKCD": {"_type": "derivation", "name": "r-RXKCD-1.9.2"}, "RXMCDA": {"_type": "derivation", "name": "r-RXMCDA-1.5.5"}, "RXshrink": {"_type": "derivation", "name": "r-RXshrink-2.2"}, "RYandexTranslate": {"_type": "derivation", "name": "r-RYandexTranslate-1.0"}, "RYoudaoTranslate": {"_type": "derivation", "name": "r-RYoudaoTranslate-1.0"}, "RZabbix": {"_type": "derivation", "name": "r-RZabbix-0.1.0"}, "RZigZag": {"_type": "derivation", "name": "r-RZigZag-0.2.1"}, "RZooRoH": {"_type": "derivation", "name": "r-RZooRoH-0.3.1"}, "R_SamBada": {"_type": "derivation", "name": "r-R.SamBada-0.1.3"}, "R_cache": {"_type": "derivation", "name": "r-R.cache-0.16.0"}, "R_devices": {"_type": "derivation", "name": "r-R.devices-2.17.1"}, "R_filesets": {"_type": "derivation", "name": "r-R.filesets-2.15.0"}, "R_huge": {"_type": "derivation", "name": "r-R.huge-0.9.0"}, "R_matlab": {"_type": "derivation", "name": "r-R.matlab-3.7.0"}, "R_methodsS3": {"_type": "derivation", "name": "r-R.methodsS3-1.8.2"}, "R_oo": {"_type": "derivation", "name": "r-R.oo-1.25.0"}, "R_rsp": {"_type": "derivation", "name": "r-R.rsp-0.45.0"}, "R_temis": {"_type": "derivation", "name": "r-R.temis-0.1.3"}, "R_utils": {"_type": "derivation", "name": "r-R.utils-2.12.0"}, "RaExExonProbesetLocation": {"_type": "derivation", "name": "r-RaExExonProbesetLocation-1.15.0"}, "RaJIVE": {"_type": "derivation", "name": "r-RaJIVE-1.0"}, "RaMS": {"_type": "derivation", "name": "r-RaMS-1.0.0"}, "RaProR": {"_type": "derivation", "name": "r-RaProR-1.1-5"}, "RaSEn": {"_type": "derivation", "name": "r-RaSEn-3.0.0"}, "RaceID": {"_type": "derivation", "name": "r-RaceID-0.2.6"}, "RadData": {"_type": "derivation", "name": "r-RadData-1.0.1"}, "RadOnc": {"_type": "derivation", "name": "r-RadOnc-1.1.8"}, "RadTran": {"_type": "derivation", "name": "r-RadTran-1.0"}, "RadialVisGadgets": {"_type": "derivation", "name": "r-RadialVisGadgets-0.2.0"}, "RadioGx": {"_type": "derivation", "name": "r-RadioGx-2.0.0"}, "RadioSonde": {"_type": "derivation", "name": "r-RadioSonde-4.2"}, "Radviz": {"_type": "derivation", "name": "r-Radviz-0.9.3"}, "RagGrid": {"_type": "derivation", "name": "r-RagGrid-0.2.0"}, "Rage": {"_type": "derivation", "name": "r-Rage-1.2.0"}, "RaggedExperiment": {"_type": "derivation", "name": "r-RaggedExperiment-1.20.1"}, "RainfallErosivityFactor": {"_type": "derivation", "name": "r-RainfallErosivityFactor-0.1.0"}, "RamanMP": {"_type": "derivation", "name": "r-RamanMP-1.0"}, "Ramble": {"_type": "derivation", "name": "r-Ramble-0.1.1"}, "Rambo": {"_type": "derivation", "name": "r-Rambo-1.1.1"}, "RandMeta": {"_type": "derivation", "name": "r-RandMeta-0.1.0"}, "RandPro": {"_type": "derivation", "name": "r-RandPro-0.2.2"}, "RandVar": {"_type": "derivation", "name": "r-RandVar-1.2.1"}, "RandomCoefficients": {"_type": "derivation", "name": "r-RandomCoefficients-0.0.2"}, "RandomFields": {"_type": "derivation", "name": "r-RandomFields-3.3.14"}, "RandomFieldsUtils": {"_type": "derivation", "name": "r-RandomFieldsUtils-1.2.5"}, "RandomForestsGLS": {"_type": "derivation", "name": "r-RandomForestsGLS-0.1.4"}, "RandomWalkRestartMH": {"_type": "derivation", "name": "r-RandomWalkRestartMH-1.16.0"}, "Randomuseragent": {"_type": "derivation", "name": "r-Randomuseragent-0.0.1"}, "RanglaPunjab": {"_type": "derivation", "name": "r-RanglaPunjab-2.3.4"}, "RankAggSIgFUR": {"_type": "derivation", "name": "r-RankAggSIgFUR-0.1.0"}, "RankAggreg": {"_type": "derivation", "name": "r-RankAggreg-0.6.6"}, "RankAggregator": {"_type": "derivation", "name": "r-RankAggregator-0.0.1"}, "RankProd": {"_type": "derivation", "name": "r-RankProd-3.22.0"}, "RankResponse": {"_type": "derivation", "name": "r-RankResponse-4.0.0"}, "Rankcluster": {"_type": "derivation", "name": "r-Rankcluster-0.94.5"}, "RankingProject": {"_type": "derivation", "name": "r-RankingProject-0.4.0"}, "RapidPolygonLookup": {"_type": "derivation", "name": "r-RapidPolygonLookup-0.1.1"}, "RapidoPGS": {"_type": "derivation", "name": "r-RapidoPGS-2.2.0"}, "Raquifer": {"_type": "derivation", "name": "r-Raquifer-0.1.0"}, "RareComb": {"_type": "derivation", "name": "r-RareComb-1.1"}, "RareVariantVis": {"_type": "derivation", "name": "r-RareVariantVis-2.24.0"}, "Rarefy": {"_type": "derivation", "name": "r-Rarefy-1.1"}, "Rarity": {"_type": "derivation", "name": "r-Rarity-1.3-6"}, "RaschSampler": {"_type": "derivation", "name": "r-RaschSampler-0.8-8"}, "Rata": {"_type": "derivation", "name": "r-Rata-0.0.2"}, "RatingScaleReduction": {"_type": "derivation", "name": "r-RatingScaleReduction-1.4"}, "RationalExp": {"_type": "derivation", "name": "r-RationalExp-0.2.2"}, "Rattus_norvegicus": {"_type": "derivation", "name": "r-Rattus.norvegicus-1.3.1"}, "Ravages": {"_type": "derivation", "name": "r-Ravages-1.1.0"}, "RavenR": {"_type": "derivation", "name": "r-RavenR-2.2.0"}, "RawHummus": {"_type": "derivation", "name": "r-RawHummus-0.2.2"}, "RbcBook1": {"_type": "derivation", "name": "r-RbcBook1-1.64.0"}, "Rbeast": {"_type": "derivation", "name": "r-Rbeast-0.9.5"}, "Rbec": {"_type": "derivation", "name": "r-Rbec-1.4.0"}, "Rbent": {"_type": "derivation", "name": "r-Rbent-0.1.0"}, "Rbgs": {"_type": "derivation", "name": "r-Rbgs-0.2"}, "Rbitcoin": {"_type": "derivation", "name": "r-Rbitcoin-0.9.2"}, "RblDataLicense": {"_type": "derivation", "name": "r-RblDataLicense-0.2.4"}, "Rblpapi": {"_type": "derivation", "name": "r-Rblpapi-0.3.14"}, "Rborist": {"_type": "derivation", "name": "r-Rborist-0.3-2"}, "Rbowtie": {"_type": "derivation", "name": "r-Rbowtie-1.36.0"}, "Rbowtie2": {"_type": "derivation", "name": "r-Rbowtie2-2.2.0"}, "Rbwa": {"_type": "derivation", "name": "r-Rbwa-1.0.0"}, "Rcade": {"_type": "derivation", "name": "r-Rcade-1.37.0"}, "Rcan": {"_type": "derivation", "name": "r-Rcan-1.3.82"}, "Rcapture": {"_type": "derivation", "name": "r-Rcapture-1.4-4"}, "Rcatch22": {"_type": "derivation", "name": "r-Rcatch22-0.2.1"}, "RcellData": {"_type": "derivation", "name": "r-RcellData-1.3-2"}, "Rcereal": {"_type": "derivation", "name": "r-Rcereal-1.2.1.1"}, "RcextTools": {"_type": "derivation", "name": "r-RcextTools-0.1.1"}, "Rcgmin": {"_type": "derivation", "name": "r-Rcgmin-2022-4.30"}, "RchivalTag": {"_type": "derivation", "name": "r-RchivalTag-0.1.2"}, "Rchoice": {"_type": "derivation", "name": "r-Rchoice-0.3-5"}, "RcisTarget": {"_type": "derivation", "name": "r-RcisTarget-1.16.0"}, "RcisTarget_hg19_motifDBs_cisbpOnly_500bp": {"_type": "derivation", "name": "r-RcisTarget.hg19.motifDBs.cisbpOnly.500bp-1.16.0"}, "RclusTool": {"_type": "derivation", "name": "r-RclusTool-0.91.5"}, "Rcmdr": {"_type": "derivation", "name": "r-Rcmdr-2.8-0"}, "RcmdrMisc": {"_type": "derivation", "name": "r-RcmdrMisc-2.7-2"}, "RcmdrPlugin_BWS1": {"_type": "derivation", "name": "r-RcmdrPlugin.BWS1-0.1-5"}, "RcmdrPlugin_BWS2": {"_type": "derivation", "name": "r-RcmdrPlugin.BWS2-0.1-0"}, "RcmdrPlugin_BiclustGUI": {"_type": "derivation", "name": "r-RcmdrPlugin.BiclustGUI-1.1.3.1"}, "RcmdrPlugin_DCCV": {"_type": "derivation", "name": "r-RcmdrPlugin.DCCV-0.1-1"}, "RcmdrPlugin_DCE": {"_type": "derivation", "name": "r-RcmdrPlugin.DCE-0.1-2"}, "RcmdrPlugin_DoE": {"_type": "derivation", "name": "r-RcmdrPlugin.DoE-0.12-4"}, "RcmdrPlugin_EACSPIR": {"_type": "derivation", "name": "r-RcmdrPlugin.EACSPIR-0.2-2"}, "RcmdrPlugin_EBM": {"_type": "derivation", "name": "r-RcmdrPlugin.EBM-1.0-10"}, "RcmdrPlugin_EZR": {"_type": "derivation", "name": "r-RcmdrPlugin.EZR-1.60"}, "RcmdrPlugin_EcoVirtual": {"_type": "derivation", "name": "r-RcmdrPlugin.EcoVirtual-1.0"}, "RcmdrPlugin_Export": {"_type": "derivation", "name": "r-RcmdrPlugin.Export-0.3-1"}, "RcmdrPlugin_FactoMineR": {"_type": "derivation", "name": "r-RcmdrPlugin.FactoMineR-1.7"}, "RcmdrPlugin_FuzzyClust": {"_type": "derivation", "name": "r-RcmdrPlugin.FuzzyClust-1.1"}, "RcmdrPlugin_GWRM": {"_type": "derivation", "name": "r-RcmdrPlugin.GWRM-1.0.2"}, "RcmdrPlugin_HH": {"_type": "derivation", "name": "r-RcmdrPlugin.HH-1.1-47"}, "RcmdrPlugin_IPSUR": {"_type": "derivation", "name": "r-RcmdrPlugin.IPSUR-0.2-1.1"}, "RcmdrPlugin_KMggplot2": {"_type": "derivation", "name": "r-RcmdrPlugin.KMggplot2-0.2-6"}, "RcmdrPlugin_MA": {"_type": "derivation", "name": "r-RcmdrPlugin.MA-0.0-2"}, "RcmdrPlugin_MPAStats": {"_type": "derivation", "name": "r-RcmdrPlugin.MPAStats-1.2.2"}, "RcmdrPlugin_NMBU": {"_type": "derivation", "name": "r-RcmdrPlugin.NMBU-1.8.13"}, "RcmdrPlugin_PcaRobust": {"_type": "derivation", "name": "r-RcmdrPlugin.PcaRobust-1.1.4"}, "RcmdrPlugin_RMTCJags": {"_type": "derivation", "name": "r-RcmdrPlugin.RMTCJags-1.0-2"}, "RcmdrPlugin_ROC": {"_type": "derivation", "name": "r-RcmdrPlugin.ROC-1.0-19"}, "RcmdrPlugin_RiskDemo": {"_type": "derivation", "name": "r-RcmdrPlugin.RiskDemo-3.0"}, "RcmdrPlugin_SCDA": {"_type": "derivation", "name": "r-RcmdrPlugin.SCDA-1.2.0"}, "RcmdrPlugin_SLC": {"_type": "derivation", "name": "r-RcmdrPlugin.SLC-0.2"}, "RcmdrPlugin_TeachStat": {"_type": "derivation", "name": "r-RcmdrPlugin.TeachStat-1.1.1"}, "RcmdrPlugin_TeachingDemos": {"_type": "derivation", "name": "r-RcmdrPlugin.TeachingDemos-1.2-0"}, "RcmdrPlugin_UCA": {"_type": "derivation", "name": "r-RcmdrPlugin.UCA-5.1-1"}, "RcmdrPlugin_WorldFlora": {"_type": "derivation", "name": "r-RcmdrPlugin.WorldFlora-1.2"}, "RcmdrPlugin_aRnova": {"_type": "derivation", "name": "r-RcmdrPlugin.aRnova-0.0.5"}, "RcmdrPlugin_coin": {"_type": "derivation", "name": "r-RcmdrPlugin.coin-1.0-23"}, "RcmdrPlugin_cpd": {"_type": "derivation", "name": "r-RcmdrPlugin.cpd-0.2.0"}, "RcmdrPlugin_depthTools": {"_type": "derivation", "name": "r-RcmdrPlugin.depthTools-1.4"}, "RcmdrPlugin_lfstat": {"_type": "derivation", "name": "r-RcmdrPlugin.lfstat-0.8.3"}, "RcmdrPlugin_orloca": {"_type": "derivation", "name": "r-RcmdrPlugin.orloca-4.8.2"}, "RcmdrPlugin_plotByGroup": {"_type": "derivation", "name": "r-RcmdrPlugin.plotByGroup-0.1-0"}, "RcmdrPlugin_pointG": {"_type": "derivation", "name": "r-RcmdrPlugin.pointG-0.6.6"}, "RcmdrPlugin_sampling": {"_type": "derivation", "name": "r-RcmdrPlugin.sampling-1.1"}, "RcmdrPlugin_sos": {"_type": "derivation", "name": "r-RcmdrPlugin.sos-0.3-0"}, "RcmdrPlugin_steepness": {"_type": "derivation", "name": "r-RcmdrPlugin.steepness-0.3-2"}, "RcmdrPlugin_survival": {"_type": "derivation", "name": "r-RcmdrPlugin.survival-1.3-0"}, "RcmdrPlugin_sutteForecastR": {"_type": "derivation", "name": "r-RcmdrPlugin.sutteForecastR-1.0.0"}, "RcmdrPlugin_temis": {"_type": "derivation", "name": "r-RcmdrPlugin.temis-0.7.10"}, "Rcolombos": {"_type": "derivation", "name": "r-Rcolombos-2.0.2"}, "Rcompadre": {"_type": "derivation", "name": "r-Rcompadre-1.1.0"}, "Rcpi": {"_type": "derivation", "name": "r-Rcpi-1.32.2"}, "Rcplex": {"_type": "derivation", "name": "r-Rcplex-0.3-5"}, "Rcpp": {"_type": "derivation", "name": "r-Rcpp-1.0.9"}, "Rcpp11": {"_type": "derivation", "name": "r-Rcpp11-3.1.2.0.1"}, "RcppAPT": {"_type": "derivation", "name": "r-RcppAPT-0.0.9"}, "RcppAlgos": {"_type": "derivation", "name": "r-RcppAlgos-2.6.0"}, "RcppAnnoy": {"_type": "derivation", "name": "r-RcppAnnoy-0.0.20"}, "RcppArmadillo": {"_type": "derivation", "name": "r-RcppArmadillo-0.11.4.0.1"}, "RcppBDT": {"_type": "derivation", "name": "r-RcppBDT-0.2.5"}, "RcppBigIntAlgos": {"_type": "derivation", "name": "r-RcppBigIntAlgos-1.0.1"}, "RcppCCTZ": {"_type": "derivation", "name": "r-RcppCCTZ-0.2.11"}, "RcppCGAL": {"_type": "derivation", "name": "r-RcppCGAL-5.4.1"}, "RcppCNPy": {"_type": "derivation", "name": "r-RcppCNPy-0.2.11"}, "RcppCWB": {"_type": "derivation", "name": "r-RcppCWB-0.5.4"}, "RcppCensSpatial": {"_type": "derivation", "name": "r-RcppCensSpatial-0.3.0"}, "RcppClassic": {"_type": "derivation", "name": "r-RcppClassic-0.9.12"}, "RcppClassicExamples": {"_type": "derivation", "name": "r-RcppClassicExamples-0.1.2"}, "RcppClock": {"_type": "derivation", "name": "r-RcppClock-1.1"}, "RcppColors": {"_type": "derivation", "name": "r-RcppColors-0.1.1"}, "RcppDE": {"_type": "derivation", "name": "r-RcppDE-0.1.6"}, "RcppDL": {"_type": "derivation", "name": "r-RcppDL-0.0.5"}, "RcppDate": {"_type": "derivation", "name": "r-RcppDate-0.0.3"}, "RcppDist": {"_type": "derivation", "name": "r-RcppDist-0.1.1"}, "RcppDynProg": {"_type": "derivation", "name": "r-RcppDynProg-0.2.0"}, "RcppEigen": {"_type": "derivation", "name": "r-RcppEigen-0.3.3.9.2"}, "RcppEigenAD": {"_type": "derivation", "name": "r-RcppEigenAD-1.0.0"}, "RcppEnsmallen": {"_type": "derivation", "name": "r-RcppEnsmallen-0.2.19.0.1"}, "RcppExamples": {"_type": "derivation", "name": "r-RcppExamples-0.1.9"}, "RcppFaddeeva": {"_type": "derivation", "name": "r-RcppFaddeeva-0.1.0"}, "RcppFarmHash": {"_type": "derivation", "name": "r-RcppFarmHash-0.0.2"}, "RcppFastFloat": {"_type": "derivation", "name": "r-RcppFastFloat-0.0.3"}, "RcppGSL": {"_type": "derivation", "name": "r-RcppGSL-0.3.11"}, "RcppGetconf": {"_type": "derivation", "name": "r-RcppGetconf-0.0.3"}, "RcppGreedySetCover": {"_type": "derivation", "name": "r-RcppGreedySetCover-0.1.0"}, "RcppHMM": {"_type": "derivation", "name": "r-RcppHMM-1.2.2"}, "RcppHNSW": {"_type": "derivation", "name": "r-RcppHNSW-0.4.1"}, "RcppHungarian": {"_type": "derivation", "name": "r-RcppHungarian-0.2"}, "RcppML": {"_type": "derivation", "name": "r-RcppML-0.3.7"}, "RcppMLPACK": {"_type": "derivation", "name": "r-RcppMLPACK-1.0.10-7"}, "RcppMeCab": {"_type": "derivation", "name": "r-RcppMeCab-0.0.1.2"}, "RcppMsgPack": {"_type": "derivation", "name": "r-RcppMsgPack-0.2.3"}, "RcppNLoptExample": {"_type": "derivation", "name": "r-RcppNLoptExample-0.0.1"}, "RcppNumerical": {"_type": "derivation", "name": "r-RcppNumerical-0.4-0"}, "RcppParallel": {"_type": "derivation", "name": "r-RcppParallel-5.1.5"}, "RcppProgress": {"_type": "derivation", "name": "r-RcppProgress-0.4.2"}, "RcppQuantuccia": {"_type": "derivation", "name": "r-RcppQuantuccia-0.1.1"}, "RcppRedis": {"_type": "derivation", "name": "r-RcppRedis-0.2.1"}, "RcppRoll": {"_type": "derivation", "name": "r-RcppRoll-0.3.0"}, "RcppSMC": {"_type": "derivation", "name": "r-RcppSMC-0.2.6"}, "RcppSimdJson": {"_type": "derivation", "name": "r-RcppSimdJson-0.1.8"}, "RcppSpdlog": {"_type": "derivation", "name": "r-RcppSpdlog-0.0.8"}, "RcppStreams": {"_type": "derivation", "name": "r-RcppStreams-0.1.3"}, "RcppTN": {"_type": "derivation", "name": "r-RcppTN-0.2-2"}, "RcppTOML": {"_type": "derivation", "name": "r-RcppTOML-0.1.7"}, "RcppThread": {"_type": "derivation", "name": "r-RcppThread-2.1.3"}, "RcppUUID": {"_type": "derivation", "name": "r-RcppUUID-1.1.1"}, "RcppXPtrUtils": {"_type": "derivation", "name": "r-RcppXPtrUtils-0.1.2"}, "RcppXsimd": {"_type": "derivation", "name": "r-RcppXsimd-7.1.6"}, "RcppXts": {"_type": "derivation", "name": "r-RcppXts-0.0.5"}, "RcppZiggurat": {"_type": "derivation", "name": "r-RcppZiggurat-0.1.6"}, "Rcrawler": {"_type": "derivation", "name": "r-Rcrawler-0.1.9-1"}, "Rcriticor": {"_type": "derivation", "name": "r-Rcriticor-2.0"}, "Rcsdp": {"_type": "derivation", "name": "r-Rcsdp-0.1.57.2"}, "Rcssplot": {"_type": "derivation", "name": "r-Rcssplot-1.0.0"}, "Rcurvep": {"_type": "derivation", "name": "r-Rcurvep-1.2.1"}, "Rcwl": {"_type": "derivation", "name": "r-Rcwl-1.12.0"}, "RcwlPipelines": {"_type": "derivation", "name": "r-RcwlPipelines-1.12.0"}, "Rd2md": {"_type": "derivation", "name": "r-Rd2md-0.0.5"}, "Rd2roxygen": {"_type": "derivation", "name": "r-Rd2roxygen-1.14"}, "Rdca": {"_type": "derivation", "name": "r-Rdca-0.1.0"}, "Rdiagnosislist": {"_type": "derivation", "name": "r-Rdiagnosislist-1.0"}, "Rdice": {"_type": "derivation", "name": "r-Rdice-1.0.0"}, "Rdimtools": {"_type": "derivation", "name": "r-Rdimtools-1.1.0"}, "Rdisop": {"_type": "derivation", "name": "r-Rdisop-1.56.0"}, "Rdistance": {"_type": "derivation", "name": "r-Rdistance-2.1.3"}, "Rdpack": {"_type": "derivation", "name": "r-Rdpack-2.4"}, "Rdroolsjars": {"_type": "derivation", "name": "r-Rdroolsjars-1.0.1"}, "Rdrw": {"_type": "derivation", "name": "r-Rdrw-1.0.2"}, "Rdsdp": {"_type": "derivation", "name": "r-Rdsdp-1.0.5.2"}, "Rdsm": {"_type": "derivation", "name": "r-Rdsm-2.1.1"}, "Rdta": {"_type": "derivation", "name": "r-Rdta-1.0.0"}, "Rdtq": {"_type": "derivation", "name": "r-Rdtq-0.1"}, "Rduino": {"_type": "derivation", "name": "r-Rduino-0.1"}, "Rduinoiot": {"_type": "derivation", "name": "r-Rduinoiot-0.1.0"}, "ReCiPa": {"_type": "derivation", "name": "r-ReCiPa-3.0"}, "ReDaMoR": {"_type": "derivation", "name": "r-ReDaMoR-0.7.1"}, "ReDirection": {"_type": "derivation", "name": "r-ReDirection-1.0.1"}, "ReIns": {"_type": "derivation", "name": "r-ReIns-1.0.10"}, "ReQON": {"_type": "derivation", "name": "r-ReQON-1.42.0"}, "ReacTran": {"_type": "derivation", "name": "r-ReacTran-1.4.3.1"}, "ReactomeContentService4R": {"_type": "derivation", "name": "r-ReactomeContentService4R-1.4.0"}, "ReactomeGSA": {"_type": "derivation", "name": "r-ReactomeGSA-1.10.0"}, "ReactomeGSA_data": {"_type": "derivation", "name": "r-ReactomeGSA.data-1.10.0"}, "ReactomeGraph4R": {"_type": "derivation", "name": "r-ReactomeGraph4R-1.4.0"}, "ReactomePA": {"_type": "derivation", "name": "r-ReactomePA-1.40.0"}, "ReadDIM": {"_type": "derivation", "name": "r-ReadDIM-0.2.10"}, "ReadqPCR": {"_type": "derivation", "name": "r-ReadqPCR-1.42.0"}, "RealVAMS": {"_type": "derivation", "name": "r-RealVAMS-0.4-4"}, "Rearrangement": {"_type": "derivation", "name": "r-Rearrangement-2.1"}, "RecAssoRules": {"_type": "derivation", "name": "r-RecAssoRules-1.0"}, "Recocrop": {"_type": "derivation", "name": "r-Recocrop-0.4-1"}, "Recon": {"_type": "derivation", "name": "r-Recon-0.3.0.0"}, "RecordLinkage": {"_type": "derivation", "name": "r-RecordLinkage-0.4-12.3"}, "RecordTest": {"_type": "derivation", "name": "r-RecordTest-2.1.0"}, "Records": {"_type": "derivation", "name": "r-Records-1.0"}, "RedditExtractoR": {"_type": "derivation", "name": "r-RedditExtractoR-3.0.6"}, "RedeR": {"_type": "derivation", "name": "r-RedeR-2.0.1"}, "RedisBaseContainer": {"_type": "derivation", "name": "r-RedisBaseContainer-1.0.1"}, "Rediscover": {"_type": "derivation", "name": "r-Rediscover-0.3.0"}, "Redmonder": {"_type": "derivation", "name": "r-Redmonder-0.2.0"}, "RefFreeEWAS": {"_type": "derivation", "name": "r-RefFreeEWAS-2.2"}, "RefManageR": {"_type": "derivation", "name": "r-RefManageR-1.4.0"}, "RefPlus": {"_type": "derivation", "name": "r-RefPlus-1.66.0"}, "RegClust": {"_type": "derivation", "name": "r-RegClust-1.0"}, "RegEnrich": {"_type": "derivation", "name": "r-RegEnrich-1.6.0"}, "RegKink": {"_type": "derivation", "name": "r-RegKink-0.1.0"}, "RegParallel": {"_type": "derivation", "name": "r-RegParallel-1.14.0"}, "RegSDC": {"_type": "derivation", "name": "r-RegSDC-0.7.0"}, "RegressionFactory": {"_type": "derivation", "name": "r-RegressionFactory-0.7.4"}, "RegularizedSCA": {"_type": "derivation", "name": "r-RegularizedSCA-0.5.4"}, "ReinforcementLearning": {"_type": "derivation", "name": "r-ReinforcementLearning-1.0.5"}, "RelValAnalysis": {"_type": "derivation", "name": "r-RelValAnalysis-1.0"}, "Relatedness": {"_type": "derivation", "name": "r-Relatedness-2.0"}, "Relectoral": {"_type": "derivation", "name": "r-Relectoral-0.1.0"}, "Reliability": {"_type": "derivation", "name": "r-Reliability-0.0-2"}, "RelimpPCR": {"_type": "derivation", "name": "r-RelimpPCR-0.2.4"}, "Renext": {"_type": "derivation", "name": "r-Renext-3.1-0"}, "RenvModule": {"_type": "derivation", "name": "r-RenvModule-1.1"}, "Renvlp": {"_type": "derivation", "name": "r-Renvlp-3.2"}, "ReorderCluster": {"_type": "derivation", "name": "r-ReorderCluster-2.0"}, "RepViz": {"_type": "derivation", "name": "r-RepViz-1.12.0"}, "RepaymentPlan": {"_type": "derivation", "name": "r-RepaymentPlan-0.1.0"}, "RepeatedHighDim": {"_type": "derivation", "name": "r-RepeatedHighDim-2.0.0"}, "RepertoiR": {"_type": "derivation", "name": "r-RepertoiR-0.0.1"}, "Repitools": {"_type": "derivation", "name": "r-Repitools-1.42.0"}, "Replicate": {"_type": "derivation", "name": "r-Replicate-1.2.0"}, "Replication": {"_type": "derivation", "name": "r-Replication-0.1.2"}, "ReplicationSuccess": {"_type": "derivation", "name": "r-ReplicationSuccess-1.2"}, "Repliscope": {"_type": "derivation", "name": "r-Repliscope-1.1.1"}, "RepoGenerator": {"_type": "derivation", "name": "r-RepoGenerator-0.0.1"}, "ReportingTools": {"_type": "derivation", "name": "r-ReportingTools-2.36.0"}, "Require": {"_type": "derivation", "name": "r-Require-0.1.4"}, "ResearchAssociate": {"_type": "derivation", "name": "r-ResearchAssociate-1.0.1"}, "ResidentialEnergyConsumption": {"_type": "derivation", "name": "r-ResidentialEnergyConsumption-1.1.0"}, "ResidualMatrix": {"_type": "derivation", "name": "r-ResidualMatrix-1.6.1"}, "ResistorArray": {"_type": "derivation", "name": "r-ResistorArray-1.0-32"}, "ResourceSelection": {"_type": "derivation", "name": "r-ResourceSelection-0.3-5"}, "RespirAnalyzer": {"_type": "derivation", "name": "r-RespirAnalyzer-1.0.1"}, "RestRserve": {"_type": "derivation", "name": "r-RestRserve-1.2.1"}, "RestoreNet": {"_type": "derivation", "name": "r-RestoreNet-1.0"}, "RevEcoR": {"_type": "derivation", "name": "r-RevEcoR-0.99.3"}, "RevGadgets": {"_type": "derivation", "name": "r-RevGadgets-1.0.0"}, "ReviewR": {"_type": "derivation", "name": "r-ReviewR-2.3.8"}, "Revticulate": {"_type": "derivation", "name": "r-Revticulate-1.0.0"}, "Rexperigen": {"_type": "derivation", "name": "r-Rexperigen-0.2.1"}, "RfEmpImp": {"_type": "derivation", "name": "r-RfEmpImp-2.1.8"}, "Rfacebook": {"_type": "derivation", "name": "r-Rfacebook-0.6.15"}, "Rfast": {"_type": "derivation", "name": "r-Rfast-2.0.6"}, "Rfast2": {"_type": "derivation", "name": "r-Rfast2-0.1.3"}, "Rfastp": {"_type": "derivation", "name": "r-Rfastp-1.6.0"}, "Rfit": {"_type": "derivation", "name": "r-Rfit-0.24.2"}, "Rfmtool": {"_type": "derivation", "name": "r-Rfmtool-4.1.8"}, "Rfolding": {"_type": "derivation", "name": "r-Rfolding-1.0"}, "RforProteomics": {"_type": "derivation", "name": "r-RforProteomics-1.34.1"}, "Rforestry": {"_type": "derivation", "name": "r-Rforestry-0.9.0.116"}, "Rfractran": {"_type": "derivation", "name": "r-Rfractran-1.0"}, "Rfssa": {"_type": "derivation", "name": "r-Rfssa-2.1.0"}, "Rga4gh": {"_type": "derivation", "name": "r-Rga4gh-0.1.1"}, "Rgb": {"_type": "derivation", "name": "r-Rgb-1.6.1"}, "Rgbp": {"_type": "derivation", "name": "r-Rgbp-1.1.4"}, "Rgff": {"_type": "derivation", "name": "r-Rgff-0.1.6"}, "Rgin": {"_type": "derivation", "name": "r-Rgin-1.15.0"}, "Rglpk": {"_type": "derivation", "name": "r-Rglpk-0.6-4"}, "RgoogleMaps": {"_type": "derivation", "name": "r-RgoogleMaps-1.4.5.3"}, "Rgraphviz": {"_type": "derivation", "name": "r-Rgraphviz-2.40.0"}, "Rhdf5lib": {"_type": "derivation", "name": "r-Rhdf5lib-1.18.2"}, "Rhisat2": {"_type": "derivation", "name": "r-Rhisat2-1.12.0"}, "Rhpc": {"_type": "derivation", "name": "r-Rhpc-0.21-247"}, "RhpcBLASctl": {"_type": "derivation", "name": "r-RhpcBLASctl-0.21-247.1"}, "Rhtslib": {"_type": "derivation", "name": "r-Rhtslib-1.28.0"}, "RiboCrypt": {"_type": "derivation", "name": "r-RiboCrypt-1.2.0"}, "RiboDiPA": {"_type": "derivation", "name": "r-RiboDiPA-1.4.1"}, "RiboProfiling": {"_type": "derivation", "name": "r-RiboProfiling-1.26.0"}, "RichR": {"_type": "derivation", "name": "r-RichR-1.0.0"}, "RidgeFusion": {"_type": "derivation", "name": "r-RidgeFusion-1.0-3"}, "Ridit": {"_type": "derivation", "name": "r-Ridit-1.1"}, "RiemBase": {"_type": "derivation", "name": "r-RiemBase-0.2.5"}, "Riemann": {"_type": "derivation", "name": "r-Riemann-0.1.4"}, "Riex": {"_type": "derivation", "name": "r-Riex-1.0.2"}, "Rilostat": {"_type": "derivation", "name": "r-Rilostat-1.1.8"}, "Ringo": {"_type": "derivation", "name": "r-Ringo-1.60.0"}, "Rip46": {"_type": "derivation", "name": "r-Rip46-1.0.2"}, "Rirt": {"_type": "derivation", "name": "r-Rirt-0.0.2"}, "Risa": {"_type": "derivation", "name": "r-Risa-1.38.0"}, "Risk": {"_type": "derivation", "name": "r-Risk-1.0"}, "RiskPortfolios": {"_type": "derivation", "name": "r-RiskPortfolios-2.1.7"}, "Rita": {"_type": "derivation", "name": "r-Rita-1.2.0"}, "Ritc": {"_type": "derivation", "name": "r-Ritc-1.0.2"}, "RiverBuilder": {"_type": "derivation", "name": "r-RiverBuilder-0.1.1"}, "RiverLoad": {"_type": "derivation", "name": "r-RiverLoad-1.0.3"}, "Rivivc": {"_type": "derivation", "name": "r-Rivivc-0.9.1"}, "RkMetrics": {"_type": "derivation", "name": "r-RkMetrics-1.3"}, "Rlab": {"_type": "derivation", "name": "r-Rlab-4.0"}, "Rlabkey": {"_type": "derivation", "name": "r-Rlabkey-2.9.0"}, "Rlda": {"_type": "derivation", "name": "r-Rlda-0.2.6"}, "Rlgt": {"_type": "derivation", "name": "r-Rlgt-0.1-4"}, "Rlibeemd": {"_type": "derivation", "name": "r-Rlibeemd-1.4.2"}, "Rlinkedin": {"_type": "derivation", "name": "r-Rlinkedin-0.2"}, "Rlinsolve": {"_type": "derivation", "name": "r-Rlinsolve-0.3.2"}, "Rlof": {"_type": "derivation", "name": "r-Rlof-1.1.3"}, "Rmagic": {"_type": "derivation", "name": "r-Rmagic-2.0.3"}, "Rmagpie": {"_type": "derivation", "name": "r-Rmagpie-1.52.0"}, "Rmalschains": {"_type": "derivation", "name": "r-Rmalschains-0.2-8"}, "RmarineHeatWaves": {"_type": "derivation", "name": "r-RmarineHeatWaves-0.17.0"}, "RmecabKo": {"_type": "derivation", "name": "r-RmecabKo-0.1.6.2"}, "RmiR": {"_type": "derivation", "name": "r-RmiR-1.49.0"}, "RmiR_Hs_miRNA": {"_type": "derivation", "name": "r-RmiR.Hs.miRNA-1.0.7"}, "RmiR_hsa": {"_type": "derivation", "name": "r-RmiR.hsa-1.0.5"}, "Rmisc": {"_type": "derivation", "name": "r-Rmisc-1.5.1"}, "Rmixmod": {"_type": "derivation", "name": "r-Rmixmod-2.1.7"}, "RmixmodCombi": {"_type": "derivation", "name": "r-RmixmodCombi-1.0"}, "Rmmquant": {"_type": "derivation", "name": "r-Rmmquant-1.14.0"}, "Rmolt": {"_type": "derivation", "name": "r-Rmolt-1.0.0"}, "Rmosek": {"_type": "derivation", "name": "r-Rmosek-1.3.5"}, "Rmpfr": {"_type": "derivation", "name": "r-Rmpfr-0.8-9"}, "Rmpi": {"_type": "derivation", "name": "r-Rmpi-0.6-9.2"}, "Rmst": {"_type": "derivation", "name": "r-Rmst-0.0.3"}, "RnAgilentDesign028282_db": {"_type": "derivation", "name": "r-RnAgilentDesign028282.db-3.2.3"}, "RnBeads": {"_type": "derivation", "name": "r-RnBeads-2.14.0"}, "RnBeads_hg19": {"_type": "derivation", "name": "r-RnBeads.hg19-1.28.0"}, "RnBeads_hg38": {"_type": "derivation", "name": "r-RnBeads.hg38-1.28.0"}, "RnBeads_mm10": {"_type": "derivation", "name": "r-RnBeads.mm10-2.4.1"}, "RnBeads_mm9": {"_type": "derivation", "name": "r-RnBeads.mm9-1.28.0"}, "RnBeads_rn5": {"_type": "derivation", "name": "r-RnBeads.rn5-1.28.0"}, "RnaSeqSampleSize": {"_type": "derivation", "name": "r-RnaSeqSampleSize-2.6.0"}, "RnaSeqSampleSizeData": {"_type": "derivation", "name": "r-RnaSeqSampleSizeData-1.28.0"}, "RnavGraphImageData": {"_type": "derivation", "name": "r-RnavGraphImageData-0.0.4"}, "Rnightly": {"_type": "derivation", "name": "r-Rnightly-0.1.0"}, "Rnits": {"_type": "derivation", "name": "r-Rnits-1.29.0"}, "Rnmr1D": {"_type": "derivation", "name": "r-Rnmr1D-1.3.0"}, "Rnumerai": {"_type": "derivation", "name": "r-Rnumerai-3.0.1"}, "Rnvd3": {"_type": "derivation", "name": "r-Rnvd3-1.0.0"}, "RoBMA": {"_type": "derivation", "name": "r-RoBMA-2.3.1"}, "RoBSA": {"_type": "derivation", "name": "r-RoBSA-1.0.0"}, "RoBTT": {"_type": "derivation", "name": "r-RoBTT-1.0.0"}, "RobAStBase": {"_type": "derivation", "name": "r-RobAStBase-1.2.2"}, "RobAStRDA": {"_type": "derivation", "name": "r-RobAStRDA-1.2.0"}, "RobExtremes": {"_type": "derivation", "name": "r-RobExtremes-1.2.0"}, "RobGARCHBoot": {"_type": "derivation", "name": "r-RobGARCHBoot-1.2.0"}, "RobKF": {"_type": "derivation", "name": "r-RobKF-1.0.2"}, "RobLox": {"_type": "derivation", "name": "r-RobLox-1.2.0"}, "RobLoxBioC": {"_type": "derivation", "name": "r-RobLoxBioC-1.2.0"}, "RobMixReg": {"_type": "derivation", "name": "r-RobMixReg-1.1.0"}, "RobPer": {"_type": "derivation", "name": "r-RobPer-1.2.3"}, "RobRSVD": {"_type": "derivation", "name": "r-RobRSVD-1.0"}, "RobRex": {"_type": "derivation", "name": "r-RobRex-1.2.0"}, "RobStatTM": {"_type": "derivation", "name": "r-RobStatTM-1.0.5"}, "Roberts2005Annotation_db": {"_type": "derivation", "name": "r-Roberts2005Annotation.db-3.2.3"}, "RobinHood": {"_type": "derivation", "name": "r-RobinHood-1.6.5"}, "Robocoap": {"_type": "derivation", "name": "r-Robocoap-0.1-1"}, "RobustAFT": {"_type": "derivation", "name": "r-RobustAFT-1.4-5"}, "RobustANOVA": {"_type": "derivation", "name": "r-RobustANOVA-0.1.0"}, "RobustBF": {"_type": "derivation", "name": "r-RobustBF-0.2.0"}, "RobustBayesianCopas": {"_type": "derivation", "name": "r-RobustBayesianCopas-2.0"}, "RobustCalibration": {"_type": "derivation", "name": "r-RobustCalibration-0.5.3"}, "RobustGaSP": {"_type": "derivation", "name": "r-RobustGaSP-0.6.5"}, "RobustIV": {"_type": "derivation", "name": "r-RobustIV-0.2.4"}, "RobustLinearReg": {"_type": "derivation", "name": "r-RobustLinearReg-1.2.0"}, "RobustRankAggreg": {"_type": "derivation", "name": "r-RobustRankAggreg-1.2.1"}, "Robyn": {"_type": "derivation", "name": "r-Robyn-3.7.2"}, "RockFab": {"_type": "derivation", "name": "r-RockFab-1.2.1"}, "Rodam": {"_type": "derivation", "name": "r-Rodam-0.1.14"}, "Rogue": {"_type": "derivation", "name": "r-Rogue-2.1.3"}, "RolDE": {"_type": "derivation", "name": "r-RolDE-1.0.0"}, "RolWinMulCor": {"_type": "derivation", "name": "r-RolWinMulCor-1.2.0"}, "RonFHIR": {"_type": "derivation", "name": "r-RonFHIR-0.4.0"}, "Rook": {"_type": "derivation", "name": "r-Rook-1.1-1"}, "RootsExtremaInflections": {"_type": "derivation", "name": "r-RootsExtremaInflections-1.2.1"}, "Ropj": {"_type": "derivation", "name": "r-Ropj-0.3-2"}, "Rosenbrock": {"_type": "derivation", "name": "r-Rosenbrock-0.1.0"}, "Rothermel": {"_type": "derivation", "name": "r-Rothermel-1.2"}, "RoughSetKnowledgeReduction": {"_type": "derivation", "name": "r-RoughSetKnowledgeReduction-0.1"}, "RoughSets": {"_type": "derivation", "name": "r-RoughSets-1.3-7"}, "RoundAndRound": {"_type": "derivation", "name": "r-RoundAndRound-0.0.1"}, "Routliers": {"_type": "derivation", "name": "r-Routliers-0.0.0.3"}, "Rpadrino": {"_type": "derivation", "name": "r-Rpadrino-0.0.4"}, "Rpdb": {"_type": "derivation", "name": "r-Rpdb-2.3"}, "RpeakChrom": {"_type": "derivation", "name": "r-RpeakChrom-1.1.0"}, "Rphylip": {"_type": "derivation", "name": "r-Rphylip-0.1-23"}, "Rphylopars": {"_type": "derivation", "name": "r-Rphylopars-0.3.9"}, "Rpoet": {"_type": "derivation", "name": "r-Rpoet-1.1.0"}, "Rpolyhedra": {"_type": "derivation", "name": "r-Rpolyhedra-0.5.4"}, "Rpoppler": {"_type": "derivation", "name": "r-Rpoppler-0.1-1"}, "RprobitB": {"_type": "derivation", "name": "r-RprobitB-1.1.1"}, "Rprofet": {"_type": "derivation", "name": "r-Rprofet-2.2.1"}, "RpsiXML": {"_type": "derivation", "name": "r-RpsiXML-2.38.0"}, "Rpvt": {"_type": "derivation", "name": "r-Rpvt-0.1.1"}, "Rqc": {"_type": "derivation", "name": "r-Rqc-1.30.0"}, "Rquake": {"_type": "derivation", "name": "r-Rquake-2.4-4"}, "Rquefts": {"_type": "derivation", "name": "r-Rquefts-1.2-1"}, "Rramas": {"_type": "derivation", "name": "r-Rramas-0.1-6"}, "Rraven": {"_type": "derivation", "name": "r-Rraven-1.0.13"}, "Rrdap": {"_type": "derivation", "name": "r-Rrdap-1.0.6"}, "Rrdrand": {"_type": "derivation", "name": "r-Rrdrand-0.1-16"}, "RsSimulx": {"_type": "derivation", "name": "r-RsSimulx-2.0.0"}, "Rsagacmd": {"_type": "derivation", "name": "r-Rsagacmd-0.2.0"}, "Rsampling": {"_type": "derivation", "name": "r-Rsampling-0.1.1"}, "Rsamtools": {"_type": "derivation", "name": "r-Rsamtools-2.12.0"}, "Rsconctdply": {"_type": "derivation", "name": "r-Rsconctdply-0.1.3"}, "Rserve": {"_type": "derivation", "name": "r-Rserve-1.8-10"}, "Rsfar": {"_type": "derivation", "name": "r-Rsfar-0.0.1"}, "Rsgf": {"_type": "derivation", "name": "r-Rsgf-1.0.0"}, "RsimMosaic": {"_type": "derivation", "name": "r-RsimMosaic-1.0.3"}, "Rsmlx": {"_type": "derivation", "name": "r-Rsmlx-5.0.1"}, "Rsolnp": {"_type": "derivation", "name": "r-Rsolnp-1.16"}, "Rsomoclu": {"_type": "derivation", "name": "r-Rsomoclu-1.7.6"}, "Rspc": {"_type": "derivation", "name": "r-Rspc-1.2.2"}, "Rspotify": {"_type": "derivation", "name": "r-Rspotify-0.1.2"}, "RsqMed": {"_type": "derivation", "name": "r-RsqMed-0.1.7.1"}, "Rssa": {"_type": "derivation", "name": "r-Rssa-1.0.5"}, "Rstg": {"_type": "derivation", "name": "r-Rstg-0.0.1"}, "RstoxData": {"_type": "derivation", "name": "r-RstoxData-1.2.1"}, "Rsubread": {"_type": "derivation", "name": "r-Rsubread-2.10.5"}, "Rsurrogate": {"_type": "derivation", "name": "r-Rsurrogate-3.1"}, "Rsymphony": {"_type": "derivation", "name": "r-Rsymphony-0.1-33"}, "RtD3": {"_type": "derivation", "name": "r-RtD3-0.0.1"}, "Rtapas": {"_type": "derivation", "name": "r-Rtapas-1.1"}, "Rtauchen": {"_type": "derivation", "name": "r-Rtauchen-1.0"}, "Rthingsboard": {"_type": "derivation", "name": "r-Rthingsboard-0.2.7"}, "Rtnmin": {"_type": "derivation", "name": "r-Rtnmin-2016-7.7"}, "Rtpca": {"_type": "derivation", "name": "r-Rtpca-1.6.0"}, "Rtrack": {"_type": "derivation", "name": "r-Rtrack-1.0.7"}, "Rtreemix": {"_type": "derivation", "name": "r-Rtreemix-1.58.0"}, "Rtropical": {"_type": "derivation", "name": "r-Rtropical-1.2.1"}, "Rtsne": {"_type": "derivation", "name": "r-Rtsne-0.16"}, "Rttf2pt1": {"_type": "derivation", "name": "r-Rttf2pt1-1.3.11"}, "RtutoR": {"_type": "derivation", "name": "r-RtutoR-1.2"}, "Rtwalk": {"_type": "derivation", "name": "r-Rtwalk-1.8.0"}, "Runiversal": {"_type": "derivation", "name": "r-Runiversal-1.0.2"}, "Runuran": {"_type": "derivation", "name": "r-Runuran-0.37"}, "Rvcg": {"_type": "derivation", "name": "r-Rvcg-0.21"}, "Rvmmin": {"_type": "derivation", "name": "r-Rvmmin-2018-4.17.1"}, "Rvoterdistance": {"_type": "derivation", "name": "r-Rvoterdistance-1.1"}, "Rwave": {"_type": "derivation", "name": "r-Rwave-2.6-5"}, "Rwclust": {"_type": "derivation", "name": "r-Rwclust-0.1.0"}, "RweaveExtra": {"_type": "derivation", "name": "r-RweaveExtra-1.0-0"}, "Rwhois": {"_type": "derivation", "name": "r-Rwhois-1.0.12"}, "Rwinsteps": {"_type": "derivation", "name": "r-Rwinsteps-1.0-1.1"}, "Rwofost": {"_type": "derivation", "name": "r-Rwofost-0.8-3"}, "Rwordseg": {"_type": "derivation", "name": "r-Rwordseg-0.3-2"}, "Rwtss": {"_type": "derivation", "name": "r-Rwtss-0.9.2"}, "RxCEcolInf": {"_type": "derivation", "name": "r-RxCEcolInf-0.1-5"}, "RxODE": {"_type": "derivation", "name": "r-RxODE-1.1.5"}, "RxnSim": {"_type": "derivation", "name": "r-RxnSim-1.0.3"}, "Ryacas": {"_type": "derivation", "name": "r-Ryacas-1.1.3.1"}, "Ryacas0": {"_type": "derivation", "name": "r-Ryacas0-0.4.3"}, "S2sls": {"_type": "derivation", "name": "r-S2sls-0.1"}, "S4Vectors": {"_type": "derivation", "name": "r-S4Vectors-0.34.0"}, "SACCR": {"_type": "derivation", "name": "r-SACCR-3.2"}, "SACOBRA": {"_type": "derivation", "name": "r-SACOBRA-1.2"}, "SADEG": {"_type": "derivation", "name": "r-SADEG-1.0.0"}, "SADISA": {"_type": "derivation", "name": "r-SADISA-1.2"}, "SAEforest": {"_type": "derivation", "name": "r-SAEforest-1.0.0"}, "SAEval": {"_type": "derivation", "name": "r-SAEval-0.1.5"}, "SAFARI": {"_type": "derivation", "name": "r-SAFARI-0.1.0"}, "SAFD": {"_type": "derivation", "name": "r-SAFD-2.1"}, "SAGMM": {"_type": "derivation", "name": "r-SAGMM-0.2.4"}, "SAIGEgds": {"_type": "derivation", "name": "r-SAIGEgds-1.10.0"}, "SALES": {"_type": "derivation", "name": "r-SALES-1.0.2"}, "SALTSampler": {"_type": "derivation", "name": "r-SALTSampler-1.1.0"}, "SAM": {"_type": "derivation", "name": "r-SAM-1.1.3"}, "SAMBA": {"_type": "derivation", "name": "r-SAMBA-0.9.0"}, "SAMGEP": {"_type": "derivation", "name": "r-SAMGEP-0.1.0-1"}, "SAMM": {"_type": "derivation", "name": "r-SAMM-1.1.1"}, "SAMTx": {"_type": "derivation", "name": "r-SAMTx-0.3.0"}, "SAMUR": {"_type": "derivation", "name": "r-SAMUR-1.1"}, "SAMURAI": {"_type": "derivation", "name": "r-SAMURAI-1.2.1"}, "SAMtool": {"_type": "derivation", "name": "r-SAMtool-1.4.0"}, "SANTA": {"_type": "derivation", "name": "r-SANTA-2.32.0"}, "SAPP": {"_type": "derivation", "name": "r-SAPP-1.0.8"}, "SAR": {"_type": "derivation", "name": "r-SAR-1.0.3"}, "SARP_compo": {"_type": "derivation", "name": "r-SARP.compo-0.1.5"}, "SARP_moodle": {"_type": "derivation", "name": "r-SARP.moodle-0.8.7"}, "SASPECT": {"_type": "derivation", "name": "r-SASPECT-0.1-1"}, "SAScii": {"_type": "derivation", "name": "r-SAScii-1.0.1"}, "SASmarkdown": {"_type": "derivation", "name": "r-SASmarkdown-0.8.0"}, "SASmixed": {"_type": "derivation", "name": "r-SASmixed-1.0-4"}, "SASxport": {"_type": "derivation", "name": "r-SASxport-1.7.0"}, "SAVE": {"_type": "derivation", "name": "r-SAVE-1.0"}, "SAVER": {"_type": "derivation", "name": "r-SAVER-1.1.2"}, "SAutomata": {"_type": "derivation", "name": "r-SAutomata-0.1.0"}, "SBAGM": {"_type": "derivation", "name": "r-SBAGM-0.1.0"}, "SBGNview": {"_type": "derivation", "name": "r-SBGNview-1.10.0"}, "SBGNview_data": {"_type": "derivation", "name": "r-SBGNview.data-1.10.0"}, "SBICgraph": {"_type": "derivation", "name": "r-SBICgraph-1.0.0"}, "SBMLR": {"_type": "derivation", "name": "r-SBMLR-1.92.0"}, "SBMSplitMerge": {"_type": "derivation", "name": "r-SBMSplitMerge-1.1.1"}, "SBN": {"_type": "derivation", "name": "r-SBN-1.0.0"}, "SBRect": {"_type": "derivation", "name": "r-SBRect-0.26"}, "SBSA": {"_type": "derivation", "name": "r-SBSA-0.2.3"}, "SBSDiff": {"_type": "derivation", "name": "r-SBSDiff-0.1.0"}, "SBdecomp": {"_type": "derivation", "name": "r-SBdecomp-1.2"}, "SBmedian": {"_type": "derivation", "name": "r-SBmedian-0.1.1"}, "SC2API": {"_type": "derivation", "name": "r-SC2API-1.0.0"}, "SC3": {"_type": "derivation", "name": "r-SC3-1.24.0"}, "SCANVIS": {"_type": "derivation", "name": "r-SCANVIS-1.10.0"}, "SCAN_UPC": {"_type": "derivation", "name": "r-SCAN.UPC-2.38.0"}, "SCAT": {"_type": "derivation", "name": "r-SCAT-0.5.0"}, "SCATE": {"_type": "derivation", "name": "r-SCATE-1.6.0"}, "SCATEData": {"_type": "derivation", "name": "r-SCATEData-1.6.0"}, "SCArray": {"_type": "derivation", "name": "r-SCArray-1.4.0"}, "SCBN": {"_type": "derivation", "name": "r-SCBN-1.14.0"}, "SCBiclust": {"_type": "derivation", "name": "r-SCBiclust-1.0.1"}, "SCBmeanfd": {"_type": "derivation", "name": "r-SCBmeanfd-1.2.2"}, "SCCI": {"_type": "derivation", "name": "r-SCCI-1.2"}, "SCCS": {"_type": "derivation", "name": "r-SCCS-1.6"}, "SCEM": {"_type": "derivation", "name": "r-SCEM-1.1.0"}, "SCEPtER": {"_type": "derivation", "name": "r-SCEPtER-0.2-4"}, "SCEPtERbinary": {"_type": "derivation", "name": "r-SCEPtERbinary-0.1-1"}, "SCEnt": {"_type": "derivation", "name": "r-SCEnt-0.0.1"}, "SCFA": {"_type": "derivation", "name": "r-SCFA-1.6.0"}, "SCGLR": {"_type": "derivation", "name": "r-SCGLR-3.0"}, "SCI": {"_type": "derivation", "name": "r-SCI-1.0-2"}, "SCIBER": {"_type": "derivation", "name": "r-SCIBER-0.1.5"}, "SCINA": {"_type": "derivation", "name": "r-SCINA-1.2.0"}, "SCLCBam": {"_type": "derivation", "name": "r-SCLCBam-1.28.0"}, "SCMA": {"_type": "derivation", "name": "r-SCMA-1.3.1"}, "SCOPE": {"_type": "derivation", "name": "r-SCOPE-1.8.0"}, "SCOPRO": {"_type": "derivation", "name": "r-SCOPRO-0.1.0"}, "SCOR": {"_type": "derivation", "name": "r-SCOR-1.1.1"}, "SCORER2": {"_type": "derivation", "name": "r-SCORER2-0.99.0"}, "SCORNET": {"_type": "derivation", "name": "r-SCORNET-0.1.1"}, "SCORPION": {"_type": "derivation", "name": "r-SCORPION-1.0.1"}, "SCORPIUS": {"_type": "derivation", "name": "r-SCORPIUS-1.0.8"}, "SCOUTer": {"_type": "derivation", "name": "r-SCOUTer-1.0.0"}, "SCPME": {"_type": "derivation", "name": "r-SCPME-1.0"}, "SCRIP": {"_type": "derivation", "name": "r-SCRIP-1.0.0"}, "SCRSELECT": {"_type": "derivation", "name": "r-SCRSELECT-1.3-3"}, "SCRT": {"_type": "derivation", "name": "r-SCRT-1.3.1"}, "SCVA": {"_type": "derivation", "name": "r-SCVA-1.3.1"}, "SC_MEB": {"_type": "derivation", "name": "r-SC.MEB-1.1"}, "SCnorm": {"_type": "derivation", "name": "r-SCnorm-1.18.0"}, "SCperf": {"_type": "derivation", "name": "r-SCperf-1.1.1"}, "SCpubr": {"_type": "derivation", "name": "r-SCpubr-1.0.2"}, "SCtools": {"_type": "derivation", "name": "r-SCtools-0.3.2.1"}, "SDALGCP": {"_type": "derivation", "name": "r-SDALGCP-0.4.0"}, "SDAMS": {"_type": "derivation", "name": "r-SDAMS-1.16.0"}, "SDAR": {"_type": "derivation", "name": "r-SDAR-0.9-55"}, "SDAResources": {"_type": "derivation", "name": "r-SDAResources-0.1.1"}, "SDCNway": {"_type": "derivation", "name": "r-SDCNway-1.0.1"}, "SDD": {"_type": "derivation", "name": "r-SDD-1.2"}, "SDDE": {"_type": "derivation", "name": "r-SDDE-1.0.1"}, "SDEFSR": {"_type": "derivation", "name": "r-SDEFSR-0.7.22"}, "SDLfilter": {"_type": "derivation", "name": "r-SDLfilter-2.3.0"}, "SDMPlay": {"_type": "derivation", "name": "r-SDMPlay-2.0"}, "SDMtune": {"_type": "derivation", "name": "r-SDMtune-1.1.6"}, "SDPrism2D": {"_type": "derivation", "name": "r-SDPrism2D-0.1.1"}, "SDT": {"_type": "derivation", "name": "r-SDT-1.0.0"}, "SDaA": {"_type": "derivation", "name": "r-SDaA-0.1-5"}, "SDraw": {"_type": "derivation", "name": "r-SDraw-2.1.13"}, "SEA": {"_type": "derivation", "name": "r-SEA-2.0.1"}, "SEAA": {"_type": "derivation", "name": "r-SEAA-0.9.6"}, "SEAGLE": {"_type": "derivation", "name": "r-SEAGLE-1.0.1"}, "SEAsic": {"_type": "derivation", "name": "r-SEAsic-0.1"}, "SECFISH": {"_type": "derivation", "name": "r-SECFISH-0.1.7"}, "SECP": {"_type": "derivation", "name": "r-SECP-0.1.5"}, "SEERaBomb": {"_type": "derivation", "name": "r-SEERaBomb-2019.2"}, "SEIRfansy": {"_type": "derivation", "name": "r-SEIRfansy-1.1.1"}, "SEL": {"_type": "derivation", "name": "r-SEL-1.0-3"}, "SELEX": {"_type": "derivation", "name": "r-SELEX-1.28.0"}, "SELF": {"_type": "derivation", "name": "r-SELF-0.1.1"}, "SEMID": {"_type": "derivation", "name": "r-SEMID-0.4.0"}, "SEMModComp": {"_type": "derivation", "name": "r-SEMModComp-1.0"}, "SEMgraph": {"_type": "derivation", "name": "r-SEMgraph-1.1.3"}, "SEMrushR": {"_type": "derivation", "name": "r-SEMrushR-0.1.0"}, "SEMsens": {"_type": "derivation", "name": "r-SEMsens-1.5.5"}, "SEPIRA": {"_type": "derivation", "name": "r-SEPIRA-1.16.0"}, "SETPath": {"_type": "derivation", "name": "r-SETPath-1.0"}, "SE_EQ": {"_type": "derivation", "name": "r-SE.EQ-1.0"}, "SEchart": {"_type": "derivation", "name": "r-SEchart-0.1"}, "SEofM": {"_type": "derivation", "name": "r-SEofM-0.1.0"}, "SEset": {"_type": "derivation", "name": "r-SEset-1.0.1"}, "SEtools": {"_type": "derivation", "name": "r-SEtools-1.10.0"}, "SFS": {"_type": "derivation", "name": "r-SFS-0.1.4"}, "SFSI": {"_type": "derivation", "name": "r-SFSI-1.2.0"}, "SFtools": {"_type": "derivation", "name": "r-SFtools-0.1.0"}, "SGB": {"_type": "derivation", "name": "r-SGB-1.0.1"}, "SGL": {"_type": "derivation", "name": "r-SGL-1.3"}, "SGP": {"_type": "derivation", "name": "r-SGP-2.0-0.0"}, "SGPdata": {"_type": "derivation", "name": "r-SGPdata-26.0-0.0"}, "SGSeq": {"_type": "derivation", "name": "r-SGSeq-1.30.0"}, "SHAPforxgboost": {"_type": "derivation", "name": "r-SHAPforxgboost-0.1.1"}, "SHDZ_db": {"_type": "derivation", "name": "r-SHDZ.db-3.2.3"}, "SHELF": {"_type": "derivation", "name": "r-SHELF-1.8.0"}, "SHIP": {"_type": "derivation", "name": "r-SHIP-1.0.2"}, "SHT": {"_type": "derivation", "name": "r-SHT-0.1.7"}, "SI": {"_type": "derivation", "name": "r-SI-0.2.0"}, "SIAMCAT": {"_type": "derivation", "name": "r-SIAMCAT-2.0.1"}, "SIBER": {"_type": "derivation", "name": "r-SIBER-2.1.6"}, "SIBERG": {"_type": "derivation", "name": "r-SIBERG-2.0.3"}, "SICtools": {"_type": "derivation", "name": "r-SICtools-1.26.0"}, "SID": {"_type": "derivation", "name": "r-SID-1.0"}, "SIDES": {"_type": "derivation", "name": "r-SIDES-1.16"}, "SIFT_Hsapiens_dbSNP132": {"_type": "derivation", "name": "r-SIFT.Hsapiens.dbSNP132-1.0.2"}, "SIFT_Hsapiens_dbSNP137": {"_type": "derivation", "name": "r-SIFT.Hsapiens.dbSNP137-1.0.0"}, "SIGN": {"_type": "derivation", "name": "r-SIGN-0.1.0"}, "SIHR": {"_type": "derivation", "name": "r-SIHR-1.1.0"}, "SII": {"_type": "derivation", "name": "r-SII-1.0.3.1"}, "SILGGM": {"_type": "derivation", "name": "r-SILGGM-1.0.0"}, "SILM": {"_type": "derivation", "name": "r-SILM-1.0.0"}, "SIM": {"_type": "derivation", "name": "r-SIM-1.66.0"}, "SIMAT": {"_type": "derivation", "name": "r-SIMAT-1.28.0"}, "SIMD": {"_type": "derivation", "name": "r-SIMD-1.14.0"}, "SIMEXBoost": {"_type": "derivation", "name": "r-SIMEXBoost-0.1.0"}, "SIMLR": {"_type": "derivation", "name": "r-SIMLR-1.22.0"}, "SIMMS": {"_type": "derivation", "name": "r-SIMMS-1.3.2"}, "SIMPLE_REGRESSION": {"_type": "derivation", "name": "r-SIMPLE.REGRESSION-0.1.5"}, "SIN": {"_type": "derivation", "name": "r-SIN-0.6"}, "SIPDIBGE": {"_type": "derivation", "name": "r-SIPDIBGE-0.1.7"}, "SIRE": {"_type": "derivation", "name": "r-SIRE-1.1.0"}, "SIRmcmc": {"_type": "derivation", "name": "r-SIRmcmc-1.1"}, "SIRthresholded": {"_type": "derivation", "name": "r-SIRthresholded-1.0.0"}, "SIS": {"_type": "derivation", "name": "r-SIS-0.8-8"}, "SISIR": {"_type": "derivation", "name": "r-SISIR-0.2.0"}, "SISPA": {"_type": "derivation", "name": "r-SISPA-1.26.0"}, "SITH": {"_type": "derivation", "name": "r-SITH-1.1.0"}, "SIfEK": {"_type": "derivation", "name": "r-SIfEK-0.1.0"}, "SK": {"_type": "derivation", "name": "r-SK-1.1"}, "SKAT": {"_type": "derivation", "name": "r-SKAT-2.2.4"}, "SKNN": {"_type": "derivation", "name": "r-SKNN-3.1"}, "SLBDD": {"_type": "derivation", "name": "r-SLBDD-0.0.4"}, "SLC": {"_type": "derivation", "name": "r-SLC-0.3"}, "SLDAssay": {"_type": "derivation", "name": "r-SLDAssay-1.8"}, "SLEMI": {"_type": "derivation", "name": "r-SLEMI-1.0.1"}, "SLFPCA": {"_type": "derivation", "name": "r-SLFPCA-2.0"}, "SLGI": {"_type": "derivation", "name": "r-SLGI-1.54.0"}, "SLHD": {"_type": "derivation", "name": "r-SLHD-2.1-1"}, "SLICER": {"_type": "derivation", "name": "r-SLICER-0.2.0"}, "SLIDE": {"_type": "derivation", "name": "r-SLIDE-1.0.0"}, "SLModels": {"_type": "derivation", "name": "r-SLModels-0.1.2"}, "SLOPE": {"_type": "derivation", "name": "r-SLOPE-0.5.0"}, "SLTCA": {"_type": "derivation", "name": "r-SLTCA-0.1.0"}, "SLqPCR": {"_type": "derivation", "name": "r-SLqPCR-1.62.0"}, "SMAD": {"_type": "derivation", "name": "r-SMAD-1.12.0"}, "SMAP": {"_type": "derivation", "name": "r-SMAP-1.60.0"}, "SMARTAR": {"_type": "derivation", "name": "r-SMARTAR-1.1.0"}, "SMARTbayesR": {"_type": "derivation", "name": "r-SMARTbayesR-2.0.0"}, "SMARTp": {"_type": "derivation", "name": "r-SMARTp-0.1.1"}, "SMC": {"_type": "derivation", "name": "r-SMC-1.1"}, "SMCRM": {"_type": "derivation", "name": "r-SMCRM-0.0-3"}, "SMDIC": {"_type": "derivation", "name": "r-SMDIC-0.1.3"}, "SMFI5": {"_type": "derivation", "name": "r-SMFI5-1.0"}, "SMFilter": {"_type": "derivation", "name": "r-SMFilter-1.0.3"}, "SMITE": {"_type": "derivation", "name": "r-SMITE-1.24.0"}, "SMITIDstruct": {"_type": "derivation", "name": "r-SMITIDstruct-0.0.5"}, "SMITIDvisu": {"_type": "derivation", "name": "r-SMITIDvisu-0.0.9"}, "SMLE": {"_type": "derivation", "name": "r-SMLE-2.0-2"}, "SMLoutliers": {"_type": "derivation", "name": "r-SMLoutliers-0.1"}, "SMM": {"_type": "derivation", "name": "r-SMM-1.0.2"}, "SMMA": {"_type": "derivation", "name": "r-SMMA-1.0.3"}, "SMME": {"_type": "derivation", "name": "r-SMME-1.1"}, "SMMT": {"_type": "derivation", "name": "r-SMMT-1.1.0"}, "SMNCensReg": {"_type": "derivation", "name": "r-SMNCensReg-3.1"}, "SMPracticals": {"_type": "derivation", "name": "r-SMPracticals-1.4-3"}, "SMR": {"_type": "derivation", "name": "r-SMR-2.0.2"}, "SMUT": {"_type": "derivation", "name": "r-SMUT-1.1"}, "SMVar": {"_type": "derivation", "name": "r-SMVar-1.3.4"}, "SNAData": {"_type": "derivation", "name": "r-SNAData-1.42.0"}, "SNAGEE": {"_type": "derivation", "name": "r-SNAGEE-1.36.0"}, "SNAGEEdata": {"_type": "derivation", "name": "r-SNAGEEdata-1.32.0"}, "SNFtool": {"_type": "derivation", "name": "r-SNFtool-2.3.1"}, "SNPMClust": {"_type": "derivation", "name": "r-SNPMClust-1.3"}, "SNPRelate": {"_type": "derivation", "name": "r-SNPRelate-1.30.1"}, "SNPannotator": {"_type": "derivation", "name": "r-SNPannotator-0.2.5.0"}, "SNPassoc": {"_type": "derivation", "name": "r-SNPassoc-2.0-17"}, "SNPediaR": {"_type": "derivation", "name": "r-SNPediaR-1.22.0"}, "SNPfiltR": {"_type": "derivation", "name": "r-SNPfiltR-1.0.0"}, "SNPhood": {"_type": "derivation", "name": "r-SNPhood-1.26.0"}, "SNPhoodData": {"_type": "derivation", "name": "r-SNPhoodData-1.26.0"}, "SNPknock": {"_type": "derivation", "name": "r-SNPknock-0.8.2"}, "SNPlocs_Hsapiens_dbSNP141_GRCh38": {"_type": "derivation", "name": "r-SNPlocs.Hsapiens.dbSNP141.GRCh38-0.99.12"}, "SNPlocs_Hsapiens_dbSNP142_GRCh37": {"_type": "derivation", "name": "r-SNPlocs.Hsapiens.dbSNP142.GRCh37-0.99.6"}, "SNPlocs_Hsapiens_dbSNP144_GRCh37": {"_type": "derivation", "name": "r-SNPlocs.Hsapiens.dbSNP144.GRCh37-0.99.20"}, "SNPlocs_Hsapiens_dbSNP144_GRCh38": {"_type": "derivation", "name": "r-SNPlocs.Hsapiens.dbSNP144.GRCh38-0.99.20"}, "SNPlocs_Hsapiens_dbSNP149_GRCh38": {"_type": "derivation", "name": "r-SNPlocs.Hsapiens.dbSNP149.GRCh38-0.99.20"}, "SNPlocs_Hsapiens_dbSNP150_GRCh38": {"_type": "derivation", "name": "r-SNPlocs.Hsapiens.dbSNP150.GRCh38-0.99.20"}, "SNPlocs_Hsapiens_dbSNP151_GRCh38": {"_type": "derivation", "name": "r-SNPlocs.Hsapiens.dbSNP151.GRCh38-0.99.21"}, "SNPlocs_Hsapiens_dbSNP155_GRCh38": {"_type": "derivation", "name": "r-SNPlocs.Hsapiens.dbSNP155.GRCh38-0.99.21"}, "SNPlocs_Hsapiens_dbSNP_20101109": {"_type": "derivation", "name": "r-SNPlocs.Hsapiens.dbSNP.20101109-0.99.9"}, "SNPlocs_Hsapiens_dbSNP_20120608": {"_type": "derivation", "name": "r-SNPlocs.Hsapiens.dbSNP.20120608-0.99.13"}, "SNPmaxsel": {"_type": "derivation", "name": "r-SNPmaxsel-1.0-3"}, "SNSchart": {"_type": "derivation", "name": "r-SNSchart-1.4.0"}, "SNSequate": {"_type": "derivation", "name": "r-SNSequate-1.3.3"}, "SNscan": {"_type": "derivation", "name": "r-SNscan-1.0"}, "SOAR": {"_type": "derivation", "name": "r-SOAR-0.99-11"}, "SOAs": {"_type": "derivation", "name": "r-SOAs-1.3"}, "SOFIA": {"_type": "derivation", "name": "r-SOFIA-1.0"}, "SOIL": {"_type": "derivation", "name": "r-SOIL-1.1"}, "SOLOMON": {"_type": "derivation", "name": "r-SOLOMON-1.0-1"}, "SOMEnv": {"_type": "derivation", "name": "r-SOMEnv-1.1.2"}, "SOMNiBUS": {"_type": "derivation", "name": "r-SOMNiBUS-1.4.0"}, "SOMbrero": {"_type": "derivation", "name": "r-SOMbrero-1.4-1"}, "SOP": {"_type": "derivation", "name": "r-SOP-1.0"}, "SOPC": {"_type": "derivation", "name": "r-SOPC-0.0.4"}, "SOPIE": {"_type": "derivation", "name": "r-SOPIE-1.6"}, "SOR": {"_type": "derivation", "name": "r-SOR-0.23.1"}, "SOUP": {"_type": "derivation", "name": "r-SOUP-1.1"}, "SP2000": {"_type": "derivation", "name": "r-SP2000-0.2.0"}, "SPADAR": {"_type": "derivation", "name": "r-SPADAR-1.0"}, "SPARQL": {"_type": "derivation", "name": "r-SPARQL-1.16"}, "SPARSEMODr": {"_type": "derivation", "name": "r-SPARSEMODr-1.2.0"}, "SPARTAAS": {"_type": "derivation", "name": "r-SPARTAAS-1.1.0"}, "SPAS": {"_type": "derivation", "name": "r-SPAS-2020.1.1"}, "SPAr": {"_type": "derivation", "name": "r-SPAr-0.1"}, "SPAtest": {"_type": "derivation", "name": "r-SPAtest-3.1.2"}, "SPB": {"_type": "derivation", "name": "r-SPB-1.0"}, "SPCALDA": {"_type": "derivation", "name": "r-SPCALDA-1.0"}, "SPCAvRP": {"_type": "derivation", "name": "r-SPCAvRP-0.4"}, "SPCDAnalyze": {"_type": "derivation", "name": "r-SPCDAnalyze-0.1.0"}, "SPCompute": {"_type": "derivation", "name": "r-SPCompute-1.0.2"}, "SPECIES": {"_type": "derivation", "name": "r-SPECIES-1.1.3"}, "SPECK": {"_type": "derivation", "name": "r-SPECK-0.1.1"}, "SPEDInstabR": {"_type": "derivation", "name": "r-SPEDInstabR-1.9"}, "SPEI": {"_type": "derivation", "name": "r-SPEI-1.7"}, "SPEM": {"_type": "derivation", "name": "r-SPEM-1.36.0"}, "SPIA": {"_type": "derivation", "name": "r-SPIA-2.48.0"}, "SPIAssay": {"_type": "derivation", "name": "r-SPIAssay-1.1.0"}, "SPIGA": {"_type": "derivation", "name": "r-SPIGA-1.0.0"}, "SPINA": {"_type": "derivation", "name": "r-SPINA-4.1.0"}, "SPIn": {"_type": "derivation", "name": "r-SPIn-1.1"}, "SPLICE": {"_type": "derivation", "name": "r-SPLICE-1.1.0"}, "SPLINTER": {"_type": "derivation", "name": "r-SPLINTER-1.22.0"}, "SPODT": {"_type": "derivation", "name": "r-SPODT-0.9-1"}, "SPONGE": {"_type": "derivation", "name": "r-SPONGE-1.18.1"}, "SPORTSCausal": {"_type": "derivation", "name": "r-SPORTSCausal-1.0"}, "SPOT": {"_type": "derivation", "name": "r-SPOT-2.11.14"}, "SPOTMisc": {"_type": "derivation", "name": "r-SPOTMisc-1.19.52"}, "SPOTlight": {"_type": "derivation", "name": "r-SPOTlight-1.0.0"}, "SPOUSE": {"_type": "derivation", "name": "r-SPOUSE-0.1.0"}, "SPPcomb": {"_type": "derivation", "name": "r-SPPcomb-0.1"}, "SPQR": {"_type": "derivation", "name": "r-SPQR-0.1.0"}, "SPREDA": {"_type": "derivation", "name": "r-SPREDA-1.1"}, "SPRT": {"_type": "derivation", "name": "r-SPRT-1.0"}, "SPSL": {"_type": "derivation", "name": "r-SPSL-0.1-9"}, "SPSP": {"_type": "derivation", "name": "r-SPSP-0.1.1"}, "SPUTNIK": {"_type": "derivation", "name": "r-SPUTNIK-1.4"}, "SPYvsSPY": {"_type": "derivation", "name": "r-SPYvsSPY-0.1.1"}, "SPlit": {"_type": "derivation", "name": "r-SPlit-1.2"}, "SPmlficmcm": {"_type": "derivation", "name": "r-SPmlficmcm-1.4"}, "SPreg": {"_type": "derivation", "name": "r-SPreg-1.0"}, "SPsimSeq": {"_type": "derivation", "name": "r-SPsimSeq-1.6.0"}, "SQB": {"_type": "derivation", "name": "r-SQB-0.4"}, "SQDA": {"_type": "derivation", "name": "r-SQDA-1.0"}, "SQLDataFrame": {"_type": "derivation", "name": "r-SQLDataFrame-1.10.3"}, "SQN": {"_type": "derivation", "name": "r-SQN-1.0.6"}, "SQRL": {"_type": "derivation", "name": "r-SQRL-1.0.1"}, "SQUADD": {"_type": "derivation", "name": "r-SQUADD-1.46.0"}, "SQUAREM": {"_type": "derivation", "name": "r-SQUAREM-2021.1"}, "SRAdb": {"_type": "derivation", "name": "r-SRAdb-1.58.1"}, "SRCS": {"_type": "derivation", "name": "r-SRCS-1.1"}, "SRS": {"_type": "derivation", "name": "r-SRS-0.2.3"}, "SRTsim": {"_type": "derivation", "name": "r-SRTsim-0.99.2"}, "SRTtools": {"_type": "derivation", "name": "r-SRTtools-1.2.0"}, "SSBtools": {"_type": "derivation", "name": "r-SSBtools-1.3.4"}, "SSDL": {"_type": "derivation", "name": "r-SSDL-1.1"}, "SSDM": {"_type": "derivation", "name": "r-SSDM-0.2.8"}, "SSDforR": {"_type": "derivation", "name": "r-SSDforR-1.5.28"}, "SSHAARP": {"_type": "derivation", "name": "r-SSHAARP-1.1.0"}, "SSLASSO": {"_type": "derivation", "name": "r-SSLASSO-1.2-2"}, "SSLR": {"_type": "derivation", "name": "r-SSLR-0.9.3.3"}, "SSM": {"_type": "derivation", "name": "r-SSM-1.0.1"}, "SSN": {"_type": "derivation", "name": "r-SSN-1.1.15"}, "SSNbayes": {"_type": "derivation", "name": "r-SSNbayes-0.0.1"}, "SSOSVM": {"_type": "derivation", "name": "r-SSOSVM-0.2.1"}, "SSP": {"_type": "derivation", "name": "r-SSP-1.0.1"}, "SSRA": {"_type": "derivation", "name": "r-SSRA-0.1-0"}, "SSRMST": {"_type": "derivation", "name": "r-SSRMST-0.1.1"}, "SSRTcalc": {"_type": "derivation", "name": "r-SSRTcalc-0.3.3"}, "SSVS": {"_type": "derivation", "name": "r-SSVS-2.0.0"}, "SSrat": {"_type": "derivation", "name": "r-SSrat-1.1"}, "SSsimple": {"_type": "derivation", "name": "r-SSsimple-0.6.6"}, "STAN": {"_type": "derivation", "name": "r-STAN-2.24.0"}, "STAND": {"_type": "derivation", "name": "r-STAND-2.0"}, "STAR": {"_type": "derivation", "name": "r-STAR-0.3-7"}, "STARTS": {"_type": "derivation", "name": "r-STARTS-1.3-8"}, "STARTdesign": {"_type": "derivation", "name": "r-STARTdesign-1.0"}, "STAT": {"_type": "derivation", "name": "r-STAT-0.1.0"}, "STAT2": {"_type": "derivation", "name": "r-STAT2-0.1.0"}, "STATegRa": {"_type": "derivation", "name": "r-STATegRa-1.32.0"}, "STB": {"_type": "derivation", "name": "r-STB-0.6.5"}, "STEPCAM": {"_type": "derivation", "name": "r-STEPCAM-1.2"}, "STFTS": {"_type": "derivation", "name": "r-STFTS-0.1.0"}, "STGS": {"_type": "derivation", "name": "r-STGS-0.1.0"}, "STI": {"_type": "derivation", "name": "r-STI-0.1"}, "STMedianPolish": {"_type": "derivation", "name": "r-STMedianPolish-0.2"}, "STMotif": {"_type": "derivation", "name": "r-STMotif-2.0.1"}, "STMr": {"_type": "derivation", "name": "r-STMr-0.1.5"}, "STOPES": {"_type": "derivation", "name": "r-STOPES-0.2"}, "STPGA": {"_type": "derivation", "name": "r-STPGA-5.2.1"}, "STRINGdb": {"_type": "derivation", "name": "r-STRINGdb-2.8.4"}, "STRMPS": {"_type": "derivation", "name": "r-STRMPS-0.5.8"}, "STROMA4": {"_type": "derivation", "name": "r-STROMA4-1.20.0"}, "STV": {"_type": "derivation", "name": "r-STV-1.0.2"}, "STdeconvolve": {"_type": "derivation", "name": "r-STdeconvolve-1.0.0"}, "STexampleData": {"_type": "derivation", "name": "r-STexampleData-1.4.5"}, "STraTUS": {"_type": "derivation", "name": "r-STraTUS-1.1.2"}, "SUE": {"_type": "derivation", "name": "r-SUE-1.0"}, "SUMMER": {"_type": "derivation", "name": "r-SUMMER-1.3.0"}, "SUNGEO": {"_type": "derivation", "name": "r-SUNGEO-0.2.292"}, "SVDNF": {"_type": "derivation", "name": "r-SVDNF-0.1.0"}, "SVM2CRMdata": {"_type": "derivation", "name": "r-SVM2CRMdata-1.28.0"}, "SVMMaj": {"_type": "derivation", "name": "r-SVMMaj-0.2.9.1"}, "SVMMatch": {"_type": "derivation", "name": "r-SVMMatch-1.1"}, "SVN": {"_type": "derivation", "name": "r-SVN-1.0.1"}, "SWATH2stats": {"_type": "derivation", "name": "r-SWATH2stats-1.26.0"}, "SWIM": {"_type": "derivation", "name": "r-SWIM-1.0.0"}, "SWMPr": {"_type": "derivation", "name": "r-SWMPr-2.4.1"}, "SWMPrExtension": {"_type": "derivation", "name": "r-SWMPrExtension-2.2.3"}, "SWTools": {"_type": "derivation", "name": "r-SWTools-0.2.4"}, "SYNCSA": {"_type": "derivation", "name": "r-SYNCSA-1.3.4"}, "SailoR": {"_type": "derivation", "name": "r-SailoR-1.2"}, "SamSPECTRAL": {"_type": "derivation", "name": "r-SamSPECTRAL-1.50.0"}, "SampleSize4ClinicalTrials": {"_type": "derivation", "name": "r-SampleSize4ClinicalTrials-0.2.3"}, "SampleSizeMeans": {"_type": "derivation", "name": "r-SampleSizeMeans-1.1"}, "SampleSizeProportions": {"_type": "derivation", "name": "r-SampleSizeProportions-1.0"}, "Sample_Size": {"_type": "derivation", "name": "r-Sample.Size-1.0"}, "SamplerCompare": {"_type": "derivation", "name": "r-SamplerCompare-1.3.2"}, "SamplingBigData": {"_type": "derivation", "name": "r-SamplingBigData-1.0.0"}, "SamplingStrata": {"_type": "derivation", "name": "r-SamplingStrata-1.5-3"}, "SanFranBeachWater": {"_type": "derivation", "name": "r-SanFranBeachWater-0.1.0"}, "SangerTools": {"_type": "derivation", "name": "r-SangerTools-1.0.2"}, "ScISI": {"_type": "derivation", "name": "r-ScISI-1.65.0"}, "Scale4C": {"_type": "derivation", "name": "r-Scale4C-1.18.0"}, "ScaleSpikeSlab": {"_type": "derivation", "name": "r-ScaleSpikeSlab-1.0"}, "ScaledMatrix": {"_type": "derivation", "name": "r-ScaledMatrix-1.4.1"}, "Scalelink": {"_type": "derivation", "name": "r-Scalelink-1.0"}, "SciViews": {"_type": "derivation", "name": "r-SciViews-0.9-13.1"}, "Sconify": {"_type": "derivation", "name": "r-Sconify-1.16.0"}, "ScoreEB": {"_type": "derivation", "name": "r-ScoreEB-0.1.1"}, "ScoreGGUM": {"_type": "derivation", "name": "r-ScoreGGUM-1.0"}, "ScorePlus": {"_type": "derivation", "name": "r-ScorePlus-0.1"}, "ScottKnott": {"_type": "derivation", "name": "r-ScottKnott-1.3-0"}, "ScottKnottESD": {"_type": "derivation", "name": "r-ScottKnottESD-2.0.3"}, "ScreenClean": {"_type": "derivation", "name": "r-ScreenClean-1.0.1"}, "ScriptMapR": {"_type": "derivation", "name": "r-ScriptMapR-0.0.3"}, "SearchTrees": {"_type": "derivation", "name": "r-SearchTrees-0.5.5"}, "SecDim": {"_type": "derivation", "name": "r-SecDim-2.2"}, "SecKW": {"_type": "derivation", "name": "r-SecKW-0.2"}, "SeedCalc": {"_type": "derivation", "name": "r-SeedCalc-1.0.0"}, "SeerMapper": {"_type": "derivation", "name": "r-SeerMapper-1.2.5"}, "SeerMapper2010East": {"_type": "derivation", "name": "r-SeerMapper2010East-1.2.5"}, "SeerMapper2010Regs": {"_type": "derivation", "name": "r-SeerMapper2010Regs-1.2.5"}, "SeerMapper2010West": {"_type": "derivation", "name": "r-SeerMapper2010West-1.2.5"}, "SeerMapperEast": {"_type": "derivation", "name": "r-SeerMapperEast-1.2.5"}, "SeerMapperRegs": {"_type": "derivation", "name": "r-SeerMapperRegs-1.2.5"}, "SeerMapperWest": {"_type": "derivation", "name": "r-SeerMapperWest-1.2.5"}, "SegCorr": {"_type": "derivation", "name": "r-SegCorr-1.2"}, "SegEnvIneq": {"_type": "derivation", "name": "r-SegEnvIneq-1.0"}, "Sejong": {"_type": "derivation", "name": "r-Sejong-0.01"}, "SeleMix": {"_type": "derivation", "name": "r-SeleMix-1.0.2"}, "Select": {"_type": "derivation", "name": "r-Select-1.4"}, "SelectBoost": {"_type": "derivation", "name": "r-SelectBoost-2.2.0"}, "SelvarMix": {"_type": "derivation", "name": "r-SelvarMix-1.2.1"}, "SemDist": {"_type": "derivation", "name": "r-SemDist-1.30.0"}, "SemNeT": {"_type": "derivation", "name": "r-SemNeT-1.4.3"}, "SemNetCleaner": {"_type": "derivation", "name": "r-SemNetCleaner-1.3.4"}, "SemNetDictionaries": {"_type": "derivation", "name": "r-SemNetDictionaries-0.2.0"}, "Semblance": {"_type": "derivation", "name": "r-Semblance-1.1.0"}, "SemiCompRisks": {"_type": "derivation", "name": "r-SemiCompRisks-3.4"}, "SemiEstimate": {"_type": "derivation", "name": "r-SemiEstimate-1.1.3"}, "SemiMarkov": {"_type": "derivation", "name": "r-SemiMarkov-1.4.6"}, "SemiPar": {"_type": "derivation", "name": "r-SemiPar-1.0-4.2"}, "SenSrivastava": {"_type": "derivation", "name": "r-SenSrivastava-2015.6.25"}, "SenTinMixt": {"_type": "derivation", "name": "r-SenTinMixt-1.0.0"}, "SensMap": {"_type": "derivation", "name": "r-SensMap-0.7"}, "SensitivityCaseControl": {"_type": "derivation", "name": "r-SensitivityCaseControl-2.2"}, "SensoMineR": {"_type": "derivation", "name": "r-SensoMineR-1.26"}, "SensusR": {"_type": "derivation", "name": "r-SensusR-2.3.1"}, "SentimentAnalysis": {"_type": "derivation", "name": "r-SentimentAnalysis-1.3-4"}, "SeqAlloc": {"_type": "derivation", "name": "r-SeqAlloc-1.0"}, "SeqArray": {"_type": "derivation", "name": "r-SeqArray-1.36.3"}, "SeqDetect": {"_type": "derivation", "name": "r-SeqDetect-1.0.7"}, "SeqExpMatch": {"_type": "derivation", "name": "r-SeqExpMatch-0.1.0"}, "SeqFeatR": {"_type": "derivation", "name": "r-SeqFeatR-0.3.1"}, "SeqGSEA": {"_type": "derivation", "name": "r-SeqGSEA-1.36.0"}, "SeqGate": {"_type": "derivation", "name": "r-SeqGate-1.6.0"}, "SeqKat": {"_type": "derivation", "name": "r-SeqKat-0.0.8"}, "SeqMADE": {"_type": "derivation", "name": "r-SeqMADE-1.0"}, "SeqNet": {"_type": "derivation", "name": "r-SeqNet-1.1.3"}, "SeqSQC": {"_type": "derivation", "name": "r-SeqSQC-1.18.0"}, "SeqVarTools": {"_type": "derivation", "name": "r-SeqVarTools-1.34.0"}, "SequenceSpikeSlab": {"_type": "derivation", "name": "r-SequenceSpikeSlab-1.0.0"}, "Sequential": {"_type": "derivation", "name": "r-Sequential-4.3"}, "SequentialDesign": {"_type": "derivation", "name": "r-SequentialDesign-1.0"}, "SetMethods": {"_type": "derivation", "name": "r-SetMethods-3.0"}, "SetRank": {"_type": "derivation", "name": "r-SetRank-1.1.0"}, "SetTest": {"_type": "derivation", "name": "r-SetTest-0.2.0"}, "Seurat": {"_type": "derivation", "name": "r-Seurat-4.2.0"}, "SeuratObject": {"_type": "derivation", "name": "r-SeuratObject-4.1.2"}, "ShapeChange": {"_type": "derivation", "name": "r-ShapeChange-1.4"}, "ShapePattern": {"_type": "derivation", "name": "r-ShapePattern-2.2.0"}, "ShapeRotator": {"_type": "derivation", "name": "r-ShapeRotator-0.1.0"}, "ShapeSelectForest": {"_type": "derivation", "name": "r-ShapeSelectForest-1.5"}, "ShapleyOutlier": {"_type": "derivation", "name": "r-ShapleyOutlier-0.1.0"}, "ShapleyValue": {"_type": "derivation", "name": "r-ShapleyValue-0.2.0"}, "SharedObject": {"_type": "derivation", "name": "r-SharedObject-1.10.0"}, "SharpeR": {"_type": "derivation", "name": "r-SharpeR-1.3.0"}, "SheetReader": {"_type": "derivation", "name": "r-SheetReader-1.0.2"}, "ShellChron": {"_type": "derivation", "name": "r-ShellChron-0.4.0"}, "ShiftConvolvePoibin": {"_type": "derivation", "name": "r-ShiftConvolvePoibin-1.0.0"}, "ShiftShareSE": {"_type": "derivation", "name": "r-ShiftShareSE-1.1.0"}, "ShinyImage": {"_type": "derivation", "name": "r-ShinyImage-0.1.0"}, "ShinyItemAnalysis": {"_type": "derivation", "name": "r-ShinyItemAnalysis-1.4.2"}, "ShinyQuickStarter": {"_type": "derivation", "name": "r-ShinyQuickStarter-2.0.1"}, "ShinyTester": {"_type": "derivation", "name": "r-ShinyTester-0.1.0"}, "ShortForm": {"_type": "derivation", "name": "r-ShortForm-0.4.6"}, "ShortRead": {"_type": "derivation", "name": "r-ShortRead-1.54.0"}, "ShrinkCovMat": {"_type": "derivation", "name": "r-ShrinkCovMat-1.4.0"}, "SiER": {"_type": "derivation", "name": "r-SiER-0.1.0"}, "SiMRiv": {"_type": "derivation", "name": "r-SiMRiv-1.0.4"}, "SiPhyNetwork": {"_type": "derivation", "name": "r-SiPhyNetwork-1.0.1"}, "SiZer": {"_type": "derivation", "name": "r-SiZer-0.1-8"}, "Sieve": {"_type": "derivation", "name": "r-Sieve-1.0"}, "SigCheck": {"_type": "derivation", "name": "r-SigCheck-2.28.0"}, "SigFuge": {"_type": "derivation", "name": "r-SigFuge-1.34.0"}, "SigOptR": {"_type": "derivation", "name": "r-SigOptR-0.0.1"}, "SigTree": {"_type": "derivation", "name": "r-SigTree-1.10.6"}, "SightabilityModel": {"_type": "derivation", "name": "r-SightabilityModel-1.5.1"}, "Signac": {"_type": "derivation", "name": "r-Signac-1.8.0"}, "SignacX": {"_type": "derivation", "name": "r-SignacX-2.2.5"}, "SignifReg": {"_type": "derivation", "name": "r-SignifReg-4.3"}, "SigsPack": {"_type": "derivation", "name": "r-SigsPack-1.10.0"}, "SimBIID": {"_type": "derivation", "name": "r-SimBIID-0.2.1"}, "SimBenchData": {"_type": "derivation", "name": "r-SimBenchData-1.4.0"}, "SimBindProfiles": {"_type": "derivation", "name": "r-SimBindProfiles-1.34.0"}, "SimComp": {"_type": "derivation", "name": "r-SimComp-3.3"}, "SimCop": {"_type": "derivation", "name": "r-SimCop-0.7.0"}, "SimCorMultRes": {"_type": "derivation", "name": "r-SimCorMultRes-1.8.0"}, "SimCorrMix": {"_type": "derivation", "name": "r-SimCorrMix-0.1.1"}, "SimDesign": {"_type": "derivation", "name": "r-SimDesign-2.9.1"}, "SimDissolution": {"_type": "derivation", "name": "r-SimDissolution-0.1.0"}, "SimEUCartelLaw": {"_type": "derivation", "name": "r-SimEUCartelLaw-1.0.3"}, "SimEngine": {"_type": "derivation", "name": "r-SimEngine-1.1.0"}, "SimEvolEnzCons": {"_type": "derivation", "name": "r-SimEvolEnzCons-2.0.0"}, "SimFFPE": {"_type": "derivation", "name": "r-SimFFPE-1.8.0"}, "SimHaz": {"_type": "derivation", "name": "r-SimHaz-0.1"}, "SimInf": {"_type": "derivation", "name": "r-SimInf-9.3.1"}, "SimJoint": {"_type": "derivation", "name": "r-SimJoint-0.3.9"}, "SimMultiCorrData": {"_type": "derivation", "name": "r-SimMultiCorrData-0.2.2"}, "SimPhe": {"_type": "derivation", "name": "r-SimPhe-0.2.0"}, "SimRAD": {"_type": "derivation", "name": "r-SimRAD-0.96"}, "SimRVPedigree": {"_type": "derivation", "name": "r-SimRVPedigree-0.4.4"}, "SimReg": {"_type": "derivation", "name": "r-SimReg-3.3"}, "SimSCRPiecewise": {"_type": "derivation", "name": "r-SimSCRPiecewise-0.1.1"}, "SimSeq": {"_type": "derivation", "name": "r-SimSeq-1.4.0"}, "SimSurvNMarker": {"_type": "derivation", "name": "r-SimSurvNMarker-0.1.2"}, "SimSurvey": {"_type": "derivation", "name": "r-SimSurvey-0.1.5"}, "SimTimeVar": {"_type": "derivation", "name": "r-SimTimeVar-1.0.0"}, "SimVitD": {"_type": "derivation", "name": "r-SimVitD-1.0.2"}, "Sim_DiffProc": {"_type": "derivation", "name": "r-Sim.DiffProc-4.8"}, "Sim_PLFN": {"_type": "derivation", "name": "r-Sim.PLFN-1.0"}, "SimilaR": {"_type": "derivation", "name": "r-SimilaR-1.0.8"}, "SimilarityMeasures": {"_type": "derivation", "name": "r-SimilarityMeasures-1.4"}, "Simile": {"_type": "derivation", "name": "r-Simile-1.3.3"}, "SimpleTable": {"_type": "derivation", "name": "r-SimpleTable-0.1-2"}, "SimplicialCubature": {"_type": "derivation", "name": "r-SimplicialCubature-1.3"}, "SimplifyStats": {"_type": "derivation", "name": "r-SimplifyStats-2.0.4"}, "SimplyAgree": {"_type": "derivation", "name": "r-SimplyAgree-0.1.0"}, "Simpsons": {"_type": "derivation", "name": "r-Simpsons-0.1.0"}, "SinIW": {"_type": "derivation", "name": "r-SinIW-0.2"}, "SingleCaseES": {"_type": "derivation", "name": "r-SingleCaseES-0.6.1"}, "SingleCellExperiment": {"_type": "derivation", "name": "r-SingleCellExperiment-1.18.1"}, "SingleCellMultiModal": {"_type": "derivation", "name": "r-SingleCellMultiModal-1.8.0"}, "SingleCellSignalR": {"_type": "derivation", "name": "r-SingleCellSignalR-1.8.0"}, "SingleMoleculeFootprinting": {"_type": "derivation", "name": "r-SingleMoleculeFootprinting-1.4.0"}, "SingleMoleculeFootprintingData": {"_type": "derivation", "name": "r-SingleMoleculeFootprintingData-1.4.0"}, "SingleR": {"_type": "derivation", "name": "r-SingleR-1.10.0"}, "Single_mTEC_Transcriptomes": {"_type": "derivation", "name": "r-Single.mTEC.Transcriptomes-1.24.0"}, "SiteAdapt": {"_type": "derivation", "name": "r-SiteAdapt-1.1.0"}, "SitesInterest": {"_type": "derivation", "name": "r-SitesInterest-1.0"}, "SixSigma": {"_type": "derivation", "name": "r-SixSigma-0.10.3"}, "SizeEstimation": {"_type": "derivation", "name": "r-SizeEstimation-1.1.1"}, "SkewHyperbolic": {"_type": "derivation", "name": "r-SkewHyperbolic-0.4-0"}, "SkeweDF": {"_type": "derivation", "name": "r-SkeweDF-0.1.0"}, "Skillings_Mack": {"_type": "derivation", "name": "r-Skillings.Mack-1.10"}, "Sky": {"_type": "derivation", "name": "r-Sky-1.0"}, "SlaPMEG": {"_type": "derivation", "name": "r-SlaPMEG-1.0.1"}, "SleepCycles": {"_type": "derivation", "name": "r-SleepCycles-1.1.4"}, "Sleuth2": {"_type": "derivation", "name": "r-Sleuth2-2.0-5"}, "Sleuth3": {"_type": "derivation", "name": "r-Sleuth3-1.0-3"}, "SlidingWindows": {"_type": "derivation", "name": "r-SlidingWindows-0.2.0"}, "SmCCNet": {"_type": "derivation", "name": "r-SmCCNet-0.99.0"}, "SmallCountRounding": {"_type": "derivation", "name": "r-SmallCountRounding-1.0.2"}, "SmartEDA": {"_type": "derivation", "name": "r-SmartEDA-0.3.8"}, "SmartMeterAnalytics": {"_type": "derivation", "name": "r-SmartMeterAnalytics-1.0.3"}, "SmartSVA": {"_type": "derivation", "name": "r-SmartSVA-0.1.3"}, "SmarterPoland": {"_type": "derivation", "name": "r-SmarterPoland-1.8"}, "SmithWilsonYieldCurve": {"_type": "derivation", "name": "r-SmithWilsonYieldCurve-1.0.1"}, "SmoothHazard": {"_type": "derivation", "name": "r-SmoothHazard-2022.08.23"}, "SmoothTensor": {"_type": "derivation", "name": "r-SmoothTensor-0.1.1"}, "SmoothWin": {"_type": "derivation", "name": "r-SmoothWin-3.0.0"}, "Snake": {"_type": "derivation", "name": "r-Snake-1.0"}, "SnakesAndLaddersAnalysis": {"_type": "derivation", "name": "r-SnakesAndLaddersAnalysis-2.1.0"}, "SnowballC": {"_type": "derivation", "name": "r-SnowballC-0.7.0"}, "SoDA": {"_type": "derivation", "name": "r-SoDA-1.0-6.1"}, "SobolSequence": {"_type": "derivation", "name": "r-SobolSequence-1.0"}, "SocialNetworks": {"_type": "derivation", "name": "r-SocialNetworks-1.1"}, "SocialPosition": {"_type": "derivation", "name": "r-SocialPosition-1.0.1"}, "Sofi": {"_type": "derivation", "name": "r-Sofi-0.16.4.8"}, "SoftBart": {"_type": "derivation", "name": "r-SoftBart-1.0.1"}, "SoftClustering": {"_type": "derivation", "name": "r-SoftClustering-1.1902.2"}, "SoftRandomForest": {"_type": "derivation", "name": "r-SoftRandomForest-0.1.0"}, "SoilHyP": {"_type": "derivation", "name": "r-SoilHyP-0.1.6"}, "SoilR": {"_type": "derivation", "name": "r-SoilR-1.2.105"}, "SoilTaxonomy": {"_type": "derivation", "name": "r-SoilTaxonomy-0.2.2"}, "SoilTesting": {"_type": "derivation", "name": "r-SoilTesting-0.1.0"}, "Sojourn": {"_type": "derivation", "name": "r-Sojourn-1.1.0"}, "Sojourn_Data": {"_type": "derivation", "name": "r-Sojourn.Data-0.3.0"}, "SolveRationalMatrixEquation": {"_type": "derivation", "name": "r-SolveRationalMatrixEquation-0.1.0"}, "SolveSAPHE": {"_type": "derivation", "name": "r-SolveSAPHE-2.1.0"}, "SomatiCAData": {"_type": "derivation", "name": "r-SomatiCAData-1.34.0"}, "SomaticCancerAlterations": {"_type": "derivation", "name": "r-SomaticCancerAlterations-1.32.0"}, "SomaticSignatures": {"_type": "derivation", "name": "r-SomaticSignatures-2.32.0"}, "SongEvo": {"_type": "derivation", "name": "r-SongEvo-1.0.0"}, "SorptionAnalysis": {"_type": "derivation", "name": "r-SorptionAnalysis-0.1.0"}, "SortedEffects": {"_type": "derivation", "name": "r-SortedEffects-1.7.0"}, "SoundShape": {"_type": "derivation", "name": "r-SoundShape-1.2.1"}, "SoundexBR": {"_type": "derivation", "name": "r-SoundexBR-1.2"}, "SoupX": {"_type": "derivation", "name": "r-SoupX-1.6.1"}, "SourceSet": {"_type": "derivation", "name": "r-SourceSet-0.1.3"}, "SoyNAM": {"_type": "derivation", "name": "r-SoyNAM-1.6.2"}, "SoyURT": {"_type": "derivation", "name": "r-SoyURT-1.0.0"}, "SpATS": {"_type": "derivation", "name": "r-SpATS-1.0-17"}, "SpNMF": {"_type": "derivation", "name": "r-SpNMF-0.1.1"}, "SpNetPrep": {"_type": "derivation", "name": "r-SpNetPrep-1.2"}, "SpTe2M": {"_type": "derivation", "name": "r-SpTe2M-1.0.1"}, "SpaCCr": {"_type": "derivation", "name": "r-SpaCCr-0.1.0"}, "SpaDES": {"_type": "derivation", "name": "r-SpaDES-2.0.9"}, "SpaDES_addins": {"_type": "derivation", "name": "r-SpaDES.addins-0.1.4"}, "SpaDES_core": {"_type": "derivation", "name": "r-SpaDES.core-1.1.0"}, "SpaDES_tools": {"_type": "derivation", "name": "r-SpaDES.tools-1.0.0"}, "SpaTimeClus": {"_type": "derivation", "name": "r-SpaTimeClus-1.0.1"}, "SpacePAC": {"_type": "derivation", "name": "r-SpacePAC-1.34.0"}, "SpaceTimeBSS": {"_type": "derivation", "name": "r-SpaceTimeBSS-0.1-0"}, "SpadeR": {"_type": "derivation", "name": "r-SpadeR-0.1.1"}, "Spaniel": {"_type": "derivation", "name": "r-Spaniel-1.10.0"}, "SparseBiplots": {"_type": "derivation", "name": "r-SparseBiplots-4.0.1"}, "SparseChol": {"_type": "derivation", "name": "r-SparseChol-0.1.1"}, "SparseDC": {"_type": "derivation", "name": "r-SparseDC-0.1.17"}, "SparseFactorAnalysis": {"_type": "derivation", "name": "r-SparseFactorAnalysis-1.0"}, "SparseGrid": {"_type": "derivation", "name": "r-SparseGrid-0.8.2"}, "SparseLPM": {"_type": "derivation", "name": "r-SparseLPM-1.0"}, "SparseM": {"_type": "derivation", "name": "r-SparseM-1.81"}, "SparseMDC": {"_type": "derivation", "name": "r-SparseMDC-0.99.5"}, "SparseMSE": {"_type": "derivation", "name": "r-SparseMSE-2.0.1"}, "SparseSignatures": {"_type": "derivation", "name": "r-SparseSignatures-2.6.0"}, "SparseTSCGM": {"_type": "derivation", "name": "r-SparseTSCGM-4.0"}, "SparseVFC": {"_type": "derivation", "name": "r-SparseVFC-0.1.0"}, "SpatEntropy": {"_type": "derivation", "name": "r-SpatEntropy-2.1-1"}, "SpatialAcc": {"_type": "derivation", "name": "r-SpatialAcc-0.1-4"}, "SpatialBSS": {"_type": "derivation", "name": "r-SpatialBSS-0.12-0"}, "SpatialBall": {"_type": "derivation", "name": "r-SpatialBall-0.1.0"}, "SpatialCPie": {"_type": "derivation", "name": "r-SpatialCPie-1.12.0"}, "SpatialDecon": {"_type": "derivation", "name": "r-SpatialDecon-1.6.0"}, "SpatialEpi": {"_type": "derivation", "name": "r-SpatialEpi-1.2.7"}, "SpatialEpiApp": {"_type": "derivation", "name": "r-SpatialEpiApp-0.3"}, "SpatialExperiment": {"_type": "derivation", "name": "r-SpatialExperiment-1.6.1"}, "SpatialExtremes": {"_type": "derivation", "name": "r-SpatialExtremes-2.1-0"}, "SpatialFloor": {"_type": "derivation", "name": "r-SpatialFloor-1.1.0"}, "SpatialGEV": {"_type": "derivation", "name": "r-SpatialGEV-1.0.0"}, "SpatialGraph": {"_type": "derivation", "name": "r-SpatialGraph-1.0-2"}, "SpatialKDE": {"_type": "derivation", "name": "r-SpatialKDE-0.8.0"}, "SpatialKWD": {"_type": "derivation", "name": "r-SpatialKWD-0.4.0"}, "SpatialML": {"_type": "derivation", "name": "r-SpatialML-0.1.5"}, "SpatialNP": {"_type": "derivation", "name": "r-SpatialNP-1.1-5"}, "SpatialPOP": {"_type": "derivation", "name": "r-SpatialPOP-0.1.0"}, "SpatialPack": {"_type": "derivation", "name": "r-SpatialPack-0.4"}, "SpatialPosition": {"_type": "derivation", "name": "r-SpatialPosition-2.1.1"}, "SpatialRegimes": {"_type": "derivation", "name": "r-SpatialRegimes-1.1"}, "SpatialRoMLE": {"_type": "derivation", "name": "r-SpatialRoMLE-0.1.0"}, "SpatialTools": {"_type": "derivation", "name": "r-SpatialTools-1.0.4"}, "SpatialVS": {"_type": "derivation", "name": "r-SpatialVS-1.1"}, "SpatialVx": {"_type": "derivation", "name": "r-SpatialVx-1.0"}, "SpatialfdaR": {"_type": "derivation", "name": "r-SpatialfdaR-1.0.0"}, "Spbsampling": {"_type": "derivation", "name": "r-Spbsampling-1.3.5"}, "SpeCond": {"_type": "derivation", "name": "r-SpeCond-1.50.0"}, "SpeTestNP": {"_type": "derivation", "name": "r-SpeTestNP-1.1.0"}, "SpecDetec": {"_type": "derivation", "name": "r-SpecDetec-1.0.0"}, "SpecHelpers": {"_type": "derivation", "name": "r-SpecHelpers-0.2.7"}, "SpecsVerification": {"_type": "derivation", "name": "r-SpecsVerification-0.5-3"}, "Spectra": {"_type": "derivation", "name": "r-Spectra-1.6.0"}, "SpectralClMixed": {"_type": "derivation", "name": "r-SpectralClMixed-1.0"}, "SpectralMap": {"_type": "derivation", "name": "r-SpectralMap-1.0"}, "SpectralTAD": {"_type": "derivation", "name": "r-SpectralTAD-1.12.0"}, "Spectrum": {"_type": "derivation", "name": "r-Spectrum-1.1"}, "SphereOptimize": {"_type": "derivation", "name": "r-SphereOptimize-0.1.1"}, "SphericalCubature": {"_type": "derivation", "name": "r-SphericalCubature-1.5"}, "SphericalK": {"_type": "derivation", "name": "r-SphericalK-1.2"}, "SpiceFP": {"_type": "derivation", "name": "r-SpiceFP-0.1.1"}, "SpidermiR": {"_type": "derivation", "name": "r-SpidermiR-1.26.1"}, "SpikeIn": {"_type": "derivation", "name": "r-SpikeIn-1.38.0"}, "SpikeInSubset": {"_type": "derivation", "name": "r-SpikeInSubset-1.36.0"}, "Spillover": {"_type": "derivation", "name": "r-Spillover-0.1.0.2"}, "SplicingFactory": {"_type": "derivation", "name": "r-SplicingFactory-1.4.0"}, "SplicingGraphs": {"_type": "derivation", "name": "r-SplicingGraphs-1.36.0"}, "Splinets": {"_type": "derivation", "name": "r-Splinets-1.0.0"}, "SplitGLM": {"_type": "derivation", "name": "r-SplitGLM-1.0.4"}, "SplitKnockoff": {"_type": "derivation", "name": "r-SplitKnockoff-1.2"}, "SplitReg": {"_type": "derivation", "name": "r-SplitReg-1.0.2"}, "SplitSoftening": {"_type": "derivation", "name": "r-SplitSoftening-2.1-0"}, "SportsAnalytics": {"_type": "derivation", "name": "r-SportsAnalytics-0.2"}, "SportsTour": {"_type": "derivation", "name": "r-SportsTour-0.1.0"}, "SpotSampling": {"_type": "derivation", "name": "r-SpotSampling-0.1.0"}, "SqlRender": {"_type": "derivation", "name": "r-SqlRender-1.10.0"}, "SqueakR": {"_type": "derivation", "name": "r-SqueakR-1.3.0"}, "Sshaped": {"_type": "derivation", "name": "r-Sshaped-1.1"}, "Sstack": {"_type": "derivation", "name": "r-Sstack-1.0.1"}, "StAMPP": {"_type": "derivation", "name": "r-StAMPP-1.6.3"}, "StMoMo": {"_type": "derivation", "name": "r-StMoMo-0.4.1"}, "StMoSim": {"_type": "derivation", "name": "r-StMoSim-3.1.1"}, "StVAR": {"_type": "derivation", "name": "r-StVAR-1.1"}, "StabilizedRegression": {"_type": "derivation", "name": "r-StabilizedRegression-1.1"}, "StableEstim": {"_type": "derivation", "name": "r-StableEstim-2.2"}, "StackImpute": {"_type": "derivation", "name": "r-StackImpute-0.1.0"}, "StakeholderAnalysis": {"_type": "derivation", "name": "r-StakeholderAnalysis-1.2"}, "StanHeaders": {"_type": "derivation", "name": "r-StanHeaders-2.21.0-7"}, "StanMoMo": {"_type": "derivation", "name": "r-StanMoMo-1.1.0"}, "StandardizeText": {"_type": "derivation", "name": "r-StandardizeText-1.0"}, "StarBioTrek": {"_type": "derivation", "name": "r-StarBioTrek-1.22.0"}, "Stat2Data": {"_type": "derivation", "name": "r-Stat2Data-2.0.0"}, "StatCharrms": {"_type": "derivation", "name": "r-StatCharrms-0.90.96"}, "StatDA": {"_type": "derivation", "name": "r-StatDA-1.7.4"}, "StatDataML": {"_type": "derivation", "name": "r-StatDataML-1.0-26"}, "StatMatch": {"_type": "derivation", "name": "r-StatMatch-1.4.1"}, "StatMeasures": {"_type": "derivation", "name": "r-StatMeasures-1.0"}, "StatPerMeCo": {"_type": "derivation", "name": "r-StatPerMeCo-0.1.0"}, "StatRank": {"_type": "derivation", "name": "r-StatRank-0.0.6"}, "Statsomat": {"_type": "derivation", "name": "r-Statsomat-1.1.0"}, "SteinIV": {"_type": "derivation", "name": "r-SteinIV-0.1-1"}, "SteinerNet": {"_type": "derivation", "name": "r-SteinerNet-3.1.0"}, "Stem": {"_type": "derivation", "name": "r-Stem-1.0"}, "StemAnalysis": {"_type": "derivation", "name": "r-StemAnalysis-0.1.0"}, "StempCens": {"_type": "derivation", "name": "r-StempCens-1.1.0"}, "StepBeta": {"_type": "derivation", "name": "r-StepBeta-2.1.0"}, "StepReg": {"_type": "derivation", "name": "r-StepReg-1.4.3"}, "StepSignalMargiLike": {"_type": "derivation", "name": "r-StepSignalMargiLike-2.6.0"}, "SteppedPower": {"_type": "derivation", "name": "r-SteppedPower-0.3.2"}, "StepwiseTest": {"_type": "derivation", "name": "r-StepwiseTest-1.0"}, "StereoMorph": {"_type": "derivation", "name": "r-StereoMorph-1.6.7"}, "Storm": {"_type": "derivation", "name": "r-Storm-1.2"}, "StrainRanking": {"_type": "derivation", "name": "r-StrainRanking-1.2"}, "StratSel": {"_type": "derivation", "name": "r-StratSel-1.3"}, "Strategy": {"_type": "derivation", "name": "r-Strategy-1.0.1"}, "StrathE2E2": {"_type": "derivation", "name": "r-StrathE2E2-3.3.0"}, "StratifiedBalancing": {"_type": "derivation", "name": "r-StratifiedBalancing-0.3.0"}, "StratifiedMedicine": {"_type": "derivation", "name": "r-StratifiedMedicine-1.0.5"}, "StratifiedRF": {"_type": "derivation", "name": "r-StratifiedRF-0.2.2"}, "StratifiedSampling": {"_type": "derivation", "name": "r-StratifiedSampling-0.4.1"}, "StratigrapheR": {"_type": "derivation", "name": "r-StratigrapheR-1.2.5"}, "StreamMetabolism": {"_type": "derivation", "name": "r-StreamMetabolism-1.1.2"}, "Streamer": {"_type": "derivation", "name": "r-Streamer-1.42.0"}, "StressStrength": {"_type": "derivation", "name": "r-StressStrength-1.0.2"}, "String2AdjMatrix": {"_type": "derivation", "name": "r-String2AdjMatrix-0.1.0"}, "StroupGLMM": {"_type": "derivation", "name": "r-StroupGLMM-0.1.0"}, "StrucDiv": {"_type": "derivation", "name": "r-StrucDiv-0.1.1"}, "StructFDR": {"_type": "derivation", "name": "r-StructFDR-1.3"}, "Structstrings": {"_type": "derivation", "name": "r-Structstrings-1.12.0"}, "StructuralVariantAnnotation": {"_type": "derivation", "name": "r-StructuralVariantAnnotation-1.12.0"}, "StructureMC": {"_type": "derivation", "name": "r-StructureMC-1.0"}, "SuRF_vs": {"_type": "derivation", "name": "r-SuRF.vs-1.1.0.1"}, "SubCellBarCode": {"_type": "derivation", "name": "r-SubCellBarCode-1.12.0"}, "SubCultCon": {"_type": "derivation", "name": "r-SubCultCon-1.0"}, "SubTite": {"_type": "derivation", "name": "r-SubTite-4.0.5"}, "SubVis": {"_type": "derivation", "name": "r-SubVis-2.0.2"}, "SubgrPlots": {"_type": "derivation", "name": "r-SubgrPlots-0.1.3"}, "SubpathwayGMir": {"_type": "derivation", "name": "r-SubpathwayGMir-1.0"}, "SubpathwayLNCE": {"_type": "derivation", "name": "r-SubpathwayLNCE-1.0"}, "SubtypeDrug": {"_type": "derivation", "name": "r-SubtypeDrug-0.1.5"}, "SuessR": {"_type": "derivation", "name": "r-SuessR-0.1.4"}, "SummarizedBenchmark": {"_type": "derivation", "name": "r-SummarizedBenchmark-2.14.0"}, "SummarizedExperiment": {"_type": "derivation", "name": "r-SummarizedExperiment-1.26.1"}, "SummaryLasso": {"_type": "derivation", "name": "r-SummaryLasso-1.2.1"}, "Summix": {"_type": "derivation", "name": "r-Summix-2.2.0"}, "Sunclarco": {"_type": "derivation", "name": "r-Sunclarco-1.0.0"}, "Sunder": {"_type": "derivation", "name": "r-Sunder-0.0.4"}, "SunsVoc": {"_type": "derivation", "name": "r-SunsVoc-0.1.2"}, "SunterSampling": {"_type": "derivation", "name": "r-SunterSampling-1.0.1"}, "SupMZ": {"_type": "derivation", "name": "r-SupMZ-0.2.0"}, "SuperExactTest": {"_type": "derivation", "name": "r-SuperExactTest-1.1.0"}, "SuperGauss": {"_type": "derivation", "name": "r-SuperGauss-2.0.3"}, "SuperLearner": {"_type": "derivation", "name": "r-SuperLearner-2.0-28"}, "SuperPCA": {"_type": "derivation", "name": "r-SuperPCA-0.4.0"}, "SuperRanker": {"_type": "derivation", "name": "r-SuperRanker-1.2.0"}, "SuperpixelImageSegmentation": {"_type": "derivation", "name": "r-SuperpixelImageSegmentation-1.0.5"}, "Superpower": {"_type": "derivation", "name": "r-Superpower-0.2.0"}, "SuppDists": {"_type": "derivation", "name": "r-SuppDists-1.1-9.7"}, "SurfaceReconstruction": {"_type": "derivation", "name": "r-SurfaceReconstruction-0.1.0"}, "SurfaceTortoise": {"_type": "derivation", "name": "r-SurfaceTortoise-1.0.2"}, "Surrogate": {"_type": "derivation", "name": "r-Surrogate-2.4"}, "SurrogateOutcome": {"_type": "derivation", "name": "r-SurrogateOutcome-1.1"}, "SurrogateRegression": {"_type": "derivation", "name": "r-SurrogateRegression-0.6.0"}, "SurrogateTest": {"_type": "derivation", "name": "r-SurrogateTest-1.3"}, "SurvCorr": {"_type": "derivation", "name": "r-SurvCorr-1.0"}, "SurvDisc": {"_type": "derivation", "name": "r-SurvDisc-0.1.1"}, "SurvGSD": {"_type": "derivation", "name": "r-SurvGSD-1.0.0"}, "SurvHiDim": {"_type": "derivation", "name": "r-SurvHiDim-0.1.1"}, "SurvLong": {"_type": "derivation", "name": "r-SurvLong-1.2"}, "SurvMI": {"_type": "derivation", "name": "r-SurvMI-0.1.0"}, "SurvMetrics": {"_type": "derivation", "name": "r-SurvMetrics-0.5.0"}, "SurvRegCensCov": {"_type": "derivation", "name": "r-SurvRegCensCov-1.5"}, "SurvTrunc": {"_type": "derivation", "name": "r-SurvTrunc-0.2.0"}, "Survgini": {"_type": "derivation", "name": "r-Survgini-1.0"}, "SurviMChd": {"_type": "derivation", "name": "r-SurviMChd-0.1.1"}, "SurvivalPath": {"_type": "derivation", "name": "r-SurvivalPath-1.3.2"}, "Sushi": {"_type": "derivation", "name": "r-Sushi-1.34.0"}, "SvyNom": {"_type": "derivation", "name": "r-SvyNom-1.2"}, "SwarmSVM": {"_type": "derivation", "name": "r-SwarmSVM-0.1-6"}, "SwathXtend": {"_type": "derivation", "name": "r-SwathXtend-2.18.0"}, "SwimR": {"_type": "derivation", "name": "r-SwimR-1.29.0"}, "SwimmeR": {"_type": "derivation", "name": "r-SwimmeR-0.13.0"}, "SwissAir": {"_type": "derivation", "name": "r-SwissAir-1.1.5"}, "SyNet": {"_type": "derivation", "name": "r-SyNet-2.0"}, "SyScSelection": {"_type": "derivation", "name": "r-SyScSelection-1.0.2"}, "SymTS": {"_type": "derivation", "name": "r-SymTS-1.0-1"}, "SymbolicDeterminants": {"_type": "derivation", "name": "r-SymbolicDeterminants-2.0.0"}, "SynDI": {"_type": "derivation", "name": "r-SynDI-0.1.0"}, "SynExtend": {"_type": "derivation", "name": "r-SynExtend-1.8.0"}, "SynMut": {"_type": "derivation", "name": "r-SynMut-1.12.1"}, "SyncMove": {"_type": "derivation", "name": "r-SyncMove-0.1-0"}, "SyncRNG": {"_type": "derivation", "name": "r-SyncRNG-1.3.1"}, "SynchWave": {"_type": "derivation", "name": "r-SynchWave-1.1.2"}, "Synth": {"_type": "derivation", "name": "r-Synth-1.1-6"}, "SynthCast": {"_type": "derivation", "name": "r-SynthCast-0.2.1"}, "SynthETIC": {"_type": "derivation", "name": "r-SynthETIC-1.0.2"}, "SynthTools": {"_type": "derivation", "name": "r-SynthTools-1.0.1"}, "Sysrecon": {"_type": "derivation", "name": "r-Sysrecon-0.1.0"}, "SystemicR": {"_type": "derivation", "name": "r-SystemicR-0.1.0"}, "T2EQ": {"_type": "derivation", "name": "r-T2EQ-1.1"}, "T2Qv": {"_type": "derivation", "name": "r-T2Qv-0.1.0"}, "T4cluster": {"_type": "derivation", "name": "r-T4cluster-0.1.2"}, "T4transport": {"_type": "derivation", "name": "r-T4transport-0.1.1"}, "TADCompare": {"_type": "derivation", "name": "r-TADCompare-1.6.0"}, "TAF": {"_type": "derivation", "name": "r-TAF-4.0.0"}, "TAG": {"_type": "derivation", "name": "r-TAG-0.5.1"}, "TAM": {"_type": "derivation", "name": "r-TAM-4.1-4"}, "TANDEM": {"_type": "derivation", "name": "r-TANDEM-1.0.3"}, "TAPseq": {"_type": "derivation", "name": "r-TAPseq-1.8.0"}, "TAQMNGR": {"_type": "derivation", "name": "r-TAQMNGR-2018.5-1"}, "TAR": {"_type": "derivation", "name": "r-TAR-1.0"}, "TAShiny": {"_type": "derivation", "name": "r-TAShiny-0.1.0"}, "TBEST": {"_type": "derivation", "name": "r-TBEST-5.2"}, "TBFmultinomial": {"_type": "derivation", "name": "r-TBFmultinomial-0.1.3"}, "TBRDist": {"_type": "derivation", "name": "r-TBRDist-1.0.2"}, "TBSSurvival": {"_type": "derivation", "name": "r-TBSSurvival-1.3"}, "TBSignatureProfiler": {"_type": "derivation", "name": "r-TBSignatureProfiler-1.8.0"}, "TBX20BamSubset": {"_type": "derivation", "name": "r-TBX20BamSubset-1.32.0"}, "TCA": {"_type": "derivation", "name": "r-TCA-1.2.1"}, "TCC": {"_type": "derivation", "name": "r-TCC-1.36.0"}, "TCGAMethylation450k": {"_type": "derivation", "name": "r-TCGAMethylation450k-1.32.0"}, "TCGAWorkflowData": {"_type": "derivation", "name": "r-TCGAWorkflowData-1.20.0"}, "TCGAbiolinks": {"_type": "derivation", "name": "r-TCGAbiolinks-2.24.3"}, "TCGAbiolinksGUI": {"_type": "derivation", "name": "r-TCGAbiolinksGUI-1.22.0"}, "TCGAbiolinksGUI_data": {"_type": "derivation", "name": "r-TCGAbiolinksGUI.data-1.16.0"}, "TCGAcrcmRNA": {"_type": "derivation", "name": "r-TCGAcrcmRNA-1.16.0"}, "TCGAcrcmiRNA": {"_type": "derivation", "name": "r-TCGAcrcmiRNA-1.16.0"}, "TCGAretriever": {"_type": "derivation", "name": "r-TCGAretriever-1.5"}, "TCGAutils": {"_type": "derivation", "name": "r-TCGAutils-1.16.1"}, "TCIApathfinder": {"_type": "derivation", "name": "r-TCIApathfinder-1.0.6"}, "TCIU": {"_type": "derivation", "name": "r-TCIU-1.2.0"}, "TCseq": {"_type": "derivation", "name": "r-TCseq-1.20.0"}, "TDA": {"_type": "derivation", "name": "r-TDA-1.8.7"}, "TDARACNE": {"_type": "derivation", "name": "r-TDARACNE-1.46.0"}, "TDAkit": {"_type": "derivation", "name": "r-TDAkit-0.1.2"}, "TDAmapper": {"_type": "derivation", "name": "r-TDAmapper-1.0"}, "TDApplied": {"_type": "derivation", "name": "r-TDApplied-0.1.3"}, "TDAstats": {"_type": "derivation", "name": "r-TDAstats-0.4.1"}, "TDAvec": {"_type": "derivation", "name": "r-TDAvec-0.1.2"}, "TDCor": {"_type": "derivation", "name": "r-TDCor-0.1-2"}, "TDD": {"_type": "derivation", "name": "r-TDD-0.4"}, "TDMR": {"_type": "derivation", "name": "r-TDMR-2.2"}, "TDPanalysis": {"_type": "derivation", "name": "r-TDPanalysis-1.0"}, "TDbook": {"_type": "derivation", "name": "r-TDbook-0.0.6"}, "TDboost": {"_type": "derivation", "name": "r-TDboost-1.4"}, "TE": {"_type": "derivation", "name": "r-TE-0.3-0"}, "TEAM": {"_type": "derivation", "name": "r-TEAM-0.1.0"}, "TEKRABber": {"_type": "derivation", "name": "r-TEKRABber-1.0.1"}, "TELP": {"_type": "derivation", "name": "r-TELP-1.0"}, "TENxBUSData": {"_type": "derivation", "name": "r-TENxBUSData-1.10.0"}, "TENxBrainData": {"_type": "derivation", "name": "r-TENxBrainData-1.16.0"}, "TENxPBMCData": {"_type": "derivation", "name": "r-TENxPBMCData-1.14.0"}, "TENxVisiumData": {"_type": "derivation", "name": "r-TENxVisiumData-1.4.0"}, "TEQC": {"_type": "derivation", "name": "r-TEQC-4.18.0"}, "TEQR": {"_type": "derivation", "name": "r-TEQR-6.0-0"}, "TERAplusB": {"_type": "derivation", "name": "r-TERAplusB-1.0"}, "TESS": {"_type": "derivation", "name": "r-TESS-2.1.2"}, "TExPosition": {"_type": "derivation", "name": "r-TExPosition-2.6.10.1"}, "TFARM": {"_type": "derivation", "name": "r-TFARM-1.18.0"}, "TFBSTools": {"_type": "derivation", "name": "r-TFBSTools-1.34.0"}, "TFEA_ChIP": {"_type": "derivation", "name": "r-TFEA.ChIP-1.16.0"}, "TFHAZ": {"_type": "derivation", "name": "r-TFHAZ-1.18.4"}, "TFMPvalue": {"_type": "derivation", "name": "r-TFMPvalue-0.0.9"}, "TFX": {"_type": "derivation", "name": "r-TFX-0.1.0"}, "TFisher": {"_type": "derivation", "name": "r-TFisher-0.2.0"}, "TFutils": {"_type": "derivation", "name": "r-TFutils-1.16.0"}, "TGS": {"_type": "derivation", "name": "r-TGS-1.0.1"}, "TGST": {"_type": "derivation", "name": "r-TGST-1.0"}, "TH_data": {"_type": "derivation", "name": "r-TH.data-1.1-1"}, "TIGERr": {"_type": "derivation", "name": "r-TIGERr-1.0.0"}, "TIMP": {"_type": "derivation", "name": "r-TIMP-1.13.2"}, "TIN": {"_type": "derivation", "name": "r-TIN-1.28.0"}, "TITAN2": {"_type": "derivation", "name": "r-TITAN2-2.4.1"}, "TInPosition": {"_type": "derivation", "name": "r-TInPosition-0.13.6.1"}, "TKCat": {"_type": "derivation", "name": "r-TKCat-1.0.6"}, "TLBC": {"_type": "derivation", "name": "r-TLBC-1.0"}, "TLMoments": {"_type": "derivation", "name": "r-TLMoments-0.7.5.3"}, "TMB": {"_type": "derivation", "name": "r-TMB-1.9.1"}, "TMDb": {"_type": "derivation", "name": "r-TMDb-1.1"}, "TMExplorer": {"_type": "derivation", "name": "r-TMExplorer-1.6.2"}, "TMTI": {"_type": "derivation", "name": "r-TMTI-1.0.1"}, "TMixClust": {"_type": "derivation", "name": "r-TMixClust-1.18.0"}, "TNBC_CMS": {"_type": "derivation", "name": "r-TNBC.CMS-1.12.0"}, "TNC": {"_type": "derivation", "name": "r-TNC-0.1.0"}, "TNRS": {"_type": "derivation", "name": "r-TNRS-0.3.1"}, "TOAST": {"_type": "derivation", "name": "r-TOAST-1.10.1"}, "TOC": {"_type": "derivation", "name": "r-TOC-0.0-5"}, "TOHM": {"_type": "derivation", "name": "r-TOHM-1.4"}, "TORDs": {"_type": "derivation", "name": "r-TORDs-1.0.0"}, "TOSTER": {"_type": "derivation", "name": "r-TOSTER-0.4.2"}, "TOU": {"_type": "derivation", "name": "r-TOU-0.1.0"}, "TPCselect": {"_type": "derivation", "name": "r-TPCselect-0.8.1"}, "TPD": {"_type": "derivation", "name": "r-TPD-1.1.0"}, "TPEA": {"_type": "derivation", "name": "r-TPEA-3.1.0"}, "TPES": {"_type": "derivation", "name": "r-TPES-1.0.0"}, "TPLSr": {"_type": "derivation", "name": "r-TPLSr-1.0.4"}, "TPP": {"_type": "derivation", "name": "r-TPP-3.24.0"}, "TPP2D": {"_type": "derivation", "name": "r-TPP2D-1.12.0"}, "TP_idm": {"_type": "derivation", "name": "r-TP.idm-1.5"}, "TPmsm": {"_type": "derivation", "name": "r-TPmsm-1.2.5"}, "TR8": {"_type": "derivation", "name": "r-TR8-0.9.22"}, "TRADER": {"_type": "derivation", "name": "r-TRADER-1.2-3"}, "TRAMPR": {"_type": "derivation", "name": "r-TRAMPR-1.0-10"}, "TRD": {"_type": "derivation", "name": "r-TRD-1.1"}, "TREG": {"_type": "derivation", "name": "r-TREG-1.0.1"}, "TRES": {"_type": "derivation", "name": "r-TRES-1.1.5"}, "TRESS": {"_type": "derivation", "name": "r-TRESS-1.2.0"}, "TREXr": {"_type": "derivation", "name": "r-TREXr-1.0.0"}, "TRMF": {"_type": "derivation", "name": "r-TRMF-0.1.5"}, "TRONCO": {"_type": "derivation", "name": "r-TRONCO-2.28.0"}, "TRexSelector": {"_type": "derivation", "name": "r-TRexSelector-0.0.1"}, "TSA": {"_type": "derivation", "name": "r-TSA-1.3.1"}, "TSANN": {"_type": "derivation", "name": "r-TSANN-0.1.0"}, "TSCAN": {"_type": "derivation", "name": "r-TSCAN-1.34.0"}, "TSCI": {"_type": "derivation", "name": "r-TSCI-1.0.0"}, "TSCS": {"_type": "derivation", "name": "r-TSCS-0.1.1"}, "TSDFGS": {"_type": "derivation", "name": "r-TSDFGS-2.0"}, "TSDT": {"_type": "derivation", "name": "r-TSDT-1.0.7"}, "TSE": {"_type": "derivation", "name": "r-TSE-0.1.0"}, "TSEind": {"_type": "derivation", "name": "r-TSEind-0.1.0"}, "TSEntropies": {"_type": "derivation", "name": "r-TSEntropies-0.9"}, "TSEtools": {"_type": "derivation", "name": "r-TSEtools-0.2.1"}, "TSEwgt": {"_type": "derivation", "name": "r-TSEwgt-0.1.0"}, "TSF": {"_type": "derivation", "name": "r-TSF-0.1.1"}, "TSGS": {"_type": "derivation", "name": "r-TSGS-1.0"}, "TSGSIS": {"_type": "derivation", "name": "r-TSGSIS-0.1"}, "TSHRC": {"_type": "derivation", "name": "r-TSHRC-0.1-6"}, "TSLSTM": {"_type": "derivation", "name": "r-TSLSTM-0.1.0"}, "TSMCP": {"_type": "derivation", "name": "r-TSMCP-1.0"}, "TSMN": {"_type": "derivation", "name": "r-TSMN-1.0.0"}, "TSMSN": {"_type": "derivation", "name": "r-TSMSN-0.0.1"}, "TSMining": {"_type": "derivation", "name": "r-TSMining-1.0"}, "TSMySQL": {"_type": "derivation", "name": "r-TSMySQL-2015.4-1"}, "TSP": {"_type": "derivation", "name": "r-TSP-1.2-1"}, "TSPostgreSQL": {"_type": "derivation", "name": "r-TSPostgreSQL-2015.4-1"}, "TSPred": {"_type": "derivation", "name": "r-TSPred-5.1"}, "TSRchitect": {"_type": "derivation", "name": "r-TSRchitect-1.20.0"}, "TSSQLite": {"_type": "derivation", "name": "r-TSSQLite-2015.4-1"}, "TSSS": {"_type": "derivation", "name": "r-TSSS-1.3.1"}, "TSS_RESTREND": {"_type": "derivation", "name": "r-TSS.RESTREND-0.3.1"}, "TSTr": {"_type": "derivation", "name": "r-TSTr-1.2"}, "TSTutorial": {"_type": "derivation", "name": "r-TSTutorial-1.2.4"}, "TSVC": {"_type": "derivation", "name": "r-TSVC-1.2.2"}, "TSclust": {"_type": "derivation", "name": "r-TSclust-1.3.1"}, "TScompare": {"_type": "derivation", "name": "r-TScompare-2015.4-1"}, "TSdata": {"_type": "derivation", "name": "r-TSdata-2016.8-1"}, "TSdbi": {"_type": "derivation", "name": "r-TSdbi-2017.4-1"}, "TSdeeplearning": {"_type": "derivation", "name": "r-TSdeeplearning-0.1.0"}, "TSdisaggregation": {"_type": "derivation", "name": "r-TSdisaggregation-2.0.0"}, "TSdist": {"_type": "derivation", "name": "r-TSdist-3.7.1"}, "TSeriesMMA": {"_type": "derivation", "name": "r-TSeriesMMA-0.1.1"}, "TSfame": {"_type": "derivation", "name": "r-TSfame-2015.4-1"}, "TSmisc": {"_type": "derivation", "name": "r-TSmisc-2016.8-1"}, "TSodbc": {"_type": "derivation", "name": "r-TSodbc-2015.4-1"}, "TSrepr": {"_type": "derivation", "name": "r-TSrepr-1.1.0"}, "TSsdmx": {"_type": "derivation", "name": "r-TSsdmx-2016.8-1"}, "TSsmoothing": {"_type": "derivation", "name": "r-TSsmoothing-0.1.0"}, "TSsql": {"_type": "derivation", "name": "r-TSsql-2017.4-1"}, "TSstudio": {"_type": "derivation", "name": "r-TSstudio-0.1.6"}, "TT": {"_type": "derivation", "name": "r-TT-0.98"}, "TTAinterfaceTrendAnalysis": {"_type": "derivation", "name": "r-TTAinterfaceTrendAnalysis-1.5.8"}, "TTCA": {"_type": "derivation", "name": "r-TTCA-0.1.1"}, "TTMap": {"_type": "derivation", "name": "r-TTMap-1.18.0"}, "TTR": {"_type": "derivation", "name": "r-TTR-0.24.3"}, "TTS": {"_type": "derivation", "name": "r-TTS-1.0"}, "TTmoment": {"_type": "derivation", "name": "r-TTmoment-1.0"}, "TUFLOWR": {"_type": "derivation", "name": "r-TUFLOWR-0.1.0"}, "TULIP": {"_type": "derivation", "name": "r-TULIP-1.0.2"}, "TUWmodel": {"_type": "derivation", "name": "r-TUWmodel-1.1-1"}, "TVMM": {"_type": "derivation", "name": "r-TVMM-3.2.1"}, "TVTB": {"_type": "derivation", "name": "r-TVTB-1.22.0"}, "Taba": {"_type": "derivation", "name": "r-Taba-1.0.0"}, "Table1Heatmap": {"_type": "derivation", "name": "r-Table1Heatmap-1.2"}, "TableHC": {"_type": "derivation", "name": "r-TableHC-0.1.2"}, "TableMonster": {"_type": "derivation", "name": "r-TableMonster-1.7"}, "TableToLongForm": {"_type": "derivation", "name": "r-TableToLongForm-1.3.2"}, "TabulaMurisData": {"_type": "derivation", "name": "r-TabulaMurisData-1.14.0"}, "TabulaMurisSenisData": {"_type": "derivation", "name": "r-TabulaMurisSenisData-1.2.0"}, "TailClassifier": {"_type": "derivation", "name": "r-TailClassifier-0.1.0"}, "TailRank": {"_type": "derivation", "name": "r-TailRank-3.2.2"}, "TanB": {"_type": "derivation", "name": "r-TanB-0.1"}, "TangPoemR": {"_type": "derivation", "name": "r-TangPoemR-0.1.0"}, "TapeR": {"_type": "derivation", "name": "r-TapeR-0.5.0"}, "TarSeqQC": {"_type": "derivation", "name": "r-TarSeqQC-1.25.1"}, "TargetDecoy": {"_type": "derivation", "name": "r-TargetDecoy-1.2.0"}, "TargetScore": {"_type": "derivation", "name": "r-TargetScore-1.34.0"}, "TargetScoreData": {"_type": "derivation", "name": "r-TargetScoreData-1.32.0"}, "TargetSearch": {"_type": "derivation", "name": "r-TargetSearch-1.52.0"}, "TargetSearchData": {"_type": "derivation", "name": "r-TargetSearchData-1.34.0"}, "TargomoR": {"_type": "derivation", "name": "r-TargomoR-0.2.0"}, "Tariff": {"_type": "derivation", "name": "r-Tariff-1.0.5"}, "TauP_R": {"_type": "derivation", "name": "r-TauP.R-1.5"}, "TauStar": {"_type": "derivation", "name": "r-TauStar-1.1.4"}, "TaxicabCA": {"_type": "derivation", "name": "r-TaxicabCA-0.1.1"}, "Taxonstand": {"_type": "derivation", "name": "r-Taxonstand-2.4"}, "TcGSA": {"_type": "derivation", "name": "r-TcGSA-0.12.10"}, "Tcomp": {"_type": "derivation", "name": "r-Tcomp-1.0.1"}, "TeXCheckR": {"_type": "derivation", "name": "r-TeXCheckR-0.7.0"}, "TeachHist": {"_type": "derivation", "name": "r-TeachHist-0.2.0"}, "TeachNet": {"_type": "derivation", "name": "r-TeachNet-0.7.1"}, "TeachingDemos": {"_type": "derivation", "name": "r-TeachingDemos-2.12"}, "TeachingSampling": {"_type": "derivation", "name": "r-TeachingSampling-4.1.1"}, "Tejapi": {"_type": "derivation", "name": "r-Tejapi-1.0.1"}, "TempCont": {"_type": "derivation", "name": "r-TempCont-0.1.0"}, "Temporal": {"_type": "derivation", "name": "r-Temporal-0.3.0"}, "TemporalGSSA": {"_type": "derivation", "name": "r-TemporalGSSA-1.0.1"}, "Tendril": {"_type": "derivation", "name": "r-Tendril-2.0.4"}, "TensorClustering": {"_type": "derivation", "name": "r-TensorClustering-1.0.2"}, "TensorComplete": {"_type": "derivation", "name": "r-TensorComplete-0.1.0"}, "TensorTest2D": {"_type": "derivation", "name": "r-TensorTest2D-1.1.1"}, "Ternary": {"_type": "derivation", "name": "r-Ternary-2.1.1"}, "TesiproV": {"_type": "derivation", "name": "r-TesiproV-0.9.2"}, "TestCor": {"_type": "derivation", "name": "r-TestCor-0.0.2.2"}, "TestDataImputation": {"_type": "derivation", "name": "r-TestDataImputation-2.3"}, "TestDesign": {"_type": "derivation", "name": "r-TestDesign-1.3.4"}, "TestDimorph": {"_type": "derivation", "name": "r-TestDimorph-0.5.5"}, "TestFunctions": {"_type": "derivation", "name": "r-TestFunctions-0.2.0"}, "TestGardener": {"_type": "derivation", "name": "r-TestGardener-3.0.0"}, "TestScorer": {"_type": "derivation", "name": "r-TestScorer-1.7.2"}, "TestingSimilarity": {"_type": "derivation", "name": "r-TestingSimilarity-1.1"}, "TexExamRandomizer": {"_type": "derivation", "name": "r-TexExamRandomizer-1.2.3"}, "TextForecast": {"_type": "derivation", "name": "r-TextForecast-0.1.3"}, "TextMiningGUI": {"_type": "derivation", "name": "r-TextMiningGUI-0.3"}, "ThankYouStars": {"_type": "derivation", "name": "r-ThankYouStars-0.2.0"}, "TheSFACE": {"_type": "derivation", "name": "r-TheSFACE-0.1.0"}, "ThermIndex": {"_type": "derivation", "name": "r-ThermIndex-0.2.0"}, "ThermalSampleR": {"_type": "derivation", "name": "r-ThermalSampleR-0.1.0"}, "Thermimage": {"_type": "derivation", "name": "r-Thermimage-4.1.3"}, "Thinknum": {"_type": "derivation", "name": "r-Thinknum-1.3.0"}, "ThomasJeffersonUniv": {"_type": "derivation", "name": "r-ThomasJeffersonUniv-0.1.0"}, "ThreeArmedTrials": {"_type": "derivation", "name": "r-ThreeArmedTrials-1.0-3"}, "ThreeGroups": {"_type": "derivation", "name": "r-ThreeGroups-0.21"}, "ThreeWay": {"_type": "derivation", "name": "r-ThreeWay-1.1.3"}, "ThreeWiseMonkeys": {"_type": "derivation", "name": "r-ThreeWiseMonkeys-0.1.0"}, "Thresher": {"_type": "derivation", "name": "r-Thresher-1.1.3"}, "ThresholdROC": {"_type": "derivation", "name": "r-ThresholdROC-2.9.0"}, "ThresholdROCsurvival": {"_type": "derivation", "name": "r-ThresholdROCsurvival-1.0.2"}, "TiPS": {"_type": "derivation", "name": "r-TiPS-1.2.1"}, "TickExec": {"_type": "derivation", "name": "r-TickExec-1.1"}, "TiddlyWikiR": {"_type": "derivation", "name": "r-TiddlyWikiR-1.0.1"}, "TideCurves": {"_type": "derivation", "name": "r-TideCurves-0.0.5"}, "TideHarmonics": {"_type": "derivation", "name": "r-TideHarmonics-0.1-1"}, "TideTables": {"_type": "derivation", "name": "r-TideTables-0.0.3"}, "Tides": {"_type": "derivation", "name": "r-Tides-2.1"}, "TidyConsultant": {"_type": "derivation", "name": "r-TidyConsultant-0.1.0"}, "TidyDensity": {"_type": "derivation", "name": "r-TidyDensity-1.2.3"}, "TidyMultiqc": {"_type": "derivation", "name": "r-TidyMultiqc-1.0.3"}, "TileDBArray": {"_type": "derivation", "name": "r-TileDBArray-1.6.0"}, "TileManager": {"_type": "derivation", "name": "r-TileManager-0.4.1"}, "TimeProjection": {"_type": "derivation", "name": "r-TimeProjection-0.2.0"}, "TimeSeriesExperiment": {"_type": "derivation", "name": "r-TimeSeriesExperiment-1.13.0"}, "TimeSeries_OBeu": {"_type": "derivation", "name": "r-TimeSeries.OBeu-1.2.4"}, "TimeVTree": {"_type": "derivation", "name": "r-TimeVTree-0.3.1"}, "TimeVarConcurrentModel": {"_type": "derivation", "name": "r-TimeVarConcurrentModel-1.0"}, "TimeWarp": {"_type": "derivation", "name": "r-TimeWarp-1.0.15"}, "TimerQuant": {"_type": "derivation", "name": "r-TimerQuant-1.26.0"}, "TimiRGeN": {"_type": "derivation", "name": "r-TimiRGeN-1.6.0"}, "Tinflex": {"_type": "derivation", "name": "r-Tinflex-2.3"}, "TipDatingBeast": {"_type": "derivation", "name": "r-TipDatingBeast-1.1-0"}, "TippingPoint": {"_type": "derivation", "name": "r-TippingPoint-1.2.0"}, "TissueEnrich": {"_type": "derivation", "name": "r-TissueEnrich-1.16.0"}, "TitanCNA": {"_type": "derivation", "name": "r-TitanCNA-1.34.0"}, "Tlasso": {"_type": "derivation", "name": "r-Tlasso-1.0.2"}, "TmCalculator": {"_type": "derivation", "name": "r-TmCalculator-1.0.3"}, "Tmisc": {"_type": "derivation", "name": "r-Tmisc-1.0.0"}, "TnT": {"_type": "derivation", "name": "r-TnT-1.18.0"}, "TooManyCellsR": {"_type": "derivation", "name": "r-TooManyCellsR-0.1.1.0"}, "ToolsForCoDa": {"_type": "derivation", "name": "r-ToolsForCoDa-1.0.6"}, "TopDom": {"_type": "derivation", "name": "r-TopDom-0.10.1"}, "TopKLists": {"_type": "derivation", "name": "r-TopKLists-1.0.8"}, "TopSisWM": {"_type": "derivation", "name": "r-TopSisWM-1.0.2"}, "TopicScore": {"_type": "derivation", "name": "r-TopicScore-0.0.1"}, "TotalCopheneticIndex": {"_type": "derivation", "name": "r-TotalCopheneticIndex-2.0.1"}, "TouRnament": {"_type": "derivation", "name": "r-TouRnament-0.2.5"}, "ToxCrit": {"_type": "derivation", "name": "r-ToxCrit-1.0"}, "ToxicR": {"_type": "derivation", "name": "r-ToxicR-22.8.1.0.3"}, "ToxicoGx": {"_type": "derivation", "name": "r-ToxicoGx-2.0.0"}, "Tplyr": {"_type": "derivation", "name": "r-Tplyr-1.0.1"}, "TraMineR": {"_type": "derivation", "name": "r-TraMineR-2.2-5"}, "TraMineRextras": {"_type": "derivation", "name": "r-TraMineRextras-0.6.5"}, "TraRe": {"_type": "derivation", "name": "r-TraRe-1.4.0"}, "TraceAssist": {"_type": "derivation", "name": "r-TraceAssist-0.1.0"}, "TrackReconstruction": {"_type": "derivation", "name": "r-TrackReconstruction-1.3"}, "Trading": {"_type": "derivation", "name": "r-Trading-2.5"}, "TrafficBDE": {"_type": "derivation", "name": "r-TrafficBDE-0.1.1"}, "TraitStats": {"_type": "derivation", "name": "r-TraitStats-1.0.2"}, "TrajDataMining": {"_type": "derivation", "name": "r-TrajDataMining-0.1.6"}, "TrajectoryGeometry": {"_type": "derivation", "name": "r-TrajectoryGeometry-1.4.0"}, "TrajectoryUtils": {"_type": "derivation", "name": "r-TrajectoryUtils-1.4.0"}, "TransModel": {"_type": "derivation", "name": "r-TransModel-2.3"}, "TransP": {"_type": "derivation", "name": "r-TransP-0.1"}, "TransPhylo": {"_type": "derivation", "name": "r-TransPhylo-1.4.5"}, "TransView": {"_type": "derivation", "name": "r-TransView-1.40.0"}, "Tratamentos_ad": {"_type": "derivation", "name": "r-Tratamentos.ad-0.2.4"}, "Travel": {"_type": "derivation", "name": "r-Travel-1.4.0"}, "TreatmentSelection": {"_type": "derivation", "name": "r-TreatmentSelection-2.1.1"}, "TreeAndLeaf": {"_type": "derivation", "name": "r-TreeAndLeaf-1.8.0"}, "TreeBUGS": {"_type": "derivation", "name": "r-TreeBUGS-1.4.9"}, "TreeDep": {"_type": "derivation", "name": "r-TreeDep-0.1.3"}, "TreeDiagram": {"_type": "derivation", "name": "r-TreeDiagram-0.1.1"}, "TreeDimensionTest": {"_type": "derivation", "name": "r-TreeDimensionTest-0.0.2"}, "TreeDist": {"_type": "derivation", "name": "r-TreeDist-2.5.0"}, "TreePar": {"_type": "derivation", "name": "r-TreePar-3.3"}, "TreeSearch": {"_type": "derivation", "name": "r-TreeSearch-1.2.0"}, "TreeSim": {"_type": "derivation", "name": "r-TreeSim-2.4"}, "TreeSimGM": {"_type": "derivation", "name": "r-TreeSimGM-2.5"}, "TreeSummarizedExperiment": {"_type": "derivation", "name": "r-TreeSummarizedExperiment-2.4.0"}, "TreeTools": {"_type": "derivation", "name": "r-TreeTools-1.8.0"}, "TrenchR": {"_type": "derivation", "name": "r-TrenchR-0.1.1"}, "TrendInTrend": {"_type": "derivation", "name": "r-TrendInTrend-1.1.3"}, "TrendSLR": {"_type": "derivation", "name": "r-TrendSLR-1.0"}, "TrendTM": {"_type": "derivation", "name": "r-TrendTM-2.0.14"}, "Trendtwosub": {"_type": "derivation", "name": "r-Trendtwosub-0.0.2"}, "Trendy": {"_type": "derivation", "name": "r-Trendy-1.18.0"}, "TriDimRegression": {"_type": "derivation", "name": "r-TriDimRegression-1.0.1"}, "TriMatch": {"_type": "derivation", "name": "r-TriMatch-0.9.9"}, "TriadSim": {"_type": "derivation", "name": "r-TriadSim-0.3.0"}, "TrialSize": {"_type": "derivation", "name": "r-TrialSize-1.4"}, "TrioSGL": {"_type": "derivation", "name": "r-TrioSGL-1.1.0"}, "TripleR": {"_type": "derivation", "name": "r-TripleR-1.5.4"}, "TropFishR": {"_type": "derivation", "name": "r-TropFishR-1.6.3"}, "TrtCombo_FactorialExp_SR": {"_type": "derivation", "name": "r-TrtCombo.FactorialExp.SR-4.0.4"}, "TrueSkillThroughTime": {"_type": "derivation", "name": "r-TrueSkillThroughTime-0.1.0"}, "TruncExpFam": {"_type": "derivation", "name": "r-TruncExpFam-1.0.0"}, "TruncatedNormal": {"_type": "derivation", "name": "r-TruncatedNormal-2.2.2"}, "TrustVDJ": {"_type": "derivation", "name": "r-TrustVDJ-0.1.0"}, "Tsphere": {"_type": "derivation", "name": "r-Tsphere-1.0"}, "TukeyC": {"_type": "derivation", "name": "r-TukeyC-1.3-4"}, "TukeyRegion": {"_type": "derivation", "name": "r-TukeyRegion-0.1.5.5"}, "TunePareto": {"_type": "derivation", "name": "r-TunePareto-2.5.2"}, "TurboNorm": {"_type": "derivation", "name": "r-TurboNorm-1.44.0"}, "TurtleGraphics": {"_type": "derivation", "name": "r-TurtleGraphics-1.0-8"}, "Tushare": {"_type": "derivation", "name": "r-Tushare-0.1.4"}, "Twitmo": {"_type": "derivation", "name": "r-Twitmo-0.1.2"}, "TwitterAutomatedTrading": {"_type": "derivation", "name": "r-TwitterAutomatedTrading-0.1.0"}, "TwoArmSurvSim": {"_type": "derivation", "name": "r-TwoArmSurvSim-0.2"}, "TwoCop": {"_type": "derivation", "name": "r-TwoCop-1.0"}, "TwoPhaseInd": {"_type": "derivation", "name": "r-TwoPhaseInd-1.1.2"}, "TwoRegression": {"_type": "derivation", "name": "r-TwoRegression-1.0.0"}, "TwoSampleTest_HD": {"_type": "derivation", "name": "r-TwoSampleTest.HD-1.1"}, "TwoStepCLogit": {"_type": "derivation", "name": "r-TwoStepCLogit-1.2.5"}, "TwoWayFEWeights": {"_type": "derivation", "name": "r-TwoWayFEWeights-0.1.0"}, "TxDb_Athaliana_BioMart_plantsmart22": {"_type": "derivation", "name": "r-TxDb.Athaliana.BioMart.plantsmart22-3.0.1"}, "TxDb_Athaliana_BioMart_plantsmart25": {"_type": "derivation", "name": "r-TxDb.Athaliana.BioMart.plantsmart25-3.1.3"}, "TxDb_Athaliana_BioMart_plantsmart28": {"_type": "derivation", "name": "r-TxDb.Athaliana.BioMart.plantsmart28-3.2.2"}, "TxDb_Athaliana_BioMart_plantsmart51": {"_type": "derivation", "name": "r-TxDb.Athaliana.BioMart.plantsmart51-0.99.0"}, "TxDb_Btaurus_UCSC_bosTau8_refGene": {"_type": "derivation", "name": "r-TxDb.Btaurus.UCSC.bosTau8.refGene-3.12.0"}, "TxDb_Btaurus_UCSC_bosTau9_refGene": {"_type": "derivation", "name": "r-TxDb.Btaurus.UCSC.bosTau9.refGene-3.10.0"}, "TxDb_Celegans_UCSC_ce11_ensGene": {"_type": "derivation", "name": "r-TxDb.Celegans.UCSC.ce11.ensGene-3.15.0"}, "TxDb_Celegans_UCSC_ce11_refGene": {"_type": "derivation", "name": "r-TxDb.Celegans.UCSC.ce11.refGene-3.4.6"}, "TxDb_Celegans_UCSC_ce6_ensGene": {"_type": "derivation", "name": "r-TxDb.Celegans.UCSC.ce6.ensGene-3.2.2"}, "TxDb_Cfamiliaris_UCSC_canFam3_refGene": {"_type": "derivation", "name": "r-TxDb.Cfamiliaris.UCSC.canFam3.refGene-3.11.0"}, "TxDb_Cfamiliaris_UCSC_canFam4_refGene": {"_type": "derivation", "name": "r-TxDb.Cfamiliaris.UCSC.canFam4.refGene-3.14.0"}, "TxDb_Cfamiliaris_UCSC_canFam5_refGene": {"_type": "derivation", "name": "r-TxDb.Cfamiliaris.UCSC.canFam5.refGene-3.14.0"}, "TxDb_Dmelanogaster_UCSC_dm3_ensGene": {"_type": "derivation", "name": "r-TxDb.Dmelanogaster.UCSC.dm3.ensGene-3.2.2"}, "TxDb_Dmelanogaster_UCSC_dm6_ensGene": {"_type": "derivation", "name": "r-TxDb.Dmelanogaster.UCSC.dm6.ensGene-3.12.0"}, "TxDb_Drerio_UCSC_danRer10_refGene": {"_type": "derivation", "name": "r-TxDb.Drerio.UCSC.danRer10.refGene-3.4.6"}, "TxDb_Drerio_UCSC_danRer11_refGene": {"_type": "derivation", "name": "r-TxDb.Drerio.UCSC.danRer11.refGene-3.4.6"}, "TxDb_Ggallus_UCSC_galGal4_refGene": {"_type": "derivation", "name": "r-TxDb.Ggallus.UCSC.galGal4.refGene-3.12.0"}, "TxDb_Ggallus_UCSC_galGal5_refGene": {"_type": "derivation", "name": "r-TxDb.Ggallus.UCSC.galGal5.refGene-3.12.0"}, "TxDb_Ggallus_UCSC_galGal6_refGene": {"_type": "derivation", "name": "r-TxDb.Ggallus.UCSC.galGal6.refGene-3.10.0"}, "TxDb_Hsapiens_BioMart_igis": {"_type": "derivation", "name": "r-TxDb.Hsapiens.BioMart.igis-2.3.2"}, "TxDb_Hsapiens_UCSC_hg18_knownGene": {"_type": "derivation", "name": "r-TxDb.Hsapiens.UCSC.hg18.knownGene-3.2.2"}, "TxDb_Hsapiens_UCSC_hg19_knownGene": {"_type": "derivation", "name": "r-TxDb.Hsapiens.UCSC.hg19.knownGene-3.2.2"}, "TxDb_Hsapiens_UCSC_hg19_lincRNAsTranscripts": {"_type": "derivation", "name": "r-TxDb.Hsapiens.UCSC.hg19.lincRNAsTranscripts-3.2.2"}, "TxDb_Hsapiens_UCSC_hg38_knownGene": {"_type": "derivation", "name": "r-TxDb.Hsapiens.UCSC.hg38.knownGene-3.15.0"}, "TxDb_Hsapiens_UCSC_hg38_refGene": {"_type": "derivation", "name": "r-TxDb.Hsapiens.UCSC.hg38.refGene-3.15.0"}, "TxDb_Mmulatta_UCSC_rheMac10_refGene": {"_type": "derivation", "name": "r-TxDb.Mmulatta.UCSC.rheMac10.refGene-3.14.0"}, "TxDb_Mmulatta_UCSC_rheMac3_refGene": {"_type": "derivation", "name": "r-TxDb.Mmulatta.UCSC.rheMac3.refGene-3.12.0"}, "TxDb_Mmulatta_UCSC_rheMac8_refGene": {"_type": "derivation", "name": "r-TxDb.Mmulatta.UCSC.rheMac8.refGene-3.12.0"}, "TxDb_Mmusculus_UCSC_mm10_ensGene": {"_type": "derivation", "name": "r-TxDb.Mmusculus.UCSC.mm10.ensGene-3.4.0"}, "TxDb_Mmusculus_UCSC_mm10_knownGene": {"_type": "derivation", "name": "r-TxDb.Mmusculus.UCSC.mm10.knownGene-3.10.0"}, "TxDb_Mmusculus_UCSC_mm39_refGene": {"_type": "derivation", "name": "r-TxDb.Mmusculus.UCSC.mm39.refGene-3.12.0"}, "TxDb_Mmusculus_UCSC_mm9_knownGene": {"_type": "derivation", "name": "r-TxDb.Mmusculus.UCSC.mm9.knownGene-3.2.2"}, "TxDb_Ptroglodytes_UCSC_panTro4_refGene": {"_type": "derivation", "name": "r-TxDb.Ptroglodytes.UCSC.panTro4.refGene-3.12.0"}, "TxDb_Ptroglodytes_UCSC_panTro5_refGene": {"_type": "derivation", "name": "r-TxDb.Ptroglodytes.UCSC.panTro5.refGene-3.12.0"}, "TxDb_Ptroglodytes_UCSC_panTro6_refGene": {"_type": "derivation", "name": "r-TxDb.Ptroglodytes.UCSC.panTro6.refGene-3.10.0"}, "TxDb_Rnorvegicus_BioMart_igis": {"_type": "derivation", "name": "r-TxDb.Rnorvegicus.BioMart.igis-2.3.2"}, "TxDb_Rnorvegicus_UCSC_rn4_ensGene": {"_type": "derivation", "name": "r-TxDb.Rnorvegicus.UCSC.rn4.ensGene-3.2.2"}, "TxDb_Rnorvegicus_UCSC_rn5_refGene": {"_type": "derivation", "name": "r-TxDb.Rnorvegicus.UCSC.rn5.refGene-3.12.0"}, "TxDb_Rnorvegicus_UCSC_rn6_ncbiRefSeq": {"_type": "derivation", "name": "r-TxDb.Rnorvegicus.UCSC.rn6.ncbiRefSeq-3.12.0"}, "TxDb_Rnorvegicus_UCSC_rn6_refGene": {"_type": "derivation", "name": "r-TxDb.Rnorvegicus.UCSC.rn6.refGene-3.4.6"}, "TxDb_Rnorvegicus_UCSC_rn7_refGene": {"_type": "derivation", "name": "r-TxDb.Rnorvegicus.UCSC.rn7.refGene-3.15.0"}, "TxDb_Scerevisiae_UCSC_sacCer2_sgdGene": {"_type": "derivation", "name": "r-TxDb.Scerevisiae.UCSC.sacCer2.sgdGene-3.2.2"}, "TxDb_Scerevisiae_UCSC_sacCer3_sgdGene": {"_type": "derivation", "name": "r-TxDb.Scerevisiae.UCSC.sacCer3.sgdGene-3.2.2"}, "TxDb_Sscrofa_UCSC_susScr11_refGene": {"_type": "derivation", "name": "r-TxDb.Sscrofa.UCSC.susScr11.refGene-3.12.0"}, "TxDb_Sscrofa_UCSC_susScr3_refGene": {"_type": "derivation", "name": "r-TxDb.Sscrofa.UCSC.susScr3.refGene-3.12.0"}, "TypeInfo": {"_type": "derivation", "name": "r-TypeInfo-1.62.0"}, "UBCRM": {"_type": "derivation", "name": "r-UBCRM-1.0.2"}, "UBL": {"_type": "derivation", "name": "r-UBL-0.0.7"}, "UCR_ColumnNames": {"_type": "derivation", "name": "r-UCR.ColumnNames-0.1.0"}, "UCSCRepeatMasker": {"_type": "derivation", "name": "r-UCSCRepeatMasker-3.15.2"}, "UCSCXenaShiny": {"_type": "derivation", "name": "r-UCSCXenaShiny-1.1.8"}, "UCSCXenaTools": {"_type": "derivation", "name": "r-UCSCXenaTools-1.4.8"}, "UCell": {"_type": "derivation", "name": "r-UCell-2.0.1"}, "UComp": {"_type": "derivation", "name": "r-UComp-2.2.3"}, "UKB_COVID19": {"_type": "derivation", "name": "r-UKB.COVID19-0.1.3"}, "UKFE": {"_type": "derivation", "name": "r-UKFE-0.2.4"}, "UKgrid": {"_type": "derivation", "name": "r-UKgrid-0.1.3"}, "UMI4Cats": {"_type": "derivation", "name": "r-UMI4Cats-1.6.0"}, "UMR": {"_type": "derivation", "name": "r-UMR-1.1.0"}, "UNCLES": {"_type": "derivation", "name": "r-UNCLES-2.0"}, "UNDO": {"_type": "derivation", "name": "r-UNDO-1.38.0"}, "UNF": {"_type": "derivation", "name": "r-UNF-2.0.8"}, "UNPaC": {"_type": "derivation", "name": "r-UNPaC-1.1.1"}, "UPCM": {"_type": "derivation", "name": "r-UPCM-0.0-3"}, "UPG": {"_type": "derivation", "name": "r-UPG-0.3.1"}, "UPMASK": {"_type": "derivation", "name": "r-UPMASK-1.2"}, "UPSvarApprox": {"_type": "derivation", "name": "r-UPSvarApprox-0.1.3"}, "USA_state_boundaries": {"_type": "derivation", "name": "r-USA.state.boundaries-1.0.0"}, "USAboundaries": {"_type": "derivation", "name": "r-USAboundaries-0.4.0"}, "USP": {"_type": "derivation", "name": "r-USP-0.1.2"}, "UScancer": {"_type": "derivation", "name": "r-UScancer-0.1-2"}, "UScensus2000cdp": {"_type": "derivation", "name": "r-UScensus2000cdp-0.03"}, "UScensus2000tract": {"_type": "derivation", "name": "r-UScensus2000tract-0.03"}, "UScensus2010": {"_type": "derivation", "name": "r-UScensus2010-0.20.0"}, "USgas": {"_type": "derivation", "name": "r-USgas-0.1.1"}, "USgrid": {"_type": "derivation", "name": "r-USgrid-0.1.2"}, "USpopcenters": {"_type": "derivation", "name": "r-USpopcenters-0.1.1"}, "UStatBookABSC": {"_type": "derivation", "name": "r-UStatBookABSC-1.0.0"}, "UWHAM": {"_type": "derivation", "name": "r-UWHAM-1.1"}, "UdderQuarterInfectionData": {"_type": "derivation", "name": "r-UdderQuarterInfectionData-1.0.0"}, "Ularcirc": {"_type": "derivation", "name": "r-Ularcirc-1.14.0"}, "Ultimixt": {"_type": "derivation", "name": "r-Ultimixt-2.1"}, "Umatrix": {"_type": "derivation", "name": "r-Umatrix-3.3"}, "Umoments": {"_type": "derivation", "name": "r-Umoments-0.1.1"}, "Umpire": {"_type": "derivation", "name": "r-Umpire-2.0.10"}, "UncDecomp": {"_type": "derivation", "name": "r-UncDecomp-1.0.1"}, "UncertainInterval": {"_type": "derivation", "name": "r-UncertainInterval-0.7.0"}, "UniIsoRegression": {"_type": "derivation", "name": "r-UniIsoRegression-0.0-0"}, "UniProt_ws": {"_type": "derivation", "name": "r-UniProt.ws-2.36.5"}, "Unicode": {"_type": "derivation", "name": "r-Unicode-15.0.0-1"}, "UnifiedDoseFinding": {"_type": "derivation", "name": "r-UnifiedDoseFinding-0.1.10"}, "UniprotR": {"_type": "derivation", "name": "r-UniprotR-2.2.2"}, "Uniquorn": {"_type": "derivation", "name": "r-Uniquorn-2.16.0"}, "UnitCircle": {"_type": "derivation", "name": "r-UnitCircle-0.1.3"}, "UnitStat": {"_type": "derivation", "name": "r-UnitStat-1.1.0"}, "UnivRNG": {"_type": "derivation", "name": "r-UnivRNG-1.2.3"}, "UpSetR": {"_type": "derivation", "name": "r-UpSetR-1.4.0"}, "UpSetVP": {"_type": "derivation", "name": "r-UpSetVP-1.0.0"}, "UsingR": {"_type": "derivation", "name": "r-UsingR-2.0-7"}, "UtilityFrailtyPH12": {"_type": "derivation", "name": "r-UtilityFrailtyPH12-1.0"}, "V8": {"_type": "derivation", "name": "r-V8-4.2.1"}, "VAExprs": {"_type": "derivation", "name": "r-VAExprs-1.2.1"}, "VAJointSurv": {"_type": "derivation", "name": "r-VAJointSurv-0.1.0"}, "VALERIE": {"_type": "derivation", "name": "r-VALERIE-1.1.0"}, "VAM": {"_type": "derivation", "name": "r-VAM-1.0.0"}, "VARDetect": {"_type": "derivation", "name": "r-VARDetect-0.1.6"}, "VARMER": {"_type": "derivation", "name": "r-VARMER-1.0.0"}, "VARSEDIG": {"_type": "derivation", "name": "r-VARSEDIG-2.1"}, "VARSELECTEXPOSURE": {"_type": "derivation", "name": "r-VARSELECTEXPOSURE-1.0.1"}, "VAR_etp": {"_type": "derivation", "name": "r-VAR.etp-1.0"}, "VARshrink": {"_type": "derivation", "name": "r-VARshrink-0.3.1"}, "VARsignR": {"_type": "derivation", "name": "r-VARsignR-0.1.3"}, "VARtests": {"_type": "derivation", "name": "r-VARtests-2.0.5"}, "VBLPCM": {"_type": "derivation", "name": "r-VBLPCM-2.4.8"}, "VBTree": {"_type": "derivation", "name": "r-VBTree-0.1.0"}, "VBsparsePCA": {"_type": "derivation", "name": "r-VBsparsePCA-0.1.0"}, "VC2copula": {"_type": "derivation", "name": "r-VC2copula-0.1.2"}, "VCA": {"_type": "derivation", "name": "r-VCA-1.4.5"}, "VCFArray": {"_type": "derivation", "name": "r-VCFArray-1.12.0"}, "VDAP": {"_type": "derivation", "name": "r-VDAP-2.0.0"}, "VDJgermlines": {"_type": "derivation", "name": "r-VDJgermlines-0.1"}, "VDSM": {"_type": "derivation", "name": "r-VDSM-0.1.1"}, "VDSPCalibration": {"_type": "derivation", "name": "r-VDSPCalibration-1.0"}, "VERSO": {"_type": "derivation", "name": "r-VERSO-1.6.0"}, "VEwaning": {"_type": "derivation", "name": "r-VEwaning-1.2"}, "VEwaningVariant": {"_type": "derivation", "name": "r-VEwaningVariant-1.3"}, "VFP": {"_type": "derivation", "name": "r-VFP-1.4"}, "VFS": {"_type": "derivation", "name": "r-VFS-1.0.2"}, "VGAM": {"_type": "derivation", "name": "r-VGAM-1.1-7"}, "VGAMdata": {"_type": "derivation", "name": "r-VGAMdata-1.1-6"}, "VGAMextra": {"_type": "derivation", "name": "r-VGAMextra-0.0-5"}, "VHDClassification": {"_type": "derivation", "name": "r-VHDClassification-0.3"}, "VIC5": {"_type": "derivation", "name": "r-VIC5-0.2.5"}, "VIF": {"_type": "derivation", "name": "r-VIF-1.0"}, "VIFCP": {"_type": "derivation", "name": "r-VIFCP-1.2"}, "VIGoR": {"_type": "derivation", "name": "r-VIGoR-1.1.1"}, "VIM": {"_type": "derivation", "name": "r-VIM-6.2.2"}, "VIRF": {"_type": "derivation", "name": "r-VIRF-0.1.0"}, "VLF": {"_type": "derivation", "name": "r-VLF-1.1"}, "VLMC": {"_type": "derivation", "name": "r-VLMC-1.4-3-1"}, "VLTimeCausality": {"_type": "derivation", "name": "r-VLTimeCausality-0.1.4"}, "VMDML": {"_type": "derivation", "name": "r-VMDML-0.1.0"}, "VMDecomp": {"_type": "derivation", "name": "r-VMDecomp-1.0.1"}, "VNM": {"_type": "derivation", "name": "r-VNM-7.1"}, "VOSONDash": {"_type": "derivation", "name": "r-VOSONDash-0.5.7"}, "VPdtw": {"_type": "derivation", "name": "r-VPdtw-2.1-14"}, "VSURF": {"_type": "derivation", "name": "r-VSURF-1.1.0"}, "VSdecomp": {"_type": "derivation", "name": "r-VSdecomp-0.1.1"}, "VTShiny": {"_type": "derivation", "name": "r-VTShiny-0.1.0"}, "VUROCS": {"_type": "derivation", "name": "r-VUROCS-1.0"}, "VWPre": {"_type": "derivation", "name": "r-VWPre-1.2.4"}, "VaRES": {"_type": "derivation", "name": "r-VaRES-1.0.1"}, "VaSP": {"_type": "derivation", "name": "r-VaSP-1.8.0"}, "VancouvR": {"_type": "derivation", "name": "r-VancouvR-0.1.7"}, "VanillaICE": {"_type": "derivation", "name": "r-VanillaICE-1.58.0"}, "VarBundle": {"_type": "derivation", "name": "r-VarBundle-0.3.0"}, "VarCon": {"_type": "derivation", "name": "r-VarCon-1.4.0"}, "VarED": {"_type": "derivation", "name": "r-VarED-1.0.0"}, "VarRedOpt": {"_type": "derivation", "name": "r-VarRedOpt-0.1.0"}, "VarReg": {"_type": "derivation", "name": "r-VarReg-1.0.2"}, "VarSelLCM": {"_type": "derivation", "name": "r-VarSelLCM-2.1.3.1"}, "VarSwapPrice": {"_type": "derivation", "name": "r-VarSwapPrice-1.0"}, "VarfromPDB": {"_type": "derivation", "name": "r-VarfromPDB-2.2.10"}, "VariableScreening": {"_type": "derivation", "name": "r-VariableScreening-0.2.1"}, "VarianceGamma": {"_type": "derivation", "name": "r-VarianceGamma-0.4-0"}, "VariantAnnotation": {"_type": "derivation", "name": "r-VariantAnnotation-1.42.1"}, "VariantExperiment": {"_type": "derivation", "name": "r-VariantExperiment-1.10.0"}, "VariantFiltering": {"_type": "derivation", "name": "r-VariantFiltering-1.32.0"}, "VariantScan": {"_type": "derivation", "name": "r-VariantScan-1.1.9"}, "VariantTools": {"_type": "derivation", "name": "r-VariantTools-1.38.0"}, "VariantToolsData": {"_type": "derivation", "name": "r-VariantToolsData-1.20.0"}, "VdgRsm": {"_type": "derivation", "name": "r-VdgRsm-1.5"}, "Vdgraph": {"_type": "derivation", "name": "r-Vdgraph-2.2-2"}, "VecStatGraphs2D": {"_type": "derivation", "name": "r-VecStatGraphs2D-1.8"}, "VecStatGraphs3D": {"_type": "derivation", "name": "r-VecStatGraphs3D-1.6"}, "VectraPolarisData": {"_type": "derivation", "name": "r-VectraPolarisData-1.0.0"}, "VedicDateTime": {"_type": "derivation", "name": "r-VedicDateTime-0.1.1"}, "VegaMC": {"_type": "derivation", "name": "r-VegaMC-3.34.0"}, "VennDetail": {"_type": "derivation", "name": "r-VennDetail-1.12.0"}, "VennDiagram": {"_type": "derivation", "name": "r-VennDiagram-1.7.3"}, "VertexSimilarity": {"_type": "derivation", "name": "r-VertexSimilarity-0.1"}, "VertexSort": {"_type": "derivation", "name": "r-VertexSort-0.1-1"}, "VeryLargeIntegers": {"_type": "derivation", "name": "r-VeryLargeIntegers-0.1.8"}, "VetResearchLMM": {"_type": "derivation", "name": "r-VetResearchLMM-1.0.0"}, "ViSEAGO": {"_type": "derivation", "name": "r-ViSEAGO-1.10.0"}, "ViSiElse": {"_type": "derivation", "name": "r-ViSiElse-1.2.2"}, "VicmapR": {"_type": "derivation", "name": "r-VicmapR-0.1.9"}, "ViewPipeSteps": {"_type": "derivation", "name": "r-ViewPipeSteps-0.1.0"}, "VineCopula": {"_type": "derivation", "name": "r-VineCopula-2.4.4"}, "VirtualPop": {"_type": "derivation", "name": "r-VirtualPop-1.0.2"}, "VisitorCounts": {"_type": "derivation", "name": "r-VisitorCounts-1.0.1"}, "VisualizeSimon2Stage": {"_type": "derivation", "name": "r-VisualizeSimon2Stage-0.1.0"}, "Visualize_CRAN_Downloads": {"_type": "derivation", "name": "r-Visualize.CRAN.Downloads-1.0.1"}, "VorteksExport": {"_type": "derivation", "name": "r-VorteksExport-0.1.8"}, "Voss": {"_type": "derivation", "name": "r-Voss-0.1.5"}, "VoxR": {"_type": "derivation", "name": "r-VoxR-1.0.0"}, "VplotR": {"_type": "derivation", "name": "r-VplotR-1.6.0"}, "VulnToolkit": {"_type": "derivation", "name": "r-VulnToolkit-1.1.4"}, "W2CWM2C": {"_type": "derivation", "name": "r-W2CWM2C-2.2"}, "W3CMarkupValidator": {"_type": "derivation", "name": "r-W3CMarkupValidator-0.1-6"}, "WA": {"_type": "derivation", "name": "r-WA-1.0"}, "WACS": {"_type": "derivation", "name": "r-WACS-1.1.0"}, "WARN": {"_type": "derivation", "name": "r-WARN-1.2-4"}, "WASP": {"_type": "derivation", "name": "r-WASP-1.4.3"}, "WCE": {"_type": "derivation", "name": "r-WCE-1.0.2"}, "WCM": {"_type": "derivation", "name": "r-WCM-0.2.2"}, "WCQ": {"_type": "derivation", "name": "r-WCQ-0.2"}, "WDI": {"_type": "derivation", "name": "r-WDI-2.7.8"}, "WEE": {"_type": "derivation", "name": "r-WEE-1.0"}, "WEGE": {"_type": "derivation", "name": "r-WEGE-0.1.0"}, "WES_1KG_WUGSC": {"_type": "derivation", "name": "r-WES.1KG.WUGSC-1.28.0"}, "WGCNA": {"_type": "derivation", "name": "r-WGCNA-1.71"}, "WGScan": {"_type": "derivation", "name": "r-WGScan-0.1"}, "WGSmapp": {"_type": "derivation", "name": "r-WGSmapp-1.8.0"}, "WINS": {"_type": "derivation", "name": "r-WINS-1.3.2"}, "WLasso": {"_type": "derivation", "name": "r-WLasso-1.0"}, "WLinfer": {"_type": "derivation", "name": "r-WLinfer-1.2.0"}, "WLogit": {"_type": "derivation", "name": "r-WLogit-1.0"}, "WLreg": {"_type": "derivation", "name": "r-WLreg-1.0.0"}, "WMDB": {"_type": "derivation", "name": "r-WMDB-1.0"}, "WMWssp": {"_type": "derivation", "name": "r-WMWssp-0.4.0"}, "WOTPLY": {"_type": "derivation", "name": "r-WOTPLY-0.1.0"}, "WPC": {"_type": "derivation", "name": "r-WPC-1.0"}, "WPKDE": {"_type": "derivation", "name": "r-WPKDE-0.1"}, "WR": {"_type": "derivation", "name": "r-WR-1.0"}, "WRI": {"_type": "derivation", "name": "r-WRI-0.2.0"}, "WRS2": {"_type": "derivation", "name": "r-WRS2-1.1-4"}, "WRSS": {"_type": "derivation", "name": "r-WRSS-3.1"}, "WRTDStidal": {"_type": "derivation", "name": "r-WRTDStidal-1.1.2"}, "WSGeometry": {"_type": "derivation", "name": "r-WSGeometry-1.2.1"}, "WVPlots": {"_type": "derivation", "name": "r-WVPlots-1.3.2"}, "WWGbook": {"_type": "derivation", "name": "r-WWGbook-1.0.2"}, "WWR": {"_type": "derivation", "name": "r-WWR-1.2.2"}, "WaMaSim": {"_type": "derivation", "name": "r-WaMaSim-1.0.0"}, "WallomicsData": {"_type": "derivation", "name": "r-WallomicsData-1.0"}, "Watersheds": {"_type": "derivation", "name": "r-Watersheds-1.1"}, "WaveSampling": {"_type": "derivation", "name": "r-WaveSampling-0.1.3"}, "WaveletANN": {"_type": "derivation", "name": "r-WaveletANN-0.1.2"}, "WaveletArima": {"_type": "derivation", "name": "r-WaveletArima-0.1.2"}, "WaveletComp": {"_type": "derivation", "name": "r-WaveletComp-1.1"}, "WaveletGARCH": {"_type": "derivation", "name": "r-WaveletGARCH-0.1.1"}, "WaveletRF": {"_type": "derivation", "name": "r-WaveletRF-0.1.0"}, "WaveletSVR": {"_type": "derivation", "name": "r-WaveletSVR-0.1.0"}, "WaverR": {"_type": "derivation", "name": "r-WaverR-1.0"}, "Wcompo": {"_type": "derivation", "name": "r-Wcompo-1.0"}, "WeMix": {"_type": "derivation", "name": "r-WeMix-3.2.4"}, "WebAnalytics": {"_type": "derivation", "name": "r-WebAnalytics-0.9.5"}, "WebGestaltR": {"_type": "derivation", "name": "r-WebGestaltR-0.4.4"}, "WebPower": {"_type": "derivation", "name": "r-WebPower-0.8.6"}, "WeibullFit": {"_type": "derivation", "name": "r-WeibullFit-0.1.0"}, "WeibullR": {"_type": "derivation", "name": "r-WeibullR-1.2.1"}, "WeibullR_ALT": {"_type": "derivation", "name": "r-WeibullR.ALT-0.7.2"}, "WeightIt": {"_type": "derivation", "name": "r-WeightIt-0.13.1"}, "WeightSVM": {"_type": "derivation", "name": "r-WeightSVM-1.7-11"}, "WeightedCluster": {"_type": "derivation", "name": "r-WeightedCluster-1.6-0"}, "WeightedPortTest": {"_type": "derivation", "name": "r-WeightedPortTest-1.0"}, "WeightedROC": {"_type": "derivation", "name": "r-WeightedROC-2020.1.31"}, "Weighted_Desc_Stat": {"_type": "derivation", "name": "r-Weighted.Desc.Stat-1.0"}, "WgtEff": {"_type": "derivation", "name": "r-WgtEff-0.1.2"}, "WhatIf": {"_type": "derivation", "name": "r-WhatIf-1.5-10"}, "WhiteStripe": {"_type": "derivation", "name": "r-WhiteStripe-2.4.2"}, "WienR": {"_type": "derivation", "name": "r-WienR-0.3-7"}, "WikidataQueryServiceR": {"_type": "derivation", "name": "r-WikidataQueryServiceR-1.0.0"}, "WikidataR": {"_type": "derivation", "name": "r-WikidataR-2.3.3"}, "WikipediR": {"_type": "derivation", "name": "r-WikipediR-1.5.0"}, "WikipediaR": {"_type": "derivation", "name": "r-WikipediaR-1.1"}, "WilcoxCV": {"_type": "derivation", "name": "r-WilcoxCV-1.0-2"}, "WinRatio": {"_type": "derivation", "name": "r-WinRatio-1.0"}, "WindCurves": {"_type": "derivation", "name": "r-WindCurves-0.2"}, "WoodSimulatR": {"_type": "derivation", "name": "r-WoodSimulatR-0.6.0"}, "WoodburyMatrix": {"_type": "derivation", "name": "r-WoodburyMatrix-0.0.2"}, "WordOfMouth": {"_type": "derivation", "name": "r-WordOfMouth-1.1.0"}, "WordPools": {"_type": "derivation", "name": "r-WordPools-1.1-1"}, "WordR": {"_type": "derivation", "name": "r-WordR-0.3.5"}, "WorldFlora": {"_type": "derivation", "name": "r-WorldFlora-1.11"}, "WormTensor": {"_type": "derivation", "name": "r-WormTensor-0.1.0"}, "Wrench": {"_type": "derivation", "name": "r-Wrench-1.14.0"}, "WrensBookshelf": {"_type": "derivation", "name": "r-WrensBookshelf-0.1.0"}, "WrightMap": {"_type": "derivation", "name": "r-WrightMap-1.3"}, "WriteXLS": {"_type": "derivation", "name": "r-WriteXLS-6.4.0"}, "WtTopsis": {"_type": "derivation", "name": "r-WtTopsis-1.0"}, "WufooR": {"_type": "derivation", "name": "r-WufooR-1.0.1"}, "XBRL": {"_type": "derivation", "name": "r-XBRL-0.99.19.1"}, "XCIR": {"_type": "derivation", "name": "r-XCIR-1.7.0"}, "XDE": {"_type": "derivation", "name": "r-XDE-2.42.0"}, "XHWE": {"_type": "derivation", "name": "r-XHWE-1.0"}, "XICOR": {"_type": "derivation", "name": "r-XICOR-0.3.3"}, "XINA": {"_type": "derivation", "name": "r-XINA-1.14.0"}, "XKCDdata": {"_type": "derivation", "name": "r-XKCDdata-0.1.0"}, "XLConnect": {"_type": "derivation", "name": "r-XLConnect-1.0.6"}, "XLS": {"_type": "derivation", "name": "r-XLS-0.1.0"}, "XML": {"_type": "derivation", "name": "r-XML-3.99-0.12"}, "XML2R": {"_type": "derivation", "name": "r-XML2R-0.0.6"}, "XNAString": {"_type": "derivation", "name": "r-XNAString-1.4.0"}, "XNomial": {"_type": "derivation", "name": "r-XNomial-1.0.4"}, "XPolaris": {"_type": "derivation", "name": "r-XPolaris-1.0.2"}, "XR": {"_type": "derivation", "name": "r-XR-0.7.2"}, "XRJulia": {"_type": "derivation", "name": "r-XRJulia-0.9.0"}, "XRPython": {"_type": "derivation", "name": "r-XRPython-0.8"}, "XRSCC": {"_type": "derivation", "name": "r-XRSCC-0.1"}, "XVector": {"_type": "derivation", "name": "r-XVector-0.36.0"}, "Xeva": {"_type": "derivation", "name": "r-Xeva-1.12.0"}, "XhybCasneuf": {"_type": "derivation", "name": "r-XhybCasneuf-1.34.0"}, "XiMpLe": {"_type": "derivation", "name": "r-XiMpLe-0.10-3"}, "Xmisc": {"_type": "derivation", "name": "r-Xmisc-0.2.1"}, "Xplortext": {"_type": "derivation", "name": "r-Xplortext-1.5.1"}, "XtraSNPlocs_Hsapiens_dbSNP141_GRCh38": {"_type": "derivation", "name": "r-XtraSNPlocs.Hsapiens.dbSNP141.GRCh38-0.99.13"}, "XtraSNPlocs_Hsapiens_dbSNP144_GRCh37": {"_type": "derivation", "name": "r-XtraSNPlocs.Hsapiens.dbSNP144.GRCh37-0.99.12"}, "XtraSNPlocs_Hsapiens_dbSNP144_GRCh38": {"_type": "derivation", "name": "r-XtraSNPlocs.Hsapiens.dbSNP144.GRCh38-0.99.12"}, "YAPSA": {"_type": "derivation", "name": "r-YAPSA-1.22.0"}, "YPBP": {"_type": "derivation", "name": "r-YPBP-0.0.1"}, "YPInterimTesting": {"_type": "derivation", "name": "r-YPInterimTesting-1.0.3"}, "YPPE": {"_type": "derivation", "name": "r-YPPE-1.0.1"}, "YPmodel": {"_type": "derivation", "name": "r-YPmodel-1.4"}, "YRmisc": {"_type": "derivation", "name": "r-YRmisc-0.1.6"}, "YaleToolkit": {"_type": "derivation", "name": "r-YaleToolkit-4.2.3"}, "Yamm": {"_type": "derivation", "name": "r-Yamm-1.3.2"}, "YatesAlgo_FactorialExp_SR": {"_type": "derivation", "name": "r-YatesAlgo.FactorialExp.SR-4.0.4"}, "YieldCurve": {"_type": "derivation", "name": "r-YieldCurve-5.1"}, "Z10": {"_type": "derivation", "name": "r-Z10-0.1.0"}, "ZIBBSeqDiscovery": {"_type": "derivation", "name": "r-ZIBBSeqDiscovery-1.0"}, "ZIBseq": {"_type": "derivation", "name": "r-ZIBseq-1.2"}, "ZIM": {"_type": "derivation", "name": "r-ZIM-1.1.0"}, "ZINARp": {"_type": "derivation", "name": "r-ZINARp-0.1.0"}, "ZIPBayes": {"_type": "derivation", "name": "r-ZIPBayes-1.0.2"}, "ZIPFA": {"_type": "derivation", "name": "r-ZIPFA-0.8.1"}, "ZIprop": {"_type": "derivation", "name": "r-ZIprop-0.1.1"}, "ZRA": {"_type": "derivation", "name": "r-ZRA-0.2"}, "ZVCV": {"_type": "derivation", "name": "r-ZVCV-2.1.1"}, "ZeBook": {"_type": "derivation", "name": "r-ZeBook-1.1"}, "Zelig": {"_type": "derivation", "name": "r-Zelig-5.1.7"}, "ZetaSuite": {"_type": "derivation", "name": "r-ZetaSuite-1.0.1"}, "ZillowR": {"_type": "derivation", "name": "r-ZillowR-1.0.0"}, "ZipRadius": {"_type": "derivation", "name": "r-ZipRadius-1.0.1"}, "Zseq": {"_type": "derivation", "name": "r-Zseq-0.2.1"}, "a4": {"_type": "derivation", "name": "r-a4-1.44.0"}, "a4Base": {"_type": "derivation", "name": "r-a4Base-1.44.0"}, "a4Classif": {"_type": "derivation", "name": "r-a4Classif-1.44.0"}, "a4Core": {"_type": "derivation", "name": "r-a4Core-1.44.0"}, "a4Preproc": {"_type": "derivation", "name": "r-a4Preproc-1.44.0"}, "a4Reporting": {"_type": "derivation", "name": "r-a4Reporting-1.44.0"}, "aCGH": {"_type": "derivation", "name": "r-aCGH-1.74.0"}, "aCRM": {"_type": "derivation", "name": "r-aCRM-0.1.1"}, "aGE": {"_type": "derivation", "name": "r-aGE-0.0.9"}, "aIc": {"_type": "derivation", "name": "r-aIc-1.0"}, "aLFQ": {"_type": "derivation", "name": "r-aLFQ-1.3.6"}, "aMNLFA": {"_type": "derivation", "name": "r-aMNLFA-1.1.2"}, "aPCoA": {"_type": "derivation", "name": "r-aPCoA-1.3"}, "aRbs": {"_type": "derivation", "name": "r-aRbs-0.1.3"}, "aRchi": {"_type": "derivation", "name": "r-aRchi-2.1.3"}, "aRpsDCA": {"_type": "derivation", "name": "r-aRpsDCA-1.1.1"}, "aRtsy": {"_type": "derivation", "name": "r-aRtsy-0.2.0"}, "aRxiv": {"_type": "derivation", "name": "r-aRxiv-0.6"}, "aSPC": {"_type": "derivation", "name": "r-aSPC-0.1.2"}, "aSPU": {"_type": "derivation", "name": "r-aSPU-1.50"}, "aTSA": {"_type": "derivation", "name": "r-aTSA-3.1.2"}, "aVirtualTwins": {"_type": "derivation", "name": "r-aVirtualTwins-1.0.1"}, "aaSEA": {"_type": "derivation", "name": "r-aaSEA-1.1.0"}, "aba": {"_type": "derivation", "name": "r-aba-0.0.9"}, "abbreviate": {"_type": "derivation", "name": "r-abbreviate-0.1"}, "abbyyR": {"_type": "derivation", "name": "r-abbyyR-0.5.5"}, "abc": {"_type": "derivation", "name": "r-abc-2.2.1"}, "abcADM": {"_type": "derivation", "name": "r-abcADM-1.0"}, "abc_data": {"_type": "derivation", "name": "r-abc.data-1.0"}, "abcdeFBA": {"_type": "derivation", "name": "r-abcdeFBA-0.4"}, "abclass": {"_type": "derivation", "name": "r-abclass-0.4.0"}, "abcrf": {"_type": "derivation", "name": "r-abcrf-1.9"}, "abcrlda": {"_type": "derivation", "name": "r-abcrlda-1.0.3"}, "abctools": {"_type": "derivation", "name": "r-abctools-1.1.3"}, "abd": {"_type": "derivation", "name": "r-abd-0.2-8"}, "abdiv": {"_type": "derivation", "name": "r-abdiv-0.2.0"}, "abe": {"_type": "derivation", "name": "r-abe-3.0.1"}, "abess": {"_type": "derivation", "name": "r-abess-0.4.5"}, "abf2": {"_type": "derivation", "name": "r-abf2-0.7-1"}, "abglasso": {"_type": "derivation", "name": "r-abglasso-0.1.1"}, "abind": {"_type": "derivation", "name": "r-abind-1.4-5"}, "abjData": {"_type": "derivation", "name": "r-abjData-1.1.2"}, "abjutils": {"_type": "derivation", "name": "r-abjutils-0.3.2"}, "abmR": {"_type": "derivation", "name": "r-abmR-1.0.6"}, "abn": {"_type": "derivation", "name": "r-abn-2.7-1"}, "abnormality": {"_type": "derivation", "name": "r-abnormality-0.1.0"}, "abodOutlier": {"_type": "derivation", "name": "r-abodOutlier-0.1"}, "abseqR": {"_type": "derivation", "name": "r-abseqR-1.14.0"}, "abstr": {"_type": "derivation", "name": "r-abstr-0.4.1"}, "abstractr": {"_type": "derivation", "name": "r-abstractr-0.1.0"}, "abtest": {"_type": "derivation", "name": "r-abtest-1.0.1"}, "abundant": {"_type": "derivation", "name": "r-abundant-1.2"}, "academictwitteR": {"_type": "derivation", "name": "r-academictwitteR-0.3.1"}, "acc": {"_type": "derivation", "name": "r-acc-1.3.3"}, "accSDA": {"_type": "derivation", "name": "r-accSDA-1.1.2"}, "acca": {"_type": "derivation", "name": "r-acca-0.2"}, "accelerometry": {"_type": "derivation", "name": "r-accelerometry-3.1.2"}, "accelmissing": {"_type": "derivation", "name": "r-accelmissing-1.4"}, "accept": {"_type": "derivation", "name": "r-accept-0.9.1"}, "accessibility": {"_type": "derivation", "name": "r-accessibility-1.0.1"}, "accessrmd": {"_type": "derivation", "name": "r-accessrmd-1.0.0"}, "accrual": {"_type": "derivation", "name": "r-accrual-1.3"}, "accrualPlot": {"_type": "derivation", "name": "r-accrualPlot-1.0.7"}, "accucor": {"_type": "derivation", "name": "r-accucor-0.3.0"}, "acdcR": {"_type": "derivation", "name": "r-acdcR-1.0.0"}, "acde": {"_type": "derivation", "name": "r-acde-1.26.0"}, "ace2fastq": {"_type": "derivation", "name": "r-ace2fastq-0.6.0"}, "aceEditor": {"_type": "derivation", "name": "r-aceEditor-1.0.1"}, "acebayes": {"_type": "derivation", "name": "r-acebayes-1.10"}, "acepack": {"_type": "derivation", "name": "r-acepack-1.4.1"}, "acfMPeriod": {"_type": "derivation", "name": "r-acfMPeriod-1.0.0"}, "acid": {"_type": "derivation", "name": "r-acid-1.1"}, "acled_api": {"_type": "derivation", "name": "r-acled.api-1.1.6"}, "acmeR": {"_type": "derivation", "name": "r-acmeR-1.1.0"}, "acnr": {"_type": "derivation", "name": "r-acnr-1.0.0"}, "acopula": {"_type": "derivation", "name": "r-acopula-0.9.3"}, "acp": {"_type": "derivation", "name": "r-acp-2.1"}, "acroname": {"_type": "derivation", "name": "r-acroname-0.1.0"}, "acrt": {"_type": "derivation", "name": "r-acrt-1.0.1"}, "acs": {"_type": "derivation", "name": "r-acs-2.1.4"}, "acss": {"_type": "derivation", "name": "r-acss-0.2-5"}, "acss_data": {"_type": "derivation", "name": "r-acss.data-1.0"}, "act": {"_type": "derivation", "name": "r-act-1.1.9"}, "actel": {"_type": "derivation", "name": "r-actel-1.2.1"}, "actilifecounts": {"_type": "derivation", "name": "r-actilifecounts-1.1.0"}, "activAnalyzer": {"_type": "derivation", "name": "r-activAnalyzer-1.0.5"}, "activPAL": {"_type": "derivation", "name": "r-activPAL-0.1.3"}, "activatr": {"_type": "derivation", "name": "r-activatr-0.1.0"}, "activegp": {"_type": "derivation", "name": "r-activegp-1.1.0"}, "activity": {"_type": "derivation", "name": "r-activity-1.3.2"}, "activityCounts": {"_type": "derivation", "name": "r-activityCounts-0.1.2"}, "activityGCMM": {"_type": "derivation", "name": "r-activityGCMM-1.1.1"}, "actogrammr": {"_type": "derivation", "name": "r-actogrammr-0.2.3"}, "actuar": {"_type": "derivation", "name": "r-actuar-3.3-1"}, "actuaryr": {"_type": "derivation", "name": "r-actuaryr-1.1.1"}, "actxps": {"_type": "derivation", "name": "r-actxps-0.2.0"}, "acumos": {"_type": "derivation", "name": "r-acumos-0.4-4"}, "adSplit": {"_type": "derivation", "name": "r-adSplit-1.66.0"}, "ada": {"_type": "derivation", "name": "r-ada-2.0-5"}, "adaHuber": {"_type": "derivation", "name": "r-adaHuber-1.1"}, "adabag": {"_type": "derivation", "name": "r-adabag-4.2"}, "adace": {"_type": "derivation", "name": "r-adace-1.0.1"}, "adagio": {"_type": "derivation", "name": "r-adagio-0.8.5"}, "adamethods": {"_type": "derivation", "name": "r-adamethods-1.2.1"}, "adana": {"_type": "derivation", "name": "r-adana-1.1.0"}, "adapt4pv": {"_type": "derivation", "name": "r-adapt4pv-0.2-2"}, "adaptDiag": {"_type": "derivation", "name": "r-adaptDiag-0.1.0"}, "adaptMCMC": {"_type": "derivation", "name": "r-adaptMCMC-1.4"}, "adaptMT": {"_type": "derivation", "name": "r-adaptMT-1.0.0"}, "adaptTest": {"_type": "derivation", "name": "r-adaptTest-1.1"}, "adaptalint": {"_type": "derivation", "name": "r-adaptalint-0.2.4"}, "adaptiveGPCA": {"_type": "derivation", "name": "r-adaptiveGPCA-0.1.2"}, "adaptivetau": {"_type": "derivation", "name": "r-adaptivetau-2.2-3"}, "adaptr": {"_type": "derivation", "name": "r-adaptr-1.1.1"}, "adaptsmoFMRI": {"_type": "derivation", "name": "r-adaptsmoFMRI-1.2"}, "adass": {"_type": "derivation", "name": "r-adass-1.0.0"}, "add2ggplot": {"_type": "derivation", "name": "r-add2ggplot-0.3.0"}, "addScales": {"_type": "derivation", "name": "r-addScales-1.0-1"}, "addhaz": {"_type": "derivation", "name": "r-addhaz-0.5"}, "addhazard": {"_type": "derivation", "name": "r-addhazard-1.1.0"}, "addinsJoaoMelo": {"_type": "derivation", "name": "r-addinsJoaoMelo-0.1.0"}, "addinsOutline": {"_type": "derivation", "name": "r-addinsOutline-0.1.6"}, "addinslist": {"_type": "derivation", "name": "r-addinslist-0.4.0"}, "additive": {"_type": "derivation", "name": "r-additive-0.0.5"}, "additiveDEA": {"_type": "derivation", "name": "r-additiveDEA-1.1"}, "additivityTests": {"_type": "derivation", "name": "r-additivityTests-1.1-4.1"}, "addreg": {"_type": "derivation", "name": "r-addreg-3.0"}, "adductData": {"_type": "derivation", "name": "r-adductData-1.12.0"}, "adductomicsR": {"_type": "derivation", "name": "r-adductomicsR-1.12.0"}, "ade4": {"_type": "derivation", "name": "r-ade4-1.7-19"}, "ade4TkGUI": {"_type": "derivation", "name": "r-ade4TkGUI-0.3-1"}, "adea": {"_type": "derivation", "name": "r-adea-1.3.1"}, "adegenet": {"_type": "derivation", "name": "r-adegenet-2.1.8"}, "adegraphics": {"_type": "derivation", "name": "r-adegraphics-1.0-16"}, "adehabitatHR": {"_type": "derivation", "name": "r-adehabitatHR-0.4.20"}, "adehabitatHS": {"_type": "derivation", "name": "r-adehabitatHS-0.3.16"}, "adehabitatLT": {"_type": "derivation", "name": "r-adehabitatLT-0.3.26"}, "adehabitatMA": {"_type": "derivation", "name": "r-adehabitatMA-0.3.15"}, "adephylo": {"_type": "derivation", "name": "r-adephylo-1.1-13"}, "adepro": {"_type": "derivation", "name": "r-adepro-3.2.0"}, "adept": {"_type": "derivation", "name": "r-adept-1.2"}, "adeptdata": {"_type": "derivation", "name": "r-adeptdata-1.1"}, "adespatial": {"_type": "derivation", "name": "r-adespatial-0.3-20"}, "adfExplorer": {"_type": "derivation", "name": "r-adfExplorer-0.1.6"}, "adheRenceRX": {"_type": "derivation", "name": "r-adheRenceRX-1.0.0"}, "adhoc": {"_type": "derivation", "name": "r-adhoc-1.1"}, "adimpro": {"_type": "derivation", "name": "r-adimpro-0.9.3"}, "adiv": {"_type": "derivation", "name": "r-adiv-2.2"}, "adjROC": {"_type": "derivation", "name": "r-adjROC-0.2.0"}, "adjSURVCI": {"_type": "derivation", "name": "r-adjSURVCI-1.0"}, "adjclust": {"_type": "derivation", "name": "r-adjclust-0.6.6"}, "adjustedCurves": {"_type": "derivation", "name": "r-adjustedCurves-0.9.0"}, "adjustedcranlogs": {"_type": "derivation", "name": "r-adjustedcranlogs-0.1.0"}, "adklakedata": {"_type": "derivation", "name": "r-adklakedata-0.6.1"}, "adlift": {"_type": "derivation", "name": "r-adlift-1.4-3"}, "adme16cod_db": {"_type": "derivation", "name": "r-adme16cod.db-3.4.0"}, "admiral": {"_type": "derivation", "name": "r-admiral-0.8.4"}, "admiral_test": {"_type": "derivation", "name": "r-admiral.test-0.3.0"}, "admiraldev": {"_type": "derivation", "name": "r-admiraldev-0.1.0"}, "admiralonco": {"_type": "derivation", "name": "r-admiralonco-0.1.0"}, "admisc": {"_type": "derivation", "name": "r-admisc-0.30"}, "admix": {"_type": "derivation", "name": "r-admix-0.4.0"}, "admixr": {"_type": "derivation", "name": "r-admixr-0.9.1"}, "admmDensestSubmatrix": {"_type": "derivation", "name": "r-admmDensestSubmatrix-0.1.0"}, "adnuts": {"_type": "derivation", "name": "r-adnuts-1.1.2"}, "adobeanalyticsr": {"_type": "derivation", "name": "r-adobeanalyticsr-0.3.3"}, "adoption": {"_type": "derivation", "name": "r-adoption-0.6.4"}, "adoptr": {"_type": "derivation", "name": "r-adoptr-1.0.0"}, "adpss": {"_type": "derivation", "name": "r-adpss-0.1.1"}, "ads": {"_type": "derivation", "name": "r-ads-1.5-7"}, "adsDataHubR": {"_type": "derivation", "name": "r-adsDataHubR-0.1.1"}, "advclust": {"_type": "derivation", "name": "r-advclust-0.4"}, "adventr": {"_type": "derivation", "name": "r-adventr-0.1.8"}, "adw": {"_type": "derivation", "name": "r-adw-0.2.1"}, "adwave": {"_type": "derivation", "name": "r-adwave-1.3"}, "adwordsR": {"_type": "derivation", "name": "r-adwordsR-0.3.1"}, "aemo": {"_type": "derivation", "name": "r-aemo-0.3.0"}, "afc": {"_type": "derivation", "name": "r-afc-1.4.0"}, "afdx": {"_type": "derivation", "name": "r-afdx-1.1.1"}, "afex": {"_type": "derivation", "name": "r-afex-1.1-1"}, "affinity": {"_type": "derivation", "name": "r-affinity-0.2.5"}, "affinitymatrix": {"_type": "derivation", "name": "r-affinitymatrix-0.1.0"}, "affluenceIndex": {"_type": "derivation", "name": "r-affluenceIndex-2.1"}, "affxparser": {"_type": "derivation", "name": "r-affxparser-1.68.1"}, "affy": {"_type": "derivation", "name": "r-affy-1.74.0"}, "affyContam": {"_type": "derivation", "name": "r-affyContam-1.54.0"}, "affyILM": {"_type": "derivation", "name": "r-affyILM-1.48.0"}, "affyPLM": {"_type": "derivation", "name": "r-affyPLM-1.72.0"}, "affyPara": {"_type": "derivation", "name": "r-affyPara-1.51.0"}, "affycomp": {"_type": "derivation", "name": "r-affycomp-1.72.0"}, "affycompData": {"_type": "derivation", "name": "r-affycompData-1.34.0"}, "affycoretools": {"_type": "derivation", "name": "r-affycoretools-1.68.1"}, "affydata": {"_type": "derivation", "name": "r-affydata-1.44.0"}, "affyio": {"_type": "derivation", "name": "r-affyio-1.66.0"}, "affylmGUI": {"_type": "derivation", "name": "r-affylmGUI-1.70.0"}, "afmToolkit": {"_type": "derivation", "name": "r-afmToolkit-0.0.1"}, "afpt": {"_type": "derivation", "name": "r-afpt-1.1.0.2"}, "africamonitor": {"_type": "derivation", "name": "r-africamonitor-0.2.1"}, "aftgee": {"_type": "derivation", "name": "r-aftgee-1.1.6"}, "afthd": {"_type": "derivation", "name": "r-afthd-1.1.0"}, "afttest": {"_type": "derivation", "name": "r-afttest-4.2.1.1"}, "ag5Tools": {"_type": "derivation", "name": "r-ag5Tools-0.0.1"}, "agRee": {"_type": "derivation", "name": "r-agRee-0.5-3"}, "ag_db": {"_type": "derivation", "name": "r-ag.db-3.13.0"}, "agcdf": {"_type": "derivation", "name": "r-agcdf-2.18.0"}, "aggregateBioVar": {"_type": "derivation", "name": "r-aggregateBioVar-1.6.0"}, "aggregation": {"_type": "derivation", "name": "r-aggregation-1.0.1"}, "aghq": {"_type": "derivation", "name": "r-aghq-0.4.0"}, "agilp": {"_type": "derivation", "name": "r-agilp-3.28.0"}, "aglm": {"_type": "derivation", "name": "r-aglm-0.4.0"}, "agop": {"_type": "derivation", "name": "r-agop-0.2-3"}, "agprobe": {"_type": "derivation", "name": "r-agprobe-2.18.0"}, "agriTutorial": {"_type": "derivation", "name": "r-agriTutorial-0.1.5"}, "agricolae": {"_type": "derivation", "name": "r-agricolae-1.3-5"}, "agricolaeplotr": {"_type": "derivation", "name": "r-agricolaeplotr-0.2.2"}, "agridat": {"_type": "derivation", "name": "r-agridat-1.21"}, "agrifeature": {"_type": "derivation", "name": "r-agrifeature-1.0.3"}, "agriwater": {"_type": "derivation", "name": "r-agriwater-1.0.1"}, "agrmt": {"_type": "derivation", "name": "r-agrmt-1.42.8"}, "agroclim": {"_type": "derivation", "name": "r-agroclim-0.3.0"}, "agrostab": {"_type": "derivation", "name": "r-agrostab-0.1.0"}, "agsemisc": {"_type": "derivation", "name": "r-agsemisc-1.3-1"}, "agtboost": {"_type": "derivation", "name": "r-agtboost-0.9.3"}, "agua": {"_type": "derivation", "name": "r-agua-0.1.0"}, "agvgd": {"_type": "derivation", "name": "r-agvgd-0.1.2"}, "ahMLE": {"_type": "derivation", "name": "r-ahMLE-1.20.1"}, "ahaz": {"_type": "derivation", "name": "r-ahaz-1.15"}, "ahnr": {"_type": "derivation", "name": "r-ahnr-0.3.1"}, "ahpsurvey": {"_type": "derivation", "name": "r-ahpsurvey-0.4.1"}, "ahptopsis2n": {"_type": "derivation", "name": "r-ahptopsis2n-0.2.0"}, "aiRly": {"_type": "derivation", "name": "r-aiRly-0.1.0"}, "aiRthermo": {"_type": "derivation", "name": "r-aiRthermo-1.2.1"}, "aibd": {"_type": "derivation", "name": "r-aibd-0.1.9"}, "aidar": {"_type": "derivation", "name": "r-aidar-1.0.5"}, "aif360": {"_type": "derivation", "name": "r-aif360-0.1.0"}, "aimPlot": {"_type": "derivation", "name": "r-aimPlot-1.0.0"}, "aimsir17": {"_type": "derivation", "name": "r-aimsir17-0.0.2"}, "airGR": {"_type": "derivation", "name": "r-airGR-1.7.0"}, "airGRdatassim": {"_type": "derivation", "name": "r-airGRdatassim-0.1.3"}, "airGRiwrm": {"_type": "derivation", "name": "r-airGRiwrm-0.6.1"}, "airGRteaching": {"_type": "derivation", "name": "r-airGRteaching-0.2.13"}, "aire_zmvm": {"_type": "derivation", "name": "r-aire.zmvm-0.8.2"}, "airpart": {"_type": "derivation", "name": "r-airpart-1.4.0"}, "airportr": {"_type": "derivation", "name": "r-airportr-0.1.3"}, "airports": {"_type": "derivation", "name": "r-airports-0.1.0"}, "airqualityES": {"_type": "derivation", "name": "r-airqualityES-1.0.0"}, "airr": {"_type": "derivation", "name": "r-airr-1.4.1"}, "airt": {"_type": "derivation", "name": "r-airt-0.2.1"}, "airway": {"_type": "derivation", "name": "r-airway-1.16.0"}, "ajv": {"_type": "derivation", "name": "r-ajv-1.0.0"}, "akc": {"_type": "derivation", "name": "r-akc-0.9.8.1"}, "akiFlagger": {"_type": "derivation", "name": "r-akiFlagger-0.3.0"}, "akima": {"_type": "derivation", "name": "r-akima-0.6-3.4"}, "akmbiclust": {"_type": "derivation", "name": "r-akmbiclust-0.1.0"}, "akmeans": {"_type": "derivation", "name": "r-akmeans-1.1"}, "akmedoids": {"_type": "derivation", "name": "r-akmedoids-1.3.0"}, "alabama": {"_type": "derivation", "name": "r-alabama-2022.4-1"}, "alakazam": {"_type": "derivation", "name": "r-alakazam-1.2.1"}, "albatross": {"_type": "derivation", "name": "r-albatross-0.3-5"}, "albopictus": {"_type": "derivation", "name": "r-albopictus-0.5"}, "ald": {"_type": "derivation", "name": "r-ald-1.3.1"}, "aldvmm": {"_type": "derivation", "name": "r-aldvmm-0.8.5"}, "alevinQC": {"_type": "derivation", "name": "r-alevinQC-1.12.1"}, "alfr": {"_type": "derivation", "name": "r-alfr-1.2.1"}, "alfred": {"_type": "derivation", "name": "r-alfred-0.2.0"}, "algaeClassify": {"_type": "derivation", "name": "r-algaeClassify-1.3.2"}, "algo": {"_type": "derivation", "name": "r-algo-0.1.0"}, "algorithmia": {"_type": "derivation", "name": "r-algorithmia-0.3.0"}, "aliases2entrez": {"_type": "derivation", "name": "r-aliases2entrez-0.1.2"}, "alignfigR": {"_type": "derivation", "name": "r-alignfigR-0.1.1"}, "alkahest": {"_type": "derivation", "name": "r-alkahest-1.0.0"}, "allcontributors": {"_type": "derivation", "name": "r-allcontributors-0.1.0"}, "alleHap": {"_type": "derivation", "name": "r-alleHap-0.9.9"}, "allelematch": {"_type": "derivation", "name": "r-allelematch-2.5.1"}, "allestimates": {"_type": "derivation", "name": "r-allestimates-0.2.2"}, "allhomes": {"_type": "derivation", "name": "r-allhomes-0.3.0"}, "alluvial": {"_type": "derivation", "name": "r-alluvial-0.1-2"}, "almanac": {"_type": "derivation", "name": "r-almanac-0.1.1"}, "alookr": {"_type": "derivation", "name": "r-alookr-0.3.7"}, "alpaca": {"_type": "derivation", "name": "r-alpaca-0.3.4"}, "alphaOutlier": {"_type": "derivation", "name": "r-alphaOutlier-1.2.0"}, "alphabetr": {"_type": "derivation", "name": "r-alphabetr-0.2.2"}, "alphaci": {"_type": "derivation", "name": "r-alphaci-1.0.0"}, "alphahull": {"_type": "derivation", "name": "r-alphahull-2.5"}, "alphashape3d": {"_type": "derivation", "name": "r-alphashape3d-1.3.1"}, "alphastable": {"_type": "derivation", "name": "r-alphastable-0.2.1"}, "alphavantager": {"_type": "derivation", "name": "r-alphavantager-0.1.2"}, "alpine": {"_type": "derivation", "name": "r-alpine-1.22.0"}, "alpineData": {"_type": "derivation", "name": "r-alpineData-1.22.0"}, "alqrfe": {"_type": "derivation", "name": "r-alqrfe-1.0"}, "alr4": {"_type": "derivation", "name": "r-alr4-1.0.6"}, "alsace": {"_type": "derivation", "name": "r-alsace-1.30.0"}, "altR2": {"_type": "derivation", "name": "r-altR2-1.0.0"}, "altadata": {"_type": "derivation", "name": "r-altadata-0.1.1"}, "altair": {"_type": "derivation", "name": "r-altair-4.2.1"}, "altcdfenvs": {"_type": "derivation", "name": "r-altcdfenvs-2.58.0"}, "altdoc": {"_type": "derivation", "name": "r-altdoc-0.1.0"}, "alternativeSplicingEvents_hg19": {"_type": "derivation", "name": "r-alternativeSplicingEvents.hg19-1.1.0"}, "alternativeSplicingEvents_hg38": {"_type": "derivation", "name": "r-alternativeSplicingEvents.hg38-1.1.0"}, "altfuelr": {"_type": "derivation", "name": "r-altfuelr-0.1.0"}, "altmeta": {"_type": "derivation", "name": "r-altmeta-4.1"}, "amanida": {"_type": "derivation", "name": "r-amanida-0.2.3"}, "amanpg": {"_type": "derivation", "name": "r-amanpg-0.3.4"}, "amap": {"_type": "derivation", "name": "r-amap-0.8-19"}, "amapGeocode": {"_type": "derivation", "name": "r-amapGeocode-0.6.0"}, "amapro": {"_type": "derivation", "name": "r-amapro-0.1.1"}, "amazonadsR": {"_type": "derivation", "name": "r-amazonadsR-0.1.0"}, "amber": {"_type": "derivation", "name": "r-amber-1.0.3"}, "ambhasGW": {"_type": "derivation", "name": "r-ambhasGW-0.0.2"}, "ambient": {"_type": "derivation", "name": "r-ambient-1.0.2"}, "ambiorix": {"_type": "derivation", "name": "r-ambiorix-2.1.0"}, "ambit": {"_type": "derivation", "name": "r-ambit-0.1.2"}, "amelie": {"_type": "derivation", "name": "r-amelie-0.2.1"}, "amen": {"_type": "derivation", "name": "r-amen-1.4.4"}, "amerifluxr": {"_type": "derivation", "name": "r-amerifluxr-1.0.0"}, "amerika": {"_type": "derivation", "name": "r-amerika-0.1.0"}, "aml": {"_type": "derivation", "name": "r-aml-0.1-1"}, "ammiBayes": {"_type": "derivation", "name": "r-ammiBayes-1.0-1"}, "ammistability": {"_type": "derivation", "name": "r-ammistability-0.1.3"}, "amp": {"_type": "derivation", "name": "r-amp-1.0.0"}, "ampd": {"_type": "derivation", "name": "r-ampd-0.2"}, "ampir": {"_type": "derivation", "name": "r-ampir-1.1.0"}, "amplican": {"_type": "derivation", "name": "r-amplican-1.18.0"}, "amt": {"_type": "derivation", "name": "r-amt-0.1.7"}, "anMC": {"_type": "derivation", "name": "r-anMC-0.2.3"}, "anacor": {"_type": "derivation", "name": "r-anacor-1.1-4"}, "analogsea": {"_type": "derivation", "name": "r-analogsea-1.0.6"}, "analogue": {"_type": "derivation", "name": "r-analogue-0.17-6"}, "analogueExtra": {"_type": "derivation", "name": "r-analogueExtra-0.1-1"}, "analysisPipelines": {"_type": "derivation", "name": "r-analysisPipelines-1.0.2"}, "analyz": {"_type": "derivation", "name": "r-analyz-1.4"}, "analyzer": {"_type": "derivation", "name": "r-analyzer-1.0.1"}, "anapuce": {"_type": "derivation", "name": "r-anapuce-2.3"}, "anchors": {"_type": "derivation", "name": "r-anchors-3.0-8"}, "and": {"_type": "derivation", "name": "r-and-0.1.3"}, "andrews": {"_type": "derivation", "name": "r-andrews-1.0"}, "andurinha": {"_type": "derivation", "name": "r-andurinha-0.0.2"}, "anesrake": {"_type": "derivation", "name": "r-anesrake-0.80"}, "angstroms": {"_type": "derivation", "name": "r-angstroms-0.0.1"}, "aniDom": {"_type": "derivation", "name": "r-aniDom-0.1.5"}, "anim_plots": {"_type": "derivation", "name": "r-anim.plots-0.2.2"}, "animalEKF": {"_type": "derivation", "name": "r-animalEKF-1.1"}, "animalTrack": {"_type": "derivation", "name": "r-animalTrack-1.0.0"}, "animalcules": {"_type": "derivation", "name": "r-animalcules-1.12.0"}, "animaltracker": {"_type": "derivation", "name": "r-animaltracker-0.2.0"}, "animation": {"_type": "derivation", "name": "r-animation-2.7"}, "animint2": {"_type": "derivation", "name": "r-animint2-2022.9.14"}, "animl": {"_type": "derivation", "name": "r-animl-1.0.0"}, "anipaths": {"_type": "derivation", "name": "r-anipaths-0.10.1"}, "aniview": {"_type": "derivation", "name": "r-aniview-0.1.0"}, "annaffy": {"_type": "derivation", "name": "r-annaffy-1.68.0"}, "anndata": {"_type": "derivation", "name": "r-anndata-0.7.5.5"}, "annmap": {"_type": "derivation", "name": "r-annmap-1.38.0"}, "annotate": {"_type": "derivation", "name": "r-annotate-1.74.0"}, "annotater": {"_type": "derivation", "name": "r-annotater-0.2.2"}, "annotationTools": {"_type": "derivation", "name": "r-annotationTools-1.70.0"}, "annotatr": {"_type": "derivation", "name": "r-annotatr-1.22.0"}, "anocva": {"_type": "derivation", "name": "r-anocva-0.1.1"}, "anomalize": {"_type": "derivation", "name": "r-anomalize-0.2.2"}, "anomaly": {"_type": "derivation", "name": "r-anomaly-4.0.2"}, "anominate": {"_type": "derivation", "name": "r-anominate-0.6"}, "anopheles_db0": {"_type": "derivation", "name": "r-anopheles.db0-3.15.0"}, "anota": {"_type": "derivation", "name": "r-anota-1.44.0"}, "anota2seq": {"_type": "derivation", "name": "r-anota2seq-1.18.0"}, "anovir": {"_type": "derivation", "name": "r-anovir-0.1.0"}, "anscombiser": {"_type": "derivation", "name": "r-anscombiser-1.1.0"}, "antaresEditObject": {"_type": "derivation", "name": "r-antaresEditObject-0.3.0"}, "antaresProcessing": {"_type": "derivation", "name": "r-antaresProcessing-0.18.1"}, "antaresRead": {"_type": "derivation", "name": "r-antaresRead-2.3.0"}, "antaresViz": {"_type": "derivation", "name": "r-antaresViz-0.17"}, "anthro": {"_type": "derivation", "name": "r-anthro-1.0.0"}, "anthroplus": {"_type": "derivation", "name": "r-anthroplus-0.9.0"}, "antiProfiles": {"_type": "derivation", "name": "r-antiProfiles-1.36.0"}, "antiProfilesData": {"_type": "derivation", "name": "r-antiProfilesData-1.32.0"}, "anticlust": {"_type": "derivation", "name": "r-anticlust-0.6.1"}, "antitrust": {"_type": "derivation", "name": "r-antitrust-0.99.26"}, "antiword": {"_type": "derivation", "name": "r-antiword-1.3.1"}, "anyLib": {"_type": "derivation", "name": "r-anyLib-1.0.5"}, "anybadger": {"_type": "derivation", "name": "r-anybadger-0.1.0"}, "anyflights": {"_type": "derivation", "name": "r-anyflights-0.3.3"}, "anytime": {"_type": "derivation", "name": "r-anytime-0.3.9"}, "ao": {"_type": "derivation", "name": "r-ao-0.2.3"}, "aod": {"_type": "derivation", "name": "r-aod-1.3.2"}, "aods3": {"_type": "derivation", "name": "r-aods3-0.4-1.2"}, "aof": {"_type": "derivation", "name": "r-aof-0.1.2"}, "aoos": {"_type": "derivation", "name": "r-aoos-0.5.0"}, "aopdata": {"_type": "derivation", "name": "r-aopdata-1.0.1"}, "aoristic": {"_type": "derivation", "name": "r-aoristic-1.1.1"}, "aorsf": {"_type": "derivation", "name": "r-aorsf-0.0.3"}, "aos": {"_type": "derivation", "name": "r-aos-0.1.0"}, "apComplex": {"_type": "derivation", "name": "r-apComplex-2.62.0"}, "apTreeshape": {"_type": "derivation", "name": "r-apTreeshape-1.5-0.1"}, "apa": {"_type": "derivation", "name": "r-apa-0.3.3"}, "apaTables": {"_type": "derivation", "name": "r-apaTables-2.0.8"}, "apaText": {"_type": "derivation", "name": "r-apaText-0.1.1"}, "apache_sedona": {"_type": "derivation", "name": "r-apache.sedona-1.2.1"}, "apc": {"_type": "derivation", "name": "r-apc-2.0.0"}, "apcf": {"_type": "derivation", "name": "r-apcf-0.2.0"}, "apcluster": {"_type": "derivation", "name": "r-apcluster-1.4.10"}, "apdesign": {"_type": "derivation", "name": "r-apdesign-1.0.0"}, "ape": {"_type": "derivation", "name": "r-ape-5.6-2"}, "apeglm": {"_type": "derivation", "name": "r-apeglm-1.18.0"}, "apercu": {"_type": "derivation", "name": "r-apercu-0.2.4"}, "apex": {"_type": "derivation", "name": "r-apex-1.0.4"}, "apexcharter": {"_type": "derivation", "name": "r-apexcharter-0.3.1"}, "aphid": {"_type": "derivation", "name": "r-aphid-1.3.3"}, "aphylo": {"_type": "derivation", "name": "r-aphylo-0.2-1"}, "api2lm": {"_type": "derivation", "name": "r-api2lm-0.1.4"}, "apisensr": {"_type": "derivation", "name": "r-apisensr-0.3.0"}, "aplore3": {"_type": "derivation", "name": "r-aplore3-0.9"}, "aplot": {"_type": "derivation", "name": "r-aplot-0.1.8"}, "aplpack": {"_type": "derivation", "name": "r-aplpack-1.3.5"}, "apng": {"_type": "derivation", "name": "r-apng-1.1"}, "apollo": {"_type": "derivation", "name": "r-apollo-0.2.8"}, "appler": {"_type": "derivation", "name": "r-appler-0.1.4"}, "applicable": {"_type": "derivation", "name": "r-applicable-0.1.0"}, "appnn": {"_type": "derivation", "name": "r-appnn-1.0-0"}, "appreci8R": {"_type": "derivation", "name": "r-appreci8R-1.14.0"}, "approxOT": {"_type": "derivation", "name": "r-approxOT-1.0.2"}, "approximator": {"_type": "derivation", "name": "r-approximator-1.2-7"}, "approxmatch": {"_type": "derivation", "name": "r-approxmatch-2.0"}, "aprean3": {"_type": "derivation", "name": "r-aprean3-1.0.1"}, "apricom": {"_type": "derivation", "name": "r-apricom-1.0.0"}, "aprof": {"_type": "derivation", "name": "r-aprof-0.4.1"}, "apsimx": {"_type": "derivation", "name": "r-apsimx-2.3.1"}, "apsrtable": {"_type": "derivation", "name": "r-apsrtable-0.8-8"}, "apt": {"_type": "derivation", "name": "r-apt-3.0"}, "aptg": {"_type": "derivation", "name": "r-aptg-0.1.1"}, "apyramid": {"_type": "derivation", "name": "r-apyramid-0.1.2"}, "aqp": {"_type": "derivation", "name": "r-aqp-1.42"}, "aquodom": {"_type": "derivation", "name": "r-aquodom-0.1.1"}, "ar_matrix": {"_type": "derivation", "name": "r-ar.matrix-0.1.0"}, "arabic2kansuji": {"_type": "derivation", "name": "r-arabic2kansuji-0.1.3"}, "arabicStemR": {"_type": "derivation", "name": "r-arabicStemR-1.3"}, "arabidopsis_db0": {"_type": "derivation", "name": "r-arabidopsis.db0-3.15.1"}, "aracne_networks": {"_type": "derivation", "name": "r-aracne.networks-1.22.0"}, "arakno": {"_type": "derivation", "name": "r-arakno-1.3.0"}, "arc": {"_type": "derivation", "name": "r-arc-1.3"}, "archdata": {"_type": "derivation", "name": "r-archdata-1.2-1"}, "archeofrag": {"_type": "derivation", "name": "r-archeofrag-0.8.2"}, "archetypal": {"_type": "derivation", "name": "r-archetypal-1.3.0"}, "archetyper": {"_type": "derivation", "name": "r-archetyper-0.1.0"}, "archetypes": {"_type": "derivation", "name": "r-archetypes-2.2-0.1"}, "archiDART": {"_type": "derivation", "name": "r-archiDART-3.4"}, "archive": {"_type": "derivation", "name": "r-archive-1.1.5"}, "archiveRetriever": {"_type": "derivation", "name": "r-archiveRetriever-0.2.0"}, "archivist": {"_type": "derivation", "name": "r-archivist-2.3.6"}, "archivist_github": {"_type": "derivation", "name": "r-archivist.github-0.2.6"}, "arcos": {"_type": "derivation", "name": "r-arcos-1.27"}, "arcpullr": {"_type": "derivation", "name": "r-arcpullr-0.2.7"}, "arctools": {"_type": "derivation", "name": "r-arctools-1.1.4"}, "areabiplot": {"_type": "derivation", "name": "r-areabiplot-1.0.0"}, "areal": {"_type": "derivation", "name": "r-areal-0.1.8"}, "areaplot": {"_type": "derivation", "name": "r-areaplot-1.2.2"}, "arena2r": {"_type": "derivation", "name": "r-arena2r-1.0.0"}, "arenar": {"_type": "derivation", "name": "r-arenar-0.2.0"}, "arfima": {"_type": "derivation", "name": "r-arfima-1.8-1"}, "argo": {"_type": "derivation", "name": "r-argo-3.0.1"}, "argoFloats": {"_type": "derivation", "name": "r-argoFloats-1.0.6"}, "argon2": {"_type": "derivation", "name": "r-argon2-0.4-0"}, "argonDash": {"_type": "derivation", "name": "r-argonDash-0.2.0"}, "argonR": {"_type": "derivation", "name": "r-argonR-0.2.0"}, "argosfilter": {"_type": "derivation", "name": "r-argosfilter-0.70"}, "argparse": {"_type": "derivation", "name": "r-argparse-2.1.6"}, "argparser": {"_type": "derivation", "name": "r-argparser-0.7.1"}, "argus": {"_type": "derivation", "name": "r-argus-0.1"}, "ari": {"_type": "derivation", "name": "r-ari-0.3.5"}, "ariExtra": {"_type": "derivation", "name": "r-ariExtra-0.3.1"}, "aricode": {"_type": "derivation", "name": "r-aricode-1.0.1"}, "arkdb": {"_type": "derivation", "name": "r-arkdb-0.0.16"}, "arkhe": {"_type": "derivation", "name": "r-arkhe-1.0.0"}, "arm": {"_type": "derivation", "name": "r-arm-1.13-1"}, "armada": {"_type": "derivation", "name": "r-armada-0.1.0"}, "armspp": {"_type": "derivation", "name": "r-armspp-0.0.2"}, "arnie": {"_type": "derivation", "name": "r-arnie-0.1.2"}, "aroma_affymetrix": {"_type": "derivation", "name": "r-aroma.affymetrix-3.2.1"}, "aroma_apd": {"_type": "derivation", "name": "r-aroma.apd-0.6.1"}, "aroma_cn": {"_type": "derivation", "name": "r-aroma.cn-1.7.0"}, "aroma_core": {"_type": "derivation", "name": "r-aroma.core-3.2.2"}, "aroma_light": {"_type": "derivation", "name": "r-aroma.light-3.26.0"}, "arpr": {"_type": "derivation", "name": "r-arpr-0.1.2"}, "arrApply": {"_type": "derivation", "name": "r-arrApply-2.1"}, "arrangements": {"_type": "derivation", "name": "r-arrangements-1.1.9"}, "arrayMvout": {"_type": "derivation", "name": "r-arrayMvout-1.54.0"}, "arrayQuality": {"_type": "derivation", "name": "r-arrayQuality-1.74.0"}, "arrayQualityMetrics": {"_type": "derivation", "name": "r-arrayQualityMetrics-3.52.0"}, "arrayhelpers": {"_type": "derivation", "name": "r-arrayhelpers-1.1-0"}, "arrow": {"_type": "derivation", "name": "r-arrow-10.0.0"}, "ars": {"_type": "derivation", "name": "r-ars-0.6"}, "arse": {"_type": "derivation", "name": "r-arse-1.0.0"}, "arsenal": {"_type": "derivation", "name": "r-arsenal-3.6.3"}, "artMS": {"_type": "derivation", "name": "r-artMS-1.14.0"}, "artemis": {"_type": "derivation", "name": "r-artemis-1.1.1"}, "artfima": {"_type": "derivation", "name": "r-artfima-1.5"}, "arthistory": {"_type": "derivation", "name": "r-arthistory-0.1.0"}, "arules": {"_type": "derivation", "name": "r-arules-1.7-5"}, "arulesCBA": {"_type": "derivation", "name": "r-arulesCBA-1.2.5"}, "arulesNBMiner": {"_type": "derivation", "name": "r-arulesNBMiner-0.1-8"}, "arulesSequences": {"_type": "derivation", "name": "r-arulesSequences-0.2-26"}, "arulesViz": {"_type": "derivation", "name": "r-arulesViz-1.5-1"}, "asVPC": {"_type": "derivation", "name": "r-asVPC-1.0.2"}, "asaur": {"_type": "derivation", "name": "r-asaur-0.50"}, "asbio": {"_type": "derivation", "name": "r-asbio-1.8-2"}, "ascentTraining": {"_type": "derivation", "name": "r-ascentTraining-1.0.0"}, "ascii": {"_type": "derivation", "name": "r-ascii-2.4"}, "asciiSetupReader": {"_type": "derivation", "name": "r-asciiSetupReader-2.4.0"}, "asciicast": {"_type": "derivation", "name": "r-asciicast-2.2.0"}, "asciichartr": {"_type": "derivation", "name": "r-asciichartr-0.1.0"}, "asciiruler": {"_type": "derivation", "name": "r-asciiruler-0.2"}, "ascotraceR": {"_type": "derivation", "name": "r-ascotraceR-0.0.1"}, "asd": {"_type": "derivation", "name": "r-asd-2.2"}, "asdreader": {"_type": "derivation", "name": "r-asdreader-0.1-3"}, "ash": {"_type": "derivation", "name": "r-ash-1.0-15"}, "ashr": {"_type": "derivation", "name": "r-ashr-2.2-54"}, "asht": {"_type": "derivation", "name": "r-asht-0.9.8"}, "askpass": {"_type": "derivation", "name": "r-askpass-1.1"}, "aslib": {"_type": "derivation", "name": "r-aslib-0.1.2"}, "asnipe": {"_type": "derivation", "name": "r-asnipe-1.1.16"}, "aspect": {"_type": "derivation", "name": "r-aspect-1.0-6"}, "aspi": {"_type": "derivation", "name": "r-aspi-0.2.0"}, "aspline": {"_type": "derivation", "name": "r-aspline-0.2.0"}, "asremlPlus": {"_type": "derivation", "name": "r-asremlPlus-4.3.36"}, "assemblerr": {"_type": "derivation", "name": "r-assemblerr-0.1.1"}, "assertable": {"_type": "derivation", "name": "r-assertable-0.2.8"}, "assertive": {"_type": "derivation", "name": "r-assertive-0.3-6"}, "assertive_base": {"_type": "derivation", "name": "r-assertive.base-0.0-9"}, "assertive_code": {"_type": "derivation", "name": "r-assertive.code-0.0-3"}, "assertive_data": {"_type": "derivation", "name": "r-assertive.data-0.0-3"}, "assertive_data_uk": {"_type": "derivation", "name": "r-assertive.data.uk-0.0-2"}, "assertive_data_us": {"_type": "derivation", "name": "r-assertive.data.us-0.0-2"}, "assertive_datetimes": {"_type": "derivation", "name": "r-assertive.datetimes-0.0-3"}, "assertive_files": {"_type": "derivation", "name": "r-assertive.files-0.0-2"}, "assertive_matrices": {"_type": "derivation", "name": "r-assertive.matrices-0.0-2"}, "assertive_models": {"_type": "derivation", "name": "r-assertive.models-0.0-2"}, "assertive_numbers": {"_type": "derivation", "name": "r-assertive.numbers-0.0-2"}, "assertive_properties": {"_type": "derivation", "name": "r-assertive.properties-0.0-5"}, "assertive_reflection": {"_type": "derivation", "name": "r-assertive.reflection-0.0-5"}, "assertive_sets": {"_type": "derivation", "name": "r-assertive.sets-0.0-3"}, "assertive_strings": {"_type": "derivation", "name": "r-assertive.strings-0.0-3"}, "assertive_types": {"_type": "derivation", "name": "r-assertive.types-0.0-3"}, "assertr": {"_type": "derivation", "name": "r-assertr-2.8"}, "assertthat": {"_type": "derivation", "name": "r-assertthat-0.2.1"}, "assignPOP": {"_type": "derivation", "name": "r-assignPOP-1.2.4"}, "assignR": {"_type": "derivation", "name": "r-assignR-2.2.1"}, "assist": {"_type": "derivation", "name": "r-assist-3.1.8"}, "assocInd": {"_type": "derivation", "name": "r-assocInd-1.0.1"}, "assortnet": {"_type": "derivation", "name": "r-assortnet-0.12"}, "ast2ast": {"_type": "derivation", "name": "r-ast2ast-0.2.1"}, "asteRisk": {"_type": "derivation", "name": "r-asteRisk-1.4.2"}, "aster": {"_type": "derivation", "name": "r-aster-1.1-2"}, "aster2": {"_type": "derivation", "name": "r-aster2-0.3"}, "astroFns": {"_type": "derivation", "name": "r-astroFns-4.2-1"}, "astrochron": {"_type": "derivation", "name": "r-astrochron-1.1"}, "astrodatR": {"_type": "derivation", "name": "r-astrodatR-0.1"}, "astrolibR": {"_type": "derivation", "name": "r-astrolibR-0.1"}, "astsa": {"_type": "derivation", "name": "r-astsa-1.16"}, "asus": {"_type": "derivation", "name": "r-asus-1.0.0"}, "asylum": {"_type": "derivation", "name": "r-asylum-1.0.2"}, "asymLD": {"_type": "derivation", "name": "r-asymLD-0.1"}, "asymmetry": {"_type": "derivation", "name": "r-asymmetry-2.0.4"}, "asymmetry_measures": {"_type": "derivation", "name": "r-asymmetry.measures-0.2"}, "asympTest": {"_type": "derivation", "name": "r-asympTest-0.1.4"}, "asymptor": {"_type": "derivation", "name": "r-asymptor-1.1.0"}, "async": {"_type": "derivation", "name": "r-async-0.2.2"}, "asypow": {"_type": "derivation", "name": "r-asypow-2015.6.25"}, "atSNP": {"_type": "derivation", "name": "r-atSNP-1.12.0"}, "ata": {"_type": "derivation", "name": "r-ata-1.1.1"}, "atable": {"_type": "derivation", "name": "r-atable-0.1.11"}, "atakrig": {"_type": "derivation", "name": "r-atakrig-0.9.8"}, "atena": {"_type": "derivation", "name": "r-atena-1.2.2"}, "ath1121501_db": {"_type": "derivation", "name": "r-ath1121501.db-3.13.0"}, "ath1121501cdf": {"_type": "derivation", "name": "r-ath1121501cdf-2.18.0"}, "ath1121501probe": {"_type": "derivation", "name": "r-ath1121501probe-2.18.0"}, "atime": {"_type": "derivation", "name": "r-atime-2022.9.16"}, "atlas": {"_type": "derivation", "name": "r-atlas-1.0.0"}, "atmcmc": {"_type": "derivation", "name": "r-atmcmc-1.0"}, "atmopt": {"_type": "derivation", "name": "r-atmopt-0.1.0"}, "atom4R": {"_type": "derivation", "name": "r-atom4R-0.3-1"}, "atpolR": {"_type": "derivation", "name": "r-atpolR-0.1.1"}, "atsd": {"_type": "derivation", "name": "r-atsd-1.2.0"}, "attachment": {"_type": "derivation", "name": "r-attachment-0.3.0"}, "attempt": {"_type": "derivation", "name": "r-attempt-0.3.1"}, "attention": {"_type": "derivation", "name": "r-attention-0.2.0"}, "attenuation": {"_type": "derivation", "name": "r-attenuation-1.0.0"}, "attract": {"_type": "derivation", "name": "r-attract-1.48.0"}, "attrib": {"_type": "derivation", "name": "r-attrib-2021.1.2"}, "auRoc": {"_type": "derivation", "name": "r-auRoc-0.2-1"}, "aucm": {"_type": "derivation", "name": "r-aucm-2019.12-1"}, "auctestr": {"_type": "derivation", "name": "r-auctestr-1.0.0"}, "auctionr": {"_type": "derivation", "name": "r-auctionr-0.1.0"}, "audio": {"_type": "derivation", "name": "r-audio-0.1-10"}, "audiolyzR": {"_type": "derivation", "name": "r-audiolyzR-0.4-9"}, "audiometry": {"_type": "derivation", "name": "r-audiometry-0.3.0"}, "audit": {"_type": "derivation", "name": "r-audit-0.1-2"}, "auditor": {"_type": "derivation", "name": "r-auditor-1.3.3"}, "audrex": {"_type": "derivation", "name": "r-audrex-2.0.1"}, "audubon": {"_type": "derivation", "name": "r-audubon-0.3.0"}, "augSIMEX": {"_type": "derivation", "name": "r-augSIMEX-3.7.4"}, "augmentedRCBD": {"_type": "derivation", "name": "r-augmentedRCBD-0.1.5"}, "auk": {"_type": "derivation", "name": "r-auk-0.6.0"}, "aum": {"_type": "derivation", "name": "r-aum-2022.2.7"}, "aurelius": {"_type": "derivation", "name": "r-aurelius-0.8.4"}, "aurin": {"_type": "derivation", "name": "r-aurin-0.6.0"}, "ausplotsR": {"_type": "derivation", "name": "r-ausplotsR-1.2.7"}, "auth0": {"_type": "derivation", "name": "r-auth0-0.2.1"}, "autoBagging": {"_type": "derivation", "name": "r-autoBagging-0.1.0"}, "autoCovariateSelection": {"_type": "derivation", "name": "r-autoCovariateSelection-1.0.0"}, "autoFC": {"_type": "derivation", "name": "r-autoFC-0.1.2"}, "autoFRK": {"_type": "derivation", "name": "r-autoFRK-1.4.3"}, "autoMFA": {"_type": "derivation", "name": "r-autoMFA-1.0.0"}, "autoMrP": {"_type": "derivation", "name": "r-autoMrP-1.0.2"}, "autoRasch": {"_type": "derivation", "name": "r-autoRasch-0.2.2"}, "autoReg": {"_type": "derivation", "name": "r-autoReg-0.2.6"}, "autoTS": {"_type": "derivation", "name": "r-autoTS-0.9.11"}, "auto_pca": {"_type": "derivation", "name": "r-auto.pca-0.3"}, "autocart": {"_type": "derivation", "name": "r-autocart-1.4.5"}, "autocogs": {"_type": "derivation", "name": "r-autocogs-0.1.4"}, "autoencoder": {"_type": "derivation", "name": "r-autoencoder-1.1"}, "autoharp": {"_type": "derivation", "name": "r-autoharp-0.0.10"}, "autohd": {"_type": "derivation", "name": "r-autohd-0.1.0"}, "autohrf": {"_type": "derivation", "name": "r-autohrf-1.0.4"}, "autoimage": {"_type": "derivation", "name": "r-autoimage-2.2.3"}, "autokeras": {"_type": "derivation", "name": "r-autokeras-1.0.12"}, "automagic": {"_type": "derivation", "name": "r-automagic-0.5.1"}, "automap": {"_type": "derivation", "name": "r-automap-1.0-16"}, "automl": {"_type": "derivation", "name": "r-automl-1.3.2"}, "automultinomial": {"_type": "derivation", "name": "r-automultinomial-2.0.0"}, "autonewsmd": {"_type": "derivation", "name": "r-autonewsmd-0.0.3"}, "autonomics": {"_type": "derivation", "name": "r-autonomics-1.4.0"}, "autoplotly": {"_type": "derivation", "name": "r-autoplotly-0.1.4"}, "autoshiny": {"_type": "derivation", "name": "r-autoshiny-0.0.2"}, "autostats": {"_type": "derivation", "name": "r-autostats-0.3.1"}, "autostsm": {"_type": "derivation", "name": "r-autostsm-3.0.3"}, "autothresholdr": {"_type": "derivation", "name": "r-autothresholdr-1.4.0"}, "av": {"_type": "derivation", "name": "r-av-0.8.2"}, "available": {"_type": "derivation", "name": "r-available-1.1.0"}, "avar": {"_type": "derivation", "name": "r-avar-0.1.2"}, "averisk": {"_type": "derivation", "name": "r-averisk-1.0.3"}, "avfintools": {"_type": "derivation", "name": "r-avfintools-0.1.0"}, "avidaR": {"_type": "derivation", "name": "r-avidaR-1.1.3"}, "avocado": {"_type": "derivation", "name": "r-avocado-0.1.0"}, "aweSOM": {"_type": "derivation", "name": "r-aweSOM-1.3"}, "aweek": {"_type": "derivation", "name": "r-aweek-1.0.3"}, "aws": {"_type": "derivation", "name": "r-aws-2.5-1"}, "awsMethods": {"_type": "derivation", "name": "r-awsMethods-1.1-1"}, "aws_alexa": {"_type": "derivation", "name": "r-aws.alexa-0.1.8"}, "aws_comprehend": {"_type": "derivation", "name": "r-aws.comprehend-0.2.1"}, "aws_ec2metadata": {"_type": "derivation", "name": "r-aws.ec2metadata-0.2.0"}, "aws_ecx": {"_type": "derivation", "name": "r-aws.ecx-1.0.5"}, "aws_iam": {"_type": "derivation", "name": "r-aws.iam-0.1.8"}, "aws_kms": {"_type": "derivation", "name": "r-aws.kms-0.1.4"}, "aws_lambda": {"_type": "derivation", "name": "r-aws.lambda-0.2.0"}, "aws_polly": {"_type": "derivation", "name": "r-aws.polly-0.1.5"}, "aws_s3": {"_type": "derivation", "name": "r-aws.s3-0.3.21"}, "aws_signature": {"_type": "derivation", "name": "r-aws.signature-0.6.0"}, "aws_transcribe": {"_type": "derivation", "name": "r-aws.transcribe-0.1.3"}, "aws_translate": {"_type": "derivation", "name": "r-aws.translate-0.1.4"}, "awst": {"_type": "derivation", "name": "r-awst-1.4.0"}, "aziztest": {"_type": "derivation", "name": "r-aziztest-0.2.1"}, "azuremlsdk": {"_type": "derivation", "name": "r-azuremlsdk-1.10.0"}, "b6e6rl": {"_type": "derivation", "name": "r-b6e6rl-1.1"}, "bPeaks": {"_type": "derivation", "name": "r-bPeaks-1.2"}, "bRacatus": {"_type": "derivation", "name": "r-bRacatus-1.0.9"}, "bReeze": {"_type": "derivation", "name": "r-bReeze-0.4-3"}, "bSims": {"_type": "derivation", "name": "r-bSims-0.3-0"}, "bWGR": {"_type": "derivation", "name": "r-bWGR-2.1"}, "baRcodeR": {"_type": "derivation", "name": "r-baRcodeR-0.1.7"}, "baRulho": {"_type": "derivation", "name": "r-baRulho-1.0.6"}, "babar": {"_type": "derivation", "name": "r-babar-1.0"}, "babel": {"_type": "derivation", "name": "r-babel-0.3-0"}, "babelgene": {"_type": "derivation", "name": "r-babelgene-22.9"}, "babelmixr2": {"_type": "derivation", "name": "r-babelmixr2-0.1.0"}, "babelwhale": {"_type": "derivation", "name": "r-babelwhale-1.1.0"}, "babette": {"_type": "derivation", "name": "r-babette-2.3.2"}, "babsim_hospital": {"_type": "derivation", "name": "r-babsim.hospital-11.8.8"}, "babynames": {"_type": "derivation", "name": "r-babynames-1.0.1"}, "babynamesIL": {"_type": "derivation", "name": "r-babynamesIL-0.0.1"}, "bacistool": {"_type": "derivation", "name": "r-bacistool-1.0.0"}, "backShift": {"_type": "derivation", "name": "r-backShift-0.1.4.3"}, "backbone": {"_type": "derivation", "name": "r-backbone-2.1.1"}, "backpipe": {"_type": "derivation", "name": "r-backpipe-0.2.3"}, "backports": {"_type": "derivation", "name": "r-backports-1.4.1"}, "backtest": {"_type": "derivation", "name": "r-backtest-0.3-4"}, "bacon": {"_type": "derivation", "name": "r-bacon-1.24.0"}, "bacondecomp": {"_type": "derivation", "name": "r-bacondecomp-0.1.1"}, "bacr": {"_type": "derivation", "name": "r-bacr-1.0.1"}, "badgecreatr": {"_type": "derivation", "name": "r-badgecreatr-0.2.0"}, "badger": {"_type": "derivation", "name": "r-badger-0.2.1"}, "baffle": {"_type": "derivation", "name": "r-baffle-0.2.1"}, "bagged_outliertrees": {"_type": "derivation", "name": "r-bagged.outliertrees-1.0.0"}, "baggedcv": {"_type": "derivation", "name": "r-baggedcv-1.0"}, "baggingbwsel": {"_type": "derivation", "name": "r-baggingbwsel-1.0"}, "baggr": {"_type": "derivation", "name": "r-baggr-0.6.21"}, "baguette": {"_type": "derivation", "name": "r-baguette-1.0.0"}, "bahc": {"_type": "derivation", "name": "r-bahc-0.3.0"}, "bain": {"_type": "derivation", "name": "r-bain-0.2.8"}, "bakR": {"_type": "derivation", "name": "r-bakR-0.2.4"}, "bakeoff": {"_type": "derivation", "name": "r-bakeoff-0.2.0"}, "baker": {"_type": "derivation", "name": "r-baker-1.0.0"}, "ballgown": {"_type": "derivation", "name": "r-ballgown-2.28.0"}, "bama": {"_type": "derivation", "name": "r-bama-1.2.5"}, "bamboo": {"_type": "derivation", "name": "r-bamboo-0.9.25"}, "bambooHR": {"_type": "derivation", "name": "r-bambooHR-0.1.0"}, "bambu": {"_type": "derivation", "name": "r-bambu-2.2.0"}, "bamdit": {"_type": "derivation", "name": "r-bamdit-3.4.0"}, "bamlss": {"_type": "derivation", "name": "r-bamlss-1.1-8"}, "bamp": {"_type": "derivation", "name": "r-bamp-2.1.3"}, "bamsignals": {"_type": "derivation", "name": "r-bamsignals-1.28.0"}, "bandit": {"_type": "derivation", "name": "r-bandit-0.5.1"}, "bandle": {"_type": "derivation", "name": "r-bandle-1.0.0"}, "bang": {"_type": "derivation", "name": "r-bang-1.0.1"}, "bangladesh": {"_type": "derivation", "name": "r-bangladesh-1.0.0"}, "bannerCommenter": {"_type": "derivation", "name": "r-bannerCommenter-1.0.0"}, "banocc": {"_type": "derivation", "name": "r-banocc-1.20.0"}, "banter": {"_type": "derivation", "name": "r-banter-0.9.5"}, "banxicoR": {"_type": "derivation", "name": "r-banxicoR-0.9.0"}, "bapred": {"_type": "derivation", "name": "r-bapred-1.1"}, "barcode": {"_type": "derivation", "name": "r-barcode-1.3.0"}, "barcodetrackR": {"_type": "derivation", "name": "r-barcodetrackR-1.4.0"}, "bardr": {"_type": "derivation", "name": "r-bardr-0.0.9"}, "barley1cdf": {"_type": "derivation", "name": "r-barley1cdf-2.18.0"}, "barley1probe": {"_type": "derivation", "name": "r-barley1probe-2.18.0"}, "barplot3d": {"_type": "derivation", "name": "r-barplot3d-1.0.1"}, "bartBMA": {"_type": "derivation", "name": "r-bartBMA-1.0"}, "bartCause": {"_type": "derivation", "name": "r-bartCause-1.0-4"}, "bartMachine": {"_type": "derivation", "name": "r-bartMachine-1.3.2"}, "bartMachineJARs": {"_type": "derivation", "name": "r-bartMachineJARs-1.2.1"}, "bartcs": {"_type": "derivation", "name": "r-bartcs-0.1.2"}, "basad": {"_type": "derivation", "name": "r-basad-0.3.0"}, "base64": {"_type": "derivation", "name": "r-base64-2.0.1"}, "base64enc": {"_type": "derivation", "name": "r-base64enc-0.1-3"}, "base64url": {"_type": "derivation", "name": "r-base64url-1.4"}, "base_rms": {"_type": "derivation", "name": "r-base.rms-1.0"}, "baseballDBR": {"_type": "derivation", "name": "r-baseballDBR-0.1.2"}, "baseballr": {"_type": "derivation", "name": "r-baseballr-1.3.0"}, "basecallQC": {"_type": "derivation", "name": "r-basecallQC-1.20.0"}, "basecamb": {"_type": "derivation", "name": "r-basecamb-1.1.0"}, "basedosdados": {"_type": "derivation", "name": "r-basedosdados-0.2.1"}, "baseflow": {"_type": "derivation", "name": "r-baseflow-0.13.2"}, "basefun": {"_type": "derivation", "name": "r-basefun-1.1-3"}, "baseline": {"_type": "derivation", "name": "r-baseline-1.3-4"}, "basemaps": {"_type": "derivation", "name": "r-basemaps-0.0.5"}, "basetheme": {"_type": "derivation", "name": "r-basetheme-0.1.2"}, "basf": {"_type": "derivation", "name": "r-basf-0.2.0"}, "basicMCMCplots": {"_type": "derivation", "name": "r-basicMCMCplots-0.2.7"}, "basicTrendline": {"_type": "derivation", "name": "r-basicTrendline-2.0.5"}, "basicspace": {"_type": "derivation", "name": "r-basicspace-0.24"}, "basictabler": {"_type": "derivation", "name": "r-basictabler-1.0.2"}, "basifoR": {"_type": "derivation", "name": "r-basifoR-0.4"}, "basilisk": {"_type": "derivation", "name": "r-basilisk-1.8.1"}, "basilisk_utils": {"_type": "derivation", "name": "r-basilisk.utils-1.8.0"}, "basket": {"_type": "derivation", "name": "r-basket-0.10.11"}, "baskexact": {"_type": "derivation", "name": "r-baskexact-0.1.0"}, "bastah": {"_type": "derivation", "name": "r-bastah-1.0.7"}, "batata": {"_type": "derivation", "name": "r-batata-0.2.1"}, "batch": {"_type": "derivation", "name": "r-batch-1.1-5"}, "batchelor": {"_type": "derivation", "name": "r-batchelor-1.12.3"}, "batchmeans": {"_type": "derivation", "name": "r-batchmeans-1.0-4"}, "batchmix": {"_type": "derivation", "name": "r-batchmix-1.0.1"}, "batchr": {"_type": "derivation", "name": "r-batchr-0.0.2"}, "batchscr": {"_type": "derivation", "name": "r-batchscr-0.1.0"}, "batchtma": {"_type": "derivation", "name": "r-batchtma-0.1.6"}, "batchtools": {"_type": "derivation", "name": "r-batchtools-0.9.15"}, "bate": {"_type": "derivation", "name": "r-bate-0.1.0"}, "batman": {"_type": "derivation", "name": "r-batman-0.1.0"}, "batteryreduction": {"_type": "derivation", "name": "r-batteryreduction-0.1.1"}, "bayMDS": {"_type": "derivation", "name": "r-bayMDS-1.6"}, "bayNorm": {"_type": "derivation", "name": "r-bayNorm-1.14.0"}, "baySeq": {"_type": "derivation", "name": "r-baySeq-2.30.0"}, "baycn": {"_type": "derivation", "name": "r-baycn-1.2.0"}, "bayefdr": {"_type": "derivation", "name": "r-bayefdr-0.2.1"}, "bayes4psy": {"_type": "derivation", "name": "r-bayes4psy-1.2.8"}, "bayesAB": {"_type": "derivation", "name": "r-bayesAB-1.1.3"}, "bayesCT": {"_type": "derivation", "name": "r-bayesCT-0.99.3"}, "bayesDP": {"_type": "derivation", "name": "r-bayesDP-1.3.6"}, "bayesDccGarch": {"_type": "derivation", "name": "r-bayesDccGarch-3.0.3"}, "bayesGAM": {"_type": "derivation", "name": "r-bayesGAM-0.0.2"}, "bayesGARCH": {"_type": "derivation", "name": "r-bayesGARCH-2.1.10"}, "bayesImageS": {"_type": "derivation", "name": "r-bayesImageS-0.6-1"}, "bayesLife": {"_type": "derivation", "name": "r-bayesLife-5.0-3"}, "bayesPO": {"_type": "derivation", "name": "r-bayesPO-0.3.1"}, "bayesPop": {"_type": "derivation", "name": "r-bayesPop-9.0-1"}, "bayesQR": {"_type": "derivation", "name": "r-bayesQR-2.3"}, "bayesSurv": {"_type": "derivation", "name": "r-bayesSurv-3.5"}, "bayesTFR": {"_type": "derivation", "name": "r-bayesTFR-7.2-0"}, "bayesZIB": {"_type": "derivation", "name": "r-bayesZIB-0.0.4"}, "bayesammi": {"_type": "derivation", "name": "r-bayesammi-0.1.0"}, "bayesanova": {"_type": "derivation", "name": "r-bayesanova-1.5"}, "bayesassurance": {"_type": "derivation", "name": "r-bayesassurance-0.1.0"}, "bayesbio": {"_type": "derivation", "name": "r-bayesbio-1.0.0"}, "bayesboot": {"_type": "derivation", "name": "r-bayesboot-0.2.2"}, "bayesbr": {"_type": "derivation", "name": "r-bayesbr-0.0.1.0"}, "bayescopulareg": {"_type": "derivation", "name": "r-bayescopulareg-0.1.3"}, "bayescount": {"_type": "derivation", "name": "r-bayescount-0.9.99-8"}, "bayesdfa": {"_type": "derivation", "name": "r-bayesdfa-1.2.0"}, "bayesdistreg": {"_type": "derivation", "name": "r-bayesdistreg-0.1.0"}, "bayesforecast": {"_type": "derivation", "name": "r-bayesforecast-1.0.1"}, "bayesian": {"_type": "derivation", "name": "r-bayesian-0.0.9"}, "bayesianETAS": {"_type": "derivation", "name": "r-bayesianETAS-1.0.3"}, "bayeslincom": {"_type": "derivation", "name": "r-bayeslincom-1.3.0"}, "bayeslm": {"_type": "derivation", "name": "r-bayeslm-1.0.1"}, "bayesloglin": {"_type": "derivation", "name": "r-bayesloglin-1.0.1"}, "bayeslongitudinal": {"_type": "derivation", "name": "r-bayeslongitudinal-0.1.0"}, "bayesm": {"_type": "derivation", "name": "r-bayesm-3.1-4"}, "bayesmeta": {"_type": "derivation", "name": "r-bayesmeta-3.2"}, "bayesmix": {"_type": "derivation", "name": "r-bayesmix-0.7-5"}, "bayesmodels": {"_type": "derivation", "name": "r-bayesmodels-0.1.1"}, "bayesmove": {"_type": "derivation", "name": "r-bayesmove-0.2.1"}, "bayesnec": {"_type": "derivation", "name": "r-bayesnec-2.0.2.4"}, "bayesplay": {"_type": "derivation", "name": "r-bayesplay-0.9.2"}, "bayesplot": {"_type": "derivation", "name": "r-bayesplot-1.9.0"}, "bayespref": {"_type": "derivation", "name": "r-bayespref-1.0"}, "bayesreg": {"_type": "derivation", "name": "r-bayesreg-1.2"}, "bayesrules": {"_type": "derivation", "name": "r-bayesrules-0.0.2"}, "bayess": {"_type": "derivation", "name": "r-bayess-1.5"}, "bayest": {"_type": "derivation", "name": "r-bayest-1.4"}, "bayestestR": {"_type": "derivation", "name": "r-bayestestR-0.13.0"}, "bayesvl": {"_type": "derivation", "name": "r-bayesvl-0.8.5"}, "bayfoxr": {"_type": "derivation", "name": "r-bayfoxr-0.0.1"}, "baymedr": {"_type": "derivation", "name": "r-baymedr-0.1.1"}, "baystability": {"_type": "derivation", "name": "r-baystability-0.1.0"}, "baytrends": {"_type": "derivation", "name": "r-baytrends-2.0.8"}, "bazar": {"_type": "derivation", "name": "r-bazar-1.0.11"}, "bbdetection": {"_type": "derivation", "name": "r-bbdetection-1.0"}, "bbefkr": {"_type": "derivation", "name": "r-bbefkr-4.2"}, "bbemkr": {"_type": "derivation", "name": "r-bbemkr-2.0"}, "bbknnR": {"_type": "derivation", "name": "r-bbknnR-1.0.2"}, "bbl": {"_type": "derivation", "name": "r-bbl-1.0.0"}, "bbmle": {"_type": "derivation", "name": "r-bbmle-1.0.25"}, "bbo": {"_type": "derivation", "name": "r-bbo-0.2"}, "bbotk": {"_type": "derivation", "name": "r-bbotk-0.6.0"}, "bbreg": {"_type": "derivation", "name": "r-bbreg-2.0.2"}, "bbricks": {"_type": "derivation", "name": "r-bbricks-0.1.4"}, "bbsBayes": {"_type": "derivation", "name": "r-bbsBayes-2.5.2"}, "bbw": {"_type": "derivation", "name": "r-bbw-0.2.0"}, "bc3net": {"_type": "derivation", "name": "r-bc3net-1.0.4"}, "bcROCsurface": {"_type": "derivation", "name": "r-bcROCsurface-1.0-5"}, "bcSeq": {"_type": "derivation", "name": "r-bcSeq-1.18.0"}, "bcTSNE": {"_type": "derivation", "name": "r-bcTSNE-0.11.1"}, "bcaboot": {"_type": "derivation", "name": "r-bcaboot-0.2-3"}, "bcc": {"_type": "derivation", "name": "r-bcc-1.3.1"}, "bccp": {"_type": "derivation", "name": "r-bccp-0.5.0"}, "bcdata": {"_type": "derivation", "name": "r-bcdata-0.3.2"}, "bcellViper": {"_type": "derivation", "name": "r-bcellViper-1.32.0"}, "bcf": {"_type": "derivation", "name": "r-bcf-1.3.1"}, "bcfrailph": {"_type": "derivation", "name": "r-bcfrailph-0.1.0"}, "bcfrailphdv": {"_type": "derivation", "name": "r-bcfrailphdv-0.1.0"}, "bcgam": {"_type": "derivation", "name": "r-bcgam-1.0"}, "bcmaps": {"_type": "derivation", "name": "r-bcmaps-1.0.3"}, "bcmixed": {"_type": "derivation", "name": "r-bcmixed-0.1.4"}, "bcp": {"_type": "derivation", "name": "r-bcp-4.0.3"}, "bcpa": {"_type": "derivation", "name": "r-bcpa-1.3.2"}, "bcpmeta": {"_type": "derivation", "name": "r-bcpmeta-1.0"}, "bcputility": {"_type": "derivation", "name": "r-bcputility-0.3.0"}, "bcrm": {"_type": "derivation", "name": "r-bcrm-0.5.4"}, "bcrypt": {"_type": "derivation", "name": "r-bcrypt-1.1"}, "bcv": {"_type": "derivation", "name": "r-bcv-1.0.1.4"}, "bdDwC": {"_type": "derivation", "name": "r-bdDwC-0.1.15"}, "bda": {"_type": "derivation", "name": "r-bda-15.2.5"}, "bdc": {"_type": "derivation", "name": "r-bdc-1.1.2"}, "bdchecks": {"_type": "derivation", "name": "r-bdchecks-0.1.7"}, "bdclean": {"_type": "derivation", "name": "r-bdclean-0.1.15"}, "bde": {"_type": "derivation", "name": "r-bde-1.0.1.1"}, "bdl": {"_type": "derivation", "name": "r-bdl-1.0.4"}, "bdlp": {"_type": "derivation", "name": "r-bdlp-0.9-2"}, "bdots": {"_type": "derivation", "name": "r-bdots-1.1.0"}, "bdpar": {"_type": "derivation", "name": "r-bdpar-3.0.3"}, "bdpopt": {"_type": "derivation", "name": "r-bdpopt-1.0-1"}, "bdpv": {"_type": "derivation", "name": "r-bdpv-1.3"}, "bdrc": {"_type": "derivation", "name": "r-bdrc-1.0.0"}, "bdribs": {"_type": "derivation", "name": "r-bdribs-1.0.4"}, "bdscale": {"_type": "derivation", "name": "r-bdscale-2.0.0"}, "bdsmatrix": {"_type": "derivation", "name": "r-bdsmatrix-1.3-6"}, "bdvis": {"_type": "derivation", "name": "r-bdvis-0.2.33"}, "bdynsys": {"_type": "derivation", "name": "r-bdynsys-1.3"}, "bea_R": {"_type": "derivation", "name": "r-bea.R-1.0.6"}, "beachmat": {"_type": "derivation", "name": "r-beachmat-2.12.0"}, "beadarray": {"_type": "derivation", "name": "r-beadarray-2.46.0"}, "beadarrayExampleData": {"_type": "derivation", "name": "r-beadarrayExampleData-1.34.0"}, "beadarrayFilter": {"_type": "derivation", "name": "r-beadarrayFilter-1.1.0"}, "beadarraySNP": {"_type": "derivation", "name": "r-beadarraySNP-1.62.0"}, "beadplexr": {"_type": "derivation", "name": "r-beadplexr-0.4.1"}, "beakr": {"_type": "derivation", "name": "r-beakr-0.4.3"}, "beam": {"_type": "derivation", "name": "r-beam-2.0.2"}, "beanplot": {"_type": "derivation", "name": "r-beanplot-1.3.1"}, "beans": {"_type": "derivation", "name": "r-beans-0.1.0"}, "beanz": {"_type": "derivation", "name": "r-beanz-2.4"}, "bearishTrader": {"_type": "derivation", "name": "r-bearishTrader-1.0.2"}, "beast": {"_type": "derivation", "name": "r-beast-1.1"}, "beastier": {"_type": "derivation", "name": "r-beastier-2.4.11"}, "beautier": {"_type": "derivation", "name": "r-beautier-2.6.5"}, "bedr": {"_type": "derivation", "name": "r-bedr-1.0.7"}, "beepr": {"_type": "derivation", "name": "r-beepr-1.3"}, "beer": {"_type": "derivation", "name": "r-beer-1.0.0"}, "beeswarm": {"_type": "derivation", "name": "r-beeswarm-0.4.0"}, "beezdemand": {"_type": "derivation", "name": "r-beezdemand-0.1.0"}, "befproj": {"_type": "derivation", "name": "r-befproj-0.1.1"}, "beginr": {"_type": "derivation", "name": "r-beginr-0.1.7"}, "behaviorchange": {"_type": "derivation", "name": "r-behaviorchange-0.5.1"}, "behavr": {"_type": "derivation", "name": "r-behavr-0.3.2"}, "belex": {"_type": "derivation", "name": "r-belex-0.1.0"}, "belg": {"_type": "derivation", "name": "r-belg-1.5.2"}, "bellreg": {"_type": "derivation", "name": "r-bellreg-0.0.1"}, "bench": {"_type": "derivation", "name": "r-bench-1.1.2"}, "benchdamic": {"_type": "derivation", "name": "r-benchdamic-1.2.5"}, "benchden": {"_type": "derivation", "name": "r-benchden-1.0.5"}, "benchmarkfdrData2019": {"_type": "derivation", "name": "r-benchmarkfdrData2019-1.10.0"}, "benchmarkme": {"_type": "derivation", "name": "r-benchmarkme-1.0.8"}, "benchmarkmeData": {"_type": "derivation", "name": "r-benchmarkmeData-1.0.4"}, "benchr": {"_type": "derivation", "name": "r-benchr-0.2.5"}, "bender": {"_type": "derivation", "name": "r-bender-0.1.1"}, "benford": {"_type": "derivation", "name": "r-benford-1.0.1"}, "benford_analysis": {"_type": "derivation", "name": "r-benford.analysis-0.1.5"}, "bentcableAR": {"_type": "derivation", "name": "r-bentcableAR-0.3.1"}, "benthos": {"_type": "derivation", "name": "r-benthos-1.3-8"}, "berryFunctions": {"_type": "derivation", "name": "r-berryFunctions-1.21.14"}, "bestNormalize": {"_type": "derivation", "name": "r-bestNormalize-1.8.3"}, "bestSDP": {"_type": "derivation", "name": "r-bestSDP-0.1.2"}, "bestglm": {"_type": "derivation", "name": "r-bestglm-0.37.3"}, "besthr": {"_type": "derivation", "name": "r-besthr-0.3.1"}, "bestridge": {"_type": "derivation", "name": "r-bestridge-1.0.7"}, "beta7": {"_type": "derivation", "name": "r-beta7-1.34.0"}, "betaBayes": {"_type": "derivation", "name": "r-betaBayes-1.0.1"}, "betaSandwich": {"_type": "derivation", "name": "r-betaSandwich-1.0.2"}, "betaboost": {"_type": "derivation", "name": "r-betaboost-1.0.1"}, "betacal": {"_type": "derivation", "name": "r-betacal-0.1.0"}, "betafam": {"_type": "derivation", "name": "r-betafam-1.0"}, "betafunctions": {"_type": "derivation", "name": "r-betafunctions-1.8.0"}, "betalink": {"_type": "derivation", "name": "r-betalink-2.2.1"}, "betapart": {"_type": "derivation", "name": "r-betapart-1.5.6"}, "betaper": {"_type": "derivation", "name": "r-betaper-1.1-2"}, "betareg": {"_type": "derivation", "name": "r-betareg-3.1-4"}, "betategarch": {"_type": "derivation", "name": "r-betategarch-3.3"}, "bethel": {"_type": "derivation", "name": "r-bethel-0.2"}, "bets_covid19": {"_type": "derivation", "name": "r-bets.covid19-1.0.0"}, "bettermc": {"_type": "derivation", "name": "r-bettermc-1.1.2"}, "beyondWhittle": {"_type": "derivation", "name": "r-beyondWhittle-1.1.3"}, "bezier": {"_type": "derivation", "name": "r-bezier-1.1.2"}, "bfast": {"_type": "derivation", "name": "r-bfast-1.6.1"}, "bfp": {"_type": "derivation", "name": "r-bfp-0.0-45"}, "bfsMaps": {"_type": "derivation", "name": "r-bfsMaps-0.9.8"}, "bfsl": {"_type": "derivation", "name": "r-bfsl-0.2.0"}, "bfw": {"_type": "derivation", "name": "r-bfw-0.4.2"}, "bgeva": {"_type": "derivation", "name": "r-bgeva-0.3-1"}, "bggAnalytics": {"_type": "derivation", "name": "r-bggAnalytics-0.2.1"}, "bggum": {"_type": "derivation", "name": "r-bggum-1.0.2"}, "bgmfiles": {"_type": "derivation", "name": "r-bgmfiles-0.0.6"}, "bgmm": {"_type": "derivation", "name": "r-bgmm-1.8.5"}, "bgsmtr": {"_type": "derivation", "name": "r-bgsmtr-0.7"}, "bgumbel": {"_type": "derivation", "name": "r-bgumbel-0.0.3"}, "bgx": {"_type": "derivation", "name": "r-bgx-1.62.0"}, "bhm": {"_type": "derivation", "name": "r-bhm-1.18"}, "bhmbasket": {"_type": "derivation", "name": "r-bhmbasket-0.9.5"}, "bhpm": {"_type": "derivation", "name": "r-bhpm-1.7"}, "biClassify": {"_type": "derivation", "name": "r-biClassify-1.3"}, "biasbetareg": {"_type": "derivation", "name": "r-biasbetareg-1.0"}, "bib2df": {"_type": "derivation", "name": "r-bib2df-1.1.1"}, "biblio": {"_type": "derivation", "name": "r-biblio-0.0.6"}, "bibliometrix": {"_type": "derivation", "name": "r-bibliometrix-4.0.1"}, "bibliometrixData": {"_type": "derivation", "name": "r-bibliometrixData-0.3.0"}, "biblionetwork": {"_type": "derivation", "name": "r-biblionetwork-0.1.0"}, "bibs": {"_type": "derivation", "name": "r-bibs-1.1.1"}, "bibtex": {"_type": "derivation", "name": "r-bibtex-0.5.0"}, "biclique": {"_type": "derivation", "name": "r-biclique-1.0.5"}, "biclust": {"_type": "derivation", "name": "r-biclust-2.0.3"}, "biclustermd": {"_type": "derivation", "name": "r-biclustermd-0.2.3"}, "bidask": {"_type": "derivation", "name": "r-bidask-1.0.0"}, "bife": {"_type": "derivation", "name": "r-bife-0.7.2"}, "bifurcatingr": {"_type": "derivation", "name": "r-bifurcatingr-1.0.0"}, "bigD": {"_type": "derivation", "name": "r-bigD-0.2.0"}, "bigDM": {"_type": "derivation", "name": "r-bigDM-0.5.0"}, "bigGP": {"_type": "derivation", "name": "r-bigGP-0.1-7"}, "bigMap": {"_type": "derivation", "name": "r-bigMap-2.3.1"}, "bigPint": {"_type": "derivation", "name": "r-bigPint-1.12.0"}, "bigQF": {"_type": "derivation", "name": "r-bigQF-1.6"}, "bigQueryR": {"_type": "derivation", "name": "r-bigQueryR-0.5.0"}, "bigReg": {"_type": "derivation", "name": "r-bigReg-0.1.2"}, "bigSurvSGD": {"_type": "derivation", "name": "r-bigSurvSGD-0.0.1"}, "bigalgebra": {"_type": "derivation", "name": "r-bigalgebra-1.1.0"}, "biganalytics": {"_type": "derivation", "name": "r-biganalytics-1.1.21"}, "bigassertr": {"_type": "derivation", "name": "r-bigassertr-0.1.5"}, "bigchess": {"_type": "derivation", "name": "r-bigchess-1.9.1"}, "bigdatadist": {"_type": "derivation", "name": "r-bigdatadist-1.1"}, "bigdist": {"_type": "derivation", "name": "r-bigdist-0.1.4"}, "biglasso": {"_type": "derivation", "name": "r-biglasso-1.5.2"}, "bigleaf": {"_type": "derivation", "name": "r-bigleaf-0.8.2"}, "biglm": {"_type": "derivation", "name": "r-biglm-0.9-2.1"}, "biglmm": {"_type": "derivation", "name": "r-biglmm-0.9-2"}, "bigmatch": {"_type": "derivation", "name": "r-bigmatch-0.6.4"}, "bigmds": {"_type": "derivation", "name": "r-bigmds-2.0.1"}, "bigmelon": {"_type": "derivation", "name": "r-bigmelon-1.22.0"}, "bigmemory": {"_type": "derivation", "name": "r-bigmemory-4.6.1"}, "bigmemory_sri": {"_type": "derivation", "name": "r-bigmemory.sri-0.1.3"}, "bignum": {"_type": "derivation", "name": "r-bignum-0.3.0"}, "bigparallelr": {"_type": "derivation", "name": "r-bigparallelr-0.3.2"}, "bigreadr": {"_type": "derivation", "name": "r-bigreadr-0.2.4"}, "bigrquery": {"_type": "derivation", "name": "r-bigrquery-1.4.1"}, "bigsimr": {"_type": "derivation", "name": "r-bigsimr-0.11.2"}, "bigsnpr": {"_type": "derivation", "name": "r-bigsnpr-1.11.4"}, "bigsparser": {"_type": "derivation", "name": "r-bigsparser-0.6.1"}, "bigsplines": {"_type": "derivation", "name": "r-bigsplines-1.1-1"}, "bigstatsr": {"_type": "derivation", "name": "r-bigstatsr-1.5.12"}, "bigstep": {"_type": "derivation", "name": "r-bigstep-1.0.3"}, "bigtabulate": {"_type": "derivation", "name": "r-bigtabulate-1.1.9"}, "bigtcr": {"_type": "derivation", "name": "r-bigtcr-1.1"}, "bigtime": {"_type": "derivation", "name": "r-bigtime-0.2.1"}, "bigutilsr": {"_type": "derivation", "name": "r-bigutilsr-0.3.4"}, "bikeshare14": {"_type": "derivation", "name": "r-bikeshare14-0.1.4"}, "bikm1": {"_type": "derivation", "name": "r-bikm1-1.1.0"}, "bild": {"_type": "derivation", "name": "r-bild-1.2-0"}, "billboard": {"_type": "derivation", "name": "r-billboard-0.1.0"}, "billboarder": {"_type": "derivation", "name": "r-billboarder-0.3.1"}, "bimetallic": {"_type": "derivation", "name": "r-bimetallic-1.0"}, "bimets": {"_type": "derivation", "name": "r-bimets-2.2.0"}, "bimixt": {"_type": "derivation", "name": "r-bimixt-1.0"}, "binGroup": {"_type": "derivation", "name": "r-binGroup-2.2-1"}, "binGroup2": {"_type": "derivation", "name": "r-binGroup2-1.2.4"}, "binMto": {"_type": "derivation", "name": "r-binMto-0.0-7"}, "binancer": {"_type": "derivation", "name": "r-binancer-1.2.0"}, "binaryGP": {"_type": "derivation", "name": "r-binaryGP-0.2"}, "binaryLogic": {"_type": "derivation", "name": "r-binaryLogic-0.3.9"}, "binaryMM": {"_type": "derivation", "name": "r-binaryMM-0.1.1"}, "binaryTimeSeries": {"_type": "derivation", "name": "r-binaryTimeSeries-1.0.2"}, "binb": {"_type": "derivation", "name": "r-binb-0.0.6"}, "binda": {"_type": "derivation", "name": "r-binda-1.0.4"}, "bindata": {"_type": "derivation", "name": "r-bindata-0.9-20"}, "bindr": {"_type": "derivation", "name": "r-bindr-0.1.1"}, "bindrcpp": {"_type": "derivation", "name": "r-bindrcpp-0.2.2"}, "binequality": {"_type": "derivation", "name": "r-binequality-1.0.4"}, "binford": {"_type": "derivation", "name": "r-binford-0.1.0"}, "binfunest": {"_type": "derivation", "name": "r-binfunest-0.1.0"}, "bingadsR": {"_type": "derivation", "name": "r-bingadsR-0.1.0"}, "bingat": {"_type": "derivation", "name": "r-bingat-1.3"}, "binhf": {"_type": "derivation", "name": "r-binhf-1.0-3"}, "binman": {"_type": "derivation", "name": "r-binman-0.1.3"}, "binnednp": {"_type": "derivation", "name": "r-binnednp-0.4.0"}, "binom": {"_type": "derivation", "name": "r-binom-1.1-1.1"}, "binomSamSize": {"_type": "derivation", "name": "r-binomSamSize-0.1-5"}, "binomialMix": {"_type": "derivation", "name": "r-binomialMix-1.0.1"}, "binomialRF": {"_type": "derivation", "name": "r-binomialRF-0.1.0"}, "binomialcftp": {"_type": "derivation", "name": "r-binomialcftp-1.0"}, "binomlogit": {"_type": "derivation", "name": "r-binomlogit-1.2"}, "binovisualfields": {"_type": "derivation", "name": "r-binovisualfields-0.1.1"}, "binr": {"_type": "derivation", "name": "r-binr-1.1.1"}, "binsegRcpp": {"_type": "derivation", "name": "r-binsegRcpp-2022.7.21"}, "binseqtest": {"_type": "derivation", "name": "r-binseqtest-1.0.3"}, "binsmooth": {"_type": "derivation", "name": "r-binsmooth-0.2.2"}, "binspp": {"_type": "derivation", "name": "r-binspp-0.1.24"}, "binsreg": {"_type": "derivation", "name": "r-binsreg-0.7"}, "binst": {"_type": "derivation", "name": "r-binst-0.2.1"}, "bio3d": {"_type": "derivation", "name": "r-bio3d-2.4-4"}, "bioC_logs": {"_type": "derivation", "name": "r-bioC.logs-1.2"}, "bioCancer": {"_type": "derivation", "name": "r-bioCancer-1.24.01"}, "bioDist": {"_type": "derivation", "name": "r-bioDist-1.68.0"}, "bioOED": {"_type": "derivation", "name": "r-bioOED-0.2.1"}, "bioPN": {"_type": "derivation", "name": "r-bioPN-1.2.0"}, "bioRad": {"_type": "derivation", "name": "r-bioRad-0.6.1"}, "bio_infer": {"_type": "derivation", "name": "r-bio.infer-1.3-6"}, "bioacoustics": {"_type": "derivation", "name": "r-bioacoustics-0.2.8"}, "bioassayR": {"_type": "derivation", "name": "r-bioassayR-1.34.0"}, "bioassays": {"_type": "derivation", "name": "r-bioassays-1.0.1"}, "biobroom": {"_type": "derivation", "name": "r-biobroom-1.28.0"}, "biobtreeR": {"_type": "derivation", "name": "r-biobtreeR-1.8.0"}, "biocGraph": {"_type": "derivation", "name": "r-biocGraph-1.58.0"}, "biocViews": {"_type": "derivation", "name": "r-biocViews-1.64.1"}, "bioclim": {"_type": "derivation", "name": "r-bioclim-0.3.0"}, "biocompute": {"_type": "derivation", "name": "r-biocompute-1.1.1"}, "biocthis": {"_type": "derivation", "name": "r-biocthis-1.6.0"}, "biodb": {"_type": "derivation", "name": "r-biodb-1.4.2"}, "biodbChebi": {"_type": "derivation", "name": "r-biodbChebi-1.2.0"}, "biodbExpasy": {"_type": "derivation", "name": "r-biodbExpasy-1.0.0"}, "biodbHmdb": {"_type": "derivation", "name": "r-biodbHmdb-1.2.0"}, "biodbKegg": {"_type": "derivation", "name": "r-biodbKegg-1.2.1"}, "biodbLipidmaps": {"_type": "derivation", "name": "r-biodbLipidmaps-1.2.0"}, "biodbMirbase": {"_type": "derivation", "name": "r-biodbMirbase-1.0.0"}, "biodbNcbi": {"_type": "derivation", "name": "r-biodbNcbi-1.0.0"}, "biodbNci": {"_type": "derivation", "name": "r-biodbNci-1.0.0"}, "biodbUniprot": {"_type": "derivation", "name": "r-biodbUniprot-1.2.1"}, "biodosetools": {"_type": "derivation", "name": "r-biodosetools-3.6.0"}, "biogas": {"_type": "derivation", "name": "r-biogas-1.23.2"}, "biogeo": {"_type": "derivation", "name": "r-biogeo-1.0"}, "biogeom": {"_type": "derivation", "name": "r-biogeom-1.2.1"}, "biogram": {"_type": "derivation", "name": "r-biogram-1.6.3"}, "biogrowth": {"_type": "derivation", "name": "r-biogrowth-1.0.0-3"}, "bioimagetools": {"_type": "derivation", "name": "r-bioimagetools-1.1.8"}, "bioinactivation": {"_type": "derivation", "name": "r-bioinactivation-1.2.3"}, "biokNN": {"_type": "derivation", "name": "r-biokNN-0.1.0"}, "biolink": {"_type": "derivation", "name": "r-biolink-0.1.7"}, "biomaRt": {"_type": "derivation", "name": "r-biomaRt-2.52.0"}, "biomartr": {"_type": "derivation", "name": "r-biomartr-1.0.2"}, "biometryassist": {"_type": "derivation", "name": "r-biometryassist-1.1.1"}, "biomformat": {"_type": "derivation", "name": "r-biomformat-1.24.0"}, "biomod2": {"_type": "derivation", "name": "r-biomod2-4.1-2"}, "biomvRCNS": {"_type": "derivation", "name": "r-biomvRCNS-1.36.0"}, "bionetdata": {"_type": "derivation", "name": "r-bionetdata-1.1"}, "bios2mds": {"_type": "derivation", "name": "r-bios2mds-1.2.3"}, "biosensors_usc": {"_type": "derivation", "name": "r-biosensors.usc-1.0"}, "bioseq": {"_type": "derivation", "name": "r-bioseq-0.1.4"}, "bioset": {"_type": "derivation", "name": "r-bioset-0.2.3"}, "biosignalEMG": {"_type": "derivation", "name": "r-biosignalEMG-2.1.0"}, "biosigner": {"_type": "derivation", "name": "r-biosigner-1.24.2"}, "biospear": {"_type": "derivation", "name": "r-biospear-1.0.2"}, "biostat3": {"_type": "derivation", "name": "r-biostat3-0.1.6"}, "biosurvey": {"_type": "derivation", "name": "r-biosurvey-0.1.1"}, "biotic": {"_type": "derivation", "name": "r-biotic-0.1.2"}, "biotmle": {"_type": "derivation", "name": "r-biotmle-1.20.0"}, "biotmleData": {"_type": "derivation", "name": "r-biotmleData-1.20.0"}, "biotools": {"_type": "derivation", "name": "r-biotools-4.2"}, "biovizBase": {"_type": "derivation", "name": "r-biovizBase-1.44.0"}, "bipartite": {"_type": "derivation", "name": "r-bipartite-2.18"}, "bipartiteD3": {"_type": "derivation", "name": "r-bipartiteD3-0.3.0"}, "bipd": {"_type": "derivation", "name": "r-bipd-0.3"}, "biplotbootGUI": {"_type": "derivation", "name": "r-biplotbootGUI-1.2"}, "birankr": {"_type": "derivation", "name": "r-birankr-1.0.1"}, "birdring": {"_type": "derivation", "name": "r-birdring-1.4"}, "birk": {"_type": "derivation", "name": "r-birk-2.1.2"}, "birtr": {"_type": "derivation", "name": "r-birtr-1.0.0"}, "biscale": {"_type": "derivation", "name": "r-biscale-1.0.0"}, "biscuiteer": {"_type": "derivation", "name": "r-biscuiteer-1.10.0"}, "biscuiteerData": {"_type": "derivation", "name": "r-biscuiteerData-1.10.0"}, "bisect": {"_type": "derivation", "name": "r-bisect-0.9.0"}, "bisectr": {"_type": "derivation", "name": "r-bisectr-0.1.0"}, "bisque": {"_type": "derivation", "name": "r-bisque-1.0.2"}, "bistablehistory": {"_type": "derivation", "name": "r-bistablehistory-1.1.1"}, "bit": {"_type": "derivation", "name": "r-bit-4.0.4"}, "bit64": {"_type": "derivation", "name": "r-bit64-4.0.5"}, "bite": {"_type": "derivation", "name": "r-bite-0.3"}, "bitmexr": {"_type": "derivation", "name": "r-bitmexr-0.3.2"}, "bitops": {"_type": "derivation", "name": "r-bitops-1.0-7"}, "bitsqueezr": {"_type": "derivation", "name": "r-bitsqueezr-0.1.1"}, "bittermelon": {"_type": "derivation", "name": "r-bittermelon-1.0.0"}, "bivariatemaps": {"_type": "derivation", "name": "r-bivariatemaps-1.0"}, "bivgeom": {"_type": "derivation", "name": "r-bivgeom-1.0"}, "bivquant": {"_type": "derivation", "name": "r-bivquant-0.1"}, "bivrp": {"_type": "derivation", "name": "r-bivrp-1.2-2"}, "biwavelet": {"_type": "derivation", "name": "r-biwavelet-0.20.21"}, "biwt": {"_type": "derivation", "name": "r-biwt-1.0.1"}, "bizdays": {"_type": "derivation", "name": "r-bizdays-1.0.12"}, "bizicount": {"_type": "derivation", "name": "r-bizicount-1.2.0"}, "bjscrapeR": {"_type": "derivation", "name": "r-bjscrapeR-0.1.0"}, "bkmr": {"_type": "derivation", "name": "r-bkmr-0.2.2"}, "bkmrhat": {"_type": "derivation", "name": "r-bkmrhat-1.1.3"}, "blackbox": {"_type": "derivation", "name": "r-blackbox-1.1.32"}, "blacksheepr": {"_type": "derivation", "name": "r-blacksheepr-1.10.0"}, "bladderbatch": {"_type": "derivation", "name": "r-bladderbatch-1.34.0"}, "blaise": {"_type": "derivation", "name": "r-blaise-1.3.9"}, "blandr": {"_type": "derivation", "name": "r-blandr-0.5.1"}, "blapsr": {"_type": "derivation", "name": "r-blapsr-0.6.1"}, "blaster": {"_type": "derivation", "name": "r-blaster-1.0.4"}, "blastula": {"_type": "derivation", "name": "r-blastula-0.3.2"}, "blatent": {"_type": "derivation", "name": "r-blatent-0.1.1"}, "blavaan": {"_type": "derivation", "name": "r-blavaan-0.4-3"}, "blendedLink": {"_type": "derivation", "name": "r-blendedLink-1.0"}, "blender": {"_type": "derivation", "name": "r-blender-0.1.2"}, "blima": {"_type": "derivation", "name": "r-blima-1.30.0"}, "blimaTestingData": {"_type": "derivation", "name": "r-blimaTestingData-1.16.0"}, "blin": {"_type": "derivation", "name": "r-blin-0.0.1"}, "blindrecalc": {"_type": "derivation", "name": "r-blindrecalc-0.1.3"}, "blink": {"_type": "derivation", "name": "r-blink-1.1.0"}, "bliss": {"_type": "derivation", "name": "r-bliss-1.0.4"}, "blm": {"_type": "derivation", "name": "r-blm-2022.0.0.1"}, "blme": {"_type": "derivation", "name": "r-blme-1.0-5"}, "blmeco": {"_type": "derivation", "name": "r-blmeco-1.4"}, "blob": {"_type": "derivation", "name": "r-blob-1.2.3"}, "blockCV": {"_type": "derivation", "name": "r-blockCV-2.1.4"}, "blockForest": {"_type": "derivation", "name": "r-blockForest-0.2.5"}, "blockRAR": {"_type": "derivation", "name": "r-blockRAR-1.0.2"}, "blockTools": {"_type": "derivation", "name": "r-blockTools-0.6-3"}, "blockcluster": {"_type": "derivation", "name": "r-blockcluster-4.5.1"}, "blockcpd": {"_type": "derivation", "name": "r-blockcpd-1.0.0"}, "blocklength": {"_type": "derivation", "name": "r-blocklength-0.1.5"}, "blockmatrix": {"_type": "derivation", "name": "r-blockmatrix-1.0"}, "blockmodeling": {"_type": "derivation", "name": "r-blockmodeling-1.1.3"}, "blockmodels": {"_type": "derivation", "name": "r-blockmodels-1.1.5"}, "blockrand": {"_type": "derivation", "name": "r-blockrand-1.5"}, "blocksdesign": {"_type": "derivation", "name": "r-blocksdesign-4.9"}, "blogdown": {"_type": "derivation", "name": "r-blogdown-1.13"}, "blorr": {"_type": "derivation", "name": "r-blorr-0.3.0"}, "blrm": {"_type": "derivation", "name": "r-blrm-1.0-2"}, "blsR": {"_type": "derivation", "name": "r-blsR-0.4.0"}, "blscrapeR": {"_type": "derivation", "name": "r-blscrapeR-3.2.2"}, "bltm": {"_type": "derivation", "name": "r-bltm-0.1.0"}, "bluebike": {"_type": "derivation", "name": "r-bluebike-0.0.3"}, "bluster": {"_type": "derivation", "name": "r-bluster-1.6.0"}, "bmabasket": {"_type": "derivation", "name": "r-bmabasket-0.1.2"}, "bmass": {"_type": "derivation", "name": "r-bmass-1.0.3"}, "bmd": {"_type": "derivation", "name": "r-bmd-0.5"}, "bmem": {"_type": "derivation", "name": "r-bmem-1.8"}, "bmemLavaan": {"_type": "derivation", "name": "r-bmemLavaan-0.5"}, "bmeta": {"_type": "derivation", "name": "r-bmeta-0.1.2"}, "bmgarch": {"_type": "derivation", "name": "r-bmgarch-1.1.0"}, "bmggum": {"_type": "derivation", "name": "r-bmggum-0.1.0"}, "bmixture": {"_type": "derivation", "name": "r-bmixture-1.7"}, "bmk": {"_type": "derivation", "name": "r-bmk-1.0"}, "bmlm": {"_type": "derivation", "name": "r-bmlm-1.3.12"}, "bmmix": {"_type": "derivation", "name": "r-bmmix-0.1-2"}, "bmotif": {"_type": "derivation", "name": "r-bmotif-2.0.2"}, "bmp": {"_type": "derivation", "name": "r-bmp-0.3"}, "bmrm": {"_type": "derivation", "name": "r-bmrm-4.1"}, "bmscstan": {"_type": "derivation", "name": "r-bmscstan-1.2.1.0"}, "bmstdr": {"_type": "derivation", "name": "r-bmstdr-0.3.0"}, "bnClustOmics": {"_type": "derivation", "name": "r-bnClustOmics-1.1.1"}, "bnbc": {"_type": "derivation", "name": "r-bnbc-1.18.0"}, "bnclassify": {"_type": "derivation", "name": "r-bnclassify-0.4.6"}, "bndovb": {"_type": "derivation", "name": "r-bndovb-1.1"}, "bnem": {"_type": "derivation", "name": "r-bnem-1.4.0"}, "bnlearn": {"_type": "derivation", "name": "r-bnlearn-4.8.1"}, "bnma": {"_type": "derivation", "name": "r-bnma-1.5.0"}, "bnmonitor": {"_type": "derivation", "name": "r-bnmonitor-0.1.3"}, "bnnSurvival": {"_type": "derivation", "name": "r-bnnSurvival-0.1.5"}, "bnormnlr": {"_type": "derivation", "name": "r-bnormnlr-1.0"}, "bnpa": {"_type": "derivation", "name": "r-bnpa-0.3.0"}, "bnpmr": {"_type": "derivation", "name": "r-bnpmr-1.2"}, "bnpsd": {"_type": "derivation", "name": "r-bnpsd-1.3.13"}, "bnspatial": {"_type": "derivation", "name": "r-bnspatial-1.1.1"}, "bnstruct": {"_type": "derivation", "name": "r-bnstruct-1.0.13"}, "bnviewer": {"_type": "derivation", "name": "r-bnviewer-0.1.6"}, "boa": {"_type": "derivation", "name": "r-boa-1.1.8-2"}, "bodenmiller": {"_type": "derivation", "name": "r-bodenmiller-0.1.1"}, "bodycomp": {"_type": "derivation", "name": "r-bodycomp-1.0.0"}, "bodymapRat": {"_type": "derivation", "name": "r-bodymapRat-1.12.0"}, "boilerpipeR": {"_type": "derivation", "name": "r-boilerpipeR-1.3.2"}, "bolasso": {"_type": "derivation", "name": "r-bolasso-0.2.0"}, "bold": {"_type": "derivation", "name": "r-bold-1.2.0"}, "bondAnalyst": {"_type": "derivation", "name": "r-bondAnalyst-1.0.1"}, "bonsai": {"_type": "derivation", "name": "r-bonsai-0.2.0"}, "bookdown": {"_type": "derivation", "name": "r-bookdown-0.29"}, "bookdownplus": {"_type": "derivation", "name": "r-bookdownplus-1.5.8"}, "boomer": {"_type": "derivation", "name": "r-boomer-0.1.1"}, "boostmtree": {"_type": "derivation", "name": "r-boostmtree-1.5.1"}, "boostr": {"_type": "derivation", "name": "r-boostr-1.0.0"}, "boot": {"_type": "derivation", "name": "r-boot-1.3-28"}, "bootCT": {"_type": "derivation", "name": "r-bootCT-1.1.1"}, "bootComb": {"_type": "derivation", "name": "r-bootComb-1.1.2"}, "bootES": {"_type": "derivation", "name": "r-bootES-1.2.1"}, "bootGOF": {"_type": "derivation", "name": "r-bootGOF-0.1.0"}, "bootImpute": {"_type": "derivation", "name": "r-bootImpute-1.2.0"}, "bootLR": {"_type": "derivation", "name": "r-bootLR-1.0.2"}, "bootPLS": {"_type": "derivation", "name": "r-bootPLS-0.9.9"}, "bootSVD": {"_type": "derivation", "name": "r-bootSVD-1.1"}, "bootStepAIC": {"_type": "derivation", "name": "r-bootStepAIC-1.3-0"}, "bootUR": {"_type": "derivation", "name": "r-bootUR-0.5.0"}, "boot_heterogeneity": {"_type": "derivation", "name": "r-boot.heterogeneity-1.1.5"}, "boot_pval": {"_type": "derivation", "name": "r-boot.pval-0.4"}, "bootcluster": {"_type": "derivation", "name": "r-bootcluster-0.3.2"}, "bootf2": {"_type": "derivation", "name": "r-bootf2-0.4.1"}, "bootnet": {"_type": "derivation", "name": "r-bootnet-1.5"}, "bootruin": {"_type": "derivation", "name": "r-bootruin-1.2-4"}, "bootsPLS": {"_type": "derivation", "name": "r-bootsPLS-1.1.2"}, "bootspecdens": {"_type": "derivation", "name": "r-bootspecdens-3.0"}, "bootstrap": {"_type": "derivation", "name": "r-bootstrap-2019.6"}, "bootstrapFP": {"_type": "derivation", "name": "r-bootstrapFP-0.4.4"}, "boottol": {"_type": "derivation", "name": "r-boottol-2.0"}, "bor": {"_type": "derivation", "name": "r-bor-0.1.0"}, "boral": {"_type": "derivation", "name": "r-boral-2.0"}, "borealis": {"_type": "derivation", "name": "r-borealis-1.0.1"}, "borrowr": {"_type": "derivation", "name": "r-borrowr-0.2.0"}, "botor": {"_type": "derivation", "name": "r-botor-0.3.0"}, "boundingbox": {"_type": "derivation", "name": "r-boundingbox-1.0.1"}, "boussinesq": {"_type": "derivation", "name": "r-boussinesq-1.0.4"}, "boutliers": {"_type": "derivation", "name": "r-boutliers-1.1-1"}, "bovine_db": {"_type": "derivation", "name": "r-bovine.db-3.13.0"}, "bovine_db0": {"_type": "derivation", "name": "r-bovine.db0-3.15.0"}, "bovinecdf": {"_type": "derivation", "name": "r-bovinecdf-2.18.0"}, "bovineprobe": {"_type": "derivation", "name": "r-bovineprobe-2.18.0"}, "box": {"_type": "derivation", "name": "r-box-1.1.2"}, "boxcoxmix": {"_type": "derivation", "name": "r-boxcoxmix-0.28"}, "boxplotdbl": {"_type": "derivation", "name": "r-boxplotdbl-1.4.0"}, "boxr": {"_type": "derivation", "name": "r-boxr-0.3.6"}, "bp": {"_type": "derivation", "name": "r-bp-2.1.0"}, "bpAcc": {"_type": "derivation", "name": "r-bpAcc-0.0-1"}, "bpDir": {"_type": "derivation", "name": "r-bpDir-0.1.2"}, "bpa": {"_type": "derivation", "name": "r-bpa-0.1.1"}, "bpbounds": {"_type": "derivation", "name": "r-bpbounds-0.1.4"}, "bpca": {"_type": "derivation", "name": "r-bpca-1.3-4"}, "bpcp": {"_type": "derivation", "name": "r-bpcp-1.4.2"}, "bpcs": {"_type": "derivation", "name": "r-bpcs-1.0.0"}, "bpgmm": {"_type": "derivation", "name": "r-bpgmm-1.0.9"}, "bpnreg": {"_type": "derivation", "name": "r-bpnreg-2.0.2"}, "bpp": {"_type": "derivation", "name": "r-bpp-1.0.4"}, "bpr": {"_type": "derivation", "name": "r-bpr-1.0.6"}, "bqror": {"_type": "derivation", "name": "r-bqror-1.4.0"}, "bqtl": {"_type": "derivation", "name": "r-bqtl-1.0-34"}, "braQCA": {"_type": "derivation", "name": "r-braQCA-1.2.1.29"}, "bracer": {"_type": "derivation", "name": "r-bracer-1.2.1"}, "braggR": {"_type": "derivation", "name": "r-braggR-0.1.1"}, "braidReports": {"_type": "derivation", "name": "r-braidReports-0.5.4"}, "braidrm": {"_type": "derivation", "name": "r-braidrm-0.71"}, "brainGraph": {"_type": "derivation", "name": "r-brainGraph-3.0.0"}, "brainImageRdata": {"_type": "derivation", "name": "r-brainImageRdata-1.12.0"}, "brainKCCA": {"_type": "derivation", "name": "r-brainKCCA-0.1.0"}, "brainR": {"_type": "derivation", "name": "r-brainR-1.6.0"}, "brainflowprobes": {"_type": "derivation", "name": "r-brainflowprobes-1.10.0"}, "branchpointer": {"_type": "derivation", "name": "r-branchpointer-1.22.0"}, "brandwatchR": {"_type": "derivation", "name": "r-brandwatchR-0.3.0"}, "brant": {"_type": "derivation", "name": "r-brant-0.3-0"}, "brassica": {"_type": "derivation", "name": "r-brassica-1.0.2"}, "bravo": {"_type": "derivation", "name": "r-bravo-2.1.2"}, "brea": {"_type": "derivation", "name": "r-brea-0.2.0"}, "bread": {"_type": "derivation", "name": "r-bread-0.2.3"}, "breakDown": {"_type": "derivation", "name": "r-breakDown-0.2.1"}, "breakage": {"_type": "derivation", "name": "r-breakage-1.1-1"}, "breakaway": {"_type": "derivation", "name": "r-breakaway-4.8.2"}, "breakfast": {"_type": "derivation", "name": "r-breakfast-2.3"}, "breakpoint": {"_type": "derivation", "name": "r-breakpoint-1.2"}, "breakpointR": {"_type": "derivation", "name": "r-breakpointR-1.14.0"}, "breakpointRdata": {"_type": "derivation", "name": "r-breakpointRdata-1.14.0"}, "breastCancerMAINZ": {"_type": "derivation", "name": "r-breastCancerMAINZ-1.34.0"}, "breastCancerNKI": {"_type": "derivation", "name": "r-breastCancerNKI-1.34.0"}, "breastCancerTRANSBIG": {"_type": "derivation", "name": "r-breastCancerTRANSBIG-1.34.0"}, "breastCancerUNT": {"_type": "derivation", "name": "r-breastCancerUNT-1.34.0"}, "breastCancerUPP": {"_type": "derivation", "name": "r-breastCancerUPP-1.34.0"}, "breastCancerVDX": {"_type": "derivation", "name": "r-breastCancerVDX-1.34.0"}, "breathtestcore": {"_type": "derivation", "name": "r-breathtestcore-0.8.4"}, "breathteststan": {"_type": "derivation", "name": "r-breathteststan-0.8.4"}, "brendaDb": {"_type": "derivation", "name": "r-brendaDb-1.10.0"}, "brew": {"_type": "derivation", "name": "r-brew-1.0-8"}, "brgedata": {"_type": "derivation", "name": "r-brgedata-1.18.0"}, "brglm": {"_type": "derivation", "name": "r-brglm-0.7.2"}, "brglm2": {"_type": "derivation", "name": "r-brglm2-0.8.2"}, "briKmeans": {"_type": "derivation", "name": "r-briKmeans-1.0"}, "brickr": {"_type": "derivation", "name": "r-brickr-0.3.5"}, "bridge": {"_type": "derivation", "name": "r-bridge-1.60.0"}, "bridgedist": {"_type": "derivation", "name": "r-bridgedist-0.1.1"}, "bridger": {"_type": "derivation", "name": "r-bridger-0.1.0"}, "bridger2": {"_type": "derivation", "name": "r-bridger2-0.1.0"}, "bridgesampling": {"_type": "derivation", "name": "r-bridgesampling-1.1-2"}, "brinton": {"_type": "derivation", "name": "r-brinton-0.2.6"}, "brio": {"_type": "derivation", "name": "r-brio-1.1.3"}, "briqr": {"_type": "derivation", "name": "r-briqr-0.1.0"}, "brisk": {"_type": "derivation", "name": "r-brisk-0.1.0"}, "briskaR": {"_type": "derivation", "name": "r-briskaR-1.0.4"}, "brlrmr": {"_type": "derivation", "name": "r-brlrmr-0.1.7"}, "brm": {"_type": "derivation", "name": "r-brm-1.1.1"}, "brms": {"_type": "derivation", "name": "r-brms-2.18.0"}, "brmsmargins": {"_type": "derivation", "name": "r-brmsmargins-0.2.0"}, "brnn": {"_type": "derivation", "name": "r-brnn-0.9.2"}, "brokenstick": {"_type": "derivation", "name": "r-brokenstick-2.3.0"}, "brolgar": {"_type": "derivation", "name": "r-brolgar-0.1.2"}, "broman": {"_type": "derivation", "name": "r-broman-0.80"}, "bronchialIL13": {"_type": "derivation", "name": "r-bronchialIL13-1.34.0"}, "broom": {"_type": "derivation", "name": "r-broom-1.0.1"}, "broomExtra": {"_type": "derivation", "name": "r-broomExtra-4.3.2"}, "broom_helpers": {"_type": "derivation", "name": "r-broom.helpers-1.9.0"}, "broom_mixed": {"_type": "derivation", "name": "r-broom.mixed-0.2.9.4"}, "brotli": {"_type": "derivation", "name": "r-brotli-1.3.0"}, "brpop": {"_type": "derivation", "name": "r-brpop-0.1.5"}, "brr": {"_type": "derivation", "name": "r-brr-1.0.0"}, "brranching": {"_type": "derivation", "name": "r-brranching-0.7.0"}, "bruceR": {"_type": "derivation", "name": "r-bruceR-0.8.9"}, "brulee": {"_type": "derivation", "name": "r-brulee-0.2.0"}, "brunnermunzel": {"_type": "derivation", "name": "r-brunnermunzel-2.0"}, "brxx": {"_type": "derivation", "name": "r-brxx-0.1.2"}, "bs4Dash": {"_type": "derivation", "name": "r-bs4Dash-2.1.0"}, "bs4cards": {"_type": "derivation", "name": "r-bs4cards-0.1.1"}, "bsTools": {"_type": "derivation", "name": "r-bsTools-1.0.5"}, "bsam": {"_type": "derivation", "name": "r-bsam-1.1.3"}, "bsamGP": {"_type": "derivation", "name": "r-bsamGP-1.2.4"}, "bsearchtools": {"_type": "derivation", "name": "r-bsearchtools-0.0.61"}, "bsem": {"_type": "derivation", "name": "r-bsem-1.0.0"}, "bshazard": {"_type": "derivation", "name": "r-bshazard-1.1"}, "bslib": {"_type": "derivation", "name": "r-bslib-0.4.0"}, "bsnsing": {"_type": "derivation", "name": "r-bsnsing-1.0.1"}, "bspec": {"_type": "derivation", "name": "r-bspec-1.6"}, "bspline": {"_type": "derivation", "name": "r-bspline-2.1"}, "bsplinePsd": {"_type": "derivation", "name": "r-bsplinePsd-0.6.0"}, "bsplus": {"_type": "derivation", "name": "r-bsplus-0.1.3"}, "bspm": {"_type": "derivation", "name": "r-bspm-0.3.10"}, "bspmma": {"_type": "derivation", "name": "r-bspmma-0.1-2"}, "bsreg": {"_type": "derivation", "name": "r-bsreg-0.0.2"}, "bsseq": {"_type": "derivation", "name": "r-bsseq-1.32.0"}, "bsseqData": {"_type": "derivation", "name": "r-bsseqData-0.34.0"}, "bssm": {"_type": "derivation", "name": "r-bssm-2.0.1"}, "bssn": {"_type": "derivation", "name": "r-bssn-1.0"}, "bst": {"_type": "derivation", "name": "r-bst-0.3-23"}, "bsts": {"_type": "derivation", "name": "r-bsts-0.9.8"}, "bsub": {"_type": "derivation", "name": "r-bsub-1.1.0"}, "bsubtiliscdf": {"_type": "derivation", "name": "r-bsubtiliscdf-2.18.0"}, "bsubtilisprobe": {"_type": "derivation", "name": "r-bsubtilisprobe-2.18.0"}, "bsvars": {"_type": "derivation", "name": "r-bsvars-1.0.0"}, "btb": {"_type": "derivation", "name": "r-btb-0.2.0"}, "btergm": {"_type": "derivation", "name": "r-btergm-1.10.6"}, "bubblyr": {"_type": "derivation", "name": "r-bubblyr-0.1.2"}, "bucky": {"_type": "derivation", "name": "r-bucky-1.0.7"}, "buffeRs": {"_type": "derivation", "name": "r-buffeRs-0.31"}, "bugsigdbr": {"_type": "derivation", "name": "r-bugsigdbr-1.2.2"}, "buildRPackage": {"__functionArgs": {"buildInputs": true, "name": false, "requireX": true}, "__functor": "<function>", "override": {"__functionArgs": {"Cocoa": false, "Foundation": false, "R": false, "gettext": false, "gfortran": false, "lib": false, "libcxx": false, "stdenv": false, "util-linux": false, "xvfb-run": false}, "__functor": "<function>"}}, "buildmer": {"_type": "derivation", "name": "r-buildmer-2.7"}, "buildr": {"_type": "derivation", "name": "r-buildr-0.1.1"}, "bujar": {"_type": "derivation", "name": "r-bujar-0.2-9"}, "bulkAnalyseR": {"_type": "derivation", "name": "r-bulkAnalyseR-1.0.0"}, "bulletcp": {"_type": "derivation", "name": "r-bulletcp-1.0.0"}, "bulletr": {"_type": "derivation", "name": "r-bulletr-0.1"}, "bullishTrader": {"_type": "derivation", "name": "r-bullishTrader-1.0.1"}, "bullwhipgame": {"_type": "derivation", "name": "r-bullwhipgame-0.1.0"}, "bumbl": {"_type": "derivation", "name": "r-bumbl-1.0.2"}, "bumblebee": {"_type": "derivation", "name": "r-bumblebee-0.1.0"}, "bumphunter": {"_type": "derivation", "name": "r-bumphunter-1.38.0"}, "bunching": {"_type": "derivation", "name": "r-bunching-0.8.6"}, "bunchr": {"_type": "derivation", "name": "r-bunchr-1.2.0"}, "bundesbank": {"_type": "derivation", "name": "r-bundesbank-0.1-9"}, "bundesligR": {"_type": "derivation", "name": "r-bundesligR-0.1.0"}, "bundle": {"_type": "derivation", "name": "r-bundle-0.1.0"}, "bupaR": {"_type": "derivation", "name": "r-bupaR-0.5.2"}, "bupaverse": {"_type": "derivation", "name": "r-bupaverse-0.1.0"}, "burnr": {"_type": "derivation", "name": "r-burnr-0.6.1"}, "bursts": {"_type": "derivation", "name": "r-bursts-1.0-2"}, "busdater": {"_type": "derivation", "name": "r-busdater-0.2.0"}, "butcher": {"_type": "derivation", "name": "r-butcher-0.3.0"}, "bvarsv": {"_type": "derivation", "name": "r-bvarsv-1.1"}, "bvartools": {"_type": "derivation", "name": "r-bvartools-0.2.1"}, "bvenn": {"_type": "derivation", "name": "r-bvenn-0.1"}, "bvls": {"_type": "derivation", "name": "r-bvls-1.4"}, "bvpSolve": {"_type": "derivation", "name": "r-bvpSolve-1.4.3"}, "bwd": {"_type": "derivation", "name": "r-bwd-0.1.0"}, "bwimage": {"_type": "derivation", "name": "r-bwimage-1.3"}, "bws": {"_type": "derivation", "name": "r-bws-0.1.0"}, "bwsTools": {"_type": "derivation", "name": "r-bwsTools-1.2.0"}, "bysykkel": {"_type": "derivation", "name": "r-bysykkel-0.3.1"}, "bytescircle": {"_type": "derivation", "name": "r-bytescircle-1.1.2"}, "bzinb": {"_type": "derivation", "name": "r-bzinb-1.0.6"}, "c060": {"_type": "derivation", "name": "r-c060-0.2-9"}, "c212": {"_type": "derivation", "name": "r-c212-0.98"}, "c2c": {"_type": "derivation", "name": "r-c2c-0.1.0"}, "c2d4u_tools": {"_type": "derivation", "name": "r-c2d4u.tools-1.2"}, "c3": {"_type": "derivation", "name": "r-c3-0.3.0"}, "c3net": {"_type": "derivation", "name": "r-c3net-1.1.1.1"}, "cAIC4": {"_type": "derivation", "name": "r-cAIC4-1.0"}, "cBioPortalData": {"_type": "derivation", "name": "r-cBioPortalData-2.8.2"}, "cIRT": {"_type": "derivation", "name": "r-cIRT-1.3.2"}, "cMAP": {"_type": "derivation", "name": "r-cMAP-1.15.1"}, "cMap2data": {"_type": "derivation", "name": "r-cMap2data-1.32.0"}, "cNORM": {"_type": "derivation", "name": "r-cNORM-3.0.2"}, "cOde": {"_type": "derivation", "name": "r-cOde-1.1.1"}, "cPCG": {"_type": "derivation", "name": "r-cPCG-1.0"}, "cPseudoMaRg": {"_type": "derivation", "name": "r-cPseudoMaRg-1.0.1"}, "cRegulome": {"_type": "derivation", "name": "r-cRegulome-0.3.2"}, "cSEM": {"_type": "derivation", "name": "r-cSEM-0.4.0"}, "cTRAP": {"_type": "derivation", "name": "r-cTRAP-1.14.1"}, "ca": {"_type": "derivation", "name": "r-ca-0.71.1"}, "caMST": {"_type": "derivation", "name": "r-caMST-0.1.6"}, "caOmicsV": {"_type": "derivation", "name": "r-caOmicsV-1.25.0"}, "caROC": {"_type": "derivation", "name": "r-caROC-0.1.5"}, "caRamel": {"_type": "derivation", "name": "r-caRamel-1.3"}, "caRecall": {"_type": "derivation", "name": "r-caRecall-0.1.0"}, "caRpools": {"_type": "derivation", "name": "r-caRpools-0.83"}, "caTools": {"_type": "derivation", "name": "r-caTools-1.18.2"}, "cabinets": {"_type": "derivation", "name": "r-cabinets-0.6.0"}, "cabootcrs": {"_type": "derivation", "name": "r-cabootcrs-2.1.0"}, "cacIRT": {"_type": "derivation", "name": "r-cacIRT-1.4"}, "cacc": {"_type": "derivation", "name": "r-cacc-0.1.0"}, "cache": {"_type": "derivation", "name": "r-cache-0.0.3"}, "cachem": {"_type": "derivation", "name": "r-cachem-1.0.6"}, "caesar": {"_type": "derivation", "name": "r-caesar-1.1.0"}, "caffsim": {"_type": "derivation", "name": "r-caffsim-0.2.2"}, "cageminer": {"_type": "derivation", "name": "r-cageminer-1.2.5"}, "cairoDevice": {"_type": "derivation", "name": "r-cairoDevice-2.28.2.1"}, "calACS": {"_type": "derivation", "name": "r-calACS-2.2.2"}, "calcUnique": {"_type": "derivation", "name": "r-calcUnique-0.1.2"}, "calcWOI": {"_type": "derivation", "name": "r-calcWOI-1.0.3"}, "calculus": {"_type": "derivation", "name": "r-calculus-1.0.0"}, "calendR": {"_type": "derivation", "name": "r-calendR-1.1"}, "calendRio": {"_type": "derivation", "name": "r-calendRio-0.2.0"}, "calendar": {"_type": "derivation", "name": "r-calendar-0.0.1"}, "calibrar": {"_type": "derivation", "name": "r-calibrar-0.2.0"}, "calibrate": {"_type": "derivation", "name": "r-calibrate-1.7.7"}, "calibrateBinary": {"_type": "derivation", "name": "r-calibrateBinary-0.1"}, "calibrationband": {"_type": "derivation", "name": "r-calibrationband-0.2.1"}, "calibrator": {"_type": "derivation", "name": "r-calibrator-1.2-8"}, "calidad": {"_type": "derivation", "name": "r-calidad-0.3.0"}, "caliver": {"_type": "derivation", "name": "r-caliver-2.0.0"}, "callr": {"_type": "derivation", "name": "r-callr-3.7.2"}, "calm": {"_type": "derivation", "name": "r-calm-1.10.0"}, "calmate": {"_type": "derivation", "name": "r-calmate-0.13.0"}, "calpassapi": {"_type": "derivation", "name": "r-calpassapi-0.0.3"}, "camcorder": {"_type": "derivation", "name": "r-camcorder-0.1.0"}, "camerondata": {"_type": "derivation", "name": "r-camerondata-1.0.0"}, "campaignmanageR": {"_type": "derivation", "name": "r-campaignmanageR-0.1.0"}, "campfin": {"_type": "derivation", "name": "r-campfin-1.0.9"}, "campsis": {"_type": "derivation", "name": "r-campsis-1.3.0"}, "campsismod": {"_type": "derivation", "name": "r-campsismod-0.9.0"}, "camsRad": {"_type": "derivation", "name": "r-camsRad-0.3.0"}, "camtrapR": {"_type": "derivation", "name": "r-camtrapR-2.2.0"}, "canadacovid": {"_type": "derivation", "name": "r-canadacovid-0.3.4"}, "canadamaps": {"_type": "derivation", "name": "r-canadamaps-0.1"}, "canadianmaps": {"_type": "derivation", "name": "r-canadianmaps-1.0.0"}, "canaper": {"_type": "derivation", "name": "r-canaper-1.0.0"}, "canceR": {"_type": "derivation", "name": "r-canceR-1.30.01"}, "cancensus": {"_type": "derivation", "name": "r-cancensus-0.5.3"}, "cancerGI": {"_type": "derivation", "name": "r-cancerGI-1.0.0"}, "cancerTiming": {"_type": "derivation", "name": "r-cancerTiming-3.1.8"}, "cancerclass": {"_type": "derivation", "name": "r-cancerclass-1.40.0"}, "cancerdata": {"_type": "derivation", "name": "r-cancerdata-1.34.0"}, "candisc": {"_type": "derivation", "name": "r-candisc-0.8-6"}, "canine2_db": {"_type": "derivation", "name": "r-canine2.db-3.13.0"}, "canine2cdf": {"_type": "derivation", "name": "r-canine2cdf-2.18.0"}, "canine2probe": {"_type": "derivation", "name": "r-canine2probe-2.18.0"}, "canine_db": {"_type": "derivation", "name": "r-canine.db-3.13.0"}, "canine_db0": {"_type": "derivation", "name": "r-canine.db0-3.15.0"}, "caninecdf": {"_type": "derivation", "name": "r-caninecdf-2.18.0"}, "canineprobe": {"_type": "derivation", "name": "r-canineprobe-2.18.0"}, "canprot": {"_type": "derivation", "name": "r-canprot-1.1.2"}, "cansim": {"_type": "derivation", "name": "r-cansim-0.3.12"}, "canvasXpress": {"_type": "derivation", "name": "r-canvasXpress-1.40.6"}, "canvasXpress_data": {"_type": "derivation", "name": "r-canvasXpress.data-1.34.2"}, "cap": {"_type": "derivation", "name": "r-cap-1.0"}, "cape": {"_type": "derivation", "name": "r-cape-3.1.1"}, "caper": {"_type": "derivation", "name": "r-caper-1.0.1"}, "capitalR": {"_type": "derivation", "name": "r-capitalR-1.3.0"}, "capl": {"_type": "derivation", "name": "r-capl-1.42"}, "capm": {"_type": "derivation", "name": "r-capm-0.14.0"}, "capn": {"_type": "derivation", "name": "r-capn-1.0.0"}, "captioner": {"_type": "derivation", "name": "r-captioner-2.2.3"}, "captr": {"_type": "derivation", "name": "r-captr-0.3.0"}, "capushe": {"_type": "derivation", "name": "r-capushe-1.1.1"}, "capwire": {"_type": "derivation", "name": "r-capwire-1.1.4"}, "car": {"_type": "derivation", "name": "r-car-3.1-1"}, "carData": {"_type": "derivation", "name": "r-carData-3.0-5"}, "carSurv": {"_type": "derivation", "name": "r-carSurv-1.0.0"}, "caracas": {"_type": "derivation", "name": "r-caracas-1.1.2"}, "carat": {"_type": "derivation", "name": "r-carat-2.0.2"}, "carbonate": {"_type": "derivation", "name": "r-carbonate-0.1.4"}, "carcass": {"_type": "derivation", "name": "r-carcass-1.6"}, "card": {"_type": "derivation", "name": "r-card-0.1.0"}, "cardidates": {"_type": "derivation", "name": "r-cardidates-0.4.8"}, "care": {"_type": "derivation", "name": "r-care-1.1.11"}, "careless": {"_type": "derivation", "name": "r-careless-1.2.1"}, "caret": {"_type": "derivation", "name": "r-caret-6.0-93"}, "caretEnsemble": {"_type": "derivation", "name": "r-caretEnsemble-2.0.1"}, "caretForecast": {"_type": "derivation", "name": "r-caretForecast-0.1.1"}, "carfima": {"_type": "derivation", "name": "r-carfima-2.0.2"}, "cargo": {"_type": "derivation", "name": "r-cargo-0.2.6"}, "caribou": {"_type": "derivation", "name": "r-caribou-1.1-1"}, "caroline": {"_type": "derivation", "name": "r-caroline-0.8.0"}, "carpenter": {"_type": "derivation", "name": "r-carpenter-0.2.2"}, "carrier": {"_type": "derivation", "name": "r-carrier-0.1.0"}, "cartograflow": {"_type": "derivation", "name": "r-cartograflow-1.0.3"}, "cartogram": {"_type": "derivation", "name": "r-cartogram-0.2.2"}, "cartogramR": {"_type": "derivation", "name": "r-cartogramR-1.0-9"}, "cartography": {"_type": "derivation", "name": "r-cartography-3.0.1"}, "cartools": {"_type": "derivation", "name": "r-cartools-0.1.0"}, "carx": {"_type": "derivation", "name": "r-carx-0.7.1"}, "casabourse": {"_type": "derivation", "name": "r-casabourse-2.0.0"}, "cascadess": {"_type": "derivation", "name": "r-cascadess-0.1.0"}, "caschrono": {"_type": "derivation", "name": "r-caschrono-2.2"}, "cascsim": {"_type": "derivation", "name": "r-cascsim-0.4"}, "caseMatch": {"_type": "derivation", "name": "r-caseMatch-1.0.8"}, "casebase": {"_type": "derivation", "name": "r-casebase-0.10.1"}, "casen": {"_type": "derivation", "name": "r-casen-0.2.0"}, "casino": {"_type": "derivation", "name": "r-casino-0.1.0"}, "casper": {"_type": "derivation", "name": "r-casper-2.30.0"}, "cassandRa": {"_type": "derivation", "name": "r-cassandRa-0.1.0"}, "cassowaryr": {"_type": "derivation", "name": "r-cassowaryr-2.0.0"}, "castor": {"_type": "derivation", "name": "r-castor-1.7.4"}, "cat": {"_type": "derivation", "name": "r-cat-0.0-7"}, "cat2cat": {"_type": "derivation", "name": "r-cat2cat-0.4.5"}, "catIrt": {"_type": "derivation", "name": "r-catIrt-0.5.1"}, "catR": {"_type": "derivation", "name": "r-catR-3.17"}, "catSplit": {"_type": "derivation", "name": "r-catSplit-0.1.0"}, "catSurv": {"_type": "derivation", "name": "r-catSurv-1.4.0"}, "cat_dt": {"_type": "derivation", "name": "r-cat.dt-0.3.1"}, "cata": {"_type": "derivation", "name": "r-cata-0.0.10.9"}, "catalog": {"_type": "derivation", "name": "r-catalog-0.1.1"}, "catch": {"_type": "derivation", "name": "r-catch-1.0.1"}, "catchr": {"_type": "derivation", "name": "r-catchr-0.2.31"}, "catcont": {"_type": "derivation", "name": "r-catcont-0.5.0"}, "catdap": {"_type": "derivation", "name": "r-catdap-1.3.5"}, "catdata": {"_type": "derivation", "name": "r-catdata-1.2.2"}, "cate": {"_type": "derivation", "name": "r-cate-1.1.1"}, "categoryCompare": {"_type": "derivation", "name": "r-categoryCompare-1.40.0"}, "categoryEncodings": {"_type": "derivation", "name": "r-categoryEncodings-1.4.3"}, "catenary": {"_type": "derivation", "name": "r-catenary-1.1.2"}, "catfun": {"_type": "derivation", "name": "r-catfun-0.1.4"}, "cati": {"_type": "derivation", "name": "r-cati-0.99.4"}, "catlearn": {"_type": "derivation", "name": "r-catlearn-0.9.1"}, "catmap": {"_type": "derivation", "name": "r-catmap-1.6.4"}, "catmaply": {"_type": "derivation", "name": "r-catmaply-0.9.2"}, "catnet": {"_type": "derivation", "name": "r-catnet-1.15.7"}, "cats": {"_type": "derivation", "name": "r-cats-1.0.2"}, "catseyes": {"_type": "derivation", "name": "r-catseyes-0.2.5"}, "catsim": {"_type": "derivation", "name": "r-catsim-0.2.3"}, "catspec": {"_type": "derivation", "name": "r-catspec-0.97"}, "cattonum": {"_type": "derivation", "name": "r-cattonum-0.0.5"}, "causact": {"_type": "derivation", "name": "r-causact-0.4.2"}, "causalCmprsk": {"_type": "derivation", "name": "r-causalCmprsk-1.0.3"}, "causalDisco": {"_type": "derivation", "name": "r-causalDisco-0.9.1"}, "causalOT": {"_type": "derivation", "name": "r-causalOT-0.1.2"}, "causalPAF": {"_type": "derivation", "name": "r-causalPAF-1.2.5"}, "causal_decomp": {"_type": "derivation", "name": "r-causal.decomp-0.0.1"}, "causaldata": {"_type": "derivation", "name": "r-causaldata-0.1.3"}, "causaldrf": {"_type": "derivation", "name": "r-causaldrf-0.4.2"}, "causaleffect": {"_type": "derivation", "name": "r-causaleffect-1.3.15"}, "causaloptim": {"_type": "derivation", "name": "r-causaloptim-0.9.2"}, "causalsens": {"_type": "derivation", "name": "r-causalsens-0.1.2"}, "causalweight": {"_type": "derivation", "name": "r-causalweight-1.0.3"}, "caviarpd": {"_type": "derivation", "name": "r-caviarpd-0.2.28"}, "cba": {"_type": "derivation", "name": "r-cba-0.2-21"}, "cbaf": {"_type": "derivation", "name": "r-cbaf-1.18.4"}, "cbanalysis": {"_type": "derivation", "name": "r-cbanalysis-0.2.0"}, "cbar": {"_type": "derivation", "name": "r-cbar-0.1.3"}, "cbinom": {"_type": "derivation", "name": "r-cbinom-1.6"}, "cbioportalR": {"_type": "derivation", "name": "r-cbioportalR-1.0.1"}, "cbird": {"_type": "derivation", "name": "r-cbird-1.0"}, "cbl": {"_type": "derivation", "name": "r-cbl-0.1.1"}, "cblasr": {"_type": "derivation", "name": "r-cblasr-1.0.0"}, "cbpManager": {"_type": "derivation", "name": "r-cbpManager-1.4.0"}, "cbq": {"_type": "derivation", "name": "r-cbq-0.2.0.2"}, "cbsodataR": {"_type": "derivation", "name": "r-cbsodataR-0.5.1"}, "ccChooser": {"_type": "derivation", "name": "r-ccChooser-0.2.6"}, "ccRemover": {"_type": "derivation", "name": "r-ccRemover-1.0.4"}, "ccTensor": {"_type": "derivation", "name": "r-ccTensor-1.0.2"}, "ccTutorial": {"_type": "derivation", "name": "r-ccTutorial-1.34.0"}, "ccaPP": {"_type": "derivation", "name": "r-ccaPP-0.3.3"}, "ccboost": {"_type": "derivation", "name": "r-ccboost-0.1-1.3"}, "cccd": {"_type": "derivation", "name": "r-cccd-1.6"}, "cccm": {"_type": "derivation", "name": "r-cccm-0.1.0"}, "cccp": {"_type": "derivation", "name": "r-cccp-0.2-9"}, "cccrm": {"_type": "derivation", "name": "r-cccrm-2.1.0"}, "ccda": {"_type": "derivation", "name": "r-ccda-1.1.1"}, "ccdata": {"_type": "derivation", "name": "r-ccdata-1.22.0"}, "ccdf": {"_type": "derivation", "name": "r-ccdf-1.1.4"}, "ccdrAlgorithm": {"_type": "derivation", "name": "r-ccdrAlgorithm-0.0.6"}, "ccfindR": {"_type": "derivation", "name": "r-ccfindR-1.16.0"}, "cchs": {"_type": "derivation", "name": "r-cchs-0.4.2"}, "cchsflow": {"_type": "derivation", "name": "r-cchsflow-2.1.0"}, "ccid": {"_type": "derivation", "name": "r-ccid-1.2.0"}, "cclust": {"_type": "derivation", "name": "r-cclust-0.6-25"}, "ccmEstimator": {"_type": "derivation", "name": "r-ccmEstimator-1.0.0"}, "ccmReportR": {"_type": "derivation", "name": "r-ccmReportR-0.1.0"}, "ccmap": {"_type": "derivation", "name": "r-ccmap-1.22.0"}, "ccml": {"_type": "derivation", "name": "r-ccml-1.1.0"}, "ccmm": {"_type": "derivation", "name": "r-ccmm-1.0"}, "ccoptimalmatch": {"_type": "derivation", "name": "r-ccoptimalmatch-0.1.0"}, "ccostr": {"_type": "derivation", "name": "r-ccostr-0.1.0"}, "ccpsyc": {"_type": "derivation", "name": "r-ccpsyc-0.2.6"}, "ccrepe": {"_type": "derivation", "name": "r-ccrepe-1.32.0"}, "ccrs": {"_type": "derivation", "name": "r-ccrs-0.1.0"}, "ccrtm": {"_type": "derivation", "name": "r-ccrtm-0.1.6"}, "ccss": {"_type": "derivation", "name": "r-ccss-1.0"}, "cctools": {"_type": "derivation", "name": "r-cctools-0.1.2"}, "cd": {"_type": "derivation", "name": "r-cd-0.1.0"}, "cdata": {"_type": "derivation", "name": "r-cdata-1.2.0"}, "cdb": {"_type": "derivation", "name": "r-cdb-0.0.1"}, "cdcatR": {"_type": "derivation", "name": "r-cdcatR-1.0.6"}, "cdcfluview": {"_type": "derivation", "name": "r-cdcfluview-0.9.4"}, "cdcsis": {"_type": "derivation", "name": "r-cdcsis-2.0.3"}, "cder": {"_type": "derivation", "name": "r-cder-0.2-2"}, "cdfquantreg": {"_type": "derivation", "name": "r-cdfquantreg-1.3.1-1"}, "cdlTools": {"_type": "derivation", "name": "r-cdlTools-0.15"}, "cdlei": {"_type": "derivation", "name": "r-cdlei-1.0"}, "cdmTools": {"_type": "derivation", "name": "r-cdmTools-1.0.2"}, "cdom": {"_type": "derivation", "name": "r-cdom-0.1.0"}, "cdparcoord": {"_type": "derivation", "name": "r-cdparcoord-1.0.1"}, "cdrcR": {"_type": "derivation", "name": "r-cdrcR-0.0.1"}, "cds": {"_type": "derivation", "name": "r-cds-1.0.3"}, "ceRNAnetsim": {"_type": "derivation", "name": "r-ceRNAnetsim-1.8.0"}, "ceRtainty": {"_type": "derivation", "name": "r-ceRtainty-1.0.0"}, "cec2013": {"_type": "derivation", "name": "r-cec2013-0.1-5"}, "cecs": {"_type": "derivation", "name": "r-cecs-0.2.4"}, "ced": {"_type": "derivation", "name": "r-ced-1.0.1"}, "ceg": {"_type": "derivation", "name": "r-ceg-0.1.0"}, "celaref": {"_type": "derivation", "name": "r-celaref-1.14.0"}, "celarefData": {"_type": "derivation", "name": "r-celarefData-1.14.0"}, "celda": {"_type": "derivation", "name": "r-celda-1.12.0"}, "celegans_db": {"_type": "derivation", "name": "r-celegans.db-3.13.0"}, "celeganscdf": {"_type": "derivation", "name": "r-celeganscdf-2.18.0"}, "celegansprobe": {"_type": "derivation", "name": "r-celegansprobe-2.18.0"}, "celestial": {"_type": "derivation", "name": "r-celestial-1.4.6"}, "cellHTS2": {"_type": "derivation", "name": "r-cellHTS2-2.60.0"}, "cellOrigins": {"_type": "derivation", "name": "r-cellOrigins-0.1.3"}, "cellTree": {"_type": "derivation", "name": "r-cellTree-1.26.0"}, "cellVolumeDist": {"_type": "derivation", "name": "r-cellVolumeDist-1.4"}, "cellWise": {"_type": "derivation", "name": "r-cellWise-2.4.0"}, "cellbaseR": {"_type": "derivation", "name": "r-cellbaseR-1.20.1"}, "celldex": {"_type": "derivation", "name": "r-celldex-1.6.0"}, "cellity": {"_type": "derivation", "name": "r-cellity-1.24.0"}, "cellmigRation": {"_type": "derivation", "name": "r-cellmigRation-1.4.0"}, "cellpypes": {"_type": "derivation", "name": "r-cellpypes-0.1.3"}, "cellranger": {"_type": "derivation", "name": "r-cellranger-1.1.0"}, "cellscape": {"_type": "derivation", "name": "r-cellscape-1.20.0"}, "celltrackR": {"_type": "derivation", "name": "r-celltrackR-1.1.0"}, "cellxgenedp": {"_type": "derivation", "name": "r-cellxgenedp-1.0.1"}, "cem": {"_type": "derivation", "name": "r-cem-1.1.31"}, "cenGAM": {"_type": "derivation", "name": "r-cenGAM-0.5.3"}, "cenROC": {"_type": "derivation", "name": "r-cenROC-1.2.0"}, "censCov": {"_type": "derivation", "name": "r-censCov-1.0-0"}, "censNID": {"_type": "derivation", "name": "r-censNID-0-0-1"}, "censReg": {"_type": "derivation", "name": "r-censReg-0.5-36"}, "censable": {"_type": "derivation", "name": "r-censable-0.0.3"}, "censcyt": {"_type": "derivation", "name": "r-censcyt-1.4.0"}, "censo2017": {"_type": "derivation", "name": "r-censo2017-0.6.1"}, "censorcopula": {"_type": "derivation", "name": "r-censorcopula-2.0"}, "censored": {"_type": "derivation", "name": "r-censored-0.1.1"}, "censusGeography": {"_type": "derivation", "name": "r-censusGeography-0.1.0"}, "censusapi": {"_type": "derivation", "name": "r-censusapi-0.8.0"}, "censusr": {"_type": "derivation", "name": "r-censusr-0.0.4"}, "censusxy": {"_type": "derivation", "name": "r-censusxy-1.1.0"}, "censys": {"_type": "derivation", "name": "r-censys-0.1.0"}, "centiserve": {"_type": "derivation", "name": "r-centiserve-1.0.0"}, "centralplot": {"_type": "derivation", "name": "r-centralplot-0.1.0"}, "centrifugeR": {"_type": "derivation", "name": "r-centrifugeR-0.1.6"}, "cepR": {"_type": "derivation", "name": "r-cepR-0.1.2"}, "cepiigeodist": {"_type": "derivation", "name": "r-cepiigeodist-0.1"}, "cepp": {"_type": "derivation", "name": "r-cepp-1.7"}, "cepreader": {"_type": "derivation", "name": "r-cepreader-1.2-1"}, "ceramic": {"_type": "derivation", "name": "r-ceramic-0.6.0"}, "cernn": {"_type": "derivation", "name": "r-cernn-0.1"}, "cesR": {"_type": "derivation", "name": "r-cesR-0.1.0"}, "ceser": {"_type": "derivation", "name": "r-ceser-1.0.0"}, "cetcolor": {"_type": "derivation", "name": "r-cetcolor-0.2.0"}, "ceterisParibus": {"_type": "derivation", "name": "r-ceterisParibus-0.4.2"}, "cfDNAPro": {"_type": "derivation", "name": "r-cfDNAPro-1.2.0"}, "cfa": {"_type": "derivation", "name": "r-cfa-0.10-0"}, "cfbfastR": {"_type": "derivation", "name": "r-cfbfastR-1.9.0"}, "cfda": {"_type": "derivation", "name": "r-cfda-0.10.1"}, "cfdecomp": {"_type": "derivation", "name": "r-cfdecomp-0.4.0"}, "cffdrs": {"_type": "derivation", "name": "r-cffdrs-1.8.20"}, "cffr": {"_type": "derivation", "name": "r-cffr-0.3.0"}, "cfid": {"_type": "derivation", "name": "r-cfid-0.1.4"}, "cfma": {"_type": "derivation", "name": "r-cfma-1.0"}, "cfmortality": {"_type": "derivation", "name": "r-cfmortality-0.3.0"}, "cforward": {"_type": "derivation", "name": "r-cforward-0.1.0"}, "cft": {"_type": "derivation", "name": "r-cft-1.0.0"}, "cg": {"_type": "derivation", "name": "r-cg-1.0-3"}, "cgAUC": {"_type": "derivation", "name": "r-cgAUC-1.2.1"}, "cgaim": {"_type": "derivation", "name": "r-cgaim-1.0.0"}, "cgal4h": {"_type": "derivation", "name": "r-cgal4h-0.1.0"}, "cgam": {"_type": "derivation", "name": "r-cgam-1.19"}, "cgdsr": {"_type": "derivation", "name": "r-cgdsr-1.3.0"}, "cghMCR": {"_type": "derivation", "name": "r-cghMCR-1.54.0"}, "cghRA": {"_type": "derivation", "name": "r-cghRA-1.6.0"}, "cglasso": {"_type": "derivation", "name": "r-cglasso-2.0.5"}, "cglm": {"_type": "derivation", "name": "r-cglm-1.1"}, "cgmanalysis": {"_type": "derivation", "name": "r-cgmanalysis-2.7.6"}, "cgmquantify": {"_type": "derivation", "name": "r-cgmquantify-0.1.0"}, "cgraph": {"_type": "derivation", "name": "r-cgraph-6.0.1"}, "cgrcusum": {"_type": "derivation", "name": "r-cgrcusum-0.1.0"}, "cgwtools": {"_type": "derivation", "name": "r-cgwtools-3.3"}, "ch": {"_type": "derivation", "name": "r-ch-0.1.0.2"}, "chameleon": {"_type": "derivation", "name": "r-chameleon-0.2-3"}, "chandwich": {"_type": "derivation", "name": "r-chandwich-1.1.5"}, "changedetection": {"_type": "derivation", "name": "r-changedetection-0.2.0"}, "changepoint": {"_type": "derivation", "name": "r-changepoint-2.2.3"}, "changepointTests": {"_type": "derivation", "name": "r-changepointTests-0.1.1"}, "changepoint_geo": {"_type": "derivation", "name": "r-changepoint.geo-1.0.1"}, "changepoint_influence": {"_type": "derivation", "name": "r-changepoint.influence-1.0.1"}, "changepoint_mv": {"_type": "derivation", "name": "r-changepoint.mv-1.0.2"}, "changepoint_np": {"_type": "derivation", "name": "r-changepoint.np-1.0.5"}, "changepoints": {"_type": "derivation", "name": "r-changepoints-1.1.0"}, "changepointsHD": {"_type": "derivation", "name": "r-changepointsHD-0.3.3"}, "changepointsVar": {"_type": "derivation", "name": "r-changepointsVar-0.1.0"}, "changer": {"_type": "derivation", "name": "r-changer-0.0.5"}, "chantrics": {"_type": "derivation", "name": "r-chantrics-1.0.0"}, "charlatan": {"_type": "derivation", "name": "r-charlatan-0.5.0"}, "chartql": {"_type": "derivation", "name": "r-chartql-0.1.0"}, "cheatR": {"_type": "derivation", "name": "r-cheatR-1.2.1"}, "cheatsheet": {"_type": "derivation", "name": "r-cheatsheet-0.1.0"}, "cheb": {"_type": "derivation", "name": "r-cheb-0.3"}, "chebpol": {"_type": "derivation", "name": "r-chebpol-2.1-2"}, "checkLuhn": {"_type": "derivation", "name": "r-checkLuhn-1.1.0"}, "checkarg": {"_type": "derivation", "name": "r-checkarg-0.1.0"}, "checkdown": {"_type": "derivation", "name": "r-checkdown-0.0.7"}, "checkmate": {"_type": "derivation", "name": "r-checkmate-2.1.0"}, "checkpoint": {"_type": "derivation", "name": "r-checkpoint-1.0.2"}, "checkr": {"_type": "derivation", "name": "r-checkr-0.5.0"}, "cheddar": {"_type": "derivation", "name": "r-cheddar-0.1-638"}, "cheem": {"_type": "derivation", "name": "r-cheem-0.2.0"}, "cheese": {"_type": "derivation", "name": "r-cheese-0.1.1"}, "chemCal": {"_type": "derivation", "name": "r-chemCal-0.2.3"}, "chemmodlab": {"_type": "derivation", "name": "r-chemmodlab-2.0.0"}, "chemodiv": {"_type": "derivation", "name": "r-chemodiv-0.1.3"}, "chemometrics": {"_type": "derivation", "name": "r-chemometrics-1.4.2"}, "cherry": {"_type": "derivation", "name": "r-cherry-0.6-14"}, "cherryblossom": {"_type": "derivation", "name": "r-cherryblossom-0.1.0"}, "chess": {"_type": "derivation", "name": "r-chess-1.0.1"}, "chessR": {"_type": "derivation", "name": "r-chessR-1.5.2"}, "chest": {"_type": "derivation", "name": "r-chest-0.3.6"}, "chi": {"_type": "derivation", "name": "r-chi-0.1"}, "chi2x3way": {"_type": "derivation", "name": "r-chi2x3way-1.1"}, "chicane": {"_type": "derivation", "name": "r-chicane-0.1.8"}, "chicken_db": {"_type": "derivation", "name": "r-chicken.db-3.13.0"}, "chicken_db0": {"_type": "derivation", "name": "r-chicken.db0-3.15.0"}, "chickencdf": {"_type": "derivation", "name": "r-chickencdf-2.18.0"}, "chickenprobe": {"_type": "derivation", "name": "r-chickenprobe-2.18.0"}, "chickn": {"_type": "derivation", "name": "r-chickn-1.2.3"}, "childdevdata": {"_type": "derivation", "name": "r-childdevdata-1.1.0"}, "childesr": {"_type": "derivation", "name": "r-childesr-0.2.3"}, "childhoodmortality": {"_type": "derivation", "name": "r-childhoodmortality-0.3.0"}, "childsds": {"_type": "derivation", "name": "r-childsds-0.8.0"}, "chilemapas": {"_type": "derivation", "name": "r-chilemapas-0.3.0"}, "chillR": {"_type": "derivation", "name": "r-chillR-0.72.8"}, "chimeraviz": {"_type": "derivation", "name": "r-chimeraviz-1.22.0"}, "chimp_db0": {"_type": "derivation", "name": "r-chimp.db0-3.15.0"}, "chinese_misc": {"_type": "derivation", "name": "r-chinese.misc-0.2.3"}, "chipPCR": {"_type": "derivation", "name": "r-chipPCR-1.0-2"}, "chipenrich": {"_type": "derivation", "name": "r-chipenrich-2.20.0"}, "chipenrich_data": {"_type": "derivation", "name": "r-chipenrich.data-2.20.0"}, "chipseq": {"_type": "derivation", "name": "r-chipseq-1.46.0"}, "chipseqDBData": {"_type": "derivation", "name": "r-chipseqDBData-1.12.0"}, "chirps": {"_type": "derivation", "name": "r-chirps-0.1.4"}, "chisq_posthoc_test": {"_type": "derivation", "name": "r-chisq.posthoc.test-0.1.2"}, "chisquare": {"_type": "derivation", "name": "r-chisquare-0.3"}, "chk": {"_type": "derivation", "name": "r-chk-0.8.1"}, "chkptstanr": {"_type": "derivation", "name": "r-chkptstanr-0.1.1"}, "chlorpromazineR": {"_type": "derivation", "name": "r-chlorpromazineR-0.2.0"}, "chngpt": {"_type": "derivation", "name": "r-chngpt-2022.4-6"}, "choiceDes": {"_type": "derivation", "name": "r-choiceDes-0.9-3"}, "cholera": {"_type": "derivation", "name": "r-cholera-0.7.9"}, "choplump": {"_type": "derivation", "name": "r-choplump-1.1.1"}, "chopsticks": {"_type": "derivation", "name": "r-chopsticks-1.62.0"}, "chopthin": {"_type": "derivation", "name": "r-chopthin-0.2.2"}, "chords": {"_type": "derivation", "name": "r-chords-0.95.4"}, "choroplethr": {"_type": "derivation", "name": "r-choroplethr-3.7.1"}, "choroplethrAdmin1": {"_type": "derivation", "name": "r-choroplethrAdmin1-1.1.1"}, "choroplethrMaps": {"_type": "derivation", "name": "r-choroplethrMaps-1.0.1"}, "chorrrds": {"_type": "derivation", "name": "r-chorrrds-0.1.9.5"}, "christmas": {"_type": "derivation", "name": "r-christmas-1.1.1"}, "chromConverter": {"_type": "derivation", "name": "r-chromConverter-0.2.1"}, "chromDraw": {"_type": "derivation", "name": "r-chromDraw-2.26.0"}, "chromPlot": {"_type": "derivation", "name": "r-chromPlot-1.24.0"}, "chromVAR": {"_type": "derivation", "name": "r-chromVAR-1.18.0"}, "chromatographR": {"_type": "derivation", "name": "r-chromatographR-0.4.4"}, "chromer": {"_type": "derivation", "name": "r-chromer-0.3"}, "chromhmmData": {"_type": "derivation", "name": "r-chromhmmData-0.99.2"}, "chromoMap": {"_type": "derivation", "name": "r-chromoMap-4.1.1"}, "chromote": {"_type": "derivation", "name": "r-chromote-0.1.1"}, "chromseq": {"_type": "derivation", "name": "r-chromseq-0.1.3"}, "chromstaR": {"_type": "derivation", "name": "r-chromstaR-1.22.0"}, "chromstaRData": {"_type": "derivation", "name": "r-chromstaRData-1.22.0"}, "chromswitch": {"_type": "derivation", "name": "r-chromswitch-1.18.0"}, "chron": {"_type": "derivation", "name": "r-chron-2.3-58"}, "chronicle": {"_type": "derivation", "name": "r-chronicle-0.3"}, "chronicler": {"_type": "derivation", "name": "r-chronicler-0.2.0"}, "chronochrt": {"_type": "derivation", "name": "r-chronochrt-0.1.1"}, "chronosphere": {"_type": "derivation", "name": "r-chronosphere-0.4.1"}, "chunkR": {"_type": "derivation", "name": "r-chunkR-1.1.1"}, "chunked": {"_type": "derivation", "name": "r-chunked-0.6.0"}, "chunkhooks": {"_type": "derivation", "name": "r-chunkhooks-0.0.1"}, "chyper": {"_type": "derivation", "name": "r-chyper-0.3.1"}, "ciTools": {"_type": "derivation", "name": "r-ciTools-0.6.1"}, "ciccr": {"_type": "derivation", "name": "r-ciccr-0.2.0"}, "cicero": {"_type": "derivation", "name": "r-cicero-1.14.0"}, "cicerone": {"_type": "derivation", "name": "r-cicerone-1.0.4"}, "cif": {"_type": "derivation", "name": "r-cif-0.1.1"}, "cifti": {"_type": "derivation", "name": "r-cifti-0.4.5"}, "ciftiTools": {"_type": "derivation", "name": "r-ciftiTools-0.10.2"}, "cimir": {"_type": "derivation", "name": "r-cimir-0.4-1"}, "cin": {"_type": "derivation", "name": "r-cin-0.1"}, "cinaR": {"_type": "derivation", "name": "r-cinaR-0.2.3"}, "cinaRgenesets": {"_type": "derivation", "name": "r-cinaRgenesets-0.1.1"}, "cinterpolate": {"_type": "derivation", "name": "r-cinterpolate-1.0.0"}, "cir": {"_type": "derivation", "name": "r-cir-2.2.1"}, "circRNAprofiler": {"_type": "derivation", "name": "r-circRNAprofiler-1.10.0"}, "circacompare": {"_type": "derivation", "name": "r-circacompare-0.1.1"}, "circglmbayes": {"_type": "derivation", "name": "r-circglmbayes-1.3.0"}, "circle": {"_type": "derivation", "name": "r-circle-0.7.2"}, "circletyper": {"_type": "derivation", "name": "r-circletyper-1.0.2"}, "circlize": {"_type": "derivation", "name": "r-circlize-0.4.15"}, "circular": {"_type": "derivation", "name": "r-circular-0.4-95"}, "circularEV": {"_type": "derivation", "name": "r-circularEV-0.1.1"}, "circumplex": {"_type": "derivation", "name": "r-circumplex-0.3.8"}, "cisPath": {"_type": "derivation", "name": "r-cisPath-1.36.0"}, "cit": {"_type": "derivation", "name": "r-cit-2.3.1"}, "citation": {"_type": "derivation", "name": "r-citation-0.6.3"}, "citationchaser": {"_type": "derivation", "name": "r-citationchaser-0.0.4"}, "citbcmst": {"_type": "derivation", "name": "r-citbcmst-1.0.4"}, "citccmst": {"_type": "derivation", "name": "r-citccmst-1.0.2"}, "citecorp": {"_type": "derivation", "name": "r-citecorp-0.3.0"}, "cities": {"_type": "derivation", "name": "r-cities-0.1.0"}, "cito": {"_type": "derivation", "name": "r-cito-1.0.0"}, "citrus": {"_type": "derivation", "name": "r-citrus-1.0.2"}, "citruscdf": {"_type": "derivation", "name": "r-citruscdf-2.18.0"}, "citrusprobe": {"_type": "derivation", "name": "r-citrusprobe-2.18.0"}, "ciu": {"_type": "derivation", "name": "r-ciu-0.5.0"}, "ciuupi": {"_type": "derivation", "name": "r-ciuupi-1.1.0"}, "ciuupi2": {"_type": "derivation", "name": "r-ciuupi2-1.0.1"}, "civis": {"_type": "derivation", "name": "r-civis-3.0.0"}, "cjar": {"_type": "derivation", "name": "r-cjar-0.1.2"}, "cjbart": {"_type": "derivation", "name": "r-cjbart-0.2.2"}, "cjoint": {"_type": "derivation", "name": "r-cjoint-2.1.0"}, "ckanr": {"_type": "derivation", "name": "r-ckanr-0.6.0"}, "clValid": {"_type": "derivation", "name": "r-clValid-0.7"}, "cladoRcpp": {"_type": "derivation", "name": "r-cladoRcpp-0.15.1"}, "clam": {"_type": "derivation", "name": "r-clam-2.5.0"}, "clampSeg": {"_type": "derivation", "name": "r-clampSeg-1.1-1"}, "clarifai": {"_type": "derivation", "name": "r-clarifai-0.4.2"}, "clariomdhumanprobeset_db": {"_type": "derivation", "name": "r-clariomdhumanprobeset.db-8.8.0"}, "clariomdhumantranscriptcluster_db": {"_type": "derivation", "name": "r-clariomdhumantranscriptcluster.db-8.8.0"}, "clariomshumanhttranscriptcluster_db": {"_type": "derivation", "name": "r-clariomshumanhttranscriptcluster.db-8.8.0"}, "clariomshumantranscriptcluster_db": {"_type": "derivation", "name": "r-clariomshumantranscriptcluster.db-8.8.0"}, "clariomsmousehttranscriptcluster_db": {"_type": "derivation", "name": "r-clariomsmousehttranscriptcluster.db-8.8.0"}, "clariomsmousetranscriptcluster_db": {"_type": "derivation", "name": "r-clariomsmousetranscriptcluster.db-8.8.0"}, "clariomsrathttranscriptcluster_db": {"_type": "derivation", "name": "r-clariomsrathttranscriptcluster.db-8.8.0"}, "clariomsrattranscriptcluster_db": {"_type": "derivation", "name": "r-clariomsrattranscriptcluster.db-8.8.0"}, "clarkeTest": {"_type": "derivation", "name": "r-clarkeTest-0.1.0"}, "class": {"_type": "derivation", "name": "r-class-7.3-20"}, "classGraph": {"_type": "derivation", "name": "r-classGraph-0.7-5"}, "classInt": {"_type": "derivation", "name": "r-classInt-0.4-8"}, "classifierplots": {"_type": "derivation", "name": "r-classifierplots-1.4.0"}, "classifly": {"_type": "derivation", "name": "r-classifly-0.4.1"}, "classmap": {"_type": "derivation", "name": "r-classmap-1.2.0"}, "classyfireR": {"_type": "derivation", "name": "r-classyfireR-0.3.8"}, "cld2": {"_type": "derivation", "name": "r-cld2-1.2.4"}, "cld3": {"_type": "derivation", "name": "r-cld3-1.4.4"}, "clda": {"_type": "derivation", "name": "r-clda-0.1"}, "cleaR": {"_type": "derivation", "name": "r-cleaR-0.0.4"}, "clean": {"_type": "derivation", "name": "r-clean-2.0.0"}, "cleanNLP": {"_type": "derivation", "name": "r-cleanNLP-3.0.4"}, "cleanTS": {"_type": "derivation", "name": "r-cleanTS-0.1.1"}, "cleanUpdTSeq": {"_type": "derivation", "name": "r-cleanUpdTSeq-1.34.0"}, "cleancall": {"_type": "derivation", "name": "r-cleancall-0.1.3"}, "cleandata": {"_type": "derivation", "name": "r-cleandata-0.3.0"}, "cleaner": {"_type": "derivation", "name": "r-cleaner-1.5.4"}, "cleanerR": {"_type": "derivation", "name": "r-cleanerR-0.1.1"}, "cleangeo": {"_type": "derivation", "name": "r-cleangeo-0.2-4"}, "cleanr": {"_type": "derivation", "name": "r-cleanr-1.3.5"}, "cleanrmd": {"_type": "derivation", "name": "r-cleanrmd-0.1.0"}, "cleaver": {"_type": "derivation", "name": "r-cleaver-1.34.1"}, "clere": {"_type": "derivation", "name": "r-clere-1.2.0"}, "clespr": {"_type": "derivation", "name": "r-clespr-1.1.2"}, "clevr": {"_type": "derivation", "name": "r-clevr-0.1.1"}, "clhs": {"_type": "derivation", "name": "r-clhs-0.9.0"}, "cli": {"_type": "derivation", "name": "r-cli-3.4.1"}, "cliProfiler": {"_type": "derivation", "name": "r-cliProfiler-1.2.0"}, "cliapp": {"_type": "derivation", "name": "r-cliapp-0.1.1"}, "clickR": {"_type": "derivation", "name": "r-clickR-0.8.3"}, "clickstream": {"_type": "derivation", "name": "r-clickstream-1.3.1"}, "clidatajp": {"_type": "derivation", "name": "r-clidatajp-0.5.0"}, "cliff": {"_type": "derivation", "name": "r-cliff-0.1.2"}, "clifford": {"_type": "derivation", "name": "r-clifford-1.0-8"}, "clifro": {"_type": "derivation", "name": "r-clifro-3.2-5"}, "clikcorr": {"_type": "derivation", "name": "r-clikcorr-1.0"}, "climaemet": {"_type": "derivation", "name": "r-climaemet-1.0.2"}, "climate": {"_type": "derivation", "name": "r-climate-1.0.5"}, "climateStability": {"_type": "derivation", "name": "r-climateStability-0.1.4"}, "climatol": {"_type": "derivation", "name": "r-climatol-3.1.2"}, "climatrends": {"_type": "derivation", "name": "r-climatrends-0.4"}, "climdex_pcic": {"_type": "derivation", "name": "r-climdex.pcic-1.1-11"}, "clime": {"_type": "derivation", "name": "r-clime-0.5.0"}, "climetrics": {"_type": "derivation", "name": "r-climetrics-1.0-5"}, "climextRemes": {"_type": "derivation", "name": "r-climextRemes-0.3.0"}, "climwin": {"_type": "derivation", "name": "r-climwin-1.2.3"}, "clinDR": {"_type": "derivation", "name": "r-clinDR-2.3.5"}, "clinDataReview": {"_type": "derivation", "name": "r-clinDataReview-1.3.1"}, "clinPK": {"_type": "derivation", "name": "r-clinPK-0.11.1"}, "clinUtiDNA": {"_type": "derivation", "name": "r-clinUtiDNA-1.0"}, "clinUtils": {"_type": "derivation", "name": "r-clinUtils-0.1.3"}, "clinfun": {"_type": "derivation", "name": "r-clinfun-1.1.0"}, "clinicalsignificance": {"_type": "derivation", "name": "r-clinicalsignificance-1.0.0"}, "clinmon": {"_type": "derivation", "name": "r-clinmon-0.6.0"}, "clinsig": {"_type": "derivation", "name": "r-clinsig-1.2"}, "clinspacy": {"_type": "derivation", "name": "r-clinspacy-1.0.2"}, "clintools": {"_type": "derivation", "name": "r-clintools-0.9.6"}, "clipp": {"_type": "derivation", "name": "r-clipp-1.1.1"}, "clippda": {"_type": "derivation", "name": "r-clippda-1.46.0"}, "clipper": {"_type": "derivation", "name": "r-clipper-1.36.1"}, "clipr": {"_type": "derivation", "name": "r-clipr-0.8.0"}, "cliqueMS": {"_type": "derivation", "name": "r-cliqueMS-1.10.0"}, "clisymbols": {"_type": "derivation", "name": "r-clisymbols-1.2.0"}, "clmplus": {"_type": "derivation", "name": "r-clmplus-0.0.1"}, "clock": {"_type": "derivation", "name": "r-clock-0.6.1"}, "clockify": {"_type": "derivation", "name": "r-clockify-0.1.2"}, "clogitL1": {"_type": "derivation", "name": "r-clogitL1-1.5"}, "clogitLasso": {"_type": "derivation", "name": "r-clogitLasso-1.1"}, "clogitboost": {"_type": "derivation", "name": "r-clogitboost-1.1"}, "clonotypeR": {"_type": "derivation", "name": "r-clonotypeR-1.34.0"}, "clordr": {"_type": "derivation", "name": "r-clordr-1.7.0"}, "cloudUtil": {"_type": "derivation", "name": "r-cloudUtil-0.1.12"}, "cloudml": {"_type": "derivation", "name": "r-cloudml-0.6.1"}, "cloudos": {"_type": "derivation", "name": "r-cloudos-0.3.0"}, "cloudstoR": {"_type": "derivation", "name": "r-cloudstoR-0.2.0"}, "clpAPI": {"_type": "derivation", "name": "r-clpAPI-1.3.1"}, "clr": {"_type": "derivation", "name": "r-clr-0.1.2"}, "clst": {"_type": "derivation", "name": "r-clst-1.44.0"}, "clstutils": {"_type": "derivation", "name": "r-clstutils-1.44.0"}, "clttools": {"_type": "derivation", "name": "r-clttools-1.3"}, "clubSandwich": {"_type": "derivation", "name": "r-clubSandwich-0.5.8"}, "clue": {"_type": "derivation", "name": "r-clue-0.3-62"}, "clusTransition": {"_type": "derivation", "name": "r-clusTransition-1.0"}, "cluscov": {"_type": "derivation", "name": "r-cluscov-1.1.0"}, "clusrank": {"_type": "derivation", "name": "r-clusrank-1.0-3"}, "clustAnalytics": {"_type": "derivation", "name": "r-clustAnalytics-0.5.0"}, "clustComp": {"_type": "derivation", "name": "r-clustComp-1.24.0"}, "clustDRM": {"_type": "derivation", "name": "r-clustDRM-0.1-0"}, "clustEff": {"_type": "derivation", "name": "r-clustEff-0.3.0"}, "clustMD": {"_type": "derivation", "name": "r-clustMD-1.2.1"}, "clustMixType": {"_type": "derivation", "name": "r-clustMixType-0.2-15"}, "clust_bin_pair": {"_type": "derivation", "name": "r-clust.bin.pair-0.1.2"}, "clustcurv": {"_type": "derivation", "name": "r-clustcurv-2.0.1"}, "cluster": {"_type": "derivation", "name": "r-cluster-2.1.4"}, "clusterCons": {"_type": "derivation", "name": "r-clusterCons-1.2"}, "clusterCrit": {"_type": "derivation", "name": "r-clusterCrit-1.2.8"}, "clusterExperiment": {"_type": "derivation", "name": "r-clusterExperiment-2.16.0"}, "clusterGeneration": {"_type": "derivation", "name": "r-clusterGeneration-1.3.7"}, "clusterGenomics": {"_type": "derivation", "name": "r-clusterGenomics-1.0"}, "clusterHD": {"_type": "derivation", "name": "r-clusterHD-1.0.2"}, "clusterPower": {"_type": "derivation", "name": "r-clusterPower-0.7.0"}, "clusterProfiler": {"_type": "derivation", "name": "r-clusterProfiler-4.4.4"}, "clusterRepro": {"_type": "derivation", "name": "r-clusterRepro-0.9"}, "clusterSEs": {"_type": "derivation", "name": "r-clusterSEs-2.6.5"}, "clusterSeq": {"_type": "derivation", "name": "r-clusterSeq-1.20.0"}, "clusterSim": {"_type": "derivation", "name": "r-clusterSim-0.50-1"}, "clusterStab": {"_type": "derivation", "name": "r-clusterStab-1.68.0"}, "cluster_datasets": {"_type": "derivation", "name": "r-cluster.datasets-1.0-1"}, "clusterability": {"_type": "derivation", "name": "r-clusterability-0.1.1.0"}, "clusteredinterference": {"_type": "derivation", "name": "r-clusteredinterference-1.0.1"}, "clusterhap": {"_type": "derivation", "name": "r-clusterhap-0.1"}, "clustering_sc_dp": {"_type": "derivation", "name": "r-clustering.sc.dp-1.0"}, "clustermole": {"_type": "derivation", "name": "r-clustermole-1.1.0"}, "clustermq": {"_type": "derivation", "name": "r-clustermq-0.8.95.3"}, "clusternomics": {"_type": "derivation", "name": "r-clusternomics-0.1.1"}, "clustertend": {"_type": "derivation", "name": "r-clustertend-1.6"}, "clustifyr": {"_type": "derivation", "name": "r-clustifyr-1.8.0"}, "clustifyrdatahub": {"_type": "derivation", "name": "r-clustifyrdatahub-1.6.0"}, "clustra": {"_type": "derivation", "name": "r-clustra-0.1.6"}, "clustrd": {"_type": "derivation", "name": "r-clustrd-1.4.0"}, "clustree": {"_type": "derivation", "name": "r-clustree-0.5.0"}, "clustringr": {"_type": "derivation", "name": "r-clustringr-1.0"}, "clustsig": {"_type": "derivation", "name": "r-clustsig-1.1"}, "clustvarsel": {"_type": "derivation", "name": "r-clustvarsel-2.3.4"}, "clv": {"_type": "derivation", "name": "r-clv-0.3-2.2"}, "cmR": {"_type": "derivation", "name": "r-cmR-1.0.3"}, "cmaRs": {"_type": "derivation", "name": "r-cmaRs-0.1.2"}, "cmaes": {"_type": "derivation", "name": "r-cmaes-1.0-12"}, "cmaesr": {"_type": "derivation", "name": "r-cmaesr-1.0.3"}, "cmapR": {"_type": "derivation", "name": "r-cmapR-1.8.0"}, "cmcR": {"_type": "derivation", "name": "r-cmcR-0.1.9"}, "cmce": {"_type": "derivation", "name": "r-cmce-0.1.0"}, "cmdfun": {"_type": "derivation", "name": "r-cmdfun-1.0.2"}, "cmenet": {"_type": "derivation", "name": "r-cmenet-0.1.2"}, "cmfrec": {"_type": "derivation", "name": "r-cmfrec-3.4.3-2"}, "cmhc": {"_type": "derivation", "name": "r-cmhc-0.2.3"}, "cml": {"_type": "derivation", "name": "r-cml-0.0.5"}, "cmm": {"_type": "derivation", "name": "r-cmm-0.12"}, "cmmr": {"_type": "derivation", "name": "r-cmmr-0.1.2"}, "cmna": {"_type": "derivation", "name": "r-cmna-1.0.5"}, "cmocean": {"_type": "derivation", "name": "r-cmocean-0.3-1"}, "cmprsk": {"_type": "derivation", "name": "r-cmprsk-2.2-11"}, "cmprskQR": {"_type": "derivation", "name": "r-cmprskQR-0.9.2"}, "cmprskcoxmsm": {"_type": "derivation", "name": "r-cmprskcoxmsm-0.2.1"}, "cmpsR": {"_type": "derivation", "name": "r-cmpsR-0.1.2"}, "cmrutils": {"_type": "derivation", "name": "r-cmrutils-1.3.1"}, "cms": {"_type": "derivation", "name": "r-cms-0.1.0"}, "cmsaf": {"_type": "derivation", "name": "r-cmsaf-3.4.4"}, "cmsafops": {"_type": "derivation", "name": "r-cmsafops-1.2.6"}, "cmsafvis": {"_type": "derivation", "name": "r-cmsafvis-1.1.12"}, "cmstatr": {"_type": "derivation", "name": "r-cmstatr-0.9.1"}, "cmtest": {"_type": "derivation", "name": "r-cmtest-0.1-2"}, "cmvnorm": {"_type": "derivation", "name": "r-cmvnorm-1.0-7"}, "cn_farms": {"_type": "derivation", "name": "r-cn.farms-1.44.0"}, "cn_mops": {"_type": "derivation", "name": "r-cn.mops-1.42.0"}, "cna": {"_type": "derivation", "name": "r-cna-3.4.0"}, "cnaOpt": {"_type": "derivation", "name": "r-cnaOpt-0.5.2"}, "cnbdistr": {"_type": "derivation", "name": "r-cnbdistr-1.0.1"}, "cncaGUI": {"_type": "derivation", "name": "r-cncaGUI-1.1"}, "cns": {"_type": "derivation", "name": "r-cns-0.1.0"}, "cnum": {"_type": "derivation", "name": "r-cnum-0.1.3"}, "cnvGSA": {"_type": "derivation", "name": "r-cnvGSA-1.40.0"}, "cnvGSAdata": {"_type": "derivation", "name": "r-cnvGSAdata-1.32.0"}, "coGPS": {"_type": "derivation", "name": "r-coGPS-1.40.0"}, "coMET": {"_type": "derivation", "name": "r-coMET-1.28.0"}, "coMethDMR": {"_type": "derivation", "name": "r-coMethDMR-1.0.0"}, "coRanking": {"_type": "derivation", "name": "r-coRanking-0.2.3"}, "coRdon": {"_type": "derivation", "name": "r-coRdon-1.14.0"}, "coala": {"_type": "derivation", "name": "r-coala-0.7.0"}, "coalescentMCMC": {"_type": "derivation", "name": "r-coalescentMCMC-0.4-4"}, "coalitions": {"_type": "derivation", "name": "r-coalitions-0.6.24"}, "coarseDataTools": {"_type": "derivation", "name": "r-coarseDataTools-0.6-6"}, "cobalt": {"_type": "derivation", "name": "r-cobalt-4.4.0"}, "cobiclust": {"_type": "derivation", "name": "r-cobiclust-0.1.0"}, "cobs": {"_type": "derivation", "name": "r-cobs-1.3-5"}, "coca": {"_type": "derivation", "name": "r-coca-1.1.0"}, "cocktailApp": {"_type": "derivation", "name": "r-cocktailApp-0.2.2"}, "cocor": {"_type": "derivation", "name": "r-cocor-1.1-4"}, "cocorresp": {"_type": "derivation", "name": "r-cocorresp-0.4-3"}, "cocron": {"_type": "derivation", "name": "r-cocron-1.0-1"}, "coda": {"_type": "derivation", "name": "r-coda-0.19-4"}, "coda4microbiome": {"_type": "derivation", "name": "r-coda4microbiome-0.1.1"}, "coda_base": {"_type": "derivation", "name": "r-coda.base-0.5.2"}, "codacore": {"_type": "derivation", "name": "r-codacore-0.0.4"}, "codadiags": {"_type": "derivation", "name": "r-codadiags-1.0"}, "codalm": {"_type": "derivation", "name": "r-codalm-0.1.2"}, "codeCollection": {"_type": "derivation", "name": "r-codeCollection-0.1.2"}, "codebook": {"_type": "derivation", "name": "r-codebook-0.9.2"}, "codebookr": {"_type": "derivation", "name": "r-codebookr-0.1.5"}, "codebreaker": {"_type": "derivation", "name": "r-codebreaker-0.0.2"}, "codelink": {"_type": "derivation", "name": "r-codelink-1.64.0"}, "codemeta": {"_type": "derivation", "name": "r-codemeta-0.1.1"}, "codemetar": {"_type": "derivation", "name": "r-codemetar-0.3.5"}, "codename": {"_type": "derivation", "name": "r-codename-0.4.0"}, "codep": {"_type": "derivation", "name": "r-codep-0.9-1"}, "coder": {"_type": "derivation", "name": "r-coder-0.13.8"}, "codetools": {"_type": "derivation", "name": "r-codetools-0.2-18"}, "codexcopd": {"_type": "derivation", "name": "r-codexcopd-0.1.0"}, "codez": {"_type": "derivation", "name": "r-codez-1.0.0"}, "codified": {"_type": "derivation", "name": "r-codified-0.3.0"}, "codingMatrices": {"_type": "derivation", "name": "r-codingMatrices-0.3.4"}, "codyn": {"_type": "derivation", "name": "r-codyn-2.0.5"}, "coefa": {"_type": "derivation", "name": "r-coefa-1.0.1"}, "coefficientalpha": {"_type": "derivation", "name": "r-coefficientalpha-0.7"}, "coefplot": {"_type": "derivation", "name": "r-coefplot-1.2.8"}, "coenocliner": {"_type": "derivation", "name": "r-coenocliner-0.2-3"}, "coenoflex": {"_type": "derivation", "name": "r-coenoflex-2.2-0"}, "coexist": {"_type": "derivation", "name": "r-coexist-1.0"}, "coexnet": {"_type": "derivation", "name": "r-coexnet-1.15.0"}, "cofad": {"_type": "derivation", "name": "r-cofad-0.1.1"}, "cofeatureR": {"_type": "derivation", "name": "r-cofeatureR-1.1.1"}, "coffee": {"_type": "derivation", "name": "r-coffee-0.1.1"}, "coga": {"_type": "derivation", "name": "r-coga-1.1.1"}, "cogena": {"_type": "derivation", "name": "r-cogena-1.30.0"}, "cogeqc": {"_type": "derivation", "name": "r-cogeqc-1.0.7"}, "cogmapr": {"_type": "derivation", "name": "r-cogmapr-0.9.3"}, "cognitoR": {"_type": "derivation", "name": "r-cognitoR-1.0.2"}, "cohortBuilder": {"_type": "derivation", "name": "r-cohortBuilder-0.1"}, "cohorts": {"_type": "derivation", "name": "r-cohorts-1.0.1"}, "cohorttools": {"_type": "derivation", "name": "r-cohorttools-0.1.4"}, "coil": {"_type": "derivation", "name": "r-coil-1.2.3"}, "coin": {"_type": "derivation", "name": "r-coin-1.4-2"}, "coinmarketcapr": {"_type": "derivation", "name": "r-coinmarketcapr-0.4"}, "cointReg": {"_type": "derivation", "name": "r-cointReg-0.2.0"}, "cointmonitoR": {"_type": "derivation", "name": "r-cointmonitoR-0.1.0"}, "cola": {"_type": "derivation", "name": "r-cola-2.2.0"}, "cold": {"_type": "derivation", "name": "r-cold-2.0-3"}, "colf": {"_type": "derivation", "name": "r-colf-0.1.3"}, "collUtils": {"_type": "derivation", "name": "r-collUtils-1.0.5"}, "collapse": {"_type": "derivation", "name": "r-collapse-1.8.9"}, "collapsibleTree": {"_type": "derivation", "name": "r-collapsibleTree-0.1.7"}, "collateral": {"_type": "derivation", "name": "r-collateral-0.5.2"}, "collatz": {"_type": "derivation", "name": "r-collatz-1.0.0"}, "collectArgs": {"_type": "derivation", "name": "r-collectArgs-0.4.0"}, "collections": {"_type": "derivation", "name": "r-collections-0.3.6"}, "collidr": {"_type": "derivation", "name": "r-collidr-0.1.3"}, "collin": {"_type": "derivation", "name": "r-collin-0.0.2"}, "collpcm": {"_type": "derivation", "name": "r-collpcm-1.2"}, "colmozzie": {"_type": "derivation", "name": "r-colmozzie-1.1.1"}, "coloc": {"_type": "derivation", "name": "r-coloc-5.1.0.1"}, "colocalization": {"_type": "derivation", "name": "r-colocalization-1.0.2"}, "colocalized": {"_type": "derivation", "name": "r-colocalized-0.2.0"}, "colocr": {"_type": "derivation", "name": "r-colocr-0.1.1"}, "colonCA": {"_type": "derivation", "name": "r-colonCA-1.38.0"}, "colorBlindness": {"_type": "derivation", "name": "r-colorBlindness-0.1.9"}, "colorDF": {"_type": "derivation", "name": "r-colorDF-0.1.7"}, "colorRamps": {"_type": "derivation", "name": "r-colorRamps-2.3.1"}, "colorSpec": {"_type": "derivation", "name": "r-colorSpec-1.4-0"}, "colorblindcheck": {"_type": "derivation", "name": "r-colorblindcheck-1.0.0"}, "colordistance": {"_type": "derivation", "name": "r-colordistance-1.1.2"}, "coloredICA": {"_type": "derivation", "name": "r-coloredICA-1.0.0"}, "colorednoise": {"_type": "derivation", "name": "r-colorednoise-1.1.0"}, "colorfindr": {"_type": "derivation", "name": "r-colorfindr-0.1.4"}, "colorfulVennPlot": {"_type": "derivation", "name": "r-colorfulVennPlot-2.4"}, "colorhcplot": {"_type": "derivation", "name": "r-colorhcplot-1.3.1"}, "colorhex": {"_type": "derivation", "name": "r-colorhex-0.1.1"}, "colorist": {"_type": "derivation", "name": "r-colorist-0.1.2"}, "colorizer": {"_type": "derivation", "name": "r-colorizer-0.1.0"}, "colormap": {"_type": "derivation", "name": "r-colormap-0.1.4"}, "colorpatch": {"_type": "derivation", "name": "r-colorpatch-0.1.2"}, "colorr": {"_type": "derivation", "name": "r-colorr-1.0.0"}, "colorscience": {"_type": "derivation", "name": "r-colorscience-1.0.8"}, "colorspace": {"_type": "derivation", "name": "r-colorspace-2.0-3"}, "colortools": {"_type": "derivation", "name": "r-colortools-0.1.5"}, "colourlovers": {"_type": "derivation", "name": "r-colourlovers-0.3.6"}, "colourpicker": {"_type": "derivation", "name": "r-colourpicker-1.2.0"}, "colourvalues": {"_type": "derivation", "name": "r-colourvalues-0.3.7"}, "colourvision": {"_type": "derivation", "name": "r-colourvision-2.0.4"}, "colr": {"_type": "derivation", "name": "r-colr-0.1.900"}, "colt": {"_type": "derivation", "name": "r-colt-0.1.1"}, "comFuncs": {"_type": "derivation", "name": "r-comFuncs-0.0.6"}, "comapr": {"_type": "derivation", "name": "r-comapr-1.0.0"}, "comat": {"_type": "derivation", "name": "r-comat-0.9.3"}, "comato": {"_type": "derivation", "name": "r-comato-1.1"}, "combi": {"_type": "derivation", "name": "r-combi-1.8.0"}, "combinIT": {"_type": "derivation", "name": "r-combinIT-2.0.0"}, "combinat": {"_type": "derivation", "name": "r-combinat-0.0-8"}, "combinationpvalues": {"_type": "derivation", "name": "r-combinationpvalues-0.1.4"}, "combinedevents": {"_type": "derivation", "name": "r-combinedevents-0.1.1"}, "combiroc": {"_type": "derivation", "name": "r-combiroc-0.2.3"}, "combiter": {"_type": "derivation", "name": "r-combiter-1.0.3"}, "comclim": {"_type": "derivation", "name": "r-comclim-0.9.5"}, "cometExactTest": {"_type": "derivation", "name": "r-cometExactTest-0.1.5"}, "cometr": {"_type": "derivation", "name": "r-cometr-0.2.0"}, "comf": {"_type": "derivation", "name": "r-comf-0.1.11"}, "commentr": {"_type": "derivation", "name": "r-commentr-1.0.4"}, "common": {"_type": "derivation", "name": "r-common-1.0.5"}, "commonmark": {"_type": "derivation", "name": "r-commonmark-1.8.1"}, "commonsMath": {"_type": "derivation", "name": "r-commonsMath-1.2.5"}, "communication": {"_type": "derivation", "name": "r-communication-0.1"}, "comorbidity": {"_type": "derivation", "name": "r-comorbidity-1.0.5"}, "comorosmaps": {"_type": "derivation", "name": "r-comorosmaps-1.0.0"}, "compEpiTools": {"_type": "derivation", "name": "r-compEpiTools-1.30.0"}, "compHclust": {"_type": "derivation", "name": "r-compHclust-1.0-3"}, "compactr": {"_type": "derivation", "name": "r-compactr-0.1"}, "comparator": {"_type": "derivation", "name": "r-comparator-0.1.2"}, "compare": {"_type": "derivation", "name": "r-compare-0.2-6"}, "compareC": {"_type": "derivation", "name": "r-compareC-1.3.2"}, "compareDF": {"_type": "derivation", "name": "r-compareDF-2.3.5"}, "compareGroups": {"_type": "derivation", "name": "r-compareGroups-4.5.1"}, "compareMCMCs": {"_type": "derivation", "name": "r-compareMCMCs-0.5.0"}, "compareODM": {"_type": "derivation", "name": "r-compareODM-1.2"}, "comparer": {"_type": "derivation", "name": "r-comparer-0.2.2"}, "comparison": {"_type": "derivation", "name": "r-comparison-1.0-5"}, "compartmap": {"_type": "derivation", "name": "r-compartmap-1.14.0"}, "compas": {"_type": "derivation", "name": "r-compas-0.1.1"}, "compcodeR": {"_type": "derivation", "name": "r-compcodeR-1.32.1"}, "comperank": {"_type": "derivation", "name": "r-comperank-0.1.1"}, "comperes": {"_type": "derivation", "name": "r-comperes-0.2.5"}, "competitiontoolbox": {"_type": "derivation", "name": "r-competitiontoolbox-0.7.1"}, "compicc": {"_type": "derivation", "name": "r-compicc-0.1.0"}, "completejourney": {"_type": "derivation", "name": "r-completejourney-1.1.0"}, "complexNet": {"_type": "derivation", "name": "r-complexNet-0.1.0"}, "complexity": {"_type": "derivation", "name": "r-complexity-1.1.2"}, "complexplus": {"_type": "derivation", "name": "r-complexplus-2.1"}, "complmrob": {"_type": "derivation", "name": "r-complmrob-0.7.0"}, "compositions": {"_type": "derivation", "name": "r-compositions-2.0-4"}, "composits": {"_type": "derivation", "name": "r-composits-0.1.1"}, "compound_Cox": {"_type": "derivation", "name": "r-compound.Cox-3.21"}, "comprehenr": {"_type": "derivation", "name": "r-comprehenr-0.6.10"}, "compstatr": {"_type": "derivation", "name": "r-compstatr-0.2.1"}, "compute_es": {"_type": "derivation", "name": "r-compute.es-0.2-5"}, "comsimitv": {"_type": "derivation", "name": "r-comsimitv-0.1.5"}, "comtradr": {"_type": "derivation", "name": "r-comtradr-0.3.0"}, "con2aqi": {"_type": "derivation", "name": "r-con2aqi-0.1.0"}, "con2lki": {"_type": "derivation", "name": "r-con2lki-0.1.0"}, "conStruct": {"_type": "derivation", "name": "r-conStruct-1.0.4"}, "conText": {"_type": "derivation", "name": "r-conText-1.1.0"}, "concatenate": {"_type": "derivation", "name": "r-concatenate-1.0.0"}, "concatipede": {"_type": "derivation", "name": "r-concatipede-1.0.1"}, "concaveman": {"_type": "derivation", "name": "r-concaveman-1.1.0"}, "conclus": {"_type": "derivation", "name": "r-conclus-1.3.3"}, "conclust": {"_type": "derivation", "name": "r-conclust-1.1"}, "concom": {"_type": "derivation", "name": "r-concom-1.0.0"}, "concorR": {"_type": "derivation", "name": "r-concorR-0.2.1"}, "concordance": {"_type": "derivation", "name": "r-concordance-2.0.0"}, "concreg": {"_type": "derivation", "name": "r-concreg-0.7"}, "concstats": {"_type": "derivation", "name": "r-concstats-0.1.2"}, "concurve": {"_type": "derivation", "name": "r-concurve-2.7.7"}, "cond": {"_type": "derivation", "name": "r-cond-1.2-3.1"}, "condGEE": {"_type": "derivation", "name": "r-condGEE-0.2.0"}, "condMVNorm": {"_type": "derivation", "name": "r-condMVNorm-2020.1"}, "condSURV": {"_type": "derivation", "name": "r-condSURV-2.0.2"}, "condTruncMVN": {"_type": "derivation", "name": "r-condTruncMVN-0.0.2"}, "condformat": {"_type": "derivation", "name": "r-condformat-0.9.0"}, "condiments": {"_type": "derivation", "name": "r-condiments-1.4.0"}, "condir": {"_type": "derivation", "name": "r-condir-0.1.3"}, "conditionz": {"_type": "derivation", "name": "r-conditionz-0.1.0"}, "condmixt": {"_type": "derivation", "name": "r-condmixt-1.1"}, "conductor": {"_type": "derivation", "name": "r-conductor-0.1.1"}, "condusco": {"_type": "derivation", "name": "r-condusco-0.1.0"}, "condvis": {"_type": "derivation", "name": "r-condvis-0.5-1"}, "condvis2": {"_type": "derivation", "name": "r-condvis2-0.1.2"}, "coneproj": {"_type": "derivation", "name": "r-coneproj-1.16"}, "conf": {"_type": "derivation", "name": "r-conf-1.7.1"}, "confSAM": {"_type": "derivation", "name": "r-confSAM-0.2"}, "conf_design": {"_type": "derivation", "name": "r-conf.design-2.0.0"}, "confidence": {"_type": "derivation", "name": "r-confidence-1.1-2"}, "config": {"_type": "derivation", "name": "r-config-0.3.1"}, "configr": {"_type": "derivation", "name": "r-configr-0.3.5"}, "configural": {"_type": "derivation", "name": "r-configural-0.1.4"}, "confinterpret": {"_type": "derivation", "name": "r-confinterpret-1.0.0"}, "confintr": {"_type": "derivation", "name": "r-confintr-0.2.0"}, "conflicted": {"_type": "derivation", "name": "r-conflicted-1.1.0"}, "conflr": {"_type": "derivation", "name": "r-conflr-0.1.1"}, "conformalClassification": {"_type": "derivation", "name": "r-conformalClassification-1.0.0"}, "conformalInference_fd": {"_type": "derivation", "name": "r-conformalInference.fd-1.1.1"}, "conformalInference_multi": {"_type": "derivation", "name": "r-conformalInference.multi-1.1.1"}, "conformalbayes": {"_type": "derivation", "name": "r-conformalbayes-0.1.2"}, "confoundr": {"_type": "derivation", "name": "r-confoundr-1.2"}, "confreq": {"_type": "derivation", "name": "r-confreq-1.6.0-3"}, "congress": {"_type": "derivation", "name": "r-congress-0.0.1"}, "conicfit": {"_type": "derivation", "name": "r-conicfit-1.0.4"}, "conics": {"_type": "derivation", "name": "r-conics-0.3"}, "conjoint": {"_type": "derivation", "name": "r-conjoint-1.41"}, "conjurer": {"_type": "derivation", "name": "r-conjurer-1.5.0"}, "conleyreg": {"_type": "derivation", "name": "r-conleyreg-0.1.7"}, "conmet": {"_type": "derivation", "name": "r-conmet-0.1.0"}, "connectapi": {"_type": "derivation", "name": "r-connectapi-0.1.2"}, "connections": {"_type": "derivation", "name": "r-connections-0.1.1"}, "connectwidgets": {"_type": "derivation", "name": "r-connectwidgets-0.1.1"}, "conogive": {"_type": "derivation", "name": "r-conogive-1.0.0"}, "conos": {"_type": "derivation", "name": "r-conos-1.5.0"}, "conover_test": {"_type": "derivation", "name": "r-conover.test-1.1.5"}, "conquer": {"_type": "derivation", "name": "r-conquer-1.3.1"}, "conquestr": {"_type": "derivation", "name": "r-conquestr-0.9.96"}, "consensus": {"_type": "derivation", "name": "r-consensus-1.14.0"}, "consensusDE": {"_type": "derivation", "name": "r-consensusDE-1.14.0"}, "consensusOV": {"_type": "derivation", "name": "r-consensusOV-1.18.0"}, "consensusSeekeR": {"_type": "derivation", "name": "r-consensusSeekeR-1.24.0"}, "conserveR": {"_type": "derivation", "name": "r-conserveR-1.0.4"}, "consolechoice": {"_type": "derivation", "name": "r-consolechoice-1.1.1"}, "consort": {"_type": "derivation", "name": "r-consort-1.0.1"}, "consortr": {"_type": "derivation", "name": "r-consortr-0.9.1"}, "constants": {"_type": "derivation", "name": "r-constants-1.0.1"}, "constellation": {"_type": "derivation", "name": "r-constellation-0.2.0"}, "constrainedKriging": {"_type": "derivation", "name": "r-constrainedKriging-0.2.4"}, "contFracR": {"_type": "derivation", "name": "r-contFracR-1.0"}, "contTimeCausal": {"_type": "derivation", "name": "r-contTimeCausal-1.1"}, "contact": {"_type": "derivation", "name": "r-contact-1.2.8"}, "contactdata": {"_type": "derivation", "name": "r-contactdata-0.2.0"}, "container": {"_type": "derivation", "name": "r-container-1.0.2"}, "contentid": {"_type": "derivation", "name": "r-contentid-0.0.15"}, "contextual": {"_type": "derivation", "name": "r-contextual-0.9.8.4"}, "contfrac": {"_type": "derivation", "name": "r-contfrac-1.1-12"}, "contiBAIT": {"_type": "derivation", "name": "r-contiBAIT-1.24.0"}, "conting": {"_type": "derivation", "name": "r-conting-1.7"}, "contingency": {"_type": "derivation", "name": "r-contingency-0.0.6"}, "contingencytables": {"_type": "derivation", "name": "r-contingencytables-1.0.2"}, "contourPlot": {"_type": "derivation", "name": "r-contourPlot-0.2.0"}, "contoureR": {"_type": "derivation", "name": "r-contoureR-1.0.5"}, "contrast": {"_type": "derivation", "name": "r-contrast-0.24.2"}, "contribution": {"_type": "derivation", "name": "r-contribution-0.2.2"}, "control": {"_type": "derivation", "name": "r-control-0.2.5"}, "controlTest": {"_type": "derivation", "name": "r-controlTest-1.1.0"}, "controlfunctionIV": {"_type": "derivation", "name": "r-controlfunctionIV-0.1.0"}, "contsurvplot": {"_type": "derivation", "name": "r-contsurvplot-0.1.0"}, "conumee": {"_type": "derivation", "name": "r-conumee-1.30.0"}, "convdistr": {"_type": "derivation", "name": "r-convdistr-1.5.3"}, "convergEU": {"_type": "derivation", "name": "r-convergEU-0.5.1"}, "convert": {"_type": "derivation", "name": "r-convert-1.72.0"}, "convertGraph": {"_type": "derivation", "name": "r-convertGraph-0.1"}, "convertid": {"_type": "derivation", "name": "r-convertid-0.1.3"}, "convertr": {"_type": "derivation", "name": "r-convertr-0.1"}, "convevol": {"_type": "derivation", "name": "r-convevol-1.3"}, "convexjlr": {"_type": "derivation", "name": "r-convexjlr-0.8.1"}, "convey": {"_type": "derivation", "name": "r-convey-0.2.5"}, "convoSPAT": {"_type": "derivation", "name": "r-convoSPAT-1.2.7"}, "cooccur": {"_type": "derivation", "name": "r-cooccur-1.3"}, "cooltools": {"_type": "derivation", "name": "r-cooltools-2.0"}, "coop": {"_type": "derivation", "name": "r-coop-0.6-3"}, "coopProductGame": {"_type": "derivation", "name": "r-coopProductGame-2.0"}, "cooptrees": {"_type": "derivation", "name": "r-cooptrees-1.0"}, "copBasic": {"_type": "derivation", "name": "r-copBasic-2.1.9"}, "copCAR": {"_type": "derivation", "name": "r-copCAR-2.0-4"}, "copa": {"_type": "derivation", "name": "r-copa-1.64.0"}, "cope": {"_type": "derivation", "name": "r-cope-0.2.3"}, "copent": {"_type": "derivation", "name": "r-copent-0.3"}, "coppeCosenzaR": {"_type": "derivation", "name": "r-coppeCosenzaR-0.1.3"}, "copre": {"_type": "derivation", "name": "r-copre-0.1.0"}, "cops": {"_type": "derivation", "name": "r-cops-1.2-0"}, "copula": {"_type": "derivation", "name": "r-copula-1.1-0"}, "copulaData": {"_type": "derivation", "name": "r-copulaData-0.0-1"}, "copulaSim": {"_type": "derivation", "name": "r-copulaSim-0.0.1"}, "copulaboost": {"_type": "derivation", "name": "r-copulaboost-0.1.0"}, "copulaedas": {"_type": "derivation", "name": "r-copulaedas-1.4.3"}, "copulareg": {"_type": "derivation", "name": "r-copulareg-0.1.0"}, "copynumber": {"_type": "derivation", "name": "r-copynumber-1.36.0"}, "copyseparator": {"_type": "derivation", "name": "r-copyseparator-1.1.0"}, "corHMM": {"_type": "derivation", "name": "r-corHMM-2.8"}, "corTESTsrd": {"_type": "derivation", "name": "r-corTESTsrd-0.9-2"}, "corTest": {"_type": "derivation", "name": "r-corTest-1.0.7"}, "corTools": {"_type": "derivation", "name": "r-corTools-1.0"}, "cora": {"_type": "derivation", "name": "r-cora-0.1.0"}, "corazon": {"_type": "derivation", "name": "r-corazon-0.1.0"}, "corclass": {"_type": "derivation", "name": "r-corclass-0.2"}, "cord": {"_type": "derivation", "name": "r-cord-0.1.1"}, "cordillera": {"_type": "derivation", "name": "r-cordillera-0.8-0"}, "coreCT": {"_type": "derivation", "name": "r-coreCT-1.3.3"}, "coreNLP": {"_type": "derivation", "name": "r-coreNLP-0.4-3"}, "coreSim": {"_type": "derivation", "name": "r-coreSim-0.2.4"}, "coreTDT": {"_type": "derivation", "name": "r-coreTDT-1.0"}, "coreheat": {"_type": "derivation", "name": "r-coreheat-0.2.2"}, "corehunter": {"_type": "derivation", "name": "r-corehunter-3.2.1"}, "corels": {"_type": "derivation", "name": "r-corels-0.0.4"}, "corkscrew": {"_type": "derivation", "name": "r-corkscrew-1.1"}, "corlink": {"_type": "derivation", "name": "r-corlink-1.0.0"}, "corncob": {"_type": "derivation", "name": "r-corncob-0.3.0"}, "cornet": {"_type": "derivation", "name": "r-cornet-0.0.6"}, "coro": {"_type": "derivation", "name": "r-coro-1.0.3"}, "coroICA": {"_type": "derivation", "name": "r-coroICA-1.0.2"}, "corona": {"_type": "derivation", "name": "r-corona-0.3.0"}, "coronavirus": {"_type": "derivation", "name": "r-coronavirus-0.3.32"}, "corpcor": {"_type": "derivation", "name": "r-corpcor-1.6.10"}, "corpora": {"_type": "derivation", "name": "r-corpora-0.5-1"}, "corporaexplorer": {"_type": "derivation", "name": "r-corporaexplorer-0.8.6"}, "corpus": {"_type": "derivation", "name": "r-corpus-0.10.2"}, "corpustools": {"_type": "derivation", "name": "r-corpustools-0.4.10"}, "corr2D": {"_type": "derivation", "name": "r-corr2D-1.0.3"}, "corrDNA": {"_type": "derivation", "name": "r-corrDNA-1.0.1"}, "corral": {"_type": "derivation", "name": "r-corral-1.6.0"}, "corrarray": {"_type": "derivation", "name": "r-corrarray-1.2.0"}, "corrcoverage": {"_type": "derivation", "name": "r-corrcoverage-1.2.1"}, "correctedAUC": {"_type": "derivation", "name": "r-correctedAUC-0.0.3"}, "corregp": {"_type": "derivation", "name": "r-corregp-2.0.2"}, "correlation": {"_type": "derivation", "name": "r-correlation-0.8.3"}, "correlationfunnel": {"_type": "derivation", "name": "r-correlationfunnel-0.2.0"}, "correlbinom": {"_type": "derivation", "name": "r-correlbinom-0.0.1"}, "correspondenceTables": {"_type": "derivation", "name": "r-correspondenceTables-0.7.4"}, "corrgram": {"_type": "derivation", "name": "r-corrgram-1.14"}, "corrgrapher": {"_type": "derivation", "name": "r-corrgrapher-1.0.4"}, "corrplot": {"_type": "derivation", "name": "r-corrplot-0.92"}, "corrr": {"_type": "derivation", "name": "r-corrr-0.4.4"}, "corrsieve": {"_type": "derivation", "name": "r-corrsieve-1.6-9"}, "corrtable": {"_type": "derivation", "name": "r-corrtable-0.1.0"}, "corset": {"_type": "derivation", "name": "r-corset-0.1-4"}, "cort": {"_type": "derivation", "name": "r-cort-0.3.2"}, "corto": {"_type": "derivation", "name": "r-corto-1.1.11"}, "corx": {"_type": "derivation", "name": "r-corx-1.0.7.1"}, "cosa": {"_type": "derivation", "name": "r-cosa-2.1.0"}, "coseq": {"_type": "derivation", "name": "r-coseq-1.20.0"}, "cosinor": {"_type": "derivation", "name": "r-cosinor-1.2.2"}, "cosinor2": {"_type": "derivation", "name": "r-cosinor2-0.2.1"}, "cosmicsig": {"_type": "derivation", "name": "r-cosmicsig-1.0.7"}, "cosmiq": {"_type": "derivation", "name": "r-cosmiq-1.30.0"}, "cosmoFns": {"_type": "derivation", "name": "r-cosmoFns-1.1-1"}, "cosmosR": {"_type": "derivation", "name": "r-cosmosR-1.4.0"}, "cosso": {"_type": "derivation", "name": "r-cosso-2.1-1"}, "costat": {"_type": "derivation", "name": "r-costat-2.4"}, "costsensitive": {"_type": "derivation", "name": "r-costsensitive-0.1.2.10"}, "cotram": {"_type": "derivation", "name": "r-cotram-0.4-1"}, "cotrend": {"_type": "derivation", "name": "r-cotrend-1.0.2"}, "cottoncdf": {"_type": "derivation", "name": "r-cottoncdf-2.18.0"}, "cottonprobe": {"_type": "derivation", "name": "r-cottonprobe-2.18.0"}, "couchDB": {"_type": "derivation", "name": "r-couchDB-1.4.1"}, "countHMM": {"_type": "derivation", "name": "r-countHMM-0.1.0"}, "countToFPKM": {"_type": "derivation", "name": "r-countToFPKM-1.0"}, "countTransformers": {"_type": "derivation", "name": "r-countTransformers-0.0.6"}, "countcolors": {"_type": "derivation", "name": "r-countcolors-0.9.1"}, "countdata": {"_type": "derivation", "name": "r-countdata-1.2"}, "countdown": {"_type": "derivation", "name": "r-countdown-0.4.0"}, "countfitteR": {"_type": "derivation", "name": "r-countfitteR-1.4"}, "countgmifs": {"_type": "derivation", "name": "r-countgmifs-0.0.2"}, "countland": {"_type": "derivation", "name": "r-countland-0.1.1"}, "countrycode": {"_type": "derivation", "name": "r-countrycode-1.4.0"}, "countsimQC": {"_type": "derivation", "name": "r-countsimQC-1.14.0"}, "countyfloods": {"_type": "derivation", "name": "r-countyfloods-0.1.0"}, "countytimezones": {"_type": "derivation", "name": "r-countytimezones-1.0.0"}, "covBM": {"_type": "derivation", "name": "r-covBM-0.1.0"}, "covEB": {"_type": "derivation", "name": "r-covEB-1.22.0"}, "covKCD": {"_type": "derivation", "name": "r-covKCD-0.1"}, "covLCA": {"_type": "derivation", "name": "r-covLCA-1.0"}, "covRNA": {"_type": "derivation", "name": "r-covRNA-1.22.0"}, "covRobust": {"_type": "derivation", "name": "r-covRobust-1.1-3"}, "covTestR": {"_type": "derivation", "name": "r-covTestR-0.1.4"}, "covafillr": {"_type": "derivation", "name": "r-covafillr-0.4.4"}, "covatest": {"_type": "derivation", "name": "r-covatest-1.2.2"}, "covdepGE": {"_type": "derivation", "name": "r-covdepGE-1.0.1"}, "coveffectsplot": {"_type": "derivation", "name": "r-coveffectsplot-1.0.2"}, "covequal": {"_type": "derivation", "name": "r-covequal-0.1.0"}, "covfefe": {"_type": "derivation", "name": "r-covfefe-0.1.0"}, "covglasso": {"_type": "derivation", "name": "r-covglasso-1.0.3"}, "covid19_analytics": {"_type": "derivation", "name": "r-covid19.analytics-2.1.3"}, "covid19br": {"_type": "derivation", "name": "r-covid19br-0.1.4"}, "covid19brazil": {"_type": "derivation", "name": "r-covid19brazil-0.1.0"}, "covid19dbcand": {"_type": "derivation", "name": "r-covid19dbcand-0.1.1"}, "covid19france": {"_type": "derivation", "name": "r-covid19france-0.1.0"}, "covid19india": {"_type": "derivation", "name": "r-covid19india-0.1.4"}, "covid19italy": {"_type": "derivation", "name": "r-covid19italy-0.3.1"}, "covid19sf": {"_type": "derivation", "name": "r-covid19sf-0.1.2"}, "covid19srilanka": {"_type": "derivation", "name": "r-covid19srilanka-1.0.0"}, "covid19swiss": {"_type": "derivation", "name": "r-covid19swiss-0.1.0"}, "covid19us": {"_type": "derivation", "name": "r-covid19us-0.1.9"}, "covidcast": {"_type": "derivation", "name": "r-covidcast-0.4.3"}, "covidmx": {"_type": "derivation", "name": "r-covidmx-0.7.2"}, "covidprobability": {"_type": "derivation", "name": "r-covidprobability-0.1.0"}, "covidregionaldata": {"_type": "derivation", "name": "r-covidregionaldata-0.9.3"}, "covidsymptom": {"_type": "derivation", "name": "r-covidsymptom-0.9.3"}, "covr": {"_type": "derivation", "name": "r-covr-3.6.1"}, "covreg": {"_type": "derivation", "name": "r-covreg-1.0"}, "covsep": {"_type": "derivation", "name": "r-covsep-1.1.0"}, "covsim": {"_type": "derivation", "name": "r-covsim-1.0.0"}, "cowbell": {"_type": "derivation", "name": "r-cowbell-0.1.0"}, "cowplot": {"_type": "derivation", "name": "r-cowplot-1.1.1"}, "cowsay": {"_type": "derivation", "name": "r-cowsay-0.8.0"}, "coxed": {"_type": "derivation", "name": "r-coxed-0.3.3"}, "coxinterval": {"_type": "derivation", "name": "r-coxinterval-1.2"}, "coxme": {"_type": "derivation", "name": "r-coxme-2.2-18.1"}, "coxphMIC": {"_type": "derivation", "name": "r-coxphMIC-0.1.0"}, "coxphSGD": {"_type": "derivation", "name": "r-coxphSGD-0.2.1"}, "coxphf": {"_type": "derivation", "name": "r-coxphf-1.13.1"}, "coxphw": {"_type": "derivation", "name": "r-coxphw-4.0.2"}, "coxrobust": {"_type": "derivation", "name": "r-coxrobust-1.0.1"}, "coxrt": {"_type": "derivation", "name": "r-coxrt-1.0.3"}, "coxsei": {"_type": "derivation", "name": "r-coxsei-0.3"}, "cp4p": {"_type": "derivation", "name": "r-cp4p-0.3.6"}, "cpa": {"_type": "derivation", "name": "r-cpa-1.0.1"}, "cpca": {"_type": "derivation", "name": "r-cpca-0.1.2"}, "cpd": {"_type": "derivation", "name": "r-cpd-0.3.0"}, "cpfa": {"_type": "derivation", "name": "r-cpfa-1.0-4"}, "cpi": {"_type": "derivation", "name": "r-cpi-0.1.4"}, "cpk": {"_type": "derivation", "name": "r-cpk-1.3-1"}, "cplexAPI": {"_type": "derivation", "name": "r-cplexAPI-1.4.0"}, "cplm": {"_type": "derivation", "name": "r-cplm-0.7-10"}, "cplots": {"_type": "derivation", "name": "r-cplots-0.5-0"}, "cpm": {"_type": "derivation", "name": "r-cpm-2.3"}, "cpop": {"_type": "derivation", "name": "r-cpop-1.0.3"}, "cpp11": {"_type": "derivation", "name": "r-cpp11-0.4.3"}, "cppRouting": {"_type": "derivation", "name": "r-cppRouting-2.0"}, "cppcheckR": {"_type": "derivation", "name": "r-cppcheckR-1.0.0"}, "cpr": {"_type": "derivation", "name": "r-cpr-0.2.3"}, "cprobit": {"_type": "derivation", "name": "r-cprobit-1.0.2"}, "cprr": {"_type": "derivation", "name": "r-cprr-0.2.0"}, "cpsR": {"_type": "derivation", "name": "r-cpsR-0.6.0"}, "cpss": {"_type": "derivation", "name": "r-cpss-0.0.3"}, "cpsurvsim": {"_type": "derivation", "name": "r-cpsurvsim-1.2.1"}, "cpsvote": {"_type": "derivation", "name": "r-cpsvote-0.1.0"}, "cpt": {"_type": "derivation", "name": "r-cpt-1.0.2"}, "cptcity": {"_type": "derivation", "name": "r-cptcity-1.0.6"}, "cptec": {"_type": "derivation", "name": "r-cptec-0.1.1"}, "cpvSNP": {"_type": "derivation", "name": "r-cpvSNP-1.28.0"}, "cqcr": {"_type": "derivation", "name": "r-cqcr-0.1.2"}, "cqn": {"_type": "derivation", "name": "r-cqn-1.42.0"}, "cqrReg": {"_type": "derivation", "name": "r-cqrReg-1.2.1"}, "cquad": {"_type": "derivation", "name": "r-cquad-2.2"}, "cragg": {"_type": "derivation", "name": "r-cragg-0.0.1"}, "cramer": {"_type": "derivation", "name": "r-cramer-0.9-3"}, "crandep": {"_type": "derivation", "name": "r-crandep-0.3.1"}, "crank": {"_type": "derivation", "name": "r-crank-1.1-2"}, "cranlike": {"_type": "derivation", "name": "r-cranlike-1.0.2"}, "cranlogs": {"_type": "derivation", "name": "r-cranlogs-2.1.1"}, "cranly": {"_type": "derivation", "name": "r-cranly-0.6.0"}, "crantastic": {"_type": "derivation", "name": "r-crantastic-0.1"}, "crassmat": {"_type": "derivation", "name": "r-crassmat-0.0.6"}, "crawl": {"_type": "derivation", "name": "r-crawl-2.3.0"}, "crayon": {"_type": "derivation", "name": "r-crayon-1.5.2"}, "crch": {"_type": "derivation", "name": "r-crch-1.1-1"}, "crctStepdown": {"_type": "derivation", "name": "r-crctStepdown-0.2.1"}, "credentials": {"_type": "derivation", "name": "r-credentials-1.3.2"}, "creditmodel": {"_type": "derivation", "name": "r-creditmodel-1.3.1"}, "credsubs": {"_type": "derivation", "name": "r-credsubs-1.1.1"}, "credule": {"_type": "derivation", "name": "r-credule-0.1.4"}, "cregg": {"_type": "derivation", "name": "r-cregg-0.4.0"}, "crestr": {"_type": "derivation", "name": "r-crestr-1.2.0"}, "crfsuite": {"_type": "derivation", "name": "r-crfsuite-0.4"}, "cricketdata": {"_type": "derivation", "name": "r-cricketdata-0.2.1"}, "cricketr": {"_type": "derivation", "name": "r-cricketr-0.0.26"}, "crimCV": {"_type": "derivation", "name": "r-crimCV-0.9.6"}, "crimedata": {"_type": "derivation", "name": "r-crimedata-0.3.1"}, "crimelinkage": {"_type": "derivation", "name": "r-crimelinkage-0.0.4"}, "crimeutils": {"_type": "derivation", "name": "r-crimeutils-0.3.0"}, "crisp": {"_type": "derivation", "name": "r-crisp-1.0.0"}, "crispRdesignR": {"_type": "derivation", "name": "r-crispRdesignR-1.1.6"}, "crisprBase": {"_type": "derivation", "name": "r-crisprBase-1.0.0"}, "crisprBowtie": {"_type": "derivation", "name": "r-crisprBowtie-1.0.0"}, "crisprBwa": {"_type": "derivation", "name": "r-crisprBwa-1.0.0"}, "crisprScore": {"_type": "derivation", "name": "r-crisprScore-1.0.0"}, "crisprScoreData": {"_type": "derivation", "name": "r-crisprScoreData-1.0.0"}, "crisprseekplus": {"_type": "derivation", "name": "r-crisprseekplus-1.22.0"}, "criticality": {"_type": "derivation", "name": "r-criticality-0.9.2"}, "criticalpath": {"_type": "derivation", "name": "r-criticalpath-0.2.1"}, "critpath": {"_type": "derivation", "name": "r-critpath-0.1.4"}, "crlmm": {"_type": "derivation", "name": "r-crlmm-1.54.0"}, "crmPack": {"_type": "derivation", "name": "r-crmPack-1.0.3"}, "crmReg": {"_type": "derivation", "name": "r-crmReg-1.0.2"}, "crmn": {"_type": "derivation", "name": "r-crmn-0.0.21"}, "crn": {"_type": "derivation", "name": "r-crn-1.1"}, "crochet": {"_type": "derivation", "name": "r-crochet-2.3.0"}, "cromwellDashboard": {"_type": "derivation", "name": "r-cromwellDashboard-0.5.1"}, "cronR": {"_type": "derivation", "name": "r-cronR-0.6.2"}, "crone": {"_type": "derivation", "name": "r-crone-0.1.1"}, "cronologia": {"_type": "derivation", "name": "r-cronologia-0.2.0"}, "crop": {"_type": "derivation", "name": "r-crop-0.0-2"}, "cropDemand": {"_type": "derivation", "name": "r-cropDemand-1.0.1"}, "cropZoning": {"_type": "derivation", "name": "r-cropZoning-1.0.1"}, "cropcircles": {"_type": "derivation", "name": "r-cropcircles-0.1.0"}, "cropdatape": {"_type": "derivation", "name": "r-cropdatape-1.0.0"}, "cropgrowdays": {"_type": "derivation", "name": "r-cropgrowdays-0.1.1"}, "crops": {"_type": "derivation", "name": "r-crops-1.0.3"}, "crossReg": {"_type": "derivation", "name": "r-crossReg-1.0"}, "crossdes": {"_type": "derivation", "name": "r-crossdes-1.1-2"}, "crossmap": {"_type": "derivation", "name": "r-crossmap-0.3.3"}, "crossmatch": {"_type": "derivation", "name": "r-crossmatch-1.3-1"}, "crossmeta": {"_type": "derivation", "name": "r-crossmeta-1.22.1"}, "crossnma": {"_type": "derivation", "name": "r-crossnma-1.0.1"}, "crossrun": {"_type": "derivation", "name": "r-crossrun-0.1.1"}, "crosstable": {"_type": "derivation", "name": "r-crosstable-0.5.0"}, "crosstalk": {"_type": "derivation", "name": "r-crosstalk-1.2.0"}, "crosstalkr": {"_type": "derivation", "name": "r-crosstalkr-0.8.0"}, "crossurr": {"_type": "derivation", "name": "r-crossurr-1.0.6"}, "crossval": {"_type": "derivation", "name": "r-crossval-1.0.4"}, "crossvalidationCP": {"_type": "derivation", "name": "r-crossvalidationCP-1.0-2"}, "crosswalkr": {"_type": "derivation", "name": "r-crosswalkr-0.2.6"}, "crossword_r": {"_type": "derivation", "name": "r-crossword.r-0.3.6"}, "crov": {"_type": "derivation", "name": "r-crov-0.2.0"}, "crplyr": {"_type": "derivation", "name": "r-crplyr-0.3.9"}, "crqa": {"_type": "derivation", "name": "r-crqa-2.0.3"}, "crrSC": {"_type": "derivation", "name": "r-crrSC-1.1.2"}, "crrcbcv": {"_type": "derivation", "name": "r-crrcbcv-1.0"}, "crrp": {"_type": "derivation", "name": "r-crrp-1.0"}, "crrstep": {"_type": "derivation", "name": "r-crrstep-2015-2.1"}, "crs": {"_type": "derivation", "name": "r-crs-0.15-36"}, "crseEventStudy": {"_type": "derivation", "name": "r-crseEventStudy-1.2.2"}, "crsmeta": {"_type": "derivation", "name": "r-crsmeta-0.3.0"}, "crsnls": {"_type": "derivation", "name": "r-crsnls-0.2"}, "crso": {"_type": "derivation", "name": "r-crso-0.1.1"}, "crsra": {"_type": "derivation", "name": "r-crsra-0.2.3"}, "crsuggest": {"_type": "derivation", "name": "r-crsuggest-0.4"}, "crtests": {"_type": "derivation", "name": "r-crtests-0.2.1"}, "crul": {"_type": "derivation", "name": "r-crul-1.3"}, "crunch": {"_type": "derivation", "name": "r-crunch-1.30.0"}, "crunchy": {"_type": "derivation", "name": "r-crunchy-0.3.3"}, "cruts": {"_type": "derivation", "name": "r-cruts-1.1"}, "cry": {"_type": "derivation", "name": "r-cry-0.5.1"}, "crypto2": {"_type": "derivation", "name": "r-crypto2-1.4.5"}, "cryptoverse": {"_type": "derivation", "name": "r-cryptoverse-0.1.0"}, "cryptowatchR": {"_type": "derivation", "name": "r-cryptowatchR-0.2.0"}, "cryst": {"_type": "derivation", "name": "r-cryst-0.1.0"}, "csSAM": {"_type": "derivation", "name": "r-csSAM-1.2.4"}, "csa": {"_type": "derivation", "name": "r-csa-0.7.0"}, "csabounds": {"_type": "derivation", "name": "r-csabounds-1.0.0"}, "csampling": {"_type": "derivation", "name": "r-csampling-1.2-2.1"}, "csaw": {"_type": "derivation", "name": "r-csaw-1.30.1"}, "csci": {"_type": "derivation", "name": "r-csci-0.9.3"}, "csdR": {"_type": "derivation", "name": "r-csdR-1.2.0"}, "cshapes": {"_type": "derivation", "name": "r-cshapes-2.0"}, "csn": {"_type": "derivation", "name": "r-csn-1.1.3"}, "csodata": {"_type": "derivation", "name": "r-csodata-1.3.0"}, "cspec": {"_type": "derivation", "name": "r-cspec-0.1.2"}, "cspp": {"_type": "derivation", "name": "r-cspp-0.3.2"}, "csppData": {"_type": "derivation", "name": "r-csppData-0.2.61"}, "csrplus": {"_type": "derivation", "name": "r-csrplus-1.03-0"}, "cssTools": {"_type": "derivation", "name": "r-cssTools-1.0"}, "cstab": {"_type": "derivation", "name": "r-cstab-0.2-2"}, "cstar": {"_type": "derivation", "name": "r-cstar-1.0"}, "csurvey": {"_type": "derivation", "name": "r-csurvey-1.4"}, "csv": {"_type": "derivation", "name": "r-csv-0.6.2"}, "csvread": {"_type": "derivation", "name": "r-csvread-1.2.1"}, "csvwr": {"_type": "derivation", "name": "r-csvwr-0.1.6"}, "csvy": {"_type": "derivation", "name": "r-csvy-0.3.0"}, "cta": {"_type": "derivation", "name": "r-cta-1.3.0"}, "ctbi": {"_type": "derivation", "name": "r-ctbi-1.0.1"}, "ctc": {"_type": "derivation", "name": "r-ctc-1.70.0"}, "ctf": {"_type": "derivation", "name": "r-ctf-0.1.0"}, "ctgGEM": {"_type": "derivation", "name": "r-ctgGEM-1.7.0"}, "ctgdist": {"_type": "derivation", "name": "r-ctgdist-0.1.0"}, "ctgt": {"_type": "derivation", "name": "r-ctgt-2.0"}, "cthist": {"_type": "derivation", "name": "r-cthist-1.2.1"}, "cthreshER": {"_type": "derivation", "name": "r-cthreshER-1.1.0"}, "ctl": {"_type": "derivation", "name": "r-ctl-1.0.0-7"}, "ctmcd": {"_type": "derivation", "name": "r-ctmcd-1.4.2"}, "ctmcmove": {"_type": "derivation", "name": "r-ctmcmove-1.2.9"}, "ctmle": {"_type": "derivation", "name": "r-ctmle-0.1.2"}, "ctmm": {"_type": "derivation", "name": "r-ctmm-1.0.0"}, "ctmva": {"_type": "derivation", "name": "r-ctmva-1.0"}, "ctpm": {"_type": "derivation", "name": "r-ctpm-1.0.1"}, "ctqr": {"_type": "derivation", "name": "r-ctqr-2.0"}, "ctrdata": {"_type": "derivation", "name": "r-ctrdata-1.10.2"}, "ctrialsgov": {"_type": "derivation", "name": "r-ctrialsgov-0.2.5"}, "ctrlGene": {"_type": "derivation", "name": "r-ctrlGene-1.0.1"}, "ctsGE": {"_type": "derivation", "name": "r-ctsGE-1.22.0"}, "ctsem": {"_type": "derivation", "name": "r-ctsem-3.7.1"}, "ctsemOMX": {"_type": "derivation", "name": "r-ctsemOMX-1.0.4"}, "ctv": {"_type": "derivation", "name": "r-ctv-0.9-3"}, "cuRe": {"_type": "derivation", "name": "r-cuRe-1.1.0"}, "cubature": {"_type": "derivation", "name": "r-cubature-2.0.4.5"}, "cubble": {"_type": "derivation", "name": "r-cubble-0.1.1"}, "cubelyr": {"_type": "derivation", "name": "r-cubelyr-1.0.1"}, "cubeview": {"_type": "derivation", "name": "r-cubeview-0.2.0"}, "cubfits": {"_type": "derivation", "name": "r-cubfits-0.1-4"}, "cubicBsplines": {"_type": "derivation", "name": "r-cubicBsplines-1.0.0"}, "cubing": {"_type": "derivation", "name": "r-cubing-1.0-5"}, "cuda_ml": {"_type": "derivation", "name": "r-cuda.ml-0.3.2"}, "cultevo": {"_type": "derivation", "name": "r-cultevo-1.0.2"}, "cumSeg": {"_type": "derivation", "name": "r-cumSeg-1.3"}, "cuml": {"_type": "derivation", "name": "r-cuml-0.2.1"}, "cuml4r": {"_type": "derivation", "name": "r-cuml4r-0.1.0"}, "cummeRbund": {"_type": "derivation", "name": "r-cummeRbund-2.38.0"}, "cumstats": {"_type": "derivation", "name": "r-cumstats-1.0"}, "cumulocityr": {"_type": "derivation", "name": "r-cumulocityr-0.1.0"}, "cuperdec": {"_type": "derivation", "name": "r-cuperdec-1.1.0"}, "curatedAdipoArray": {"_type": "derivation", "name": "r-curatedAdipoArray-1.8.0"}, "curatedAdipoChIP": {"_type": "derivation", "name": "r-curatedAdipoChIP-1.12.0"}, "curatedAdipoRNA": {"_type": "derivation", "name": "r-curatedAdipoRNA-1.12.0"}, "curatedBladderData": {"_type": "derivation", "name": "r-curatedBladderData-1.32.0"}, "curatedBreastData": {"_type": "derivation", "name": "r-curatedBreastData-2.24.0"}, "curatedCRCData": {"_type": "derivation", "name": "r-curatedCRCData-2.28.0"}, "curatedMetagenomicData": {"_type": "derivation", "name": "r-curatedMetagenomicData-3.4.2"}, "curatedOvarianData": {"_type": "derivation", "name": "r-curatedOvarianData-1.34.0"}, "curatedTBData": {"_type": "derivation", "name": "r-curatedTBData-1.2.0"}, "curatedTCGAData": {"_type": "derivation", "name": "r-curatedTCGAData-1.18.0"}, "curephEM": {"_type": "derivation", "name": "r-curephEM-0.2.5"}, "curl": {"_type": "derivation", "name": "r-curl-4.3.3"}, "currentSurvival": {"_type": "derivation", "name": "r-currentSurvival-1.1"}, "curry": {"_type": "derivation", "name": "r-curry-0.1.1"}, "cursr": {"_type": "derivation", "name": "r-cursr-0.1.0"}, "curstatCI": {"_type": "derivation", "name": "r-curstatCI-0.1.1"}, "curtailment": {"_type": "derivation", "name": "r-curtailment-0.2.0"}, "curvHDR": {"_type": "derivation", "name": "r-curvHDR-1.2-1"}, "curveDepth": {"_type": "derivation", "name": "r-curveDepth-0.1.0.9"}, "curvecomp": {"_type": "derivation", "name": "r-curvecomp-0.1.0"}, "cusp": {"_type": "derivation", "name": "r-cusp-2.3.6"}, "customCMPdb": {"_type": "derivation", "name": "r-customCMPdb-1.6.0"}, "customProDB": {"_type": "derivation", "name": "r-customProDB-1.36.0"}, "customizedTraining": {"_type": "derivation", "name": "r-customizedTraining-1.2"}, "customsteps": {"_type": "derivation", "name": "r-customsteps-0.7.1.0"}, "cusum": {"_type": "derivation", "name": "r-cusum-0.4.1"}, "cusumcharter": {"_type": "derivation", "name": "r-cusumcharter-0.1.0"}, "cutoff": {"_type": "derivation", "name": "r-cutoff-1.3"}, "cutoffR": {"_type": "derivation", "name": "r-cutoffR-1.0"}, "cutpointr": {"_type": "derivation", "name": "r-cutpointr-1.1.2"}, "cuttlefish_model": {"_type": "derivation", "name": "r-cuttlefish.model-1.0"}, "cvAUC": {"_type": "derivation", "name": "r-cvAUC-1.1.4"}, "cvCovEst": {"_type": "derivation", "name": "r-cvCovEst-1.1.1"}, "cvGEE": {"_type": "derivation", "name": "r-cvGEE-0.3-0"}, "cvTools": {"_type": "derivation", "name": "r-cvTools-0.3.2"}, "cvam": {"_type": "derivation", "name": "r-cvam-0.9.2"}, "cvap": {"_type": "derivation", "name": "r-cvap-0.1.1"}, "cvar": {"_type": "derivation", "name": "r-cvar-0.4.1"}, "cvcqv": {"_type": "derivation", "name": "r-cvcqv-1.0.0"}, "cvcrand": {"_type": "derivation", "name": "r-cvcrand-0.1.0"}, "cvequality": {"_type": "derivation", "name": "r-cvequality-0.2.0"}, "cvmdisc": {"_type": "derivation", "name": "r-cvmdisc-0.1.0"}, "cvmgof": {"_type": "derivation", "name": "r-cvmgof-1.0.3"}, "cvms": {"_type": "derivation", "name": "r-cvms-1.3.6"}, "cvq2": {"_type": "derivation", "name": "r-cvq2-1.2.0"}, "cvsem": {"_type": "derivation", "name": "r-cvsem-1.0.0"}, "cvwrapr": {"_type": "derivation", "name": "r-cvwrapr-1.0"}, "cwbtools": {"_type": "derivation", "name": "r-cwbtools-0.3.8"}, "cwhmisc": {"_type": "derivation", "name": "r-cwhmisc-6.6"}, "cwm": {"_type": "derivation", "name": "r-cwm-0.0.3"}, "cwot": {"_type": "derivation", "name": "r-cwot-0.1.0"}, "cxhull": {"_type": "derivation", "name": "r-cxhull-0.7.0"}, "cxr": {"_type": "derivation", "name": "r-cxr-1.0.0"}, "cxxfunplus": {"_type": "derivation", "name": "r-cxxfunplus-1.0.1"}, "cyanoFilter": {"_type": "derivation", "name": "r-cyanoFilter-1.4.0"}, "cycle": {"_type": "derivation", "name": "r-cycle-1.50.0"}, "cycleRtools": {"_type": "derivation", "name": "r-cycleRtools-1.1.1"}, "cyclestreets": {"_type": "derivation", "name": "r-cyclestreets-0.5.3"}, "cyclocomp": {"_type": "derivation", "name": "r-cyclocomp-1.1.0"}, "cycloids": {"_type": "derivation", "name": "r-cycloids-1.0"}, "cyclomort": {"_type": "derivation", "name": "r-cyclomort-1.0.2"}, "cydar": {"_type": "derivation", "name": "r-cydar-1.20.0"}, "cyjShiny": {"_type": "derivation", "name": "r-cyjShiny-1.0.34"}, "cylcop": {"_type": "derivation", "name": "r-cylcop-0.2.0"}, "cymruservices": {"_type": "derivation", "name": "r-cymruservices-0.5.0"}, "cyp450cdf": {"_type": "derivation", "name": "r-cyp450cdf-2.18.0"}, "cyphid": {"_type": "derivation", "name": "r-cyphid-1.1"}, "cyphr": {"_type": "derivation", "name": "r-cyphr-1.1.4"}, "cystiSim": {"_type": "derivation", "name": "r-cystiSim-0.1.0"}, "cytoDiv": {"_type": "derivation", "name": "r-cytoDiv-0.5-3"}, "cytoKernel": {"_type": "derivation", "name": "r-cytoKernel-1.2.0"}, "cytoMEM": {"_type": "derivation", "name": "r-cytoMEM-1.0.0"}, "cytofan": {"_type": "derivation", "name": "r-cytofan-0.1.0"}, "cytolib": {"_type": "derivation", "name": "r-cytolib-2.8.0"}, "cytomapper": {"_type": "derivation", "name": "r-cytomapper-1.8.0"}, "cytometree": {"_type": "derivation", "name": "r-cytometree-2.0.2"}, "cytominer": {"_type": "derivation", "name": "r-cytominer-0.2.2"}, "czechrates": {"_type": "derivation", "name": "r-czechrates-0.2.2"}, "czso": {"_type": "derivation", "name": "r-czso-0.3.10"}, "d3Network": {"_type": "derivation", "name": "r-d3Network-0.5.2.1"}, "d3Tree": {"_type": "derivation", "name": "r-d3Tree-0.2.2"}, "d3plus": {"_type": "derivation", "name": "r-d3plus-0.1.0"}, "d3po": {"_type": "derivation", "name": "r-d3po-0.3.2"}, "d3r": {"_type": "derivation", "name": "r-d3r-1.0.0"}, "d4storagehub4R": {"_type": "derivation", "name": "r-d4storagehub4R-0.4-1"}, "dBlockmodeling": {"_type": "derivation", "name": "r-dBlockmodeling-0.2.0"}, "dCUR": {"_type": "derivation", "name": "r-dCUR-1.0.0"}, "dChipIO": {"_type": "derivation", "name": "r-dChipIO-0.1.5"}, "dCovTS": {"_type": "derivation", "name": "r-dCovTS-1.3"}, "dGAselID": {"_type": "derivation", "name": "r-dGAselID-1.2"}, "dHSIC": {"_type": "derivation", "name": "r-dHSIC-2.1"}, "dLagM": {"_type": "derivation", "name": "r-dLagM-1.1.8"}, "dMod": {"_type": "derivation", "name": "r-dMod-1.0.2"}, "dPCP": {"_type": "derivation", "name": "r-dPCP-1.0.4"}, "dQTG_seq": {"_type": "derivation", "name": "r-dQTG.seq-1.0.1"}, "dSVA": {"_type": "derivation", "name": "r-dSVA-1.0"}, "dStruct": {"_type": "derivation", "name": "r-dStruct-1.2.0"}, "dTBM": {"_type": "derivation", "name": "r-dTBM-2.0"}, "daMA": {"_type": "derivation", "name": "r-daMA-1.68.0"}, "daarem": {"_type": "derivation", "name": "r-daarem-0.7"}, "dabestr": {"_type": "derivation", "name": "r-dabestr-0.3.0"}, "dabr": {"_type": "derivation", "name": "r-dabr-0.0.4"}, "dad": {"_type": "derivation", "name": "r-dad-4.0.0"}, "dada2": {"_type": "derivation", "name": "r-dada2-1.24.0"}, "dadjoke": {"_type": "derivation", "name": "r-dadjoke-1.0"}, "dadjokeapi": {"_type": "derivation", "name": "r-dadjokeapi-1.0.2"}, "dados": {"_type": "derivation", "name": "r-dados-0.1.0"}, "dae": {"_type": "derivation", "name": "r-dae-3.2-13"}, "daewr": {"_type": "derivation", "name": "r-daewr-1.2-7"}, "daff": {"_type": "derivation", "name": "r-daff-0.3.5"}, "dafs": {"_type": "derivation", "name": "r-dafs-1.0-38"}, "dagLogo": {"_type": "derivation", "name": "r-dagLogo-1.34.0"}, "dagR": {"_type": "derivation", "name": "r-dagR-1.2.1"}, "dagirlite": {"_type": "derivation", "name": "r-dagirlite-0.1.0"}, "dagitty": {"_type": "derivation", "name": "r-dagitty-0.3-1"}, "dagwood": {"_type": "derivation", "name": "r-dagwood-0.1.4"}, "daiR": {"_type": "derivation", "name": "r-daiR-0.9.0"}, "dail": {"_type": "derivation", "name": "r-dail-1.4"}, "dalmatian": {"_type": "derivation", "name": "r-dalmatian-1.0.0"}, "dam": {"_type": "derivation", "name": "r-dam-0.0.1"}, "dampack": {"_type": "derivation", "name": "r-dampack-1.0.1"}, "damr": {"_type": "derivation", "name": "r-damr-0.3.7"}, "dams": {"_type": "derivation", "name": "r-dams-0.3.0"}, "dang": {"_type": "derivation", "name": "r-dang-0.0.15"}, "dani": {"_type": "derivation", "name": "r-dani-0.1-1"}, "dann": {"_type": "derivation", "name": "r-dann-0.2.6"}, "danstat": {"_type": "derivation", "name": "r-danstat-0.2.0"}, "dapr": {"_type": "derivation", "name": "r-dapr-0.0.3"}, "daqapo": {"_type": "derivation", "name": "r-daqapo-0.3.2"}, "darksky": {"_type": "derivation", "name": "r-darksky-1.3.0"}, "dartR": {"_type": "derivation", "name": "r-dartR-2.0.4"}, "darts": {"_type": "derivation", "name": "r-darts-1.0"}, "dash": {"_type": "derivation", "name": "r-dash-0.9.4"}, "dashCoreComponents": {"_type": "derivation", "name": "r-dashCoreComponents-1.10.0"}, "dashHtmlComponents": {"_type": "derivation", "name": "r-dashHtmlComponents-1.0.3"}, "dashPivottable": {"_type": "derivation", "name": "r-dashPivottable-0.0.2-1"}, "dashTable": {"_type": "derivation", "name": "r-dashTable-4.7.0"}, "dashboard": {"_type": "derivation", "name": "r-dashboard-0.1.0"}, "dashboardthemes": {"_type": "derivation", "name": "r-dashboardthemes-1.1.6"}, "dasper": {"_type": "derivation", "name": "r-dasper-1.6.0"}, "dat": {"_type": "derivation", "name": "r-dat-0.5.0"}, "data360r": {"_type": "derivation", "name": "r-data360r-1.0.9"}, "dataCompareR": {"_type": "derivation", "name": "r-dataCompareR-0.1.4"}, "dataMaid": {"_type": "derivation", "name": "r-dataMaid-1.4.1"}, "dataMeta": {"_type": "derivation", "name": "r-dataMeta-0.1.1"}, "dataPreparation": {"_type": "derivation", "name": "r-dataPreparation-1.0.5"}, "dataReporter": {"_type": "derivation", "name": "r-dataReporter-1.0.2"}, "dataRetrieval": {"_type": "derivation", "name": "r-dataRetrieval-2.7.11"}, "data_table": {"_type": "derivation", "name": "r-data.table-1.14.4"}, "data_tree": {"_type": "derivation", "name": "r-data.tree-1.0.0"}, "data_validator": {"_type": "derivation", "name": "r-data.validator-0.1.6"}, "datacleanr": {"_type": "derivation", "name": "r-datacleanr-1.0.3"}, "datadictionary": {"_type": "derivation", "name": "r-datadictionary-0.1.0"}, "datadigest": {"_type": "derivation", "name": "r-datadigest-1.0.2"}, "datadogr": {"_type": "derivation", "name": "r-datadogr-0.1.2"}, "dataframeexplorer": {"_type": "derivation", "name": "r-dataframeexplorer-1.0.2"}, "dataframes2xls": {"_type": "derivation", "name": "r-dataframes2xls-0.4.7"}, "datafsm": {"_type": "derivation", "name": "r-datafsm-0.2.4"}, "datagovindia": {"_type": "derivation", "name": "r-datagovindia-1.0.5"}, "datamap": {"_type": "derivation", "name": "r-datamap-0.1-1"}, "datamart": {"_type": "derivation", "name": "r-datamart-0.5.2"}, "datamods": {"_type": "derivation", "name": "r-datamods-1.3.4"}, "datanugget": {"_type": "derivation", "name": "r-datanugget-1.0.0"}, "dataonderivatives": {"_type": "derivation", "name": "r-dataonderivatives-0.4.0"}, "dataone": {"_type": "derivation", "name": "r-dataone-2.2.2"}, "datapack": {"_type": "derivation", "name": "r-datapack-1.4.1"}, "datapackage_r": {"_type": "derivation", "name": "r-datapackage.r-1.3.5"}, "datapasta": {"_type": "derivation", "name": "r-datapasta-3.1.0"}, "dataprep": {"_type": "derivation", "name": "r-dataprep-0.1.5"}, "dataquieR": {"_type": "derivation", "name": "r-dataquieR-1.0.11"}, "datardis": {"_type": "derivation", "name": "r-datardis-0.0.3"}, "dataresqc": {"_type": "derivation", "name": "r-dataresqc-1.1.0"}, "datarium": {"_type": "derivation", "name": "r-datarium-0.1.0"}, "datarobot": {"_type": "derivation", "name": "r-datarobot-2.18.2"}, "datasailr": {"_type": "derivation", "name": "r-datasailr-0.8.10"}, "datasauRus": {"_type": "derivation", "name": "r-datasauRus-0.1.6"}, "dataseries": {"_type": "derivation", "name": "r-dataseries-0.2.0"}, "datasetsICR": {"_type": "derivation", "name": "r-datasetsICR-1.0"}, "datasets_load": {"_type": "derivation", "name": "r-datasets.load-2.1.0"}, "dataspice": {"_type": "derivation", "name": "r-dataspice-1.1.0"}, "datastepr": {"_type": "derivation", "name": "r-datastepr-0.0.2"}, "datastructures": {"_type": "derivation", "name": "r-datastructures-0.2.9"}, "dataverse": {"_type": "derivation", "name": "r-dataverse-0.3.11"}, "dataversionr": {"_type": "derivation", "name": "r-dataversionr-0.9.0"}, "datawizard": {"_type": "derivation", "name": "r-datawizard-0.6.3"}, "datazoom_amazonia": {"_type": "derivation", "name": "r-datazoom.amazonia-0.3.0"}, "date": {"_type": "derivation", "name": "r-date-1.2-40"}, "datefixR": {"_type": "derivation", "name": "r-datefixR-1.3.1"}, "datelife": {"_type": "derivation", "name": "r-datelife-0.6.5"}, "daterangepicker": {"_type": "derivation", "name": "r-daterangepicker-0.1.0"}, "datetime": {"_type": "derivation", "name": "r-datetime-0.1.4"}, "datetimeutils": {"_type": "derivation", "name": "r-datetimeutils-0.5-0"}, "dateutils": {"_type": "derivation", "name": "r-dateutils-0.1.5"}, "datoramar": {"_type": "derivation", "name": "r-datoramar-0.1.0"}, "datos": {"_type": "derivation", "name": "r-datos-0.5.0"}, "datplot": {"_type": "derivation", "name": "r-datplot-1.0.0"}, "datr": {"_type": "derivation", "name": "r-datr-0.1.0"}, "datrProfile": {"_type": "derivation", "name": "r-datrProfile-0.1.0"}, "dauphin": {"_type": "derivation", "name": "r-dauphin-0.3.0"}, "dave": {"_type": "derivation", "name": "r-dave-2.0"}, "davidTiling": {"_type": "derivation", "name": "r-davidTiling-1.36.0"}, "dawai": {"_type": "derivation", "name": "r-dawai-1.2.5"}, "daySupply": {"_type": "derivation", "name": "r-daySupply-0.1.0"}, "daymetr": {"_type": "derivation", "name": "r-daymetr-1.6"}, "dbEmpLikeGOF": {"_type": "derivation", "name": "r-dbEmpLikeGOF-1.2.4"}, "dbEmpLikeNorm": {"_type": "derivation", "name": "r-dbEmpLikeNorm-1.0.0"}, "dbMC": {"_type": "derivation", "name": "r-dbMC-1.0.0"}, "dbWebForms": {"_type": "derivation", "name": "r-dbWebForms-0.1.0"}, "dbarts": {"_type": "derivation", "name": "r-dbarts-0.9-22"}, "dbcsp": {"_type": "derivation", "name": "r-dbcsp-0.0.2.1"}, "dbd": {"_type": "derivation", "name": "r-dbd-0.0-22"}, "dbflobr": {"_type": "derivation", "name": "r-dbflobr-0.2.2"}, "dbglm": {"_type": "derivation", "name": "r-dbglm-1.0.0"}, "dbhydroR": {"_type": "derivation", "name": "r-dbhydroR-0.2-8"}, "dblcens": {"_type": "derivation", "name": "r-dblcens-1.1.7"}, "dblr": {"_type": "derivation", "name": "r-dblr-0.1.0"}, "dbmss": {"_type": "derivation", "name": "r-dbmss-2.7-10"}, "dbnR": {"_type": "derivation", "name": "r-dbnR-0.7.8"}, "dbnlearn": {"_type": "derivation", "name": "r-dbnlearn-0.1.0"}, "dbparser": {"_type": "derivation", "name": "r-dbparser-1.2.0"}, "dbplot": {"_type": "derivation", "name": "r-dbplot-0.3.3"}, "dbplyr": {"_type": "derivation", "name": "r-dbplyr-2.2.1"}, "dbscan": {"_type": "derivation", "name": "r-dbscan-1.1-11"}, "dbstats": {"_type": "derivation", "name": "r-dbstats-2.0.0"}, "dbx": {"_type": "derivation", "name": "r-dbx-0.2.8"}, "dc3net": {"_type": "derivation", "name": "r-dc3net-1.2.0"}, "dcGOR": {"_type": "derivation", "name": "r-dcGOR-1.0.6"}, "dcGSA": {"_type": "derivation", "name": "r-dcGSA-1.24.0"}, "dcanr": {"_type": "derivation", "name": "r-dcanr-1.12.0"}, "dccmidas": {"_type": "derivation", "name": "r-dccmidas-0.1.0"}, "dccpp": {"_type": "derivation", "name": "r-dccpp-0.0.2"}, "dccvalidator": {"_type": "derivation", "name": "r-dccvalidator-0.3.0"}, "dce": {"_type": "derivation", "name": "r-dce-1.4.99"}, "dcifer": {"_type": "derivation", "name": "r-dcifer-1.1.1"}, "dclone": {"_type": "derivation", "name": "r-dclone-2.3-0"}, "dclust": {"_type": "derivation", "name": "r-dclust-0.1.0"}, "dcminfo": {"_type": "derivation", "name": "r-dcminfo-0.1.7"}, "dcmle": {"_type": "derivation", "name": "r-dcmle-0.3-1"}, "dcmodify": {"_type": "derivation", "name": "r-dcmodify-0.1.9"}, "dcmodifydb": {"_type": "derivation", "name": "r-dcmodifydb-0.3.1"}, "dcortools": {"_type": "derivation", "name": "r-dcortools-0.1.2"}, "dcov": {"_type": "derivation", "name": "r-dcov-0.1.1"}, "dcurver": {"_type": "derivation", "name": "r-dcurver-0.9.2"}, "dcurves": {"_type": "derivation", "name": "r-dcurves-0.3.0"}, "dcv": {"_type": "derivation", "name": "r-dcv-0.1.1"}, "ddCt": {"_type": "derivation", "name": "r-ddCt-1.52.0"}, "ddPCRclust": {"_type": "derivation", "name": "r-ddPCRclust-1.16.0"}, "ddalpha": {"_type": "derivation", "name": "r-ddalpha-1.3.13"}, "dde": {"_type": "derivation", "name": "r-dde-1.0.1"}, "ddi": {"_type": "derivation", "name": "r-ddi-0.1.0"}, "ddiv": {"_type": "derivation", "name": "r-ddiv-0.1.1"}, "ddp": {"_type": "derivation", "name": "r-ddp-0.0.3"}, "ddpca": {"_type": "derivation", "name": "r-ddpca-1.1"}, "ddpcr": {"_type": "derivation", "name": "r-ddpcr-1.15"}, "ddst": {"_type": "derivation", "name": "r-ddst-1.4"}, "deBInfer": {"_type": "derivation", "name": "r-deBInfer-0.4.3"}, "deBif": {"_type": "derivation", "name": "r-deBif-0.1.5"}, "deGradInfer": {"_type": "derivation", "name": "r-deGradInfer-1.0.1"}, "deSolve": {"_type": "derivation", "name": "r-deSolve-1.34"}, "deTS": {"_type": "derivation", "name": "r-deTS-1.0"}, "deTestSet": {"_type": "derivation", "name": "r-deTestSet-1.1.7.3"}, "deaR": {"_type": "derivation", "name": "r-deaR-1.3.1"}, "deadband": {"_type": "derivation", "name": "r-deadband-0.1.0"}, "deal": {"_type": "derivation", "name": "r-deal-1.2-39"}, "deamer": {"_type": "derivation", "name": "r-deamer-1.0"}, "dearseq": {"_type": "derivation", "name": "r-dearseq-1.8.4"}, "debCAM": {"_type": "derivation", "name": "r-debCAM-1.14.0"}, "debar": {"_type": "derivation", "name": "r-debar-0.1.0"}, "debrowser": {"_type": "derivation", "name": "r-debrowser-1.24.1"}, "debugme": {"_type": "derivation", "name": "r-debugme-1.1.0"}, "debugr": {"_type": "derivation", "name": "r-debugr-0.0.1"}, "decido": {"_type": "derivation", "name": "r-decido-0.3.0"}, "decision": {"_type": "derivation", "name": "r-decision-0.1.0"}, "decisionSupport": {"_type": "derivation", "name": "r-decisionSupport-1.111"}, "deckgl": {"_type": "derivation", "name": "r-deckgl-0.2.7"}, "declared": {"_type": "derivation", "name": "r-declared-0.19"}, "deco": {"_type": "derivation", "name": "r-deco-1.12.0"}, "decode": {"_type": "derivation", "name": "r-decode-1.2"}, "decoder": {"_type": "derivation", "name": "r-decoder-1.2.2"}, "decompTumor2Sig": {"_type": "derivation", "name": "r-decompTumor2Sig-2.12.0"}, "decomposedPSF": {"_type": "derivation", "name": "r-decomposedPSF-0.2"}, "decompr": {"_type": "derivation", "name": "r-decompr-6.4.0"}, "decon": {"_type": "derivation", "name": "r-decon-1.3-4"}, "deconstructSigs": {"_type": "derivation", "name": "r-deconstructSigs-1.8.0"}, "decontam": {"_type": "derivation", "name": "r-decontam-1.16.0"}, "deconvR": {"_type": "derivation", "name": "r-deconvR-1.2.0"}, "deconvolveR": {"_type": "derivation", "name": "r-deconvolveR-1.2-1"}, "decor": {"_type": "derivation", "name": "r-decor-1.0.1"}, "decorators": {"_type": "derivation", "name": "r-decorators-0.3.0"}, "decoupleR": {"_type": "derivation", "name": "r-decoupleR-2.2.2"}, "deducorrect": {"_type": "derivation", "name": "r-deducorrect-1.3.7"}, "deductive": {"_type": "derivation", "name": "r-deductive-1.0.0"}, "dedupewider": {"_type": "derivation", "name": "r-dedupewider-0.1.0"}, "deep": {"_type": "derivation", "name": "r-deep-0.1.0"}, "deepMOU": {"_type": "derivation", "name": "r-deepMOU-0.1.1"}, "deepNN": {"_type": "derivation", "name": "r-deepNN-1.1"}, "deepSNV": {"_type": "derivation", "name": "r-deepSNV-1.42.1"}, "deepboost": {"_type": "derivation", "name": "r-deepboost-0.1.6"}, "deepdep": {"_type": "derivation", "name": "r-deepdep-0.4.1"}, "deepdive": {"_type": "derivation", "name": "r-deepdive-1.0.4"}, "deepgmm": {"_type": "derivation", "name": "r-deepgmm-0.1.62"}, "deepgp": {"_type": "derivation", "name": "r-deepgp-1.0.1"}, "deeplr": {"_type": "derivation", "name": "r-deeplr-2.0.0"}, "deepnet": {"_type": "derivation", "name": "r-deepnet-0.2.1"}, "deepredeff": {"_type": "derivation", "name": "r-deepredeff-0.1.1"}, "deepregression": {"_type": "derivation", "name": "r-deepregression-0.2"}, "deeptime": {"_type": "derivation", "name": "r-deeptime-0.2.3"}, "default": {"_type": "derivation", "name": "r-default-1.0.0"}, "define": {"_type": "derivation", "name": "r-define-0.2.9"}, "defineR": {"_type": "derivation", "name": "r-defineR-0.0.4"}, "deflateBR": {"_type": "derivation", "name": "r-deflateBR-1.1.2"}, "deforestable": {"_type": "derivation", "name": "r-deforestable-3.1.1"}, "deformula": {"_type": "derivation", "name": "r-deformula-0.1.2"}, "degday": {"_type": "derivation", "name": "r-degday-0.4.0"}, "degreenet": {"_type": "derivation", "name": "r-degreenet-1.3-3"}, "degross": {"_type": "derivation", "name": "r-degross-0.9.0"}, "dejaVu": {"_type": "derivation", "name": "r-dejaVu-0.3.0"}, "delaunay": {"_type": "derivation", "name": "r-delaunay-1.1.1"}, "delayed": {"_type": "derivation", "name": "r-delayed-0.4.0"}, "deldir": {"_type": "derivation", "name": "r-deldir-1.0-6"}, "delt": {"_type": "derivation", "name": "r-delt-0.8.2"}, "deltaCaptureC": {"_type": "derivation", "name": "r-deltaCaptureC-1.10.0"}, "deltaGseg": {"_type": "derivation", "name": "r-deltaGseg-1.36.0"}, "deltaPlotR": {"_type": "derivation", "name": "r-deltaPlotR-1.6"}, "deltaccd": {"_type": "derivation", "name": "r-deltaccd-1.0.2"}, "deltar": {"_type": "derivation", "name": "r-deltar-1.0.0"}, "dematel": {"_type": "derivation", "name": "r-dematel-0.1.0"}, "demcon": {"_type": "derivation", "name": "r-demcon-0.3.0"}, "deming": {"_type": "derivation", "name": "r-deming-1.4"}, "demoGraphic": {"_type": "derivation", "name": "r-demoGraphic-0.1.0"}, "demoKde": {"_type": "derivation", "name": "r-demoKde-1.0.0"}, "demoShiny": {"_type": "derivation", "name": "r-demoShiny-0.1"}, "demodelr": {"_type": "derivation", "name": "r-demodelr-1.0.1"}, "demogR": {"_type": "derivation", "name": "r-demogR-0.6.0"}, "demography": {"_type": "derivation", "name": "r-demography-1.22"}, "demu": {"_type": "derivation", "name": "r-demu-0.3.0"}, "dendRoAnalyst": {"_type": "derivation", "name": "r-dendRoAnalyst-0.1.3"}, "dendextend": {"_type": "derivation", "name": "r-dendextend-1.16.0"}, "dendroTools": {"_type": "derivation", "name": "r-dendroTools-1.2.8"}, "dendroextras": {"_type": "derivation", "name": "r-dendroextras-0.2.3"}, "dendrometeR": {"_type": "derivation", "name": "r-dendrometeR-1.0.0"}, "dendrometry": {"_type": "derivation", "name": "r-dendrometry-0.0.1"}, "dendsort": {"_type": "derivation", "name": "r-dendsort-0.3.4"}, "denoiSeq": {"_type": "derivation", "name": "r-denoiSeq-0.1.1"}, "denoiseR": {"_type": "derivation", "name": "r-denoiseR-1.0.2"}, "denovolyzeR": {"_type": "derivation", "name": "r-denovolyzeR-0.2.0"}, "denpro": {"_type": "derivation", "name": "r-denpro-0.9.2"}, "densEstBayes": {"_type": "derivation", "name": "r-densEstBayes-1.0-2.1"}, "denseFLMM": {"_type": "derivation", "name": "r-denseFLMM-0.1.2"}, "densitr": {"_type": "derivation", "name": "r-densitr-0.2"}, "densityClust": {"_type": "derivation", "name": "r-densityClust-0.3.2"}, "densratio": {"_type": "derivation", "name": "r-densratio-0.2.1"}, "denstrip": {"_type": "derivation", "name": "r-denstrip-1.5.4"}, "densvis": {"_type": "derivation", "name": "r-densvis-1.6.1"}, "denvax": {"_type": "derivation", "name": "r-denvax-0.1.2"}, "depcache": {"_type": "derivation", "name": "r-depcache-0.1-2"}, "depcoeff": {"_type": "derivation", "name": "r-depcoeff-0.0.1"}, "depend_truncation": {"_type": "derivation", "name": "r-depend.truncation-3.0"}, "depigner": {"_type": "derivation", "name": "r-depigner-0.9.0"}, "depmap": {"_type": "derivation", "name": "r-depmap-1.10.0"}, "depmix": {"_type": "derivation", "name": "r-depmix-0.9.16"}, "depmixS4": {"_type": "derivation", "name": "r-depmixS4-1.5-0"}, "depth": {"_type": "derivation", "name": "r-depth-2.1-1.1"}, "depthTools": {"_type": "derivation", "name": "r-depthTools-0.7"}, "depth_plot": {"_type": "derivation", "name": "r-depth.plot-0.1"}, "dequer": {"_type": "derivation", "name": "r-dequer-2.0-2"}, "derfinder": {"_type": "derivation", "name": "r-derfinder-1.30.0"}, "derfinderData": {"_type": "derivation", "name": "r-derfinderData-2.14.0"}, "derfinderHelper": {"_type": "derivation", "name": "r-derfinderHelper-1.30.0"}, "derfinderPlot": {"_type": "derivation", "name": "r-derfinderPlot-1.30.0"}, "derivmkts": {"_type": "derivation", "name": "r-derivmkts-0.2.5"}, "desc": {"_type": "derivation", "name": "r-desc-1.4.2"}, "descomponer": {"_type": "derivation", "name": "r-descomponer-1.6"}, "descr": {"_type": "derivation", "name": "r-descr-1.1.5"}, "describedata": {"_type": "derivation", "name": "r-describedata-0.1.0"}, "describer": {"_type": "derivation", "name": "r-describer-0.2.0"}, "descriptr": {"_type": "derivation", "name": "r-descriptr-0.5.2"}, "descstat": {"_type": "derivation", "name": "r-descstat-0.1-2"}, "descstatsr": {"_type": "derivation", "name": "r-descstatsr-0.1.0"}, "desctable": {"_type": "derivation", "name": "r-desctable-0.3.0"}, "deseasonalize": {"_type": "derivation", "name": "r-deseasonalize-1.35"}, "desiR": {"_type": "derivation", "name": "r-desiR-1.2.2"}, "designGG": {"_type": "derivation", "name": "r-designGG-1.1"}, "designer": {"_type": "derivation", "name": "r-designer-0.1.0"}, "designmatch": {"_type": "derivation", "name": "r-designmatch-0.4.1"}, "designr": {"_type": "derivation", "name": "r-designr-0.1.12"}, "designsize": {"_type": "derivation", "name": "r-designsize-0.1.0"}, "desirability": {"_type": "derivation", "name": "r-desirability-2.1"}, "desire": {"_type": "derivation", "name": "r-desire-1.0.7"}, "desla": {"_type": "derivation", "name": "r-desla-0.2.0"}, "desplot": {"_type": "derivation", "name": "r-desplot-1.9"}, "destiny": {"_type": "derivation", "name": "r-destiny-3.10.0"}, "details": {"_type": "derivation", "name": "r-details-0.3.0"}, "detect": {"_type": "derivation", "name": "r-detect-0.4-4"}, "detectR": {"_type": "derivation", "name": "r-detectR-0.1.0"}, "detectRUNS": {"_type": "derivation", "name": "r-detectRUNS-0.9.6"}, "detectnorm": {"_type": "derivation", "name": "r-detectnorm-1.0.0"}, "detector": {"_type": "derivation", "name": "r-detector-0.1.0"}, "detectseparation": {"_type": "derivation", "name": "r-detectseparation-0.3"}, "detourr": {"_type": "derivation", "name": "r-detourr-0.1.0"}, "detpack": {"_type": "derivation", "name": "r-detpack-1.1.3"}, "detrendeR": {"_type": "derivation", "name": "r-detrendeR-1.0.5"}, "detrendr": {"_type": "derivation", "name": "r-detrendr-0.6.14"}, "detzrcr": {"_type": "derivation", "name": "r-detzrcr-0.3.1"}, "devEMF": {"_type": "derivation", "name": "r-devEMF-4.1"}, "devFunc": {"_type": "derivation", "name": "r-devFunc-0.1"}, "devRate": {"_type": "derivation", "name": "r-devRate-0.2.3"}, "devoid": {"_type": "derivation", "name": "r-devoid-0.1.1"}, "devtoolbox": {"_type": "derivation", "name": "r-devtoolbox-0.2.0"}, "devtools": {"_type": "derivation", "name": "r-devtools-2.4.5"}, "dexter": {"_type": "derivation", "name": "r-dexter-1.2.1"}, "dexterMST": {"_type": "derivation", "name": "r-dexterMST-0.9.3"}, "dextergui": {"_type": "derivation", "name": "r-dextergui-0.2.6"}, "dfCompare": {"_type": "derivation", "name": "r-dfCompare-1.0.0"}, "dfadjust": {"_type": "derivation", "name": "r-dfadjust-1.0.4"}, "dfcomb": {"_type": "derivation", "name": "r-dfcomb-3.0-0"}, "dfcrm": {"_type": "derivation", "name": "r-dfcrm-0.2-2.1"}, "dfexplore": {"_type": "derivation", "name": "r-dfexplore-0.2.1"}, "dfidx": {"_type": "derivation", "name": "r-dfidx-0.0-5"}, "dfmeta": {"_type": "derivation", "name": "r-dfmeta-1.0.0"}, "dfms": {"_type": "derivation", "name": "r-dfms-0.1.3"}, "dfmta": {"_type": "derivation", "name": "r-dfmta-1.7-3"}, "dfoliatR": {"_type": "derivation", "name": "r-dfoliatR-0.2.0"}, "dfoptim": {"_type": "derivation", "name": "r-dfoptim-2020.10-1"}, "dformula": {"_type": "derivation", "name": "r-dformula-0.1"}, "dfped": {"_type": "derivation", "name": "r-dfped-1.1"}, "dfphase1": {"_type": "derivation", "name": "r-dfphase1-1.1.4"}, "dfpk": {"_type": "derivation", "name": "r-dfpk-3.5.1"}, "dfrr": {"_type": "derivation", "name": "r-dfrr-0.1.4"}, "dfvad": {"_type": "derivation", "name": "r-dfvad-0.3.6"}, "dga": {"_type": "derivation", "name": "r-dga-2.0.1"}, "dglars": {"_type": "derivation", "name": "r-dglars-2.1.6"}, "dglm": {"_type": "derivation", "name": "r-dglm-1.8.4"}, "dgof": {"_type": "derivation", "name": "r-dgof-1.4"}, "dgpsi": {"_type": "derivation", "name": "r-dgpsi-2.1.5"}, "dgumbel": {"_type": "derivation", "name": "r-dgumbel-1.0.1"}, "dhReg": {"_type": "derivation", "name": "r-dhReg-0.1.1"}, "dhga": {"_type": "derivation", "name": "r-dhga-0.1"}, "dhglm": {"_type": "derivation", "name": "r-dhglm-2.0"}, "dhh": {"_type": "derivation", "name": "r-dhh-0.0.1"}, "di": {"_type": "derivation", "name": "r-di-1.1.4"}, "diagis": {"_type": "derivation", "name": "r-diagis-0.2.2"}, "diagmeta": {"_type": "derivation", "name": "r-diagmeta-0.5-0"}, "diagonals": {"_type": "derivation", "name": "r-diagonals-6.4.0"}, "diagram": {"_type": "derivation", "name": "r-diagram-1.6.5"}, "dialectR": {"_type": "derivation", "name": "r-dialectR-1.0"}, "dialr": {"_type": "derivation", "name": "r-dialr-0.4.1"}, "dialrjars": {"_type": "derivation", "name": "r-dialrjars-8.12.54"}, "dials": {"_type": "derivation", "name": "r-dials-1.0.0"}, "diaplt": {"_type": "derivation", "name": "r-diaplt-1.4.0"}, "diathor": {"_type": "derivation", "name": "r-diathor-0.1.0"}, "dibble": {"_type": "derivation", "name": "r-dibble-0.2.1"}, "dice": {"_type": "derivation", "name": "r-dice-1.2"}, "diceR": {"_type": "derivation", "name": "r-diceR-1.2.2"}, "dichromat": {"_type": "derivation", "name": "r-dichromat-2.0-0.1"}, "dicionariosIBGE": {"_type": "derivation", "name": "r-dicionariosIBGE-1.6"}, "dictionaRy": {"_type": "derivation", "name": "r-dictionaRy-0.1.1"}, "dictionar6": {"_type": "derivation", "name": "r-dictionar6-0.1.3"}, "did": {"_type": "derivation", "name": "r-did-2.1.2"}, "did2s": {"_type": "derivation", "name": "r-did2s-0.7.0"}, "didimputation": {"_type": "derivation", "name": "r-didimputation-0.3.0"}, "didrooRFM": {"_type": "derivation", "name": "r-didrooRFM-1.0.0"}, "dief": {"_type": "derivation", "name": "r-dief-1.2"}, "dielectric": {"_type": "derivation", "name": "r-dielectric-0.2.3"}, "diemr": {"_type": "derivation", "name": "r-diemr-1.1"}, "dietr": {"_type": "derivation", "name": "r-dietr-1.1.3"}, "diezeit": {"_type": "derivation", "name": "r-diezeit-0.1-0"}, "difNLR": {"_type": "derivation", "name": "r-difNLR-1.4.1"}, "difR": {"_type": "derivation", "name": "r-difR-5.1"}, "difconet": {"_type": "derivation", "name": "r-difconet-1.0-4"}, "diffEnrich": {"_type": "derivation", "name": "r-diffEnrich-0.1.2"}, "diffGeneAnalysis": {"_type": "derivation", "name": "r-diffGeneAnalysis-1.78.0"}, "diffHic": {"_type": "derivation", "name": "r-diffHic-1.28.0"}, "diffIRT": {"_type": "derivation", "name": "r-diffIRT-1.5"}, "diffMeshGP": {"_type": "derivation", "name": "r-diffMeshGP-0.1.0"}, "diffUTR": {"_type": "derivation", "name": "r-diffUTR-1.4.0"}, "diffcoexp": {"_type": "derivation", "name": "r-diffcoexp-1.16.0"}, "diffcor": {"_type": "derivation", "name": "r-diffcor-0.7.2"}, "diffcyt": {"_type": "derivation", "name": "r-diffcyt-1.16.0"}, "diffdepprop": {"_type": "derivation", "name": "r-diffdepprop-0.1-9"}, "diffdf": {"_type": "derivation", "name": "r-diffdf-1.0.4"}, "diffdfs": {"_type": "derivation", "name": "r-diffdfs-0.9.0"}, "diffeR": {"_type": "derivation", "name": "r-diffeR-0.0-6"}, "diffeRenTES": {"_type": "derivation", "name": "r-diffeRenTES-0.3.2"}, "diffee": {"_type": "derivation", "name": "r-diffee-1.1.0"}, "diffeqr": {"_type": "derivation", "name": "r-diffeqr-1.1.1"}, "diffloop": {"_type": "derivation", "name": "r-diffloop-1.24.0"}, "diffloopdata": {"_type": "derivation", "name": "r-diffloopdata-1.24.0"}, "diffman": {"_type": "derivation", "name": "r-diffman-0.1.1"}, "diffmatchpatch": {"_type": "derivation", "name": "r-diffmatchpatch-0.1.0"}, "diffobj": {"_type": "derivation", "name": "r-diffobj-0.3.5"}, "diffpriv": {"_type": "derivation", "name": "r-diffpriv-0.4.2"}, "diffr": {"_type": "derivation", "name": "r-diffr-0.1"}, "diffuStats": {"_type": "derivation", "name": "r-diffuStats-1.16.0"}, "diffudist": {"_type": "derivation", "name": "r-diffudist-1.0.0"}, "diffusion": {"_type": "derivation", "name": "r-diffusion-0.2.7"}, "diffusionMap": {"_type": "derivation", "name": "r-diffusionMap-1.2.0"}, "diffusr": {"_type": "derivation", "name": "r-diffusr-0.1.4"}, "diffviewer": {"_type": "derivation", "name": "r-diffviewer-0.1.1"}, "digest": {"_type": "derivation", "name": "r-digest-0.6.30"}, "diggit": {"_type": "derivation", "name": "r-diggit-1.28.0"}, "diggitdata": {"_type": "derivation", "name": "r-diggitdata-1.28.0"}, "digiRhythm": {"_type": "derivation", "name": "r-digiRhythm-1.0"}, "digitTests": {"_type": "derivation", "name": "r-digitTests-0.1.2"}, "digitalDLSorteR": {"_type": "derivation", "name": "r-digitalDLSorteR-0.3.1"}, "digitalPCR": {"_type": "derivation", "name": "r-digitalPCR-1.1.0"}, "digitize": {"_type": "derivation", "name": "r-digitize-0.0.4"}, "dils": {"_type": "derivation", "name": "r-dils-0.8.1"}, "dimRed": {"_type": "derivation", "name": "r-dimRed-0.2.6"}, "dimensio": {"_type": "derivation", "name": "r-dimensio-0.3.0"}, "dimensionalAnalysis": {"_type": "derivation", "name": "r-dimensionalAnalysis-0.1.0"}, "dimensionsR": {"_type": "derivation", "name": "r-dimensionsR-0.0.3"}, "dina": {"_type": "derivation", "name": "r-dina-2.0.0"}, "dinamic": {"_type": "derivation", "name": "r-dinamic-1.0"}, "dineR": {"_type": "derivation", "name": "r-dineR-1.0.1"}, "dineq": {"_type": "derivation", "name": "r-dineq-0.1.0"}, "dint": {"_type": "derivation", "name": "r-dint-2.1.4"}, "dipm": {"_type": "derivation", "name": "r-dipm-1.9"}, "diproperm": {"_type": "derivation", "name": "r-diproperm-0.2.0"}, "dipsaus": {"_type": "derivation", "name": "r-dipsaus-0.2.5"}, "diptest": {"_type": "derivation", "name": "r-diptest-0.76-0"}, "dipw": {"_type": "derivation", "name": "r-dipw-0.1.0"}, "dir_expiry": {"_type": "derivation", "name": "r-dir.expiry-1.4.0"}, "directPA": {"_type": "derivation", "name": "r-directPA-1.5"}, "directlabels": {"_type": "derivation", "name": "r-directlabels-2021.1.13"}, "directotree": {"_type": "derivation", "name": "r-directotree-1.0.0"}, "dirichletprocess": {"_type": "derivation", "name": "r-dirichletprocess-0.4.0"}, "dirmcmc": {"_type": "derivation", "name": "r-dirmcmc-1.3.3"}, "dirmult": {"_type": "derivation", "name": "r-dirmult-0.1.3-5"}, "dirttee": {"_type": "derivation", "name": "r-dirttee-1.0.1"}, "disaggR": {"_type": "derivation", "name": "r-disaggR-1.0.3.1"}, "disaggregation": {"_type": "derivation", "name": "r-disaggregation-0.1.4"}, "disastr_api": {"_type": "derivation", "name": "r-disastr.api-1.0.5"}, "disbayes": {"_type": "derivation", "name": "r-disbayes-1.0.0"}, "discAUC": {"_type": "derivation", "name": "r-discAUC-0.4.0"}, "discSurv": {"_type": "derivation", "name": "r-discSurv-2.0.0"}, "discfrail": {"_type": "derivation", "name": "r-discfrail-0.1"}, "discgolf": {"_type": "derivation", "name": "r-discgolf-0.2.0"}, "discharge": {"_type": "derivation", "name": "r-discharge-1.0.0"}, "disclap": {"_type": "derivation", "name": "r-disclap-1.5.1"}, "disclapmix": {"_type": "derivation", "name": "r-disclapmix-1.7.4"}, "discnorm": {"_type": "derivation", "name": "r-discnorm-0.2.1"}, "disco": {"_type": "derivation", "name": "r-disco-0.6"}, "discord": {"_type": "derivation", "name": "r-discord-1.1.0"}, "discordant": {"_type": "derivation", "name": "r-discordant-1.20.0"}, "discourseGT": {"_type": "derivation", "name": "r-discourseGT-1.1.8"}, "discoveR": {"_type": "derivation", "name": "r-discoveR-2.2.6"}, "discoverableresearch": {"_type": "derivation", "name": "r-discoverableresearch-0.0.1"}, "discreteMTP": {"_type": "derivation", "name": "r-discreteMTP-0.1-2"}, "discreteRV": {"_type": "derivation", "name": "r-discreteRV-1.2.2"}, "discretecdAlgorithm": {"_type": "derivation", "name": "r-discretecdAlgorithm-0.0.7"}, "discretefit": {"_type": "derivation", "name": "r-discretefit-0.1.2"}, "discretization": {"_type": "derivation", "name": "r-discretization-1.0-1.1"}, "discrim": {"_type": "derivation", "name": "r-discrim-1.0.0"}, "disdat": {"_type": "derivation", "name": "r-disdat-1.0-0"}, "diseasemapping": {"_type": "derivation", "name": "r-diseasemapping-1.5.1"}, "diseq": {"_type": "derivation", "name": "r-diseq-0.4.6"}, "diskImageR": {"_type": "derivation", "name": "r-diskImageR-1.0.0"}, "disk_frame": {"_type": "derivation", "name": "r-disk.frame-0.7.2"}, "dismo": {"_type": "derivation", "name": "r-dismo-1.3-9"}, "disordR": {"_type": "derivation", "name": "r-disordR-0.0-9-2"}, "dispRity": {"_type": "derivation", "name": "r-dispRity-1.7.0"}, "disparityfilter": {"_type": "derivation", "name": "r-disparityfilter-2.2.3"}, "dispeRse": {"_type": "derivation", "name": "r-dispeRse-1.0"}, "displayHTS": {"_type": "derivation", "name": "r-displayHTS-1.0"}, "dispmod": {"_type": "derivation", "name": "r-dispmod-1.2"}, "disposables": {"_type": "derivation", "name": "r-disposables-1.0.3"}, "dispositionEffect": {"_type": "derivation", "name": "r-dispositionEffect-1.0.1"}, "disprofas": {"_type": "derivation", "name": "r-disprofas-0.1.3"}, "disprose": {"_type": "derivation", "name": "r-disprose-0.1.6"}, "dissCqN": {"_type": "derivation", "name": "r-dissCqN-0.1.0"}, "dissUtils": {"_type": "derivation", "name": "r-dissUtils-1.0"}, "dissever": {"_type": "derivation", "name": "r-dissever-0.2-3"}, "distTails": {"_type": "derivation", "name": "r-distTails-0.1.2"}, "distance_sample_size": {"_type": "derivation", "name": "r-distance.sample.size-0.0"}, "distances": {"_type": "derivation", "name": "r-distances-0.1.8"}, "distanceto": {"_type": "derivation", "name": "r-distanceto-0.0.2"}, "distantia": {"_type": "derivation", "name": "r-distantia-1.0.2"}, "distcomp": {"_type": "derivation", "name": "r-distcomp-1.3-3"}, "distcrete": {"_type": "derivation", "name": "r-distcrete-1.0.3"}, "distdichoR": {"_type": "derivation", "name": "r-distdichoR-0.1-1"}, "distfree_cr": {"_type": "derivation", "name": "r-distfree.cr-1.5.1"}, "distill": {"_type": "derivation", "name": "r-distill-1.5"}, "distillML": {"_type": "derivation", "name": "r-distillML-0.1.0.9"}, "distillery": {"_type": "derivation", "name": "r-distillery-1.2-1"}, "distinct": {"_type": "derivation", "name": "r-distinct-1.8.0"}, "disto": {"_type": "derivation", "name": "r-disto-0.2.0"}, "distory": {"_type": "derivation", "name": "r-distory-1.4.4"}, "distr": {"_type": "derivation", "name": "r-distr-2.8.0"}, "distr6": {"_type": "derivation", "name": "r-distr6-1.6.9"}, "distrDoc": {"_type": "derivation", "name": "r-distrDoc-2.8.0"}, "distrEllipse": {"_type": "derivation", "name": "r-distrEllipse-2.8.0"}, "distrEx": {"_type": "derivation", "name": "r-distrEx-2.8.0"}, "distrMod": {"_type": "derivation", "name": "r-distrMod-2.8.5"}, "distrRmetrics": {"_type": "derivation", "name": "r-distrRmetrics-2.8.0"}, "distrSim": {"_type": "derivation", "name": "r-distrSim-2.8.0"}, "distrTEst": {"_type": "derivation", "name": "r-distrTEst-2.8.0"}, "distrTeach": {"_type": "derivation", "name": "r-distrTeach-2.8.1"}, "distreg_vis": {"_type": "derivation", "name": "r-distreg.vis-1.7.3"}, "distribglm": {"_type": "derivation", "name": "r-distribglm-0.4.1"}, "distributional": {"_type": "derivation", "name": "r-distributional-0.3.1"}, "distributions3": {"_type": "derivation", "name": "r-distributions3-0.2.1"}, "distributionsrd": {"_type": "derivation", "name": "r-distributionsrd-0.0.6"}, "distro": {"_type": "derivation", "name": "r-distro-0.1.0"}, "distrom": {"_type": "derivation", "name": "r-distrom-1.0.1"}, "distrr": {"_type": "derivation", "name": "r-distrr-0.0.6"}, "disttools": {"_type": "derivation", "name": "r-disttools-0.1.8"}, "dittoSeq": {"_type": "derivation", "name": "r-dittoSeq-1.8.1"}, "dittodb": {"_type": "derivation", "name": "r-dittodb-0.1.4"}, "div": {"_type": "derivation", "name": "r-div-0.3.1"}, "divDyn": {"_type": "derivation", "name": "r-divDyn-0.8.2"}, "diveMove": {"_type": "derivation", "name": "r-diveMove-1.6.0"}, "diveR": {"_type": "derivation", "name": "r-diveR-0.1.2"}, "diveRsity": {"_type": "derivation", "name": "r-diveRsity-1.9.90"}, "diverge": {"_type": "derivation", "name": "r-diverge-2.0.4"}, "divergence": {"_type": "derivation", "name": "r-divergence-1.12.0"}, "diverse": {"_type": "derivation", "name": "r-diverse-0.1.5"}, "diversitree": {"_type": "derivation", "name": "r-diversitree-0.9-16"}, "diversityForest": {"_type": "derivation", "name": "r-diversityForest-0.3.4"}, "divest": {"_type": "derivation", "name": "r-divest-0.10.2"}, "divo": {"_type": "derivation", "name": "r-divo-1.0.1"}, "divseg": {"_type": "derivation", "name": "r-divseg-0.0.4"}, "dixon": {"_type": "derivation", "name": "r-dixon-0.0-8"}, "dixonTest": {"_type": "derivation", "name": "r-dixonTest-1.0.4"}, "diyar": {"_type": "derivation", "name": "r-diyar-0.4.1"}, "dkDNA": {"_type": "derivation", "name": "r-dkDNA-0.1.1"}, "dkanr": {"_type": "derivation", "name": "r-dkanr-0.1.3"}, "dks": {"_type": "derivation", "name": "r-dks-1.42.0"}, "dlbayes": {"_type": "derivation", "name": "r-dlbayes-0.1.0"}, "dlib": {"_type": "derivation", "name": "r-dlib-1.0.3.1"}, "dlm": {"_type": "derivation", "name": "r-dlm-1.1-5"}, "dlnm": {"_type": "derivation", "name": "r-dlnm-2.4.7"}, "dlookr": {"_type": "derivation", "name": "r-dlookr-0.6.0"}, "dlr": {"_type": "derivation", "name": "r-dlr-1.0.1"}, "dlsem": {"_type": "derivation", "name": "r-dlsem-2.4.6"}, "dlstats": {"_type": "derivation", "name": "r-dlstats-0.1.5"}, "dm": {"_type": "derivation", "name": "r-dm-1.0.3"}, "dma": {"_type": "derivation", "name": "r-dma-1.4-0"}, "dmacs": {"_type": "derivation", "name": "r-dmacs-0.1.0"}, "dmai": {"_type": "derivation", "name": "r-dmai-0.4.0"}, "dmbc": {"_type": "derivation", "name": "r-dmbc-1.0.1"}, "dmdScheme": {"_type": "derivation", "name": "r-dmdScheme-1.3.5"}, "dml": {"_type": "derivation", "name": "r-dml-1.1.0"}, "dmlalg": {"_type": "derivation", "name": "r-dmlalg-1.0.2"}, "dmm": {"_type": "derivation", "name": "r-dmm-2.1-7"}, "dmri_tracking": {"_type": "derivation", "name": "r-dmri.tracking-0.1.0"}, "dmrseq": {"_type": "derivation", "name": "r-dmrseq-1.16.0"}, "dmt": {"_type": "derivation", "name": "r-dmt-0.8.20"}, "dmtools": {"_type": "derivation", "name": "r-dmtools-0.2.6"}, "dmutate": {"_type": "derivation", "name": "r-dmutate-0.1.3"}, "dna": {"_type": "derivation", "name": "r-dna-2.1-2"}, "dnapath": {"_type": "derivation", "name": "r-dnapath-0.7.4"}, "dnet": {"_type": "derivation", "name": "r-dnet-1.1.7"}, "dng": {"_type": "derivation", "name": "r-dng-0.2.1"}, "dnr": {"_type": "derivation", "name": "r-dnr-0.3.5"}, "do": {"_type": "derivation", "name": "r-do-2.0.0.0"}, "doBy": {"_type": "derivation", "name": "r-doBy-4.6.14"}, "doFuture": {"_type": "derivation", "name": "r-doFuture-0.12.2"}, "doMC": {"_type": "derivation", "name": "r-doMC-1.3.8"}, "doMIsaul": {"_type": "derivation", "name": "r-doMIsaul-1.0.1"}, "doMPI": {"_type": "derivation", "name": "r-doMPI-0.2.2"}, "doParallel": {"_type": "derivation", "name": "r-doParallel-1.0.17"}, "doRNG": {"_type": "derivation", "name": "r-doRNG-1.8.2"}, "doRedis": {"_type": "derivation", "name": "r-doRedis-3.0.1"}, "doSNOW": {"_type": "derivation", "name": "r-doSNOW-1.0.20"}, "dobin": {"_type": "derivation", "name": "r-dobin-1.0.4"}, "dobson": {"_type": "derivation", "name": "r-dobson-0.4"}, "doc2concrete": {"_type": "derivation", "name": "r-doc2concrete-0.5.6"}, "doc2vec": {"_type": "derivation", "name": "r-doc2vec-0.2.0"}, "dockerfiler": {"_type": "derivation", "name": "r-dockerfiler-0.2.0"}, "docknitr": {"_type": "derivation", "name": "r-docknitr-1.0.1"}, "doconv": {"_type": "derivation", "name": "r-doconv-0.1.4"}, "docopt": {"_type": "derivation", "name": "r-docopt-0.7.1"}, "docopulae": {"_type": "derivation", "name": "r-docopulae-0.4.0"}, "docore": {"_type": "derivation", "name": "r-docore-1.0"}, "docreview": {"_type": "derivation", "name": "r-docreview-0.0.1"}, "docstring": {"_type": "derivation", "name": "r-docstring-1.0.0"}, "docuSignr": {"_type": "derivation", "name": "r-docuSignr-0.0.3"}, "documair": {"_type": "derivation", "name": "r-documair-0.6-0"}, "document": {"_type": "derivation", "name": "r-document-3.3.3"}, "documenter": {"_type": "derivation", "name": "r-documenter-0.1.2"}, "docxtools": {"_type": "derivation", "name": "r-docxtools-0.2.2"}, "docxtractr": {"_type": "derivation", "name": "r-docxtractr-0.6.5"}, "dodgr": {"_type": "derivation", "name": "r-dodgr-0.2.16"}, "doebioresearch": {"_type": "derivation", "name": "r-doebioresearch-0.1.0"}, "doex": {"_type": "derivation", "name": "r-doex-1.2"}, "dogesr": {"_type": "derivation", "name": "r-dogesr-0.1.0"}, "dominanceanalysis": {"_type": "derivation", "name": "r-dominanceanalysis-2.0.0"}, "domino": {"_type": "derivation", "name": "r-domino-0.3.1"}, "domir": {"_type": "derivation", "name": "r-domir-1.0.0"}, "donut": {"_type": "derivation", "name": "r-donut-1.0.2"}, "doolkit": {"_type": "derivation", "name": "r-doolkit-1.42.1"}, "doppelgangR": {"_type": "derivation", "name": "r-doppelgangR-1.24.0"}, "doremi": {"_type": "derivation", "name": "r-doremi-1.0.0"}, "dorothea": {"_type": "derivation", "name": "r-dorothea-1.8.0"}, "doseR": {"_type": "derivation", "name": "r-doseR-1.12.0"}, "dosearch": {"_type": "derivation", "name": "r-dosearch-1.0.8"}, "dosedesignR": {"_type": "derivation", "name": "r-dosedesignR-0.2.4"}, "doseminer": {"_type": "derivation", "name": "r-doseminer-0.1.2"}, "dosresmeta": {"_type": "derivation", "name": "r-dosresmeta-2.0.1"}, "dostats": {"_type": "derivation", "name": "r-dostats-1.3.3"}, "dotCall64": {"_type": "derivation", "name": "r-dotCall64-1.0-2"}, "dotdot": {"_type": "derivation", "name": "r-dotdot-0.1.0"}, "dotenv": {"_type": "derivation", "name": "r-dotenv-1.0.3"}, "dotgen": {"_type": "derivation", "name": "r-dotgen-0.1.0"}, "dotprofile": {"_type": "derivation", "name": "r-dotprofile-0.0.1"}, "dots": {"_type": "derivation", "name": "r-dots-0.0.2"}, "dotwhisker": {"_type": "derivation", "name": "r-dotwhisker-0.7.4"}, "doubcens": {"_type": "derivation", "name": "r-doubcens-1.1"}, "double_truncation": {"_type": "derivation", "name": "r-double.truncation-1.7"}, "doubt": {"_type": "derivation", "name": "r-doubt-0.1.0"}, "downlit": {"_type": "derivation", "name": "r-downlit-0.4.2"}, "downloader": {"_type": "derivation", "name": "r-downloader-0.4"}, "downloadthis": {"_type": "derivation", "name": "r-downloadthis-0.3.2"}, "downscale": {"_type": "derivation", "name": "r-downscale-4.2-0"}, "downscaledl": {"_type": "derivation", "name": "r-downscaledl-1.0"}, "downsize": {"_type": "derivation", "name": "r-downsize-0.2.2"}, "dowser": {"_type": "derivation", "name": "r-dowser-1.1.0"}, "dpa": {"_type": "derivation", "name": "r-dpa-1.0-3"}, "dparser": {"_type": "derivation", "name": "r-dparser-1.3.1-8"}, "dpcc": {"_type": "derivation", "name": "r-dpcc-1.0.0"}, "dpcid": {"_type": "derivation", "name": "r-dpcid-1.0"}, "dpeak": {"_type": "derivation", "name": "r-dpeak-1.8.0"}, "dplR": {"_type": "derivation", "name": "r-dplR-1.7.4"}, "dplRCon": {"_type": "derivation", "name": "r-dplRCon-1.0"}, "dplbnDE": {"_type": "derivation", "name": "r-dplbnDE-0.1.1"}, "dplyr": {"_type": "derivation", "name": "r-dplyr-1.0.10"}, "dplyrAssist": {"_type": "derivation", "name": "r-dplyrAssist-0.1.0"}, "dplyr_teradata": {"_type": "derivation", "name": "r-dplyr.teradata-0.4.1"}, "dpmr": {"_type": "derivation", "name": "r-dpmr-0.1.9"}, "dppmix": {"_type": "derivation", "name": "r-dppmix-0.1.1"}, "dprint": {"_type": "derivation", "name": "r-dprint-0.0.4"}, "dpseg": {"_type": "derivation", "name": "r-dpseg-0.1.1"}, "dqrng": {"_type": "derivation", "name": "r-dqrng-0.3.0"}, "dr": {"_type": "derivation", "name": "r-dr-3.0.10"}, "dr4pl": {"_type": "derivation", "name": "r-dr4pl-2.0.0"}, "dracor": {"_type": "derivation", "name": "r-dracor-0.2.4"}, "dragon": {"_type": "derivation", "name": "r-dragon-1.2.1"}, "dragonking": {"_type": "derivation", "name": "r-dragonking-0.1.0"}, "dragracer": {"_type": "derivation", "name": "r-dragracer-0.1.7"}, "dragulaR": {"_type": "derivation", "name": "r-dragulaR-0.3.1"}, "drake": {"_type": "derivation", "name": "r-drake-7.13.4"}, "drat": {"_type": "derivation", "name": "r-drat-0.2.3"}, "draw": {"_type": "derivation", "name": "r-draw-1.0.0"}, "drawProteins": {"_type": "derivation", "name": "r-drawProteins-1.16.0"}, "drawer": {"_type": "derivation", "name": "r-drawer-0.2.0.1"}, "drawsample": {"_type": "derivation", "name": "r-drawsample-1.0.1"}, "drc": {"_type": "derivation", "name": "r-drc-3.0-1"}, "drda": {"_type": "derivation", "name": "r-drda-2.0.1"}, "dreamer": {"_type": "derivation", "name": "r-dreamer-3.1.0"}, "dreamerr": {"_type": "derivation", "name": "r-dreamerr-1.2.3"}, "dressCheck": {"_type": "derivation", "name": "r-dressCheck-0.34.0"}, "drf": {"_type": "derivation", "name": "r-drf-1.1.0"}, "drfit": {"_type": "derivation", "name": "r-drfit-0.7.2"}, "drgee": {"_type": "derivation", "name": "r-drgee-1.1.10"}, "drhur": {"_type": "derivation", "name": "r-drhur-1.0.0"}, "drifter": {"_type": "derivation", "name": "r-drifter-0.2.1"}, "drimmR": {"_type": "derivation", "name": "r-drimmR-1.0.1"}, "driveR": {"_type": "derivation", "name": "r-driveR-0.4.0"}, "drmdel": {"_type": "derivation", "name": "r-drmdel-1.3.2"}, "droll": {"_type": "derivation", "name": "r-droll-0.1.0"}, "dropR": {"_type": "derivation", "name": "r-dropR-0.1"}, "droptest": {"_type": "derivation", "name": "r-droptest-0.1.3"}, "drord": {"_type": "derivation", "name": "r-drord-1.0.1"}, "drosgenome1_db": {"_type": "derivation", "name": "r-drosgenome1.db-3.13.0"}, "drosgenome1cdf": {"_type": "derivation", "name": "r-drosgenome1cdf-2.18.0"}, "drosgenome1probe": {"_type": "derivation", "name": "r-drosgenome1probe-2.18.0"}, "drosophila2_db": {"_type": "derivation", "name": "r-drosophila2.db-3.13.0"}, "drosophila2cdf": {"_type": "derivation", "name": "r-drosophila2cdf-2.18.0"}, "drosophila2probe": {"_type": "derivation", "name": "r-drosophila2probe-2.18.0"}, "drought": {"_type": "derivation", "name": "r-drought-1.1"}, "drpop": {"_type": "derivation", "name": "r-drpop-0.0.3"}, "drtmle": {"_type": "derivation", "name": "r-drtmle-1.1.1"}, "drugTargetInteractions": {"_type": "derivation", "name": "r-drugTargetInteractions-1.4.1"}, "drugprepr": {"_type": "derivation", "name": "r-drugprepr-0.0.4"}, "drumr": {"_type": "derivation", "name": "r-drumr-0.1.0"}, "ds": {"_type": "derivation", "name": "r-ds-4.0"}, "ds4psy": {"_type": "derivation", "name": "r-ds4psy-0.9.0"}, "dsa": {"_type": "derivation", "name": "r-dsa-1.0.12"}, "dsample": {"_type": "derivation", "name": "r-dsample-0.91.2.2"}, "dsb": {"_type": "derivation", "name": "r-dsb-1.0.2"}, "dscore": {"_type": "derivation", "name": "r-dscore-1.4.0"}, "dse": {"_type": "derivation", "name": "r-dse-2020.2-1"}, "dsfa": {"_type": "derivation", "name": "r-dsfa-1.0.0"}, "dsims": {"_type": "derivation", "name": "r-dsims-1.0.1"}, "dslabs": {"_type": "derivation", "name": "r-dslabs-0.7.4"}, "dslice": {"_type": "derivation", "name": "r-dslice-1.2.0"}, "dsm": {"_type": "derivation", "name": "r-dsm-2.3.3"}, "dsmisc": {"_type": "derivation", "name": "r-dsmisc-0.3.3"}, "dsos": {"_type": "derivation", "name": "r-dsos-0.1.1"}, "dsrTest": {"_type": "derivation", "name": "r-dsrTest-1.0.0"}, "dssd": {"_type": "derivation", "name": "r-dssd-1.0.0"}, "dst": {"_type": "derivation", "name": "r-dst-1.5.1"}, "dstat": {"_type": "derivation", "name": "r-dstat-1.0.4"}, "dstat2x2xk": {"_type": "derivation", "name": "r-dstat2x2xk-0.2.0"}, "dtangle": {"_type": "derivation", "name": "r-dtangle-2.0.9"}, "dtgiw": {"_type": "derivation", "name": "r-dtgiw-1.0.0"}, "dti": {"_type": "derivation", "name": "r-dti-1.5.1"}, "dtp": {"_type": "derivation", "name": "r-dtp-0.1.0"}, "dtpcrm": {"_type": "derivation", "name": "r-dtpcrm-0.1.1"}, "dtplyr": {"_type": "derivation", "name": "r-dtplyr-1.2.2"}, "dtrSurv": {"_type": "derivation", "name": "r-dtrSurv-1.4"}, "dtrackr": {"_type": "derivation", "name": "r-dtrackr-0.2.4"}, "dtree": {"_type": "derivation", "name": "r-dtree-0.4.2"}, "dtt": {"_type": "derivation", "name": "r-dtt-0.1-2"}, "dttr2": {"_type": "derivation", "name": "r-dttr2-0.4.2"}, "dtts": {"_type": "derivation", "name": "r-dtts-0.1.0"}, "dtw": {"_type": "derivation", "name": "r-dtw-1.23-1"}, "dtwSat": {"_type": "derivation", "name": "r-dtwSat-0.2.8"}, "dtwclust": {"_type": "derivation", "name": "r-dtwclust-5.5.11"}, "dual": {"_type": "derivation", "name": "r-dual-0.0.4"}, "dualKS": {"_type": "derivation", "name": "r-dualKS-1.53.0"}, "dual_spls": {"_type": "derivation", "name": "r-dual.spls-0.1.2"}, "dualtrees": {"_type": "derivation", "name": "r-dualtrees-0.1.4"}, "duawranglr": {"_type": "derivation", "name": "r-duawranglr-0.6.7"}, "dub": {"_type": "derivation", "name": "r-dub-0.2.0"}, "duckdb": {"_type": "derivation", "name": "r-duckdb-0.5.1"}, "duckduckr": {"_type": "derivation", "name": "r-duckduckr-1.0.0"}, "dumbbell": {"_type": "derivation", "name": "r-dumbbell-0.1"}, "dummies": {"_type": "derivation", "name": "r-dummies-1.5.6"}, "dummy": {"_type": "derivation", "name": "r-dummy-0.1.3"}, "dundermifflin": {"_type": "derivation", "name": "r-dundermifflin-0.1.1"}, "dunn_test": {"_type": "derivation", "name": "r-dunn.test-1.3.5"}, "dupRadar": {"_type": "derivation", "name": "r-dupRadar-1.26.1"}, "dupiR": {"_type": "derivation", "name": "r-dupiR-1.2"}, "dupree": {"_type": "derivation", "name": "r-dupree-0.3.0"}, "durmod": {"_type": "derivation", "name": "r-durmod-1.1-4"}, "dvir": {"_type": "derivation", "name": "r-dvir-2.2.0"}, "dvmisc": {"_type": "derivation", "name": "r-dvmisc-1.1.4"}, "dvqcc": {"_type": "derivation", "name": "r-dvqcc-0.1.0"}, "dwdradar": {"_type": "derivation", "name": "r-dwdradar-0.2.7"}, "dwlm": {"_type": "derivation", "name": "r-dwlm-0.1.0"}, "dwp": {"_type": "derivation", "name": "r-dwp-1.0"}, "dyads": {"_type": "derivation", "name": "r-dyads-1.2.1"}, "dycdtools": {"_type": "derivation", "name": "r-dycdtools-0.4.2"}, "dydea": {"_type": "derivation", "name": "r-dydea-0.1.0"}, "dyebias": {"_type": "derivation", "name": "r-dyebias-1.56.0"}, "dyebiasexamples": {"_type": "derivation", "name": "r-dyebiasexamples-1.36.0"}, "dygraphs": {"_type": "derivation", "name": "r-dygraphs-1.1.1.6"}, "dymo": {"_type": "derivation", "name": "r-dymo-1.1.0"}, "dyn": {"_type": "derivation", "name": "r-dyn-0.2-9.6"}, "dynBiplotGUI": {"_type": "derivation", "name": "r-dynBiplotGUI-1.1.6"}, "dynConfiR": {"_type": "derivation", "name": "r-dynConfiR-0.0.1"}, "dynCorr": {"_type": "derivation", "name": "r-dynCorr-1.1.0"}, "dynRB": {"_type": "derivation", "name": "r-dynRB-0.17"}, "dyn_log": {"_type": "derivation", "name": "r-dyn.log-0.4.0"}, "dynaSpec": {"_type": "derivation", "name": "r-dynaSpec-1.0.1"}, "dynaTree": {"_type": "derivation", "name": "r-dynaTree-1.2-14"}, "dynamAedes": {"_type": "derivation", "name": "r-dynamAedes-2.1.0"}, "dynamac": {"_type": "derivation", "name": "r-dynamac-0.1.11"}, "dynamic": {"_type": "derivation", "name": "r-dynamic-1.1.0"}, "dynamicGraph": {"_type": "derivation", "name": "r-dynamicGraph-0.2.2.6"}, "dynamicTreeCut": {"_type": "derivation", "name": "r-dynamicTreeCut-1.63-1"}, "dynamichazard": {"_type": "derivation", "name": "r-dynamichazard-1.0.2"}, "dynatop": {"_type": "derivation", "name": "r-dynatop-0.2.3"}, "dynatopGIS": {"_type": "derivation", "name": "r-dynatopGIS-0.2.3"}, "dynatopmodel": {"_type": "derivation", "name": "r-dynatopmodel-1.2.1"}, "dyncomp": {"_type": "derivation", "name": "r-dyncomp-0.0.2-1"}, "dyndimred": {"_type": "derivation", "name": "r-dyndimred-1.0.4"}, "dynetNLAResistance": {"_type": "derivation", "name": "r-dynetNLAResistance-0.1.0"}, "dynfeature": {"_type": "derivation", "name": "r-dynfeature-1.0.0"}, "dyngen": {"_type": "derivation", "name": "r-dyngen-1.0.5"}, "dynia": {"_type": "derivation", "name": "r-dynia-0.2"}, "dynlm": {"_type": "derivation", "name": "r-dynlm-0.3-6"}, "dynmix": {"_type": "derivation", "name": "r-dynmix-1.0"}, "dynpanel": {"_type": "derivation", "name": "r-dynpanel-0.1.0"}, "dynparam": {"_type": "derivation", "name": "r-dynparam-1.0.2"}, "dynplot": {"_type": "derivation", "name": "r-dynplot-1.1.2"}, "dynpred": {"_type": "derivation", "name": "r-dynpred-0.1.2"}, "dynprog": {"_type": "derivation", "name": "r-dynprog-0.1.1"}, "dynr": {"_type": "derivation", "name": "r-dynr-0.1.16-91"}, "dynsbm": {"_type": "derivation", "name": "r-dynsbm-0.7"}, "dynsim": {"_type": "derivation", "name": "r-dynsim-1.2.3"}, "dynsurv": {"_type": "derivation", "name": "r-dynsurv-0.4-3"}, "dyntaper": {"_type": "derivation", "name": "r-dyntaper-1.1"}, "dynutils": {"_type": "derivation", "name": "r-dynutils-1.0.11"}, "dynwrap": {"_type": "derivation", "name": "r-dynwrap-1.2.2"}, "e1071": {"_type": "derivation", "name": "r-e1071-1.7-12"}, "eAnalytics": {"_type": "derivation", "name": "r-eAnalytics-0.1.4"}, "eBsc": {"_type": "derivation", "name": "r-eBsc-4.15"}, "eCAR": {"_type": "derivation", "name": "r-eCAR-0.1.1"}, "eChem": {"_type": "derivation", "name": "r-eChem-1.0.0"}, "eDMA": {"_type": "derivation", "name": "r-eDMA-1.5-3"}, "eFRED": {"_type": "derivation", "name": "r-eFRED-0.1.0"}, "eGST": {"_type": "derivation", "name": "r-eGST-1.0.0"}, "eHDPrep": {"_type": "derivation", "name": "r-eHDPrep-1.2.1"}, "eHOF": {"_type": "derivation", "name": "r-eHOF-1.12"}, "eList": {"_type": "derivation", "name": "r-eList-0.2.0"}, "eMLEloglin": {"_type": "derivation", "name": "r-eMLEloglin-1.0.1"}, "eNchange": {"_type": "derivation", "name": "r-eNchange-1.0"}, "ePCR": {"_type": "derivation", "name": "r-ePCR-0.9.9-11"}, "eRTG3D": {"_type": "derivation", "name": "r-eRTG3D-0.7.0"}, "eRm": {"_type": "derivation", "name": "r-eRm-1.0-2"}, "eSDM": {"_type": "derivation", "name": "r-eSDM-0.3.7"}, "eSIR": {"_type": "derivation", "name": "r-eSIR-0.4.2"}, "eadrm": {"_type": "derivation", "name": "r-eadrm-0.1.4"}, "eaf": {"_type": "derivation", "name": "r-eaf-2.3"}, "earlyR": {"_type": "derivation", "name": "r-earlyR-0.0.5"}, "earlygating": {"_type": "derivation", "name": "r-earlygating-1.1"}, "earlywarnings": {"_type": "derivation", "name": "r-earlywarnings-1.1.29"}, "earth": {"_type": "derivation", "name": "r-earth-5.3.1"}, "earthtide": {"_type": "derivation", "name": "r-earthtide-0.0.14"}, "earthtones": {"_type": "derivation", "name": "r-earthtones-0.1.1"}, "easier": {"_type": "derivation", "name": "r-easier-1.2.2"}, "easierData": {"_type": "derivation", "name": "r-easierData-1.2.0"}, "easyAHP": {"_type": "derivation", "name": "r-easyAHP-0.1.1"}, "easyCODA": {"_type": "derivation", "name": "r-easyCODA-0.34.3"}, "easyDes": {"_type": "derivation", "name": "r-easyDes-6.0"}, "easyDifferentialGeneCoexpression": {"_type": "derivation", "name": "r-easyDifferentialGeneCoexpression-1.0"}, "easyNCDF": {"_type": "derivation", "name": "r-easyNCDF-0.1.1"}, "easyPSID": {"_type": "derivation", "name": "r-easyPSID-0.1.2"}, "easyPubMed": {"_type": "derivation", "name": "r-easyPubMed-2.13"}, "easyRNASeq": {"_type": "derivation", "name": "r-easyRNASeq-2.32.0"}, "easySVG": {"_type": "derivation", "name": "r-easySVG-0.1.0"}, "easySdcTable": {"_type": "derivation", "name": "r-easySdcTable-1.0.3"}, "easyVerification": {"_type": "derivation", "name": "r-easyVerification-0.4.4"}, "easyalluvial": {"_type": "derivation", "name": "r-easyalluvial-0.3.1"}, "easyanova": {"_type": "derivation", "name": "r-easyanova-8.0"}, "easycensus": {"_type": "derivation", "name": "r-easycensus-1.0.0"}, "easycsv": {"_type": "derivation", "name": "r-easycsv-1.0.8"}, "easydb": {"_type": "derivation", "name": "r-easydb-1.0.0"}, "easylabel": {"_type": "derivation", "name": "r-easylabel-0.2.4"}, "easynls": {"_type": "derivation", "name": "r-easynls-5.0"}, "easypackages": {"_type": "derivation", "name": "r-easypackages-0.1.0"}, "easypower": {"_type": "derivation", "name": "r-easypower-1.0.1"}, "easyr": {"_type": "derivation", "name": "r-easyr-0.5-10"}, "easyreg": {"_type": "derivation", "name": "r-easyreg-4.0"}, "easyreporting": {"_type": "derivation", "name": "r-easyreporting-1.8.0"}, "easystats": {"_type": "derivation", "name": "r-easystats-0.5.2"}, "eat": {"_type": "derivation", "name": "r-eat-0.1.3"}, "eatATA": {"_type": "derivation", "name": "r-eatATA-1.1.0"}, "eatDB": {"_type": "derivation", "name": "r-eatDB-0.5.0"}, "eatGADS": {"_type": "derivation", "name": "r-eatGADS-0.20.0"}, "eatRep": {"_type": "derivation", "name": "r-eatRep-0.14.5"}, "eatTools": {"_type": "derivation", "name": "r-eatTools-0.7.3"}, "ebGenotyping": {"_type": "derivation", "name": "r-ebGenotyping-2.0.1"}, "ebSNP": {"_type": "derivation", "name": "r-ebSNP-1.0"}, "eba": {"_type": "derivation", "name": "r-eba-1.10-0"}, "ebal": {"_type": "derivation", "name": "r-ebal-0.1-8"}, "ebci": {"_type": "derivation", "name": "r-ebci-1.0.0"}, "ebdbNet": {"_type": "derivation", "name": "r-ebdbNet-1.2.6"}, "ebirdst": {"_type": "derivation", "name": "r-ebirdst-1.2020.1"}, "ebmc": {"_type": "derivation", "name": "r-ebmc-1.0.1"}, "ebmstate": {"_type": "derivation", "name": "r-ebmstate-0.1.3"}, "ebnm": {"_type": "derivation", "name": "r-ebnm-1.0-9"}, "ebreg": {"_type": "derivation", "name": "r-ebreg-0.1.3"}, "ec50estimator": {"_type": "derivation", "name": "r-ec50estimator-0.1.0"}, "ecap": {"_type": "derivation", "name": "r-ecap-0.1.2"}, "ecb": {"_type": "derivation", "name": "r-ecb-0.4.0"}, "ecce": {"_type": "derivation", "name": "r-ecce-1.0.9"}, "ecd": {"_type": "derivation", "name": "r-ecd-0.9.2.4"}, "ecdfHT": {"_type": "derivation", "name": "r-ecdfHT-0.1.1"}, "ecespa": {"_type": "derivation", "name": "r-ecespa-1.1-15"}, "ech": {"_type": "derivation", "name": "r-ech-0.1.2.0"}, "echarts4r": {"_type": "derivation", "name": "r-echarts4r-0.4.4"}, "echarty": {"_type": "derivation", "name": "r-echarty-1.4.7"}, "echelon": {"_type": "derivation", "name": "r-echelon-0.1.0"}, "echo_find": {"_type": "derivation", "name": "r-echo.find-4.0.1"}, "echogram": {"_type": "derivation", "name": "r-echogram-0.1.2"}, "echor": {"_type": "derivation", "name": "r-echor-0.1.6"}, "ecipex": {"_type": "derivation", "name": "r-ecipex-1.1"}, "eclust": {"_type": "derivation", "name": "r-eclust-0.1.0"}, "ecm": {"_type": "derivation", "name": "r-ecm-6.3.0"}, "ecmwfr": {"_type": "derivation", "name": "r-ecmwfr-1.4.0"}, "ecoCopula": {"_type": "derivation", "name": "r-ecoCopula-1.0.2"}, "ecochange": {"_type": "derivation", "name": "r-ecochange-2.9"}, "ecocomDP": {"_type": "derivation", "name": "r-ecocomDP-1.2.1"}, "ecodist": {"_type": "derivation", "name": "r-ecodist-2.0.9"}, "ecolMod": {"_type": "derivation", "name": "r-ecolMod-1.2.6.3"}, "ecolTest": {"_type": "derivation", "name": "r-ecolTest-0.0.1"}, "ecoli2_db": {"_type": "derivation", "name": "r-ecoli2.db-3.13.0"}, "ecoli2cdf": {"_type": "derivation", "name": "r-ecoli2cdf-2.18.0"}, "ecoli2probe": {"_type": "derivation", "name": "r-ecoli2probe-2.18.0"}, "ecoliK12_db0": {"_type": "derivation", "name": "r-ecoliK12.db0-3.15.0"}, "ecoliLeucine": {"_type": "derivation", "name": "r-ecoliLeucine-1.36.0"}, "ecoliSakai_db0": {"_type": "derivation", "name": "r-ecoliSakai.db0-3.15.0"}, "ecoliasv2cdf": {"_type": "derivation", "name": "r-ecoliasv2cdf-2.18.0"}, "ecoliasv2probe": {"_type": "derivation", "name": "r-ecoliasv2probe-2.18.0"}, "ecolicdf": {"_type": "derivation", "name": "r-ecolicdf-2.18.0"}, "ecoliprobe": {"_type": "derivation", "name": "r-ecoliprobe-2.18.0"}, "ecolitk": {"_type": "derivation", "name": "r-ecolitk-1.68.0"}, "ecolottery": {"_type": "derivation", "name": "r-ecolottery-1.0.0"}, "econet": {"_type": "derivation", "name": "r-econet-1.0.0"}, "econetwork": {"_type": "derivation", "name": "r-econetwork-0.7.0"}, "economiccomplexity": {"_type": "derivation", "name": "r-economiccomplexity-1.4.0"}, "econullnetr": {"_type": "derivation", "name": "r-econullnetr-0.2.1"}, "ecopower": {"_type": "derivation", "name": "r-ecopower-0.1.0"}, "ecoreg": {"_type": "derivation", "name": "r-ecoreg-0.2.3"}, "ecorest": {"_type": "derivation", "name": "r-ecorest-1.0.0"}, "ecosim": {"_type": "derivation", "name": "r-ecosim-1.3-3"}, "ecospace": {"_type": "derivation", "name": "r-ecospace-1.4.2"}, "ecospat": {"_type": "derivation", "name": "r-ecospat-3.3"}, "ecostats": {"_type": "derivation", "name": "r-ecostats-1.1.11"}, "ecostatscale": {"_type": "derivation", "name": "r-ecostatscale-1.0"}, "ecotox": {"_type": "derivation", "name": "r-ecotox-1.4.4"}, "ecotoxicology": {"_type": "derivation", "name": "r-ecotoxicology-1.0.1"}, "ecotraj": {"_type": "derivation", "name": "r-ecotraj-0.0.3"}, "ecoval": {"_type": "derivation", "name": "r-ecoval-1.2.9"}, "ecp": {"_type": "derivation", "name": "r-ecp-3.1.3"}, "ecpc": {"_type": "derivation", "name": "r-ecpc-3.1"}, "ecr": {"_type": "derivation", "name": "r-ecr-2.1.0"}, "ectotemp": {"_type": "derivation", "name": "r-ectotemp-0.2.0"}, "ed50": {"_type": "derivation", "name": "r-ed50-0.1.1"}, "ed50simulation": {"_type": "derivation", "name": "r-ed50simulation-0.1.1"}, "eda4treeR": {"_type": "derivation", "name": "r-eda4treeR-0.3.0"}, "edbuildmapr": {"_type": "derivation", "name": "r-edbuildmapr-0.3.1"}, "edbuildr": {"_type": "derivation", "name": "r-edbuildr-0.3.0"}, "edcc": {"_type": "derivation", "name": "r-edcc-1.0-0"}, "edci": {"_type": "derivation", "name": "r-edci-1.1-3"}, "edcpR": {"_type": "derivation", "name": "r-edcpR-1.0.1"}, "eddi": {"_type": "derivation", "name": "r-eddi-0.0.1"}, "eddington": {"_type": "derivation", "name": "r-eddington-2.1.1"}, "edeR": {"_type": "derivation", "name": "r-edeR-1.0.0"}, "edeaR": {"_type": "derivation", "name": "r-edeaR-0.9.1"}, "edecob": {"_type": "derivation", "name": "r-edecob-1.2.1"}, "edf": {"_type": "derivation", "name": "r-edf-1.0.0"}, "edfReader": {"_type": "derivation", "name": "r-edfReader-1.2.1"}, "edfun": {"_type": "derivation", "name": "r-edfun-0.2.0"}, "edgar": {"_type": "derivation", "name": "r-edgar-2.0.5"}, "edgarWebR": {"_type": "derivation", "name": "r-edgarWebR-1.1.0"}, "edge": {"_type": "derivation", "name": "r-edge-2.28.1"}, "edgeCorr": {"_type": "derivation", "name": "r-edgeCorr-1.0"}, "edgeR": {"_type": "derivation", "name": "r-edgeR-3.38.4"}, "edgeRun": {"_type": "derivation", "name": "r-edgeRun-1.0.9"}, "edgebundle": {"_type": "derivation", "name": "r-edgebundle-0.4.0"}, "edgebundleR": {"_type": "derivation", "name": "r-edgebundleR-0.1.4"}, "edgedata": {"_type": "derivation", "name": "r-edgedata-0.2.0"}, "edibble": {"_type": "derivation", "name": "r-edibble-0.1.2"}, "edina": {"_type": "derivation", "name": "r-edina-0.1.1"}, "editData": {"_type": "derivation", "name": "r-editData-0.1.8"}, "editrules": {"_type": "derivation", "name": "r-editrules-2.9.3"}, "edl": {"_type": "derivation", "name": "r-edl-1.1"}, "edlibR": {"_type": "derivation", "name": "r-edlibR-1.0.0"}, "edmcr": {"_type": "derivation", "name": "r-edmcr-0.2.0"}, "edmdata": {"_type": "derivation", "name": "r-edmdata-1.2.0"}, "edrGraphicalTools": {"_type": "derivation", "name": "r-edrGraphicalTools-2.2"}, "edstan": {"_type": "derivation", "name": "r-edstan-1.0.6"}, "educationdata": {"_type": "derivation", "name": "r-educationdata-0.1.3"}, "educineq": {"_type": "derivation", "name": "r-educineq-0.1.0"}, "edwards97": {"_type": "derivation", "name": "r-edwards97-0.1.1"}, "eechidna": {"_type": "derivation", "name": "r-eechidna-1.4.1"}, "eefAnalytics": {"_type": "derivation", "name": "r-eefAnalytics-1.1.0"}, "eegc": {"_type": "derivation", "name": "r-eegc-1.22.0"}, "eegkit": {"_type": "derivation", "name": "r-eegkit-1.0-4"}, "eegkitdata": {"_type": "derivation", "name": "r-eegkitdata-1.1"}, "eel": {"_type": "derivation", "name": "r-eel-1.1"}, "eemR": {"_type": "derivation", "name": "r-eemR-1.0.1"}, "eemdARIMA": {"_type": "derivation", "name": "r-eemdARIMA-0.1.0"}, "eemdTDNN": {"_type": "derivation", "name": "r-eemdTDNN-0.1.0"}, "eeptools": {"_type": "derivation", "name": "r-eeptools-1.2.4"}, "eesim": {"_type": "derivation", "name": "r-eesim-0.1.0"}, "ef": {"_type": "derivation", "name": "r-ef-1.2.0"}, "efdm": {"_type": "derivation", "name": "r-efdm-0.2.0"}, "eff2": {"_type": "derivation", "name": "r-eff2-1.0.1"}, "effectFusion": {"_type": "derivation", "name": "r-effectFusion-1.1.3"}, "effectR": {"_type": "derivation", "name": "r-effectR-1.0.2"}, "effects": {"_type": "derivation", "name": "r-effects-4.2-2"}, "effectsize": {"_type": "derivation", "name": "r-effectsize-0.8.1"}, "effectsizescr": {"_type": "derivation", "name": "r-effectsizescr-0.1.0"}, "efflog": {"_type": "derivation", "name": "r-efflog-1.0"}, "effsize": {"_type": "derivation", "name": "r-effsize-0.8.1"}, "eflm": {"_type": "derivation", "name": "r-eflm-0.3.0"}, "efreadr": {"_type": "derivation", "name": "r-efreadr-0.2.2"}, "efts": {"_type": "derivation", "name": "r-efts-0.9-0"}, "ega": {"_type": "derivation", "name": "r-ega-2.0.0"}, "egcm": {"_type": "derivation", "name": "r-egcm-1.0.12"}, "egg": {"_type": "derivation", "name": "r-egg-0.4.5"}, "eggCounts": {"_type": "derivation", "name": "r-eggCounts-2.3-2"}, "egor": {"_type": "derivation", "name": "r-egor-1.22.5"}, "eha": {"_type": "derivation", "name": "r-eha-2.10.0"}, "ehaGoF": {"_type": "derivation", "name": "r-ehaGoF-0.1.1"}, "ehelp": {"_type": "derivation", "name": "r-ehelp-1.2"}, "ei": {"_type": "derivation", "name": "r-ei-1.3-3"}, "eiCompare": {"_type": "derivation", "name": "r-eiCompare-3.0.0"}, "eiPack": {"_type": "derivation", "name": "r-eiPack-0.2-1"}, "eiR": {"_type": "derivation", "name": "r-eiR-1.36.0"}, "ei_Datasets": {"_type": "derivation", "name": "r-ei.Datasets-0.0.1-3"}, "eia": {"_type": "derivation", "name": "r-eia-0.3.7"}, "eicm": {"_type": "derivation", "name": "r-eicm-1.0.1"}, "eigeninv": {"_type": "derivation", "name": "r-eigeninv-2011.8-1"}, "eigenmodel": {"_type": "derivation", "name": "r-eigenmodel-1.11"}, "eigenprcomp": {"_type": "derivation", "name": "r-eigenprcomp-1.0"}, "eikosograms": {"_type": "derivation", "name": "r-eikosograms-0.1.1"}, "eimpute": {"_type": "derivation", "name": "r-eimpute-0.2.2"}, "einet": {"_type": "derivation", "name": "r-einet-0.1.0"}, "einsum": {"_type": "derivation", "name": "r-einsum-0.1.0"}, "eiopaR": {"_type": "derivation", "name": "r-eiopaR-0.1.1"}, "eirm": {"_type": "derivation", "name": "r-eirm-0.5"}, "eisaR": {"_type": "derivation", "name": "r-eisaR-1.8.0"}, "eive": {"_type": "derivation", "name": "r-eive-3.1.0"}, "eivtools": {"_type": "derivation", "name": "r-eivtools-0.1-8"}, "eixport": {"_type": "derivation", "name": "r-eixport-0.5.4"}, "eks": {"_type": "derivation", "name": "r-eks-1.0.1"}, "elaborator": {"_type": "derivation", "name": "r-elaborator-1.1"}, "elasdics": {"_type": "derivation", "name": "r-elasdics-0.2.0"}, "elasso": {"_type": "derivation", "name": "r-elasso-1.1"}, "elastes": {"_type": "derivation", "name": "r-elastes-0.1.6"}, "elastic": {"_type": "derivation", "name": "r-elastic-1.2.0"}, "elasticIsing": {"_type": "derivation", "name": "r-elasticIsing-0.2"}, "elasticnet": {"_type": "derivation", "name": "r-elasticnet-1.3"}, "elbird": {"_type": "derivation", "name": "r-elbird-0.2.5"}, "elec": {"_type": "derivation", "name": "r-elec-0.1.2.2"}, "elec_strat": {"_type": "derivation", "name": "r-elec.strat-0.1.1"}, "elect": {"_type": "derivation", "name": "r-elect-1.2"}, "elections": {"_type": "derivation", "name": "r-elections-1.0"}, "electionsBR": {"_type": "derivation", "name": "r-electionsBR-0.3.2"}, "elections_dtree": {"_type": "derivation", "name": "r-elections.dtree-1.0.0"}, "electivity": {"_type": "derivation", "name": "r-electivity-1.0.2"}, "electoral": {"_type": "derivation", "name": "r-electoral-0.1.3"}, "elementR": {"_type": "derivation", "name": "r-elementR-1.3.7"}, "elevatr": {"_type": "derivation", "name": "r-elevatr-0.4.2"}, "elexr": {"_type": "derivation", "name": "r-elexr-1.0"}, "elfDistr": {"_type": "derivation", "name": "r-elfDistr-1.0.0"}, "elfgen": {"_type": "derivation", "name": "r-elfgen-2.3.3"}, "elhmc": {"_type": "derivation", "name": "r-elhmc-1.1.0"}, "elisr": {"_type": "derivation", "name": "r-elisr-0.1.1"}, "elitism": {"_type": "derivation", "name": "r-elitism-1.0.4"}, "elliplot": {"_type": "derivation", "name": "r-elliplot-1.3.0"}, "ellipse": {"_type": "derivation", "name": "r-ellipse-0.4.3"}, "ellipsis": {"_type": "derivation", "name": "r-ellipsis-0.3.2"}, "elliptic": {"_type": "derivation", "name": "r-elliptic-1.4-0"}, "ellipticalsymmetry": {"_type": "derivation", "name": "r-ellipticalsymmetry-0.1.2"}, "elmNNRcpp": {"_type": "derivation", "name": "r-elmNNRcpp-1.0.4"}, "elo": {"_type": "derivation", "name": "r-elo-3.0.1"}, "elrm": {"_type": "derivation", "name": "r-elrm-1.2.5"}, "elsa": {"_type": "derivation", "name": "r-elsa-1.1-28"}, "eltr": {"_type": "derivation", "name": "r-eltr-0.1.0"}, "emIRT": {"_type": "derivation", "name": "r-emIRT-0.0.13"}, "emayili": {"_type": "derivation", "name": "r-emayili-0.7.11"}, "emba": {"_type": "derivation", "name": "r-emba-0.1.8"}, "embed": {"_type": "derivation", "name": "r-embed-1.0.0"}, "embryogrowth": {"_type": "derivation", "name": "r-embryogrowth-8.7"}, "emdbook": {"_type": "derivation", "name": "r-emdbook-1.3.12"}, "emdi": {"_type": "derivation", "name": "r-emdi-2.1.2"}, "emdist": {"_type": "derivation", "name": "r-emdist-0.3-2"}, "emg": {"_type": "derivation", "name": "r-emg-1.0.9"}, "emhawkes": {"_type": "derivation", "name": "r-emhawkes-0.9.5"}, "emld": {"_type": "derivation", "name": "r-emld-0.5.1"}, "emma": {"_type": "derivation", "name": "r-emma-0.1-0"}, "emme2": {"_type": "derivation", "name": "r-emme2-0.9"}, "emmeans": {"_type": "derivation", "name": "r-emmeans-1.8.2"}, "emoa": {"_type": "derivation", "name": "r-emoa-0.5-0.1"}, "emoji": {"_type": "derivation", "name": "r-emoji-0.2.0"}, "emojifont": {"_type": "derivation", "name": "r-emojifont-0.5.5"}, "emon": {"_type": "derivation", "name": "r-emon-1.3.2"}, "emov": {"_type": "derivation", "name": "r-emov-0.1.1"}, "empichar": {"_type": "derivation", "name": "r-empichar-1.0.0"}, "empiricalFDR_DESeq2": {"_type": "derivation", "name": "r-empiricalFDR.DESeq2-1.0.3"}, "emplik": {"_type": "derivation", "name": "r-emplik-1.2"}, "emplik2": {"_type": "derivation", "name": "r-emplik2-1.32"}, "ems": {"_type": "derivation", "name": "r-ems-1.3.11"}, "emstreeR": {"_type": "derivation", "name": "r-emstreeR-3.0.0"}, "emtdata": {"_type": "derivation", "name": "r-emtdata-1.4.0"}, "emuR": {"_type": "derivation", "name": "r-emuR-2.3.0"}, "emulator": {"_type": "derivation", "name": "r-emulator-1.2-21"}, "enRich": {"_type": "derivation", "name": "r-enRich-3.1"}, "enc": {"_type": "derivation", "name": "r-enc-0.2.2"}, "encode": {"_type": "derivation", "name": "r-encode-0.3.6"}, "encryptedRmd": {"_type": "derivation", "name": "r-encryptedRmd-0.2.1"}, "encryptr": {"_type": "derivation", "name": "r-encryptr-0.1.3"}, "endoSwitch": {"_type": "derivation", "name": "r-endoSwitch-1.0.0"}, "endogMNP": {"_type": "derivation", "name": "r-endogMNP-0.2-1"}, "endogeneity": {"_type": "derivation", "name": "r-endogeneity-2.0.1"}, "endogenous": {"_type": "derivation", "name": "r-endogenous-1.0"}, "endorse": {"_type": "derivation", "name": "r-endorse-1.6.2"}, "endtoend": {"_type": "derivation", "name": "r-endtoend-2.29"}, "energy": {"_type": "derivation", "name": "r-energy-1.7-10"}, "energyr": {"_type": "derivation", "name": "r-energyr-0.1.2"}, "enerscape": {"_type": "derivation", "name": "r-enerscape-0.1.3"}, "enetLTS": {"_type": "derivation", "name": "r-enetLTS-1.1.0"}, "english": {"_type": "derivation", "name": "r-english-1.2-6"}, "engsoccerdata": {"_type": "derivation", "name": "r-engsoccerdata-0.1.5"}, "enhancerHomologSearch": {"_type": "derivation", "name": "r-enhancerHomologSearch-1.2.0"}, "enpls": {"_type": "derivation", "name": "r-enpls-6.1"}, "enrichR": {"_type": "derivation", "name": "r-enrichR-3.1"}, "enrichTF": {"_type": "derivation", "name": "r-enrichTF-1.12.0"}, "enrichplot": {"_type": "derivation", "name": "r-enrichplot-1.16.2"}, "enrichwith": {"_type": "derivation", "name": "r-enrichwith-0.3.1"}, "ensModelVis": {"_type": "derivation", "name": "r-ensModelVis-0.1.0"}, "ensemblVEP": {"_type": "derivation", "name": "r-ensemblVEP-1.38.0"}, "ensembldb": {"_type": "derivation", "name": "r-ensembldb-2.20.2"}, "ensembleBMA": {"_type": "derivation", "name": "r-ensembleBMA-5.1.8"}, "ensembleMOS": {"_type": "derivation", "name": "r-ensembleMOS-0.8.2"}, "ensembleR": {"_type": "derivation", "name": "r-ensembleR-0.1.0"}, "ensembleTax": {"_type": "derivation", "name": "r-ensembleTax-1.1.1"}, "ensemblepp": {"_type": "derivation", "name": "r-ensemblepp-1.0-0"}, "ensr": {"_type": "derivation", "name": "r-ensr-0.1.0"}, "ensurer": {"_type": "derivation", "name": "r-ensurer-1.1"}, "entcn": {"_type": "derivation", "name": "r-entcn-1.0.0"}, "entropart": {"_type": "derivation", "name": "r-entropart-1.6-11"}, "entropy": {"_type": "derivation", "name": "r-entropy-1.3.1"}, "entrymodels": {"_type": "derivation", "name": "r-entrymodels-0.2.1"}, "envDocument": {"_type": "derivation", "name": "r-envDocument-2.4.1"}, "envalysis": {"_type": "derivation", "name": "r-envalysis-0.5.4"}, "enveomics_R": {"_type": "derivation", "name": "r-enveomics.R-1.9.0"}, "envi": {"_type": "derivation", "name": "r-envi-0.1.15"}, "enviGCMS": {"_type": "derivation", "name": "r-enviGCMS-0.6.6"}, "enviPat": {"_type": "derivation", "name": "r-enviPat-2.6"}, "enviPick": {"_type": "derivation", "name": "r-enviPick-1.5"}, "envir": {"_type": "derivation", "name": "r-envir-0.2.2"}, "envirem": {"_type": "derivation", "name": "r-envirem-2.3"}, "envlpaster": {"_type": "derivation", "name": "r-envlpaster-0.1-2"}, "envnames": {"_type": "derivation", "name": "r-envnames-0.4.1"}, "envoutliers": {"_type": "derivation", "name": "r-envoutliers-1.1.0"}, "envstat": {"_type": "derivation", "name": "r-envstat-0.0.3"}, "eoR": {"_type": "derivation", "name": "r-eoR-0.4.0"}, "eoffice": {"_type": "derivation", "name": "r-eoffice-0.2.2"}, "epade": {"_type": "derivation", "name": "r-epade-0.5.1"}, "epandist": {"_type": "derivation", "name": "r-epandist-1.1.1"}, "epanet2toolkit": {"_type": "derivation", "name": "r-epanet2toolkit-0.5.1"}, "epanetReader": {"_type": "derivation", "name": "r-epanetReader-0.7.3"}, "epca": {"_type": "derivation", "name": "r-epca-1.0.0"}, "epcc": {"_type": "derivation", "name": "r-epcc-1.4.7"}, "eph": {"_type": "derivation", "name": "r-eph-0.5.1"}, "epi2me2r": {"_type": "derivation", "name": "r-epi2me2r-0.1.0"}, "epiDisplay": {"_type": "derivation", "name": "r-epiDisplay-3.5.0.2"}, "epiGWAS": {"_type": "derivation", "name": "r-epiGWAS-1.0.2"}, "epiNEM": {"_type": "derivation", "name": "r-epiNEM-1.20.0"}, "epiR": {"_type": "derivation", "name": "r-epiR-2.0.52"}, "epialleleR": {"_type": "derivation", "name": "r-epialleleR-1.4.0"}, "epibasix": {"_type": "derivation", "name": "r-epibasix-1.5"}, "epicontacts": {"_type": "derivation", "name": "r-epicontacts-1.1.2"}, "epidata": {"_type": "derivation", "name": "r-epidata-0.4.0"}, "epidecodeR": {"_type": "derivation", "name": "r-epidecodeR-1.4.0"}, "epidemia": {"_type": "derivation", "name": "r-epidemia-1.0.0"}, "epidm": {"_type": "derivation", "name": "r-epidm-1.0.4"}, "epifitter": {"_type": "derivation", "name": "r-epifitter-0.3.0"}, "epiflows": {"_type": "derivation", "name": "r-epiflows-0.2.0"}, "epigenomix": {"_type": "derivation", "name": "r-epigenomix-1.36.0"}, "epigraHMM": {"_type": "derivation", "name": "r-epigraHMM-1.4.0"}, "epigraphdb": {"_type": "derivation", "name": "r-epigraphdb-0.2.3"}, "epihet": {"_type": "derivation", "name": "r-epihet-1.12.0"}, "epikit": {"_type": "derivation", "name": "r-epikit-0.1.2"}, "epimdr": {"_type": "derivation", "name": "r-epimdr-0.6-5"}, "epimdr2": {"_type": "derivation", "name": "r-epimdr2-1.0-7"}, "epimutacions": {"_type": "derivation", "name": "r-epimutacions-1.0.3"}, "epimutacionsData": {"_type": "derivation", "name": "r-epimutacionsData-1.0.0"}, "epinet": {"_type": "derivation", "name": "r-epinet-2.1.8"}, "epinetr": {"_type": "derivation", "name": "r-epinetr-0.96"}, "epiphy": {"_type": "derivation", "name": "r-epiphy-0.3.4"}, "episcan": {"_type": "derivation", "name": "r-episcan-0.0.1"}, "episensr": {"_type": "derivation", "name": "r-episensr-1.1.0"}, "episplineDensity": {"_type": "derivation", "name": "r-episplineDensity-0.0-1"}, "epistack": {"_type": "derivation", "name": "r-epistack-1.2.0"}, "epistasis": {"_type": "derivation", "name": "r-epistasis-0.0.1-1"}, "epitab": {"_type": "derivation", "name": "r-epitab-0.2.2"}, "epitools": {"_type": "derivation", "name": "r-epitools-0.5-10.1"}, "epitopR": {"_type": "derivation", "name": "r-epitopR-0.1.2"}, "epitrix": {"_type": "derivation", "name": "r-epitrix-0.2.2"}, "epitweetr": {"_type": "derivation", "name": "r-epitweetr-2.0.3"}, "epivizr": {"_type": "derivation", "name": "r-epivizr-2.26.0"}, "epivizrChart": {"_type": "derivation", "name": "r-epivizrChart-1.18.0"}, "epivizrData": {"_type": "derivation", "name": "r-epivizrData-1.24.0"}, "epivizrServer": {"_type": "derivation", "name": "r-epivizrServer-1.24.0"}, "epivizrStandalone": {"_type": "derivation", "name": "r-epivizrStandalone-1.24.0"}, "eplusr": {"_type": "derivation", "name": "r-eplusr-0.15.2"}, "eply": {"_type": "derivation", "name": "r-eply-0.1.2"}, "epm": {"_type": "derivation", "name": "r-epm-1.1.0"}, "epoc": {"_type": "derivation", "name": "r-epoc-0.2.6-1.1"}, "epocakir": {"_type": "derivation", "name": "r-epocakir-0.9.8"}, "eponge": {"_type": "derivation", "name": "r-eponge-0.1.0"}, "epos": {"_type": "derivation", "name": "r-epos-1.0"}, "epr": {"_type": "derivation", "name": "r-epr-3.0"}, "epsiwal": {"_type": "derivation", "name": "r-epsiwal-0.1.0"}, "epubr": {"_type": "derivation", "name": "r-epubr-0.6.3"}, "epwshiftr": {"_type": "derivation", "name": "r-epwshiftr-0.1.3"}, "epxToR": {"_type": "derivation", "name": "r-epxToR-0.4-1"}, "eq5d": {"_type": "derivation", "name": "r-eq5d-0.12.0"}, "eqs2lavaan": {"_type": "derivation", "name": "r-eqs2lavaan-3.0"}, "eqtl": {"_type": "derivation", "name": "r-eqtl-1.1-7"}, "equalCovs": {"_type": "derivation", "name": "r-equalCovs-1.0"}, "equaltestMI": {"_type": "derivation", "name": "r-equaltestMI-0.6.1"}, "equatags": {"_type": "derivation", "name": "r-equatags-0.2.0"}, "equate": {"_type": "derivation", "name": "r-equate-2.0.8"}, "equateIRT": {"_type": "derivation", "name": "r-equateIRT-2.3.0"}, "equateMultiple": {"_type": "derivation", "name": "r-equateMultiple-0.1.1"}, "equatiomatic": {"_type": "derivation", "name": "r-equatiomatic-0.3.1"}, "equivUMP": {"_type": "derivation", "name": "r-equivUMP-0.1.1"}, "equivalence": {"_type": "derivation", "name": "r-equivalence-0.7.2"}, "equivalenceTest": {"_type": "derivation", "name": "r-equivalenceTest-0.0.1.1"}, "era": {"_type": "derivation", "name": "r-era-0.4.0"}, "erah": {"_type": "derivation", "name": "r-erah-1.1.2"}, "erboost": {"_type": "derivation", "name": "r-erboost-1.3"}, "erccdashboard": {"_type": "derivation", "name": "r-erccdashboard-1.30.0"}, "ercv": {"_type": "derivation", "name": "r-ercv-1.0.1"}, "erer": {"_type": "derivation", "name": "r-erer-3.1"}, "ergMargins": {"_type": "derivation", "name": "r-ergMargins-0.1.3"}, "ergm": {"_type": "derivation", "name": "r-ergm-4.2.3"}, "ergm_count": {"_type": "derivation", "name": "r-ergm.count-4.1.1"}, "ergm_ego": {"_type": "derivation", "name": "r-ergm.ego-1.0.1"}, "ergm_multi": {"_type": "derivation", "name": "r-ergm.multi-0.1.1"}, "ergm_rank": {"_type": "derivation", "name": "r-ergm.rank-4.1.0"}, "ergm_userterms": {"_type": "derivation", "name": "r-ergm.userterms-3.10.0"}, "ergmclust": {"_type": "derivation", "name": "r-ergmclust-1.0.0"}, "ergmharris": {"_type": "derivation", "name": "r-ergmharris-1.0"}, "ergmito": {"_type": "derivation", "name": "r-ergmito-0.3-0"}, "erify": {"_type": "derivation", "name": "r-erify-0.4.0"}, "erma": {"_type": "derivation", "name": "r-erma-1.12.0"}, "erpR": {"_type": "derivation", "name": "r-erpR-0.2.0"}, "erp_easy": {"_type": "derivation", "name": "r-erp.easy-1.1.0"}, "err": {"_type": "derivation", "name": "r-err-0.2.0"}, "erratum": {"_type": "derivation", "name": "r-erratum-2.2.0"}, "errint": {"_type": "derivation", "name": "r-errint-1.0"}, "errorist": {"_type": "derivation", "name": "r-errorist-0.1.0"}, "errorizer": {"_type": "derivation", "name": "r-errorizer-0.2.1"}, "errorlocate": {"_type": "derivation", "name": "r-errorlocate-1.1"}, "errors": {"_type": "derivation", "name": "r-errors-0.3.6"}, "errum": {"_type": "derivation", "name": "r-errum-0.0.3"}, "esATAC": {"_type": "derivation", "name": "r-esATAC-1.18.0"}, "esDesign": {"_type": "derivation", "name": "r-esDesign-1.0.3"}, "es_dif": {"_type": "derivation", "name": "r-es.dif-1.0.2"}, "esaBcv": {"_type": "derivation", "name": "r-esaBcv-1.2.1.1"}, "esaddle": {"_type": "derivation", "name": "r-esaddle-0.0.7"}, "esaps": {"_type": "derivation", "name": "r-esaps-0.2.2"}, "esback": {"_type": "derivation", "name": "r-esback-0.3.0"}, "esc": {"_type": "derivation", "name": "r-esc-0.5.1"}, "escalation": {"_type": "derivation", "name": "r-escalation-0.1.4"}, "escape": {"_type": "derivation", "name": "r-escape-1.6.0"}, "eseis": {"_type": "derivation", "name": "r-eseis-0.6.0"}, "esemifar": {"_type": "derivation", "name": "r-esemifar-1.0.1"}, "esetVis": {"_type": "derivation", "name": "r-esetVis-1.22.0"}, "eshrink": {"_type": "derivation", "name": "r-eshrink-0.1.2"}, "esmisc": {"_type": "derivation", "name": "r-esmisc-0.0.3"}, "esmprep": {"_type": "derivation", "name": "r-esmprep-0.2.0"}, "espadon": {"_type": "derivation", "name": "r-espadon-1.1.1"}, "esquisse": {"_type": "derivation", "name": "r-esquisse-1.1.2"}, "esreg": {"_type": "derivation", "name": "r-esreg-0.6.0"}, "ess": {"_type": "derivation", "name": "r-ess-1.1.2"}, "essHist": {"_type": "derivation", "name": "r-essHist-1.2.2"}, "essentials": {"_type": "derivation", "name": "r-essentials-0.1.0"}, "essurvey": {"_type": "derivation", "name": "r-essurvey-1.0.8"}, "estadistica": {"_type": "derivation", "name": "r-estadistica-0.2.2"}, "estatapi": {"_type": "derivation", "name": "r-estatapi-0.4.0"}, "estimability": {"_type": "derivation", "name": "r-estimability-1.4.1"}, "estimatr": {"_type": "derivation", "name": "r-estimatr-1.0.0"}, "estimraw": {"_type": "derivation", "name": "r-estimraw-1.0.0"}, "estmeansd": {"_type": "derivation", "name": "r-estmeansd-1.0.0"}, "estout": {"_type": "derivation", "name": "r-estout-1.2"}, "estprod": {"_type": "derivation", "name": "r-estprod-1.2"}, "estrogen": {"_type": "derivation", "name": "r-estrogen-1.42.0"}, "estudy2": {"_type": "derivation", "name": "r-estudy2-0.10.0"}, "esvis": {"_type": "derivation", "name": "r-esvis-0.3.1"}, "etable": {"_type": "derivation", "name": "r-etable-1.3.1"}, "etasFLP": {"_type": "derivation", "name": "r-etasFLP-2.2.0"}, "etec16s": {"_type": "derivation", "name": "r-etec16s-1.24.0"}, "ether": {"_type": "derivation", "name": "r-ether-0.1.6"}, "ethnobotanyR": {"_type": "derivation", "name": "r-ethnobotanyR-0.1.8"}, "etl": {"_type": "derivation", "name": "r-etl-0.4.0"}, "etm": {"_type": "derivation", "name": "r-etm-1.1.1"}, "etma": {"_type": "derivation", "name": "r-etma-1.1-1"}, "etrader": {"_type": "derivation", "name": "r-etrader-0.1.3"}, "etree": {"_type": "derivation", "name": "r-etree-0.1.0"}, "etrm": {"_type": "derivation", "name": "r-etrm-1.0.1"}, "etrunct": {"_type": "derivation", "name": "r-etrunct-0.1"}, "eudract": {"_type": "derivation", "name": "r-eudract-0.10.1"}, "eudysbiome": {"_type": "derivation", "name": "r-eudysbiome-1.26.0"}, "eulerian": {"_type": "derivation", "name": "r-eulerian-1.0"}, "eulerr": {"_type": "derivation", "name": "r-eulerr-6.1.1"}, "eurlex": {"_type": "derivation", "name": "r-eurlex-0.4.2"}, "eurocordexr": {"_type": "derivation", "name": "r-eurocordexr-0.2.2"}, "eurodata": {"_type": "derivation", "name": "r-eurodata-1.5.0"}, "europeanaR": {"_type": "derivation", "name": "r-europeanaR-0.1.0"}, "europepmc": {"_type": "derivation", "name": "r-europepmc-0.4.1"}, "europop": {"_type": "derivation", "name": "r-europop-0.3.1"}, "eurostat": {"_type": "derivation", "name": "r-eurostat-3.7.10"}, "eva": {"_type": "derivation", "name": "r-eva-0.2.6"}, "evabic": {"_type": "derivation", "name": "r-evabic-0.1.1"}, "evalITR": {"_type": "derivation", "name": "r-evalITR-0.3.0"}, "evalR": {"_type": "derivation", "name": "r-evalR-0.0.1"}, "evaluate": {"_type": "derivation", "name": "r-evaluate-0.17"}, "evaluator": {"_type": "derivation", "name": "r-evaluator-0.4.3"}, "evaluomeR": {"_type": "derivation", "name": "r-evaluomeR-1.12.0"}, "evclass": {"_type": "derivation", "name": "r-evclass-1.1.1"}, "evclust": {"_type": "derivation", "name": "r-evclust-2.0.2"}, "evd": {"_type": "derivation", "name": "r-evd-2.3-6.1"}, "evdbayes": {"_type": "derivation", "name": "r-evdbayes-1.1-1"}, "event": {"_type": "derivation", "name": "r-event-1.1.1"}, "eventInterval": {"_type": "derivation", "name": "r-eventInterval-1.3"}, "eventTrack": {"_type": "derivation", "name": "r-eventTrack-1.0.2"}, "eventdataR": {"_type": "derivation", "name": "r-eventdataR-0.3.1"}, "eventglm": {"_type": "derivation", "name": "r-eventglm-1.2.2"}, "eventr": {"_type": "derivation", "name": "r-eventr-1.0.0"}, "eventstream": {"_type": "derivation", "name": "r-eventstream-0.1.1"}, "eventstudies": {"_type": "derivation", "name": "r-eventstudies-1.2.2"}, "evgam": {"_type": "derivation", "name": "r-evgam-1.0.0"}, "evian": {"_type": "derivation", "name": "r-evian-2.1.0"}, "evidence": {"_type": "derivation", "name": "r-evidence-0.8.10"}, "evidenceFactors": {"_type": "derivation", "name": "r-evidenceFactors-1.8"}, "evident": {"_type": "derivation", "name": "r-evident-1.0.4"}, "evir": {"_type": "derivation", "name": "r-evir-1.7-4"}, "evmix": {"_type": "derivation", "name": "r-evmix-2.12"}, "evobiR": {"_type": "derivation", "name": "r-evobiR-1.1"}, "evolqg": {"_type": "derivation", "name": "r-evolqg-0.2-9"}, "evolvability": {"_type": "derivation", "name": "r-evolvability-2.0.0"}, "evoper": {"_type": "derivation", "name": "r-evoper-0.5.0"}, "evt0": {"_type": "derivation", "name": "r-evt0-1.1-3"}, "evtclass": {"_type": "derivation", "name": "r-evtclass-1.0"}, "evtree": {"_type": "derivation", "name": "r-evtree-1.0-8"}, "ewceData": {"_type": "derivation", "name": "r-ewceData-1.4.0"}, "ewoc": {"_type": "derivation", "name": "r-ewoc-0.3.0"}, "exCon": {"_type": "derivation", "name": "r-exCon-0.2.5"}, "exact2x2": {"_type": "derivation", "name": "r-exact2x2-1.6.6"}, "exactLoglinTest": {"_type": "derivation", "name": "r-exactLoglinTest-1.4.2"}, "exactRankTests": {"_type": "derivation", "name": "r-exactRankTests-0.8-35"}, "exact_n": {"_type": "derivation", "name": "r-exact.n-1.1.0"}, "exactci": {"_type": "derivation", "name": "r-exactci-1.4-2"}, "exactextractr": {"_type": "derivation", "name": "r-exactextractr-0.9.0"}, "exactmeta": {"_type": "derivation", "name": "r-exactmeta-1.0-2"}, "exampletestr": {"_type": "derivation", "name": "r-exampletestr-1.6.5"}, "exams": {"_type": "derivation", "name": "r-exams-2.4-0"}, "exams2learnr": {"_type": "derivation", "name": "r-exams2learnr-0.1-0"}, "exams2sakai": {"_type": "derivation", "name": "r-exams2sakai-0.3"}, "exams_mylearn": {"_type": "derivation", "name": "r-exams.mylearn-1.4"}, "exceedProb": {"_type": "derivation", "name": "r-exceedProb-0.0.1"}, "excelR": {"_type": "derivation", "name": "r-excelR-0.4.0"}, "exceldata": {"_type": "derivation", "name": "r-exceldata-0.1.1.2"}, "excelstrippr": {"_type": "derivation", "name": "r-excelstrippr-0.1.2"}, "excerptr": {"_type": "derivation", "name": "r-excerptr-2.0.1"}, "excessmort": {"_type": "derivation", "name": "r-excessmort-0.6.1"}, "excluder": {"_type": "derivation", "name": "r-excluder-0.4.0"}, "excluderanges": {"_type": "derivation", "name": "r-excluderanges-0.99.6"}, "excursions": {"_type": "derivation", "name": "r-excursions-2.5.4"}, "exdex": {"_type": "derivation", "name": "r-exdex-1.2.1"}, "exdqlm": {"_type": "derivation", "name": "r-exdqlm-0.1.2"}, "exif": {"_type": "derivation", "name": "r-exif-0.1.0"}, "exifr": {"_type": "derivation", "name": "r-exifr-0.3.2"}, "exiftoolr": {"_type": "derivation", "name": "r-exiftoolr-0.2.0"}, "exomeCopy": {"_type": "derivation", "name": "r-exomeCopy-1.42.0"}, "exomePeak2": {"_type": "derivation", "name": "r-exomePeak2-1.8.1"}, "exoplanets": {"_type": "derivation", "name": "r-exoplanets-0.2.2"}, "exp2flux": {"_type": "derivation", "name": "r-exp2flux-0.1"}, "expDB": {"_type": "derivation", "name": "r-expDB-0.1.0"}, "expSBM": {"_type": "derivation", "name": "r-expSBM-1.3.5"}, "expandFunctions": {"_type": "derivation", "name": "r-expandFunctions-0.1.0"}, "expands": {"_type": "derivation", "name": "r-expands-2.1.3"}, "expectreg": {"_type": "derivation", "name": "r-expectreg-0.52"}, "experDesign": {"_type": "derivation", "name": "r-experDesign-0.1.0"}, "experiment": {"_type": "derivation", "name": "r-experiment-1.2.1"}, "experimentr": {"_type": "derivation", "name": "r-experimentr-0.1.0"}, "expert": {"_type": "derivation", "name": "r-expert-1.0-0"}, "expint": {"_type": "derivation", "name": "r-expint-0.1-8"}, "expirest": {"_type": "derivation", "name": "r-expirest-0.1.3"}, "explor": {"_type": "derivation", "name": "r-explor-0.3.9"}, "exploratory": {"_type": "derivation", "name": "r-exploratory-0.3.13"}, "explore": {"_type": "derivation", "name": "r-explore-0.9.0"}, "exploreR": {"_type": "derivation", "name": "r-exploreR-0.1"}, "expm": {"_type": "derivation", "name": "r-expm-0.999-6"}, "expose": {"_type": "derivation", "name": "r-expose-0.0.3"}, "expp": {"_type": "derivation", "name": "r-expp-1.2.5"}, "expperm": {"_type": "derivation", "name": "r-expperm-1.6"}, "expsmooth": {"_type": "derivation", "name": "r-expsmooth-2.3"}, "expss": {"_type": "derivation", "name": "r-expss-0.11.2"}, "expstudy": {"_type": "derivation", "name": "r-expstudy-1.0.2"}, "exptest": {"_type": "derivation", "name": "r-exptest-1.2"}, "exreport": {"_type": "derivation", "name": "r-exreport-0.4.1"}, "exsic": {"_type": "derivation", "name": "r-exsic-1.1.1"}, "extRC": {"_type": "derivation", "name": "r-extRC-1.2"}, "extRatum": {"_type": "derivation", "name": "r-extRatum-1.0.4"}, "extRemes": {"_type": "derivation", "name": "r-extRemes-2.1-2"}, "extWeibQuant": {"_type": "derivation", "name": "r-extWeibQuant-1.1"}, "extdplyr": {"_type": "derivation", "name": "r-extdplyr-0.1.5"}, "extendedFamily": {"_type": "derivation", "name": "r-extendedFamily-0.2.1"}, "exteriorMatch": {"_type": "derivation", "name": "r-exteriorMatch-1.0.0"}, "extfunnel": {"_type": "derivation", "name": "r-extfunnel-1.3"}, "extlasso": {"_type": "derivation", "name": "r-extlasso-0.3"}, "extraBinomial": {"_type": "derivation", "name": "r-extraBinomial-2.1"}, "extraChIPs": {"_type": "derivation", "name": "r-extraChIPs-1.0.4"}, "extraDistr": {"_type": "derivation", "name": "r-extraDistr-1.9.1"}, "extraTrees": {"_type": "derivation", "name": "r-extraTrees-1.0.5"}, "extrafont": {"_type": "derivation", "name": "r-extrafont-0.18"}, "extrafontdb": {"_type": "derivation", "name": "r-extrafontdb-1.0"}, "extrafrail": {"_type": "derivation", "name": "r-extrafrail-1.2"}, "extraoperators": {"_type": "derivation", "name": "r-extraoperators-0.1.1"}, "extras": {"_type": "derivation", "name": "r-extras-0.4.0"}, "extraterrestrial": {"_type": "derivation", "name": "r-extraterrestrial-0.1.0"}, "extremeIndex": {"_type": "derivation", "name": "r-extremeIndex-0.0.3"}, "extremeStat": {"_type": "derivation", "name": "r-extremeStat-1.5.2"}, "extremefit": {"_type": "derivation", "name": "r-extremefit-1.0.2"}, "extremevalues": {"_type": "derivation", "name": "r-extremevalues-2.3.3"}, "extremis": {"_type": "derivation", "name": "r-extremis-1.2"}, "extremogram": {"_type": "derivation", "name": "r-extremogram-1.0.2"}, "exuber": {"_type": "derivation", "name": "r-exuber-1.0.0"}, "eye": {"_type": "derivation", "name": "r-eye-1.2.1"}, "eyeRead": {"_type": "derivation", "name": "r-eyeRead-0.0.4"}, "eyeTrackR": {"_type": "derivation", "name": "r-eyeTrackR-1.0.1"}, "eyedata": {"_type": "derivation", "name": "r-eyedata-0.1.0"}, "eyelinkReader": {"_type": "derivation", "name": "r-eyelinkReader-1.0.0"}, "eyelinker": {"_type": "derivation", "name": "r-eyelinker-0.2.1"}, "eyetracking": {"_type": "derivation", "name": "r-eyetracking-1.1"}, "eyetrackingR": {"_type": "derivation", "name": "r-eyetrackingR-0.2.0"}, "ez": {"_type": "derivation", "name": "r-ez-4.4-0"}, "ezCutoffs": {"_type": "derivation", "name": "r-ezCutoffs-1.0.1"}, "ezEDA": {"_type": "derivation", "name": "r-ezEDA-0.1.1"}, "ez_combat": {"_type": "derivation", "name": "r-ez.combat-1.0.0"}, "ezcox": {"_type": "derivation", "name": "r-ezcox-1.0.2"}, "ezec": {"_type": "derivation", "name": "r-ezec-1.0.1"}, "ezglm": {"_type": "derivation", "name": "r-ezglm-1.0"}, "ezknitr": {"_type": "derivation", "name": "r-ezknitr-0.6"}, "ezmmek": {"_type": "derivation", "name": "r-ezmmek-0.2.4"}, "ezpickr": {"_type": "derivation", "name": "r-ezpickr-2.1.0"}, "ezplot": {"_type": "derivation", "name": "r-ezplot-0.7.3"}, "ezr": {"_type": "derivation", "name": "r-ezr-0.1.5"}, "ezsim": {"_type": "derivation", "name": "r-ezsim-0.5.5"}, "fANCOVA": {"_type": "derivation", "name": "r-fANCOVA-0.6-1"}, "fAsianOptions": {"_type": "derivation", "name": "r-fAsianOptions-3042.82"}, "fAssets": {"_type": "derivation", "name": "r-fAssets-3042.84"}, "fBasics": {"_type": "derivation", "name": "r-fBasics-4021.93"}, "fBonds": {"_type": "derivation", "name": "r-fBonds-3042.78"}, "fCCAC": {"_type": "derivation", "name": "r-fCCAC-1.22.0"}, "fCI": {"_type": "derivation", "name": "r-fCI-1.26.0"}, "fCertificates": {"_type": "derivation", "name": "r-fCertificates-0.5-4"}, "fCopulae": {"_type": "derivation", "name": "r-fCopulae-4021.84"}, "fDMA": {"_type": "derivation", "name": "r-fDMA-2.2.6"}, "fExoticOptions": {"_type": "derivation", "name": "r-fExoticOptions-3042.80"}, "fExpressCertificates": {"_type": "derivation", "name": "r-fExpressCertificates-1.3"}, "fExtremes": {"_type": "derivation", "name": "r-fExtremes-4021.83"}, "fGarch": {"_type": "derivation", "name": "r-fGarch-4021.88"}, "fHMM": {"_type": "derivation", "name": "r-fHMM-1.0.3"}, "fICA": {"_type": "derivation", "name": "r-fICA-1.1-2"}, "fImport": {"_type": "derivation", "name": "r-fImport-4021.86"}, "fMRIscrub": {"_type": "derivation", "name": "r-fMRIscrub-0.11.2"}, "fMultivar": {"_type": "derivation", "name": "r-fMultivar-4021.83"}, "fNonlinear": {"_type": "derivation", "name": "r-fNonlinear-4021.81"}, "fOptions": {"_type": "derivation", "name": "r-fOptions-3042.86"}, "fPortfolio": {"_type": "derivation", "name": "r-fPortfolio-3042.83.1"}, "fRLR": {"_type": "derivation", "name": "r-fRLR-1.2.1"}, "fRegression": {"_type": "derivation", "name": "r-fRegression-4021.83"}, "fSRM": {"_type": "derivation", "name": "r-fSRM-0.6.5"}, "fTrading": {"_type": "derivation", "name": "r-fTrading-3042.79"}, "fUnitRoots": {"_type": "derivation", "name": "r-fUnitRoots-4021.80"}, "faahKO": {"_type": "derivation", "name": "r-faahKO-1.36.0"}, "fabCI": {"_type": "derivation", "name": "r-fabCI-0.2"}, "fabMix": {"_type": "derivation", "name": "r-fabMix-5.0"}, "fabia": {"_type": "derivation", "name": "r-fabia-2.42.0"}, "fabiaData": {"_type": "derivation", "name": "r-fabiaData-1.34.0"}, "fabisearch": {"_type": "derivation", "name": "r-fabisearch-0.0.4.4"}, "fable": {"_type": "derivation", "name": "r-fable-0.3.2"}, "fable_ata": {"_type": "derivation", "name": "r-fable.ata-0.0.3"}, "fable_prophet": {"_type": "derivation", "name": "r-fable.prophet-0.1.0"}, "fabletools": {"_type": "derivation", "name": "r-fabletools-0.3.2"}, "fabricatr": {"_type": "derivation", "name": "r-fabricatr-1.0.0"}, "fabricerin": {"_type": "derivation", "name": "r-fabricerin-0.1.2"}, "face": {"_type": "derivation", "name": "r-face-0.1-7"}, "facebookadsR": {"_type": "derivation", "name": "r-facebookadsR-0.1.0"}, "facerec": {"_type": "derivation", "name": "r-facerec-0.1.0"}, "facilitation": {"_type": "derivation", "name": "r-facilitation-0.5.2"}, "factDesign": {"_type": "derivation", "name": "r-factDesign-1.72.0"}, "factiv": {"_type": "derivation", "name": "r-factiv-0.1.0"}, "factoextra": {"_type": "derivation", "name": "r-factoextra-1.0.7"}, "factoptd": {"_type": "derivation", "name": "r-factoptd-1.0.3"}, "factorEx": {"_type": "derivation", "name": "r-factorEx-1.0.1"}, "factorMerger": {"_type": "derivation", "name": "r-factorMerger-0.4.0"}, "factorQR": {"_type": "derivation", "name": "r-factorQR-0.1-4"}, "factor_switching": {"_type": "derivation", "name": "r-factor.switching-1.3"}, "factorial2x2": {"_type": "derivation", "name": "r-factorial2x2-0.2.0"}, "factormodel": {"_type": "derivation", "name": "r-factormodel-1.0"}, "factorplot": {"_type": "derivation", "name": "r-factorplot-1.1-2"}, "factorstochvol": {"_type": "derivation", "name": "r-factorstochvol-1.0.1"}, "factory": {"_type": "derivation", "name": "r-factory-0.1.0"}, "factset_analyticsapi_engines": {"_type": "derivation", "name": "r-factset.analyticsapi.engines-3.0.1"}, "factset_protobuf_stach_v2": {"_type": "derivation", "name": "r-factset.protobuf.stach.v2-1.0.6"}, "factset_protobuf_stachextensions": {"_type": "derivation", "name": "r-factset.protobuf.stachextensions-1.0.1"}, "factualR": {"_type": "derivation", "name": "r-factualR-0.5"}, "fad": {"_type": "derivation", "name": "r-fad-0.9-1"}, "fail": {"_type": "derivation", "name": "r-fail-1.3"}, "fairadapt": {"_type": "derivation", "name": "r-fairadapt-0.2.4"}, "fairml": {"_type": "derivation", "name": "r-fairml-0.7"}, "fairmodels": {"_type": "derivation", "name": "r-fairmodels-1.2.1"}, "fairness": {"_type": "derivation", "name": "r-fairness-1.2.2"}, "fairsubset": {"_type": "derivation", "name": "r-fairsubset-1.0"}, "faisalconjoint": {"_type": "derivation", "name": "r-faisalconjoint-1.15"}, "fake": {"_type": "derivation", "name": "r-fake-1.0.0"}, "fakeR": {"_type": "derivation", "name": "r-fakeR-1.0"}, "fakemake": {"_type": "derivation", "name": "r-fakemake-1.10.4"}, "fakmct": {"_type": "derivation", "name": "r-fakmct-0.1.0"}, "falcon": {"_type": "derivation", "name": "r-falcon-0.2"}, "falconx": {"_type": "derivation", "name": "r-falconx-0.2"}, "fam2r": {"_type": "derivation", "name": "r-fam2r-1.2"}, "famSKATRC": {"_type": "derivation", "name": "r-famSKATRC-1.1.0"}, "fam_recrisk": {"_type": "derivation", "name": "r-fam.recrisk-0.1"}, "famat": {"_type": "derivation", "name": "r-famat-1.6.6"}, "fame": {"_type": "derivation", "name": "r-fame-2.21.1"}, "familial": {"_type": "derivation", "name": "r-familial-1.0.4"}, "familiar": {"_type": "derivation", "name": "r-familiar-1.3.0"}, "fanc": {"_type": "derivation", "name": "r-fanc-2.3.5"}, "fancycut": {"_type": "derivation", "name": "r-fancycut-0.1.2"}, "fanovaGraph": {"_type": "derivation", "name": "r-fanovaGraph-1.5"}, "fanplot": {"_type": "derivation", "name": "r-fanplot-4.0.0"}, "fansi": {"_type": "derivation", "name": "r-fansi-1.0.3"}, "faoutlier": {"_type": "derivation", "name": "r-faoutlier-0.7.6"}, "faq": {"_type": "derivation", "name": "r-faq-0.1.1"}, "far": {"_type": "derivation", "name": "r-far-0.6-6"}, "faraway": {"_type": "derivation", "name": "r-faraway-1.0.8"}, "farff": {"_type": "derivation", "name": "r-farff-1.1.1"}, "farms": {"_type": "derivation", "name": "r-farms-1.48.0"}, "farr": {"_type": "derivation", "name": "r-farr-0.2.27"}, "farrell": {"_type": "derivation", "name": "r-farrell-0.2.1"}, "farver": {"_type": "derivation", "name": "r-farver-2.1.1"}, "fasano_franceschini_test": {"_type": "derivation", "name": "r-fasano.franceschini.test-2.1.0"}, "fasi": {"_type": "derivation", "name": "r-fasi-1.0.0"}, "fasjem": {"_type": "derivation", "name": "r-fasjem-1.1.2"}, "fasstr": {"_type": "derivation", "name": "r-fasstr-0.5.0"}, "fastAdaboost": {"_type": "derivation", "name": "r-fastAdaboost-1.0.0"}, "fastCorrDiff": {"_type": "derivation", "name": "r-fastCorrDiff-0.5"}, "fastDummies": {"_type": "derivation", "name": "r-fastDummies-1.6.3"}, "fastGHQuad": {"_type": "derivation", "name": "r-fastGHQuad-1.0.1"}, "fastGLCM": {"_type": "derivation", "name": "r-fastGLCM-1.0.2"}, "fastGraph": {"_type": "derivation", "name": "r-fastGraph-2.1"}, "fastHICA": {"_type": "derivation", "name": "r-fastHICA-1.0.2"}, "fastICA": {"_type": "derivation", "name": "r-fastICA-1.2-3"}, "fastJT": {"_type": "derivation", "name": "r-fastJT-1.0.6"}, "fastLaplace": {"_type": "derivation", "name": "r-fastLaplace-0.0.2"}, "fastLink": {"_type": "derivation", "name": "r-fastLink-0.6.0"}, "fastLiquidAssociation": {"_type": "derivation", "name": "r-fastLiquidAssociation-1.32.0"}, "fastM": {"_type": "derivation", "name": "r-fastM-0.0-4"}, "fastNaiveBayes": {"_type": "derivation", "name": "r-fastNaiveBayes-2.2.1"}, "fastOnlineCpt": {"_type": "derivation", "name": "r-fastOnlineCpt-1.0"}, "fastR2": {"_type": "derivation", "name": "r-fastR2-1.2.2"}, "fastRG": {"_type": "derivation", "name": "r-fastRG-0.3.1"}, "fastRhockey": {"_type": "derivation", "name": "r-fastRhockey-0.4.0"}, "fastSOM": {"_type": "derivation", "name": "r-fastSOM-1.0.1"}, "fastText": {"_type": "derivation", "name": "r-fastText-1.0.3"}, "fastTextR": {"_type": "derivation", "name": "r-fastTextR-2.0.0"}, "fastTopics": {"_type": "derivation", "name": "r-fastTopics-0.6-142"}, "fastWavelets": {"_type": "derivation", "name": "r-fastWavelets-1.0.0"}, "fasta": {"_type": "derivation", "name": "r-fasta-0.1.0"}, "fastadi": {"_type": "derivation", "name": "r-fastadi-0.1.1"}, "fastai": {"_type": "derivation", "name": "r-fastai-2.2.0"}, "fastclime": {"_type": "derivation", "name": "r-fastclime-1.4.1"}, "fastcluster": {"_type": "derivation", "name": "r-fastcluster-1.2.3"}, "fastcmh": {"_type": "derivation", "name": "r-fastcmh-0.2.7"}, "fastcmprsk": {"_type": "derivation", "name": "r-fastcmprsk-1.1.1"}, "fastcox": {"_type": "derivation", "name": "r-fastcox-1.1.3"}, "fastdigest": {"_type": "derivation", "name": "r-fastdigest-0.6-3"}, "fasterElasticNet": {"_type": "derivation", "name": "r-fasterElasticNet-1.1.2"}, "fasteraster": {"_type": "derivation", "name": "r-fasteraster-1.1.1"}, "fasterize": {"_type": "derivation", "name": "r-fasterize-1.0.3"}, "fastglm": {"_type": "derivation", "name": "r-fastglm-0.0.3"}, "fasthplus": {"_type": "derivation", "name": "r-fasthplus-1.0"}, "fastkmedoids": {"_type": "derivation", "name": "r-fastkmedoids-1.2"}, "fastlogitME": {"_type": "derivation", "name": "r-fastlogitME-0.1.0"}, "fastlogranktest": {"_type": "derivation", "name": "r-fastlogranktest-0.2.1"}, "fastmaRching": {"_type": "derivation", "name": "r-fastmaRching-1.1.0"}, "fastmap": {"_type": "derivation", "name": "r-fastmap-1.1.0"}, "fastmatch": {"_type": "derivation", "name": "r-fastmatch-1.1-3"}, "fastmatrix": {"_type": "derivation", "name": "r-fastmatrix-0.4-1245"}, "fastmit": {"_type": "derivation", "name": "r-fastmit-0.1.1"}, "fastnet": {"_type": "derivation", "name": "r-fastnet-1.0.0"}, "fastpos": {"_type": "derivation", "name": "r-fastpos-0.5.1"}, "fastpseudo": {"_type": "derivation", "name": "r-fastpseudo-0.1"}, "fastqcr": {"_type": "derivation", "name": "r-fastqcr-0.1.2"}, "fastqq": {"_type": "derivation", "name": "r-fastqq-0.1.3"}, "fastreeR": {"_type": "derivation", "name": "r-fastreeR-1.0.0"}, "fastrep": {"_type": "derivation", "name": "r-fastrep-0.7"}, "fastrmodels": {"_type": "derivation", "name": "r-fastrmodels-1.0.2"}, "fastseg": {"_type": "derivation", "name": "r-fastseg-1.42.0"}, "fastshap": {"_type": "derivation", "name": "r-fastshap-0.0.7"}, "fasttime": {"_type": "derivation", "name": "r-fasttime-1.1-0"}, "fastverse": {"_type": "derivation", "name": "r-fastverse-0.2.4"}, "fat2Lpoly": {"_type": "derivation", "name": "r-fat2Lpoly-1.2.5"}, "faux": {"_type": "derivation", "name": "r-faux-1.1.0"}, "fauxnaif": {"_type": "derivation", "name": "r-fauxnaif-0.7.1"}, "fauxpas": {"_type": "derivation", "name": "r-fauxpas-0.5.0"}, "faviconPlease": {"_type": "derivation", "name": "r-faviconPlease-0.1.2"}, "favnums": {"_type": "derivation", "name": "r-favnums-1.0.0"}, "fbRads": {"_type": "derivation", "name": "r-fbRads-0.2"}, "fbRanks": {"_type": "derivation", "name": "r-fbRanks-2.0"}, "fbar": {"_type": "derivation", "name": "r-fbar-0.6.0"}, "fbati": {"_type": "derivation", "name": "r-fbati-1.0-5"}, "fbnet": {"_type": "derivation", "name": "r-fbnet-1.0.1"}, "fbroc": {"_type": "derivation", "name": "r-fbroc-0.4.1"}, "fbst": {"_type": "derivation", "name": "r-fbst-1.9"}, "fc": {"_type": "derivation", "name": "r-fc-0.1.0"}, "fcScan": {"_type": "derivation", "name": "r-fcScan-1.10.0"}, "fca": {"_type": "derivation", "name": "r-fca-0.1.0"}, "fcaR": {"_type": "derivation", "name": "r-fcaR-1.2.0"}, "fcci": {"_type": "derivation", "name": "r-fcci-1.0.1"}, "fcd": {"_type": "derivation", "name": "r-fcd-0.1"}, "fcfdr": {"_type": "derivation", "name": "r-fcfdr-1.0.0"}, "fcirt": {"_type": "derivation", "name": "r-fcirt-0.1.0"}, "fclust": {"_type": "derivation", "name": "r-fclust-2.1.1"}, "fcm": {"_type": "derivation", "name": "r-fcm-0.1.3"}, "fcoex": {"_type": "derivation", "name": "r-fcoex-1.10.0"}, "fcr": {"_type": "derivation", "name": "r-fcr-1.0"}, "fcros": {"_type": "derivation", "name": "r-fcros-1.6.1"}, "fctbases": {"_type": "derivation", "name": "r-fctbases-1.1.1"}, "fcuk": {"_type": "derivation", "name": "r-fcuk-0.1.21"}, "fdANOVA": {"_type": "derivation", "name": "r-fdANOVA-0.1.2"}, "fda": {"_type": "derivation", "name": "r-fda-6.0.5"}, "fdaACF": {"_type": "derivation", "name": "r-fdaACF-1.0.0"}, "fdaMixed": {"_type": "derivation", "name": "r-fdaMixed-0.6"}, "fdaMocca": {"_type": "derivation", "name": "r-fdaMocca-0.1-1"}, "fdaPDE": {"_type": "derivation", "name": "r-fdaPDE-1.1-8"}, "fdaPOIFD": {"_type": "derivation", "name": "r-fdaPOIFD-1.0.3"}, "fda_usc": {"_type": "derivation", "name": "r-fda.usc-2.1.0"}, "fdacluster": {"_type": "derivation", "name": "r-fdacluster-0.1.1"}, "fdaconcur": {"_type": "derivation", "name": "r-fdaconcur-0.1.0"}, "fdadensity": {"_type": "derivation", "name": "r-fdadensity-0.1.2"}, "fdakma": {"_type": "derivation", "name": "r-fdakma-1.2.1"}, "fdaoutlier": {"_type": "derivation", "name": "r-fdaoutlier-0.2.0"}, "fdapace": {"_type": "derivation", "name": "r-fdapace-0.5.9"}, "fdapaceShiny": {"_type": "derivation", "name": "r-fdapaceShiny-1.0.5"}, "fdasrvf": {"_type": "derivation", "name": "r-fdasrvf-1.9.8"}, "fdatest": {"_type": "derivation", "name": "r-fdatest-2.1.1"}, "fdcov": {"_type": "derivation", "name": "r-fdcov-1.1.0"}, "fddm": {"_type": "derivation", "name": "r-fddm-0.5-2"}, "fdistr": {"_type": "derivation", "name": "r-fdistr-0.1.0"}, "fdm2id": {"_type": "derivation", "name": "r-fdm2id-0.9.8"}, "fdq": {"_type": "derivation", "name": "r-fdq-0.12"}, "fdrDiscreteNull": {"_type": "derivation", "name": "r-fdrDiscreteNull-1.4"}, "fdrame": {"_type": "derivation", "name": "r-fdrame-1.68.0"}, "fdrci": {"_type": "derivation", "name": "r-fdrci-2.4"}, "fdrtool": {"_type": "derivation", "name": "r-fdrtool-1.2.17"}, "fds": {"_type": "derivation", "name": "r-fds-1.8"}, "fdth": {"_type": "derivation", "name": "r-fdth-1.2-6"}, "feamiR": {"_type": "derivation", "name": "r-feamiR-0.1.0"}, "feasts": {"_type": "derivation", "name": "r-feasts-0.3.0"}, "feather": {"_type": "derivation", "name": "r-feather-0.3.5"}, "feature": {"_type": "derivation", "name": "r-feature-1.2.15"}, "featureCorMatrix": {"_type": "derivation", "name": "r-featureCorMatrix-0.4.0"}, "featurefinder": {"_type": "derivation", "name": "r-featurefinder-1.1"}, "featureflag": {"_type": "derivation", "name": "r-featureflag-0.1.0"}, "features": {"_type": "derivation", "name": "r-features-2015.12-1"}, "featuretoolsR": {"_type": "derivation", "name": "r-featuretoolsR-0.4.4"}, "featurizer": {"_type": "derivation", "name": "r-featurizer-0.2"}, "febr": {"_type": "derivation", "name": "r-febr-1.9.9"}, "fec16": {"_type": "derivation", "name": "r-fec16-0.1.3"}, "fechner": {"_type": "derivation", "name": "r-fechner-1.0-3"}, "fect": {"_type": "derivation", "name": "r-fect-1.0.0"}, "federalregister": {"_type": "derivation", "name": "r-federalregister-0.2.0"}, "fedmatch": {"_type": "derivation", "name": "r-fedmatch-2.0.5"}, "fedregs": {"_type": "derivation", "name": "r-fedregs-1.0.0"}, "fedstatAPIr": {"_type": "derivation", "name": "r-fedstatAPIr-0.2.0"}, "fedup": {"_type": "derivation", "name": "r-fedup-1.4.0"}, "feedeR": {"_type": "derivation", "name": "r-feedeR-0.0.10"}, "feisr": {"_type": "derivation", "name": "r-feisr-1.3.0"}, "fellov": {"_type": "derivation", "name": "r-fellov-0.1"}, "felp": {"_type": "derivation", "name": "r-felp-0.3.0"}, "fence": {"_type": "derivation", "name": "r-fence-1.0"}, "fergm": {"_type": "derivation", "name": "r-fergm-1.1.4"}, "fermicatsR": {"_type": "derivation", "name": "r-fermicatsR-1.4"}, "ferrn": {"_type": "derivation", "name": "r-ferrn-0.0.2"}, "ff": {"_type": "derivation", "name": "r-ff-4.0.7"}, "ffbase": {"_type": "derivation", "name": "r-ffbase-0.13.3"}, "fflr": {"_type": "derivation", "name": "r-fflr-2.1.0"}, "ffmanova": {"_type": "derivation", "name": "r-ffmanova-1.1.1"}, "ffmetadata": {"_type": "derivation", "name": "r-ffmetadata-1.0.0"}, "ffp": {"_type": "derivation", "name": "r-ffp-0.2.2"}, "ffpe": {"_type": "derivation", "name": "r-ffpe-1.40.0"}, "ffpeExampleData": {"_type": "derivation", "name": "r-ffpeExampleData-1.34.0"}, "ffscrapr": {"_type": "derivation", "name": "r-ffscrapr-1.4.7"}, "ffsimulator": {"_type": "derivation", "name": "r-ffsimulator-1.2.2"}, "ffstream": {"_type": "derivation", "name": "r-ffstream-0.1.6"}, "fftw": {"_type": "derivation", "name": "r-fftw-1.0-7"}, "fftwtools": {"_type": "derivation", "name": "r-fftwtools-0.9-11"}, "fgac": {"_type": "derivation", "name": "r-fgac-0.6-1"}, "fgdr": {"_type": "derivation", "name": "r-fgdr-1.1.1"}, "fgeo": {"_type": "derivation", "name": "r-fgeo-1.1.4"}, "fgeo_analyze": {"_type": "derivation", "name": "r-fgeo.analyze-1.1.14"}, "fgeo_plot": {"_type": "derivation", "name": "r-fgeo.plot-1.1.11"}, "fgeo_tool": {"_type": "derivation", "name": "r-fgeo.tool-1.2.8"}, "fgeo_x": {"_type": "derivation", "name": "r-fgeo.x-1.1.4"}, "fgga": {"_type": "derivation", "name": "r-fgga-1.4.0"}, "fgitR": {"_type": "derivation", "name": "r-fgitR-0.2.0"}, "fglsnet": {"_type": "derivation", "name": "r-fglsnet-1.0"}, "fgm": {"_type": "derivation", "name": "r-fgm-1.0"}, "fgof": {"_type": "derivation", "name": "r-fgof-0.2-1"}, "fgpt": {"_type": "derivation", "name": "r-fgpt-2.3"}, "fgsea": {"_type": "derivation", "name": "r-fgsea-1.22.0"}, "fgui": {"_type": "derivation", "name": "r-fgui-1.0-8"}, "fhircrackr": {"_type": "derivation", "name": "r-fhircrackr-2.0.0"}, "fiberLD": {"_type": "derivation", "name": "r-fiberLD-0.1-7"}, "fibroEset": {"_type": "derivation", "name": "r-fibroEset-1.38.0"}, "fic": {"_type": "derivation", "name": "r-fic-1.0.0"}, "fidap": {"_type": "derivation", "name": "r-fidap-0.0.3"}, "fidelius": {"_type": "derivation", "name": "r-fidelius-0.0.2"}, "fido": {"_type": "derivation", "name": "r-fido-1.0.3"}, "fieldRS": {"_type": "derivation", "name": "r-fieldRS-0.2.3"}, "fields": {"_type": "derivation", "name": "r-fields-14.1"}, "fiery": {"_type": "derivation", "name": "r-fiery-1.1.4"}, "fig": {"_type": "derivation", "name": "r-fig-1.0.0"}, "figpatch": {"_type": "derivation", "name": "r-figpatch-0.2"}, "figuRes2": {"_type": "derivation", "name": "r-figuRes2-1.0.0"}, "file2meco": {"_type": "derivation", "name": "r-file2meco-0.4.0"}, "filearray": {"_type": "derivation", "name": "r-filearray-0.1.5"}, "filebin": {"_type": "derivation", "name": "r-filebin-0.0.5"}, "filehash": {"_type": "derivation", "name": "r-filehash-2.4-3"}, "filehashSQLite": {"_type": "derivation", "name": "r-filehashSQLite-0.2-6"}, "filelock": {"_type": "derivation", "name": "r-filelock-1.0.2"}, "filematrix": {"_type": "derivation", "name": "r-filematrix-1.3"}, "filenamer": {"_type": "derivation", "name": "r-filenamer-0.2.3"}, "files": {"_type": "derivation", "name": "r-files-0.0.1"}, "filesstrings": {"_type": "derivation", "name": "r-filesstrings-3.2.3"}, "filling": {"_type": "derivation", "name": "r-filling-0.2.3"}, "fillr": {"_type": "derivation", "name": "r-fillr-1.0.0"}, "filterNHP": {"_type": "derivation", "name": "r-filterNHP-0.1.2"}, "finalfit": {"_type": "derivation", "name": "r-finalfit-1.0.5"}, "finbif": {"_type": "derivation", "name": "r-finbif-0.7.0"}, "finch": {"_type": "derivation", "name": "r-finch-0.4.0"}, "findInFiles": {"_type": "derivation", "name": "r-findInFiles-0.4.0"}, "findInGit": {"_type": "derivation", "name": "r-findInGit-0.1.1"}, "findR": {"_type": "derivation", "name": "r-findR-0.2.1"}, "findpython": {"_type": "derivation", "name": "r-findpython-1.0.7"}, "findviews": {"_type": "derivation", "name": "r-findviews-0.1.3"}, "finetune": {"_type": "derivation", "name": "r-finetune-1.0.1"}, "fingerPro": {"_type": "derivation", "name": "r-fingerPro-1.1"}, "fingerprint": {"_type": "derivation", "name": "r-fingerprint-3.5.7"}, "finiteruinprob": {"_type": "derivation", "name": "r-finiteruinprob-0.6"}, "finity": {"_type": "derivation", "name": "r-finity-0.1.4.1"}, "finnishgrid": {"_type": "derivation", "name": "r-finnishgrid-0.1.0"}, "finnts": {"_type": "derivation", "name": "r-finnts-0.2.0"}, "finreportr": {"_type": "derivation", "name": "r-finreportr-1.0.4"}, "fipe": {"_type": "derivation", "name": "r-fipe-0.0.1"}, "fipio": {"_type": "derivation", "name": "r-fipio-1.1.1"}, "fipp": {"_type": "derivation", "name": "r-fipp-1.0.0"}, "firebase": {"_type": "derivation", "name": "r-firebase-1.0.1"}, "firebehavioR": {"_type": "derivation", "name": "r-firebehavioR-0.1.2"}, "fishMod": {"_type": "derivation", "name": "r-fishMod-0.29"}, "fishbc": {"_type": "derivation", "name": "r-fishbc-0.2.1"}, "fishdata": {"_type": "derivation", "name": "r-fishdata-1.0.1"}, "fisheye": {"_type": "derivation", "name": "r-fisheye-0.1.0"}, "fisheyeR": {"_type": "derivation", "name": "r-fisheyeR-0.9"}, "fishflux": {"_type": "derivation", "name": "r-fishflux-0.0.1.6"}, "fishkirkko2015": {"_type": "derivation", "name": "r-fishkirkko2015-1.0.0"}, "fishmethods": {"_type": "derivation", "name": "r-fishmethods-1.11-3"}, "fishmove": {"_type": "derivation", "name": "r-fishmove-0.3-3"}, "fishpond": {"_type": "derivation", "name": "r-fishpond-2.2.0"}, "fishtree": {"_type": "derivation", "name": "r-fishtree-0.3.4"}, "fishualize": {"_type": "derivation", "name": "r-fishualize-0.2.3"}, "fission": {"_type": "derivation", "name": "r-fission-1.16.0"}, "fitConic": {"_type": "derivation", "name": "r-fitConic-1.2"}, "fitCons_UCSC_hg19": {"_type": "derivation", "name": "r-fitCons.UCSC.hg19-3.7.1"}, "fitDRC": {"_type": "derivation", "name": "r-fitDRC-1.1.1"}, "fitHeavyTail": {"_type": "derivation", "name": "r-fitHeavyTail-0.1.4"}, "fitODBOD": {"_type": "derivation", "name": "r-fitODBOD-1.4.1-1"}, "fitPoly": {"_type": "derivation", "name": "r-fitPoly-3.0.0"}, "fitTetra": {"_type": "derivation", "name": "r-fitTetra-1.0"}, "fit_models": {"_type": "derivation", "name": "r-fit.models-0.64"}, "fitbitScraper": {"_type": "derivation", "name": "r-fitbitScraper-0.1.8"}, "fitbitViz": {"_type": "derivation", "name": "r-fitbitViz-1.0.4"}, "fitbitr": {"_type": "derivation", "name": "r-fitbitr-0.2.0"}, "fitdc": {"_type": "derivation", "name": "r-fitdc-0.0.1"}, "fitdistrplus": {"_type": "derivation", "name": "r-fitdistrplus-1.1-8"}, "fitmix": {"_type": "derivation", "name": "r-fitmix-0.1.0"}, "fitode": {"_type": "derivation", "name": "r-fitode-0.1.1"}, "fitplc": {"_type": "derivation", "name": "r-fitplc-1.2-3"}, "fitscape": {"_type": "derivation", "name": "r-fitscape-0.1.0"}, "fitteR": {"_type": "derivation", "name": "r-fitteR-0.2.0"}, "fitur": {"_type": "derivation", "name": "r-fitur-0.6.2"}, "fitzRoy": {"_type": "derivation", "name": "r-fitzRoy-1.2.0"}, "fivethirtyeight": {"_type": "derivation", "name": "r-fivethirtyeight-0.6.2"}, "fixedTimeEvents": {"_type": "derivation", "name": "r-fixedTimeEvents-1.0.1"}, "fixedincome": {"_type": "derivation", "name": "r-fixedincome-0.0.4"}, "fixerapi": {"_type": "derivation", "name": "r-fixerapi-0.1.6"}, "fixest": {"_type": "derivation", "name": "r-fixest-0.11.0"}, "fixtuRes": {"_type": "derivation", "name": "r-fixtuRes-0.1.3"}, "fizzbuzzR": {"_type": "derivation", "name": "r-fizzbuzzR-0.1.1"}, "flacco": {"_type": "derivation", "name": "r-flacco-1.8"}, "flagme": {"_type": "derivation", "name": "r-flagme-1.52.0"}, "flagr": {"_type": "derivation", "name": "r-flagr-0.3.2"}, "flair": {"_type": "derivation", "name": "r-flair-0.0.2"}, "flam": {"_type": "derivation", "name": "r-flam-3.2"}, "flametree": {"_type": "derivation", "name": "r-flametree-0.1.3"}, "flamingos": {"_type": "derivation", "name": "r-flamingos-0.1.0"}, "flan": {"_type": "derivation", "name": "r-flan-0.9"}, "flare": {"_type": "derivation", "name": "r-flare-1.7.0.1"}, "flars": {"_type": "derivation", "name": "r-flars-1.0"}, "flashCard": {"_type": "derivation", "name": "r-flashCard-0.1.0"}, "flashClust": {"_type": "derivation", "name": "r-flashClust-1.01-2"}, "flashlight": {"_type": "derivation", "name": "r-flashlight-0.8.0"}, "flatness": {"_type": "derivation", "name": "r-flatness-0.1.4"}, "flatr": {"_type": "derivation", "name": "r-flatr-0.1.1"}, "flattabler": {"_type": "derivation", "name": "r-flattabler-1.2.0"}, "flatxml": {"_type": "derivation", "name": "r-flatxml-0.1.1"}, "fledge": {"_type": "derivation", "name": "r-fledge-0.1.0"}, "flexCWM": {"_type": "derivation", "name": "r-flexCWM-1.92"}, "flexclust": {"_type": "derivation", "name": "r-flexclust-1.4-1"}, "flexdashboard": {"_type": "derivation", "name": "r-flexdashboard-0.6.0"}, "flexiblas": {"_type": "derivation", "name": "r-flexiblas-3.1.0"}, "flexmet": {"_type": "derivation", "name": "r-flexmet-1.1"}, "flexmix": {"_type": "derivation", "name": "r-flexmix-2.3-18"}, "flexmixNL": {"_type": "derivation", "name": "r-flexmixNL-0.0.1"}, "flexpolyline": {"_type": "derivation", "name": "r-flexpolyline-0.2.6"}, "flexrsurv": {"_type": "derivation", "name": "r-flexrsurv-2.0.11"}, "flexsiteboard": {"_type": "derivation", "name": "r-flexsiteboard-0.0.6"}, "flexsurv": {"_type": "derivation", "name": "r-flexsurv-2.2"}, "flexsurvcure": {"_type": "derivation", "name": "r-flexsurvcure-1.3.0"}, "flextable": {"_type": "derivation", "name": "r-flextable-0.8.2"}, "flifo": {"_type": "derivation", "name": "r-flifo-0.1.5"}, "flightplanning": {"_type": "derivation", "name": "r-flightplanning-0.8.4"}, "flightplot": {"_type": "derivation", "name": "r-flightplot-0.1.0"}, "flightsbr": {"_type": "derivation", "name": "r-flightsbr-0.2.0"}, "flimo": {"_type": "derivation", "name": "r-flimo-0.1.2"}, "flintyR": {"_type": "derivation", "name": "r-flintyR-0.0.2"}, "flip": {"_type": "derivation", "name": "r-flip-2.5.0"}, "flipbookr": {"_type": "derivation", "name": "r-flipbookr-0.1.0"}, "flipdownWidgets": {"_type": "derivation", "name": "r-flipdownWidgets-0.1.0"}, "flipdownr": {"_type": "derivation", "name": "r-flipdownr-0.1.1"}, "flippant": {"_type": "derivation", "name": "r-flippant-1.5.3"}, "flipr": {"_type": "derivation", "name": "r-flipr-0.3.2"}, "flipscores": {"_type": "derivation", "name": "r-flipscores-1.2.0"}, "float": {"_type": "derivation", "name": "r-float-0.3-0"}, "flobr": {"_type": "derivation", "name": "r-flobr-0.2.3"}, "flock": {"_type": "derivation", "name": "r-flock-0.7"}, "flood": {"_type": "derivation", "name": "r-flood-0.1.1"}, "flora": {"_type": "derivation", "name": "r-flora-0.3.4"}, "flow": {"_type": "derivation", "name": "r-flow-0.1.0"}, "flowAI": {"_type": "derivation", "name": "r-flowAI-1.26.0"}, "flowBeads": {"_type": "derivation", "name": "r-flowBeads-1.34.0"}, "flowBin": {"_type": "derivation", "name": "r-flowBin-1.32.0"}, "flowCHIC": {"_type": "derivation", "name": "r-flowCHIC-1.30.0"}, "flowCL": {"_type": "derivation", "name": "r-flowCL-1.34.0"}, "flowClean": {"_type": "derivation", "name": "r-flowClean-1.34.1"}, "flowClust": {"_type": "derivation", "name": "r-flowClust-3.34.0"}, "flowCore": {"_type": "derivation", "name": "r-flowCore-2.8.0"}, "flowCut": {"_type": "derivation", "name": "r-flowCut-1.6.0"}, "flowCyBar": {"_type": "derivation", "name": "r-flowCyBar-1.32.0"}, "flowDensity": {"_type": "derivation", "name": "r-flowDensity-1.30.0"}, "flowFP": {"_type": "derivation", "name": "r-flowFP-1.54.0"}, "flowGraph": {"_type": "derivation", "name": "r-flowGraph-1.4.0"}, "flowMap": {"_type": "derivation", "name": "r-flowMap-1.34.0"}, "flowMatch": {"_type": "derivation", "name": "r-flowMatch-1.32.0"}, "flowMeans": {"_type": "derivation", "name": "r-flowMeans-1.56.0"}, "flowMerge": {"_type": "derivation", "name": "r-flowMerge-2.44.0"}, "flowPeaks": {"_type": "derivation", "name": "r-flowPeaks-1.42.0"}, "flowPloidy": {"_type": "derivation", "name": "r-flowPloidy-1.22.0"}, "flowPloidyData": {"_type": "derivation", "name": "r-flowPloidyData-1.22.0"}, "flowPlots": {"_type": "derivation", "name": "r-flowPlots-1.44.0"}, "flowSpecs": {"_type": "derivation", "name": "r-flowSpecs-1.10.0"}, "flowStats": {"_type": "derivation", "name": "r-flowStats-4.8.2"}, "flowTime": {"_type": "derivation", "name": "r-flowTime-1.20.0"}, "flowTraceR": {"_type": "derivation", "name": "r-flowTraceR-0.1.0"}, "flowTrans": {"_type": "derivation", "name": "r-flowTrans-1.48.0"}, "flowUtils": {"_type": "derivation", "name": "r-flowUtils-1.59.0"}, "flowVS": {"_type": "derivation", "name": "r-flowVS-1.28.0"}, "flowViz": {"_type": "derivation", "name": "r-flowViz-1.60.2"}, "flowWorkspace": {"_type": "derivation", "name": "r-flowWorkspace-4.8.0"}, "flowWorkspaceData": {"_type": "derivation", "name": "r-flowWorkspaceData-3.8.0"}, "flowcatchR": {"_type": "derivation", "name": "r-flowcatchR-1.30.0"}, "flower": {"_type": "derivation", "name": "r-flower-1.0"}, "flowfield": {"_type": "derivation", "name": "r-flowfield-1.0"}, "flowr": {"_type": "derivation", "name": "r-flowr-0.9.11"}, "flsa": {"_type": "derivation", "name": "r-flsa-1.5.2"}, "fluoSurv": {"_type": "derivation", "name": "r-fluoSurv-1.0.0"}, "fluspect": {"_type": "derivation", "name": "r-fluspect-1.0.0"}, "flux": {"_type": "derivation", "name": "r-flux-0.3-0.1"}, "fluxweb": {"_type": "derivation", "name": "r-fluxweb-0.2.0"}, "fly_db0": {"_type": "derivation", "name": "r-fly.db0-3.15.0"}, "flying": {"_type": "derivation", "name": "r-flying-0.1.3"}, "fm_index": {"_type": "derivation", "name": "r-fm.index-0.1.1"}, "fma": {"_type": "derivation", "name": "r-fma-2.4"}, "fmbasics": {"_type": "derivation", "name": "r-fmbasics-0.3.0"}, "fmcmc": {"_type": "derivation", "name": "r-fmcmc-0.5-1"}, "fmcsR": {"_type": "derivation", "name": "r-fmcsR-1.38.0"}, "fmdates": {"_type": "derivation", "name": "r-fmdates-0.1.4"}, "fmerPack": {"_type": "derivation", "name": "r-fmerPack-0.0-1"}, "fmf": {"_type": "derivation", "name": "r-fmf-1.1.1"}, "fmpcloudr": {"_type": "derivation", "name": "r-fmpcloudr-0.1.5"}, "fmri": {"_type": "derivation", "name": "r-fmri-1.9.6"}, "fmriqa": {"_type": "derivation", "name": "r-fmriqa-0.3.0"}, "fmrs": {"_type": "derivation", "name": "r-fmrs-1.6.0"}, "fmsb": {"_type": "derivation", "name": "r-fmsb-0.7.3"}, "fmt": {"_type": "derivation", "name": "r-fmt-2.0"}, "fmtr": {"_type": "derivation", "name": "r-fmtr-1.5.9"}, "fobitools": {"_type": "derivation", "name": "r-fobitools-1.4.0"}, "focusedMDS": {"_type": "derivation", "name": "r-focusedMDS-1.3.3"}, "foghorn": {"_type": "derivation", "name": "r-foghorn-1.5.1"}, "foieGras": {"_type": "derivation", "name": "r-foieGras-0.7-6"}, "folderfun": {"_type": "derivation", "name": "r-folderfun-0.1.4"}, "folio": {"_type": "derivation", "name": "r-folio-1.2.0"}, "fomantic_plus": {"_type": "derivation", "name": "r-fomantic.plus-0.1.0"}, "fontBitstreamVera": {"_type": "derivation", "name": "r-fontBitstreamVera-0.1.1"}, "fontHind": {"_type": "derivation", "name": "r-fontHind-0.1.1"}, "fontLiberation": {"_type": "derivation", "name": "r-fontLiberation-0.1.0"}, "fontMPlus": {"_type": "derivation", "name": "r-fontMPlus-0.1.1"}, "fontawesome": {"_type": "derivation", "name": "r-fontawesome-0.4.0"}, "fontcm": {"_type": "derivation", "name": "r-fontcm-1.1"}, "fontquiver": {"_type": "derivation", "name": "r-fontquiver-0.2.1"}, "foodingraph": {"_type": "derivation", "name": "r-foodingraph-0.1.0"}, "foodweb": {"_type": "derivation", "name": "r-foodweb-1-0"}, "foolbox": {"_type": "derivation", "name": "r-foolbox-0.1.1"}, "footBayes": {"_type": "derivation", "name": "r-footBayes-0.1.0"}, "footballpenaltiesBL": {"_type": "derivation", "name": "r-footballpenaltiesBL-1.0.0"}, "footprint": {"_type": "derivation", "name": "r-footprint-0.1"}, "foqat": {"_type": "derivation", "name": "r-foqat-2.0.7.1"}, "forImage": {"_type": "derivation", "name": "r-forImage-0.1.0"}, "forams": {"_type": "derivation", "name": "r-forams-2.0-5"}, "forcats": {"_type": "derivation", "name": "r-forcats-0.5.2"}, "forceR": {"_type": "derivation", "name": "r-forceR-1.0.15"}, "foreSIGHT": {"_type": "derivation", "name": "r-foreSIGHT-1.1.0"}, "foreach": {"_type": "derivation", "name": "r-foreach-1.5.2"}, "forecTheta": {"_type": "derivation", "name": "r-forecTheta-2.2"}, "forecast": {"_type": "derivation", "name": "r-forecast-8.18"}, "forecastHybrid": {"_type": "derivation", "name": "r-forecastHybrid-5.0.19"}, "forecastML": {"_type": "derivation", "name": "r-forecastML-0.9.0"}, "forecastSNSTS": {"_type": "derivation", "name": "r-forecastSNSTS-1.3-0"}, "forecasteR": {"_type": "derivation", "name": "r-forecasteR-1.1.6"}, "foreign": {"_type": "derivation", "name": "r-foreign-0.8-83"}, "forensic": {"_type": "derivation", "name": "r-forensic-0.2"}, "forensim": {"_type": "derivation", "name": "r-forensim-4.3"}, "forestControl": {"_type": "derivation", "name": "r-forestControl-0.2.2"}, "forestError": {"_type": "derivation", "name": "r-forestError-1.1.0"}, "forestHES": {"_type": "derivation", "name": "r-forestHES-1.0-1"}, "forestRK": {"_type": "derivation", "name": "r-forestRK-0.0-5"}, "forestecology": {"_type": "derivation", "name": "r-forestecology-0.2.0"}, "forestinventory": {"_type": "derivation", "name": "r-forestinventory-1.0.0"}, "forestmangr": {"_type": "derivation", "name": "r-forestmangr-0.9.4"}, "forestmodel": {"_type": "derivation", "name": "r-forestmodel-0.6.2"}, "forestplot": {"_type": "derivation", "name": "r-forestplot-3.1.0"}, "forestploter": {"_type": "derivation", "name": "r-forestploter-0.2.2"}, "forestr": {"_type": "derivation", "name": "r-forestr-2.0.2"}, "forestry": {"_type": "derivation", "name": "r-forestry-0.1.0"}, "foretell": {"_type": "derivation", "name": "r-foretell-0.2.0"}, "forge": {"_type": "derivation", "name": "r-forge-0.2.0"}, "formatR": {"_type": "derivation", "name": "r-formatR-1.12"}, "formattable": {"_type": "derivation", "name": "r-formattable-0.2.1"}, "formatters": {"_type": "derivation", "name": "r-formatters-0.3.2"}, "formula_tools": {"_type": "derivation", "name": "r-formula.tools-1.7.1"}, "formulaic": {"_type": "derivation", "name": "r-formulaic-0.0.8"}, "formulops": {"_type": "derivation", "name": "r-formulops-0.5.0"}, "forplo": {"_type": "derivation", "name": "r-forplo-0.2.0"}, "forrel": {"_type": "derivation", "name": "r-forrel-1.4.1"}, "forsearch": {"_type": "derivation", "name": "r-forsearch-2.3.0"}, "fortunes": {"_type": "derivation", "name": "r-fortunes-1.5-4"}, "forward": {"_type": "derivation", "name": "r-forward-1.0.6"}, "forwards": {"_type": "derivation", "name": "r-forwards-0.1.3"}, "fossil": {"_type": "derivation", "name": "r-fossil-0.4.0"}, "fossilbrush": {"_type": "derivation", "name": "r-fossilbrush-1.0.3"}, "foster": {"_type": "derivation", "name": "r-foster-0.1.1"}, "foto": {"_type": "derivation", "name": "r-foto-1.0.0"}, "fourPNO": {"_type": "derivation", "name": "r-fourPNO-1.1.0"}, "fourierin": {"_type": "derivation", "name": "r-fourierin-0.2.4"}, "fpCompare": {"_type": "derivation", "name": "r-fpCompare-0.2.4"}, "fpa": {"_type": "derivation", "name": "r-fpa-1.0"}, "fpc": {"_type": "derivation", "name": "r-fpc-2.2-9"}, "fpca": {"_type": "derivation", "name": "r-fpca-0.2-1"}, "fpcb": {"_type": "derivation", "name": "r-fpcb-0.1.0"}, "fpeek": {"_type": "derivation", "name": "r-fpeek-0.1.2"}, "fpest": {"_type": "derivation", "name": "r-fpest-0.1.1"}, "fplot": {"_type": "derivation", "name": "r-fplot-1.0.0"}, "fplyr": {"_type": "derivation", "name": "r-fplyr-1.2.1"}, "fpmoutliers": {"_type": "derivation", "name": "r-fpmoutliers-0.1.0"}, "fpop": {"_type": "derivation", "name": "r-fpop-2019.08.26"}, "fpopw": {"_type": "derivation", "name": "r-fpopw-1.1"}, "fpow": {"_type": "derivation", "name": "r-fpow-0.0-2"}, "fpp": {"_type": "derivation", "name": "r-fpp-0.5"}, "fpp2": {"_type": "derivation", "name": "r-fpp2-2.4"}, "fpp3": {"_type": "derivation", "name": "r-fpp3-0.4.0"}, "fptdApprox": {"_type": "derivation", "name": "r-fptdApprox-2.4"}, "fqar": {"_type": "derivation", "name": "r-fqar-0.2.1"}, "fracdiff": {"_type": "derivation", "name": "r-fracdiff-1.5-1"}, "fracdist": {"_type": "derivation", "name": "r-fracdist-0.1.1"}, "fracprolif": {"_type": "derivation", "name": "r-fracprolif-1.0.7"}, "fractD": {"_type": "derivation", "name": "r-fractD-0.1.0"}, "fractalRegression": {"_type": "derivation", "name": "r-fractalRegression-1.0"}, "fractaldim": {"_type": "derivation", "name": "r-fractaldim-0.8-5"}, "fractional": {"_type": "derivation", "name": "r-fractional-0.1.3"}, "fracture": {"_type": "derivation", "name": "r-fracture-0.2.1"}, "fragility": {"_type": "derivation", "name": "r-fragility-1.4"}, "frailtyEM": {"_type": "derivation", "name": "r-frailtyEM-1.0.1"}, "frailtyHL": {"_type": "derivation", "name": "r-frailtyHL-2.3"}, "frailtySurv": {"_type": "derivation", "name": "r-frailtySurv-1.3.7"}, "frailtypack": {"_type": "derivation", "name": "r-frailtypack-3.5.0"}, "frair": {"_type": "derivation", "name": "r-frair-0.5.100"}, "frambgrowth": {"_type": "derivation", "name": "r-frambgrowth-0.1.0"}, "framecleaner": {"_type": "derivation", "name": "r-framecleaner-0.2.0"}, "franc": {"_type": "derivation", "name": "r-franc-1.1.4"}, "frapplot": {"_type": "derivation", "name": "r-frapplot-0.1.3"}, "frbs": {"_type": "derivation", "name": "r-frbs-3.2-0"}, "frechet": {"_type": "derivation", "name": "r-frechet-0.2.0"}, "fredr": {"_type": "derivation", "name": "r-fredr-2.1.0"}, "free": {"_type": "derivation", "name": "r-free-1.0.1"}, "freealg": {"_type": "derivation", "name": "r-freealg-1.0-8"}, "freebird": {"_type": "derivation", "name": "r-freebird-1.0"}, "freedom": {"_type": "derivation", "name": "r-freedom-1.0.1"}, "freegroup": {"_type": "derivation", "name": "r-freegroup-1.1-3"}, "freesurfer": {"_type": "derivation", "name": "r-freesurfer-1.6.8"}, "freesurferformats": {"_type": "derivation", "name": "r-freesurferformats-0.1.17"}, "frenchCurve": {"_type": "derivation", "name": "r-frenchCurve-0.2.0"}, "frenchFISH": {"_type": "derivation", "name": "r-frenchFISH-1.8.0"}, "frenchdata": {"_type": "derivation", "name": "r-frenchdata-0.2.0"}, "freqdist": {"_type": "derivation", "name": "r-freqdist-0.1"}, "freqdistributionNogives": {"_type": "derivation", "name": "r-freqdistributionNogives-0.1.1"}, "freqdom": {"_type": "derivation", "name": "r-freqdom-2.0.3"}, "freqdom_fda": {"_type": "derivation", "name": "r-freqdom.fda-1.0.1"}, "freqparcoord": {"_type": "derivation", "name": "r-freqparcoord-1.0.1"}, "freqpcr": {"_type": "derivation", "name": "r-freqpcr-0.4.0"}, "freqtables": {"_type": "derivation", "name": "r-freqtables-0.1.1"}, "frequency": {"_type": "derivation", "name": "r-frequency-0.4.1"}, "frequencyConnectedness": {"_type": "derivation", "name": "r-frequencyConnectedness-0.2.3"}, "frequentdirections": {"_type": "derivation", "name": "r-frequentdirections-0.1.0"}, "frequentistSSD": {"_type": "derivation", "name": "r-frequentistSSD-0.1.1"}, "fresh": {"_type": "derivation", "name": "r-fresh-0.2.0"}, "freshr": {"_type": "derivation", "name": "r-freshr-1.0.2"}, "frictionless": {"_type": "derivation", "name": "r-frictionless-1.0.1"}, "friends": {"_type": "derivation", "name": "r-friends-0.1.0"}, "fritools": {"_type": "derivation", "name": "r-fritools-3.7.0"}, "frm": {"_type": "derivation", "name": "r-frm-1.2.2"}, "frma": {"_type": "derivation", "name": "r-frma-1.48.0"}, "frmaExampleData": {"_type": "derivation", "name": "r-frmaExampleData-1.32.0"}, "frmaTools": {"_type": "derivation", "name": "r-frmaTools-1.48.0"}, "frmhet": {"_type": "derivation", "name": "r-frmhet-1.1.3"}, "frmpd": {"_type": "derivation", "name": "r-frmpd-1.1.0"}, "frmqa": {"_type": "derivation", "name": "r-frmqa-0.1-5"}, "fromo": {"_type": "derivation", "name": "r-fromo-0.2.1"}, "frontier": {"_type": "derivation", "name": "r-frontier-1.1-8"}, "frontiles": {"_type": "derivation", "name": "r-frontiles-1.2"}, "frost": {"_type": "derivation", "name": "r-frost-0.0.4"}, "frostr": {"_type": "derivation", "name": "r-frostr-0.2.0"}, "frscore": {"_type": "derivation", "name": "r-frscore-0.2.0"}, "fruclimadapt": {"_type": "derivation", "name": "r-fruclimadapt-0.4.4"}, "fs": {"_type": "derivation", "name": "r-fs-1.5.2"}, "fsMTS": {"_type": "derivation", "name": "r-fsMTS-0.1.7"}, "fsbrain": {"_type": "derivation", "name": "r-fsbrain-0.5.3"}, "fscaret": {"_type": "derivation", "name": "r-fscaret-0.9.4.4"}, "fsdaR": {"_type": "derivation", "name": "r-fsdaR-0.8-0"}, "fsia": {"_type": "derivation", "name": "r-fsia-1.1.1"}, "fslr": {"_type": "derivation", "name": "r-fslr-2.25.2"}, "fsn": {"_type": "derivation", "name": "r-fsn-0.2"}, "fso": {"_type": "derivation", "name": "r-fso-2.1-2"}, "fspe": {"_type": "derivation", "name": "r-fspe-0.1.1"}, "fsr": {"_type": "derivation", "name": "r-fsr-1.0.2"}, "fssemR": {"_type": "derivation", "name": "r-fssemR-0.1.8"}, "fst": {"_type": "derivation", "name": "r-fst-0.9.8"}, "fst4pg": {"_type": "derivation", "name": "r-fst4pg-1.0.0"}, "fstcore": {"_type": "derivation", "name": "r-fstcore-0.9.12"}, "fsthet": {"_type": "derivation", "name": "r-fsthet-1.0.1"}, "ftDK": {"_type": "derivation", "name": "r-ftDK-1.0"}, "ftExtra": {"_type": "derivation", "name": "r-ftExtra-0.4.0"}, "ftaproxim": {"_type": "derivation", "name": "r-ftaproxim-0.0.1"}, "ftnonpar": {"_type": "derivation", "name": "r-ftnonpar-0.1-88"}, "ftrCOOL": {"_type": "derivation", "name": "r-ftrCOOL-2.0.0"}, "fts": {"_type": "derivation", "name": "r-fts-0.9.9.2"}, "ftsa": {"_type": "derivation", "name": "r-ftsa-6.1"}, "ftsspec": {"_type": "derivation", "name": "r-ftsspec-1.0.0"}, "fuel": {"_type": "derivation", "name": "r-fuel-1.2.0"}, "fueleconomy": {"_type": "derivation", "name": "r-fueleconomy-1.0.0"}, "fugeR": {"_type": "derivation", "name": "r-fugeR-0.1.2"}, "fugue": {"_type": "derivation", "name": "r-fugue-0.1.7"}, "fullROC": {"_type": "derivation", "name": "r-fullROC-0.1.0"}, "fullfact": {"_type": "derivation", "name": "r-fullfact-1.5"}, "fulltext": {"_type": "derivation", "name": "r-fulltext-2.0"}, "fun": {"_type": "derivation", "name": "r-fun-0.3"}, "funData": {"_type": "derivation", "name": "r-funData-1.3-8"}, "funFEM": {"_type": "derivation", "name": "r-funFEM-1.2"}, "funGp": {"_type": "derivation", "name": "r-funGp-0.3.0"}, "funHDDC": {"_type": "derivation", "name": "r-funHDDC-2.3.1"}, "funLBM": {"_type": "derivation", "name": "r-funLBM-2.3"}, "funModeling": {"_type": "derivation", "name": "r-funModeling-1.9.4"}, "func2vis": {"_type": "derivation", "name": "r-func2vis-1.0-2"}, "funcharts": {"_type": "derivation", "name": "r-funcharts-1.2.0"}, "funchir": {"_type": "derivation", "name": "r-funchir-0.2.2"}, "functClust": {"_type": "derivation", "name": "r-functClust-0.1.6"}, "functional": {"_type": "derivation", "name": "r-functional-0.6"}, "functiondepends": {"_type": "derivation", "name": "r-functiondepends-0.2.3"}, "fundiversity": {"_type": "derivation", "name": "r-fundiversity-1.0.0"}, "fungible": {"_type": "derivation", "name": "r-fungible-2.2.2"}, "funique": {"_type": "derivation", "name": "r-funique-0.0.1"}, "funmediation": {"_type": "derivation", "name": "r-funmediation-1.0.1"}, "funnelR": {"_type": "derivation", "name": "r-funnelR-0.1.0"}, "funneljoin": {"_type": "derivation", "name": "r-funneljoin-0.1.0"}, "funprog": {"_type": "derivation", "name": "r-funprog-0.3.0"}, "funr": {"_type": "derivation", "name": "r-funr-0.3.2"}, "funrar": {"_type": "derivation", "name": "r-funrar-1.5.0"}, "funreg": {"_type": "derivation", "name": "r-funreg-1.2.2"}, "funtimes": {"_type": "derivation", "name": "r-funtimes-9.0"}, "funtooNorm": {"_type": "derivation", "name": "r-funtooNorm-1.20.0"}, "furniture": {"_type": "derivation", "name": "r-furniture-1.9.12"}, "furrowSeg": {"_type": "derivation", "name": "r-furrowSeg-1.24.0"}, "furrr": {"_type": "derivation", "name": "r-furrr-0.3.1"}, "fusen": {"_type": "derivation", "name": "r-fusen-0.4.1"}, "fuser": {"_type": "derivation", "name": "r-fuser-1.0.1"}, "fusionchartsR": {"_type": "derivation", "name": "r-fusionchartsR-0.0.3"}, "fusionclust": {"_type": "derivation", "name": "r-fusionclust-1.0.0"}, "futile_logger": {"_type": "derivation", "name": "r-futile.logger-1.4.3"}, "futile_options": {"_type": "derivation", "name": "r-futile.options-1.0.1"}, "futile_paradigm": {"_type": "derivation", "name": "r-futile.paradigm-2.0.4"}, "futility": {"_type": "derivation", "name": "r-futility-0.4"}, "future": {"_type": "derivation", "name": "r-future-1.28.0"}, "future_apply": {"_type": "derivation", "name": "r-future.apply-1.9.1"}, "future_batchtools": {"_type": "derivation", "name": "r-future.batchtools-0.10.0"}, "future_callr": {"_type": "derivation", "name": "r-future.callr-0.8.0"}, "future_tests": {"_type": "derivation", "name": "r-future.tests-0.3.0"}, "futureheatwaves": {"_type": "derivation", "name": "r-futureheatwaves-1.0.3"}, "fuzzr": {"_type": "derivation", "name": "r-fuzzr-0.2.2"}, "fuzzyFDR": {"_type": "derivation", "name": "r-fuzzyFDR-1.0"}, "fuzzyRankTests": {"_type": "derivation", "name": "r-fuzzyRankTests-0.4"}, "fuzzySim": {"_type": "derivation", "name": "r-fuzzySim-4.3"}, "fuzzyforest": {"_type": "derivation", "name": "r-fuzzyforest-1.0.8"}, "fuzzyjoin": {"_type": "derivation", "name": "r-fuzzyjoin-0.1.6"}, "fuzzyreg": {"_type": "derivation", "name": "r-fuzzyreg-0.6"}, "fuzzywuzzyR": {"_type": "derivation", "name": "r-fuzzywuzzyR-1.0.5"}, "fwb": {"_type": "derivation", "name": "r-fwb-0.1.1"}, "fwi_fbp": {"_type": "derivation", "name": "r-fwi.fbp-1.7"}, "fwildclusterboot": {"_type": "derivation", "name": "r-fwildclusterboot-0.12"}, "fwsim": {"_type": "derivation", "name": "r-fwsim-0.3.4"}, "fxTWAPLS": {"_type": "derivation", "name": "r-fxTWAPLS-0.1.1"}, "fxregime": {"_type": "derivation", "name": "r-fxregime-1.0-4"}, "fy": {"_type": "derivation", "name": "r-fy-0.3.0"}, "g2f": {"_type": "derivation", "name": "r-g2f-0.2"}, "g3viz": {"_type": "derivation", "name": "r-g3viz-1.1.5"}, "gCat": {"_type": "derivation", "name": "r-gCat-0.2"}, "gCrisprTools": {"_type": "derivation", "name": "r-gCrisprTools-2.2.2"}, "gDefrag": {"_type": "derivation", "name": "r-gDefrag-0.3"}, "gIPFrm": {"_type": "derivation", "name": "r-gIPFrm-3.1"}, "gJLS2": {"_type": "derivation", "name": "r-gJLS2-0.2.0"}, "gLRTH": {"_type": "derivation", "name": "r-gLRTH-0.2.0"}, "gMCP": {"_type": "derivation", "name": "r-gMCP-0.8-15"}, "gMCPLite": {"_type": "derivation", "name": "r-gMCPLite-0.1.2"}, "gMOIP": {"_type": "derivation", "name": "r-gMOIP-1.4.7"}, "gMWT": {"_type": "derivation", "name": "r-gMWT-1.2"}, "gPdtest": {"_type": "derivation", "name": "r-gPdtest-0.4"}, "gProfileR": {"_type": "derivation", "name": "r-gProfileR-0.7.0"}, "gRain": {"_type": "derivation", "name": "r-gRain-1.3.11"}, "gRapfa": {"_type": "derivation", "name": "r-gRapfa-1.0"}, "gRbase": {"_type": "derivation", "name": "r-gRbase-1.8.8"}, "gRc": {"_type": "derivation", "name": "r-gRc-0.4.4"}, "gRim": {"_type": "derivation", "name": "r-gRim-0.2.10"}, "gSEM": {"_type": "derivation", "name": "r-gSEM-0.4.3.4"}, "gSeg": {"_type": "derivation", "name": "r-gSeg-1.0"}, "gStream": {"_type": "derivation", "name": "r-gStream-0.2.0"}, "gTests": {"_type": "derivation", "name": "r-gTests-0.2"}, "gTestsMulti": {"_type": "derivation", "name": "r-gTestsMulti-0.1.0"}, "gWQS": {"_type": "derivation", "name": "r-gWQS-3.0.4"}, "gWidgets2": {"_type": "derivation", "name": "r-gWidgets2-1.0-9"}, "gWidgets2RGtk2": {"_type": "derivation", "name": "r-gWidgets2RGtk2-1.0-7"}, "gWidgets2tcltk": {"_type": "derivation", "name": "r-gWidgets2tcltk-1.0-8"}, "g_data": {"_type": "derivation", "name": "r-g.data-2.4"}, "gadget2": {"_type": "derivation", "name": "r-gadget2-2.3.7"}, "gafit": {"_type": "derivation", "name": "r-gafit-0.5.1"}, "gaga": {"_type": "derivation", "name": "r-gaga-2.42.0"}, "gage": {"_type": "derivation", "name": "r-gage-2.46.1"}, "gageData": {"_type": "derivation", "name": "r-gageData-2.34.0"}, "gaggle": {"_type": "derivation", "name": "r-gaggle-1.64.0"}, "gaia": {"_type": "derivation", "name": "r-gaia-2.39.0"}, "gaiah": {"_type": "derivation", "name": "r-gaiah-0.0.4"}, "gainML": {"_type": "derivation", "name": "r-gainML-0.1.0"}, "gains": {"_type": "derivation", "name": "r-gains-1.2"}, "galah": {"_type": "derivation", "name": "r-galah-1.5.0"}, "galigor": {"_type": "derivation", "name": "r-galigor-0.2.5"}, "galts": {"_type": "derivation", "name": "r-galts-1.3.1"}, "galvanizer": {"_type": "derivation", "name": "r-galvanizer-0.5.3"}, "gam": {"_type": "derivation", "name": "r-gam-1.20.2"}, "gamCopula": {"_type": "derivation", "name": "r-gamCopula-0.0-7"}, "gamRR": {"_type": "derivation", "name": "r-gamRR-0.7.0"}, "gamair": {"_type": "derivation", "name": "r-gamair-1.0-2"}, "gambin": {"_type": "derivation", "name": "r-gambin-2.5.0"}, "gamblers_ruin_gameplay": {"_type": "derivation", "name": "r-gamblers.ruin.gameplay-4.0.5"}, "gamboostLSS": {"_type": "derivation", "name": "r-gamboostLSS-2.0-6"}, "gamboostMSM": {"_type": "derivation", "name": "r-gamboostMSM-1.1.88"}, "gamclass": {"_type": "derivation", "name": "r-gamclass-0.62.3"}, "gameR": {"_type": "derivation", "name": "r-gameR-0.0.3"}, "gameofthrones": {"_type": "derivation", "name": "r-gameofthrones-1.0.2"}, "games": {"_type": "derivation", "name": "r-games-1.1.2"}, "gamesGA": {"_type": "derivation", "name": "r-gamesGA-1.1.3.7"}, "gamlr": {"_type": "derivation", "name": "r-gamlr-1.13-7"}, "gamlss": {"_type": "derivation", "name": "r-gamlss-5.4-3"}, "gamlss_add": {"_type": "derivation", "name": "r-gamlss.add-5.1-6"}, "gamlss_cens": {"_type": "derivation", "name": "r-gamlss.cens-5.0-1"}, "gamlss_countKinf": {"_type": "derivation", "name": "r-gamlss.countKinf-3.5.1"}, "gamlss_data": {"_type": "derivation", "name": "r-gamlss.data-6.0-2"}, "gamlss_demo": {"_type": "derivation", "name": "r-gamlss.demo-4.3-3"}, "gamlss_dist": {"_type": "derivation", "name": "r-gamlss.dist-6.0-5"}, "gamlss_foreach": {"_type": "derivation", "name": "r-gamlss.foreach-1.1-6"}, "gamlss_ggplots": {"_type": "derivation", "name": "r-gamlss.ggplots-1.0-0"}, "gamlss_inf": {"_type": "derivation", "name": "r-gamlss.inf-1.0-1"}, "gamlss_lasso": {"_type": "derivation", "name": "r-gamlss.lasso-1.0-1"}, "gamlss_mx": {"_type": "derivation", "name": "r-gamlss.mx-6.0-0"}, "gamlss_nl": {"_type": "derivation", "name": "r-gamlss.nl-4.1-0"}, "gamlss_spatial": {"_type": "derivation", "name": "r-gamlss.spatial-2.0.0"}, "gamlss_tr": {"_type": "derivation", "name": "r-gamlss.tr-5.1-7"}, "gamlssbssn": {"_type": "derivation", "name": "r-gamlssbssn-0.1.0"}, "gamm4": {"_type": "derivation", "name": "r-gamm4-0.2-6"}, "gamm4_test": {"_type": "derivation", "name": "r-gamm4.test-0.1.0"}, "gammSlice": {"_type": "derivation", "name": "r-gammSlice-2.0-2"}, "gamma": {"_type": "derivation", "name": "r-gamma-1.0.3"}, "gamreg": {"_type": "derivation", "name": "r-gamreg-0.3"}, "gamsel": {"_type": "derivation", "name": "r-gamsel-1.8-2"}, "gamselBayes": {"_type": "derivation", "name": "r-gamselBayes-1.0-2"}, "ganDataModel": {"_type": "derivation", "name": "r-ganDataModel-1.0.2"}, "ganGenerativeData": {"_type": "derivation", "name": "r-ganGenerativeData-1.3.3"}, "ganalytics": {"_type": "derivation", "name": "r-ganalytics-0.10.7"}, "gap": {"_type": "derivation", "name": "r-gap-1.3-1"}, "gap_datasets": {"_type": "derivation", "name": "r-gap.datasets-0.0.5"}, "gapclosing": {"_type": "derivation", "name": "r-gapclosing-1.0.2"}, "gapfill": {"_type": "derivation", "name": "r-gapfill-0.9.6-1"}, "gapmap": {"_type": "derivation", "name": "r-gapmap-0.1.0"}, "gapminder": {"_type": "derivation", "name": "r-gapminder-0.3.0"}, "garchmodels": {"_type": "derivation", "name": "r-garchmodels-0.1.1"}, "garchx": {"_type": "derivation", "name": "r-garchx-1.5"}, "garfield": {"_type": "derivation", "name": "r-garfield-1.24.0"}, "gargle": {"_type": "derivation", "name": "r-gargle-1.2.1"}, "gargoyle": {"_type": "derivation", "name": "r-gargoyle-0.0.1"}, "garma": {"_type": "derivation", "name": "r-garma-0.9.11"}, "garray": {"_type": "derivation", "name": "r-garray-1.1.2"}, "gaschYHS": {"_type": "derivation", "name": "r-gaschYHS-1.34.0"}, "gaselect": {"_type": "derivation", "name": "r-gaselect-1.0.11"}, "gasfluxes": {"_type": "derivation", "name": "r-gasfluxes-0.4-4"}, "gasmodel": {"_type": "derivation", "name": "r-gasmodel-0.1.0"}, "gasper": {"_type": "derivation", "name": "r-gasper-1.1.1"}, "gastempt": {"_type": "derivation", "name": "r-gastempt-0.5.5"}, "gaston": {"_type": "derivation", "name": "r-gaston-1.5.7"}, "gateR": {"_type": "derivation", "name": "r-gateR-0.1.11"}, "gatepoints": {"_type": "derivation", "name": "r-gatepoints-0.1.4"}, "gatingMLData": {"_type": "derivation", "name": "r-gatingMLData-2.36.0"}, "gauseR": {"_type": "derivation", "name": "r-gauseR-1.1"}, "gaussDiff": {"_type": "derivation", "name": "r-gaussDiff-1.1"}, "gausscov": {"_type": "derivation", "name": "r-gausscov-0.1.8"}, "gaussfacts": {"_type": "derivation", "name": "r-gaussfacts-0.0.2"}, "gaussplotR": {"_type": "derivation", "name": "r-gaussplotR-0.2.5"}, "gaussquad": {"_type": "derivation", "name": "r-gaussquad-1.0-3"}, "gawdis": {"_type": "derivation", "name": "r-gawdis-0.1.3"}, "gazepath": {"_type": "derivation", "name": "r-gazepath-1.3"}, "gb": {"_type": "derivation", "name": "r-gb-2.3.3"}, "gbRd": {"_type": "derivation", "name": "r-gbRd-0.4-11"}, "gbeta": {"_type": "derivation", "name": "r-gbeta-0.1.0"}, "gbfs": {"_type": "derivation", "name": "r-gbfs-1.3.8"}, "gbifdb": {"_type": "derivation", "name": "r-gbifdb-0.1.2"}, "gbm": {"_type": "derivation", "name": "r-gbm-2.1.8.1"}, "gbm2sas": {"_type": "derivation", "name": "r-gbm2sas-2.1"}, "gbm_auto": {"_type": "derivation", "name": "r-gbm.auto-1.5.0"}, "gbmt": {"_type": "derivation", "name": "r-gbmt-0.1.3"}, "gbp": {"_type": "derivation", "name": "r-gbp-0.1.0.4"}, "gbs2ploidy": {"_type": "derivation", "name": "r-gbs2ploidy-1.0"}, "gbts": {"_type": "derivation", "name": "r-gbts-1.2.0"}, "gbutils": {"_type": "derivation", "name": "r-gbutils-0.5"}, "gcKrig": {"_type": "derivation", "name": "r-gcKrig-1.1.8"}, "gcTensor": {"_type": "derivation", "name": "r-gcTensor-0.99.0"}, "gcapc": {"_type": "derivation", "name": "r-gcapc-1.20.0"}, "gcatest": {"_type": "derivation", "name": "r-gcatest-1.26.0"}, "gcbd": {"_type": "derivation", "name": "r-gcbd-0.2.6"}, "gcdnet": {"_type": "derivation", "name": "r-gcdnet-1.0.6"}, "gcerisk": {"_type": "derivation", "name": "r-gcerisk-19.05.24"}, "gcite": {"_type": "derivation", "name": "r-gcite-0.10.1"}, "gclm": {"_type": "derivation", "name": "r-gclm-0.0.1"}, "gclus": {"_type": "derivation", "name": "r-gclus-1.3.2"}, "gcmr": {"_type": "derivation", "name": "r-gcmr-1.0.3"}, "gconsensus": {"_type": "derivation", "name": "r-gconsensus-0.3.1"}, "gcookbook": {"_type": "derivation", "name": "r-gcookbook-2.0"}, "gcrma": {"_type": "derivation", "name": "r-gcrma-2.68.0"}, "gcspikelite": {"_type": "derivation", "name": "r-gcspikelite-1.34.0"}, "gdalUtilities": {"_type": "derivation", "name": "r-gdalUtilities-1.2.1"}, "gdalUtils": {"_type": "derivation", "name": "r-gdalUtils-2.0.3.2"}, "gdalcubes": {"_type": "derivation", "name": "r-gdalcubes-0.6.2"}, "gdata": {"_type": "derivation", "name": "r-gdata-2.18.0.1"}, "gde": {"_type": "derivation", "name": "r-gde-0.2.0"}, "gdiff": {"_type": "derivation", "name": "r-gdiff-0.2-4"}, "gdistance": {"_type": "derivation", "name": "r-gdistance-1.6"}, "gdm": {"_type": "derivation", "name": "r-gdm-1.5.0-3"}, "gdmp": {"_type": "derivation", "name": "r-gdmp-0.2.0"}, "gdns": {"_type": "derivation", "name": "r-gdns-0.5.0"}, "gdpc": {"_type": "derivation", "name": "r-gdpc-1.1.3"}, "gds": {"_type": "derivation", "name": "r-gds-0.1.1"}, "gdsfmt": {"_type": "derivation", "name": "r-gdsfmt-1.32.0"}, "gdtools": {"_type": "derivation", "name": "r-gdtools-0.2.4"}, "gdxdt": {"_type": "derivation", "name": "r-gdxdt-0.1.0"}, "geNetClassifier": {"_type": "derivation", "name": "r-geNetClassifier-1.36.0"}, "gear": {"_type": "derivation", "name": "r-gear-0.3.4"}, "gecko": {"_type": "derivation", "name": "r-gecko-0.1.1"}, "geckor": {"_type": "derivation", "name": "r-geckor-0.2.0"}, "gee": {"_type": "derivation", "name": "r-gee-4.13-25"}, "geeCRT": {"_type": "derivation", "name": "r-geeCRT-0.1.1"}, "geeM": {"_type": "derivation", "name": "r-geeM-0.10.1"}, "geeasy": {"_type": "derivation", "name": "r-geeasy-0.1.1"}, "geecure": {"_type": "derivation", "name": "r-geecure-1.0-6"}, "geepack": {"_type": "derivation", "name": "r-geepack-1.3.9"}, "geesmv": {"_type": "derivation", "name": "r-geesmv-1.3"}, "geex": {"_type": "derivation", "name": "r-geex-1.1.1"}, "geigen": {"_type": "derivation", "name": "r-geigen-2.3"}, "geiger": {"_type": "derivation", "name": "r-geiger-2.0.10"}, "gellipsoid": {"_type": "derivation", "name": "r-gellipsoid-0.7.2"}, "gelnet": {"_type": "derivation", "name": "r-gelnet-1.2.1"}, "gemini": {"_type": "derivation", "name": "r-gemini-1.10.0"}, "gemlog": {"_type": "derivation", "name": "r-gemlog-0.41"}, "gemma2": {"_type": "derivation", "name": "r-gemma2-0.1.3"}, "gems": {"_type": "derivation", "name": "r-gems-1.1.1"}, "gemtc": {"_type": "derivation", "name": "r-gemtc-1.0-1"}, "gen2stage": {"_type": "derivation", "name": "r-gen2stage-1.0"}, "gen3sis": {"_type": "derivation", "name": "r-gen3sis-1.4"}, "gen5helper": {"_type": "derivation", "name": "r-gen5helper-1.0.1"}, "genArise": {"_type": "derivation", "name": "r-genArise-1.72.0"}, "genBaRcode": {"_type": "derivation", "name": "r-genBaRcode-1.2.5"}, "genSEIR": {"_type": "derivation", "name": "r-genSEIR-0.1.1"}, "genSurv": {"_type": "derivation", "name": "r-genSurv-1.0.4"}, "genTS": {"_type": "derivation", "name": "r-genTS-0.1.4"}, "gena": {"_type": "derivation", "name": "r-gena-1.0.0"}, "genalg": {"_type": "derivation", "name": "r-genalg-0.2.1"}, "genasis": {"_type": "derivation", "name": "r-genasis-1.0"}, "genbankr": {"_type": "derivation", "name": "r-genbankr-1.24.0"}, "gencor": {"_type": "derivation", "name": "r-gencor-1.0.2"}, "gencve": {"_type": "derivation", "name": "r-gencve-0.3"}, "gendata": {"_type": "derivation", "name": "r-gendata-1.2.0"}, "gender": {"_type": "derivation", "name": "r-gender-0.6.0"}, "genderBR": {"_type": "derivation", "name": "r-genderBR-1.1.2"}, "gendist": {"_type": "derivation", "name": "r-gendist-2.0"}, "geneAttribution": {"_type": "derivation", "name": "r-geneAttribution-1.22.0"}, "geneClassifiers": {"_type": "derivation", "name": "r-geneClassifiers-1.20.0"}, "geneExpressionFromGEO": {"_type": "derivation", "name": "r-geneExpressionFromGEO-0.9"}, "geneHapR": {"_type": "derivation", "name": "r-geneHapR-1.1.1"}, "geneHummus": {"_type": "derivation", "name": "r-geneHummus-1.0.11"}, "geneLenDataBase": {"_type": "derivation", "name": "r-geneLenDataBase-1.32.0"}, "geneListPie": {"_type": "derivation", "name": "r-geneListPie-1.0"}, "geneNetBP": {"_type": "derivation", "name": "r-geneNetBP-2.0.1"}, "geneRecommender": {"_type": "derivation", "name": "r-geneRecommender-1.68.0"}, "geneRxCluster": {"_type": "derivation", "name": "r-geneRxCluster-1.32.0"}, "geneSignatureFinder": {"_type": "derivation", "name": "r-geneSignatureFinder-2014.02.17"}, "geneXtendeR": {"_type": "derivation", "name": "r-geneXtendeR-1.22.0"}, "genefilter": {"_type": "derivation", "name": "r-genefilter-1.78.0"}, "genefu": {"_type": "derivation", "name": "r-genefu-2.28.0"}, "genekitr": {"_type": "derivation", "name": "r-genekitr-1.0.3"}, "genemodel": {"_type": "derivation", "name": "r-genemodel-1.1.0"}, "genepi": {"_type": "derivation", "name": "r-genepi-1.0.1"}, "geneplast": {"_type": "derivation", "name": "r-geneplast-1.22.0"}, "geneplast_data": {"_type": "derivation", "name": "r-geneplast.data-0.99.6"}, "geneplast_data_string_v91": {"_type": "derivation", "name": "r-geneplast.data.string.v91-0.99.6"}, "geneplotter": {"_type": "derivation", "name": "r-geneplotter-1.74.0"}, "genepop": {"_type": "derivation", "name": "r-genepop-1.1.7"}, "generalCorr": {"_type": "derivation", "name": "r-generalCorr-1.2.2"}, "generalhoslem": {"_type": "derivation", "name": "r-generalhoslem-1.3.4"}, "generator": {"_type": "derivation", "name": "r-generator-0.1.0"}, "generics": {"_type": "derivation", "name": "r-generics-0.1.3"}, "genero": {"_type": "derivation", "name": "r-genero-0.1.0"}, "geneset": {"_type": "derivation", "name": "r-geneset-0.2.6"}, "genesysr": {"_type": "derivation", "name": "r-genesysr-1.0.0"}, "geneticae": {"_type": "derivation", "name": "r-geneticae-0.4.0"}, "genetics": {"_type": "derivation", "name": "r-genetics-1.3.8.1.3"}, "genie": {"_type": "derivation", "name": "r-genie-1.0.5"}, "genieBPC": {"_type": "derivation", "name": "r-genieBPC-1.0.1"}, "genieclust": {"_type": "derivation", "name": "r-genieclust-1.1.0"}, "genio": {"_type": "derivation", "name": "r-genio-1.1.1"}, "genius": {"_type": "derivation", "name": "r-genius-2.2.3"}, "geniusr": {"_type": "derivation", "name": "r-geniusr-1.2.1"}, "genlasso": {"_type": "derivation", "name": "r-genlasso-1.6.1"}, "genlogis": {"_type": "derivation", "name": "r-genlogis-1.0.0"}, "geno2proteo": {"_type": "derivation", "name": "r-geno2proteo-0.0.6"}, "genoCN": {"_type": "derivation", "name": "r-genoCN-1.48.0"}, "genoPlotR": {"_type": "derivation", "name": "r-genoPlotR-0.8.11"}, "genodds": {"_type": "derivation", "name": "r-genodds-1.1.2"}, "genogeographer": {"_type": "derivation", "name": "r-genogeographer-0.1.19"}, "genomation": {"_type": "derivation", "name": "r-genomation-1.28.0"}, "genomationData": {"_type": "derivation", "name": "r-genomationData-1.28.0"}, "genomeIntervals": {"_type": "derivation", "name": "r-genomeIntervals-1.52.0"}, "genomeplot": {"_type": "derivation", "name": "r-genomeplot-1.0"}, "genomes": {"_type": "derivation", "name": "r-genomes-3.26.0"}, "genomewidesnp5Crlmm": {"_type": "derivation", "name": "r-genomewidesnp5Crlmm-1.0.6"}, "genomewidesnp6Crlmm": {"_type": "derivation", "name": "r-genomewidesnp6Crlmm-1.0.7"}, "genomicInstability": {"_type": "derivation", "name": "r-genomicInstability-1.2.0"}, "genomic_autocorr": {"_type": "derivation", "name": "r-genomic.autocorr-1.0-1"}, "genomicper": {"_type": "derivation", "name": "r-genomicper-1.7"}, "genotypeR": {"_type": "derivation", "name": "r-genotypeR-0.0.1.8"}, "genotypeeval": {"_type": "derivation", "name": "r-genotypeeval-1.28.0"}, "genpathmox": {"_type": "derivation", "name": "r-genpathmox-0.9"}, "genphen": {"_type": "derivation", "name": "r-genphen-1.24.0"}, "genpwr": {"_type": "derivation", "name": "r-genpwr-1.0.4"}, "genridge": {"_type": "derivation", "name": "r-genridge-0.6.7"}, "genscore": {"_type": "derivation", "name": "r-genscore-1.0.2"}, "genset": {"_type": "derivation", "name": "r-genset-0.1.0"}, "gensphere": {"_type": "derivation", "name": "r-gensphere-1.3"}, "genstab": {"_type": "derivation", "name": "r-genstab-1.0.0"}, "gensvm": {"_type": "derivation", "name": "r-gensvm-0.1.6"}, "geoBayes": {"_type": "derivation", "name": "r-geoBayes-0.7.1"}, "geoFKF": {"_type": "derivation", "name": "r-geoFKF-0.1.1"}, "geoFourierFDA": {"_type": "derivation", "name": "r-geoFourierFDA-0.1.0"}, "geoGAM": {"_type": "derivation", "name": "r-geoGAM-0.1-2"}, "geoR": {"_type": "derivation", "name": "r-geoR-1.9-2"}, "geoSAE": {"_type": "derivation", "name": "r-geoSAE-0.1.0"}, "geoTS": {"_type": "derivation", "name": "r-geoTS-0.1.3"}, "geobr": {"_type": "derivation", "name": "r-geobr-1.7.0"}, "geocacheR": {"_type": "derivation", "name": "r-geocacheR-0.1.0"}, "geocmeans": {"_type": "derivation", "name": "r-geocmeans-0.3.1"}, "geodaData": {"_type": "derivation", "name": "r-geodaData-0.1.0"}, "geodata": {"_type": "derivation", "name": "r-geodata-0.4-11"}, "geodetector": {"_type": "derivation", "name": "r-geodetector-1.0-4"}, "geodimension": {"_type": "derivation", "name": "r-geodimension-1.0.0"}, "geodist": {"_type": "derivation", "name": "r-geodist-0.0.8"}, "geodiv": {"_type": "derivation", "name": "r-geodiv-1.0.5"}, "geodrawr": {"_type": "derivation", "name": "r-geodrawr-2.0.0"}, "geoelectrics": {"_type": "derivation", "name": "r-geoelectrics-0.2.0"}, "geofabrik": {"_type": "derivation", "name": "r-geofabrik-0.1.0"}, "geofacet": {"_type": "derivation", "name": "r-geofacet-0.2.0"}, "geofd": {"_type": "derivation", "name": "r-geofd-2.0"}, "geofi": {"_type": "derivation", "name": "r-geofi-1.0.7"}, "geogrid": {"_type": "derivation", "name": "r-geogrid-0.1.1"}, "geohashTools": {"_type": "derivation", "name": "r-geohashTools-0.3.1"}, "geojson": {"_type": "derivation", "name": "r-geojson-0.3.4"}, "geojsonR": {"_type": "derivation", "name": "r-geojsonR-1.1.0"}, "geojsonio": {"_type": "derivation", "name": "r-geojsonio-0.10.0"}, "geojsonlint": {"_type": "derivation", "name": "r-geojsonlint-0.4.0"}, "geojsonsf": {"_type": "derivation", "name": "r-geojsonsf-2.0.3"}, "geoknife": {"_type": "derivation", "name": "r-geoknife-1.6.8"}, "geomander": {"_type": "derivation", "name": "r-geomander-2.1.0"}, "geomapdata": {"_type": "derivation", "name": "r-geomapdata-2.0-0"}, "geomaroc": {"_type": "derivation", "name": "r-geomaroc-0.1.1"}, "geomedb": {"_type": "derivation", "name": "r-geomedb-2.0.1"}, "geomerge": {"_type": "derivation", "name": "r-geomerge-0.3.2"}, "geometa": {"_type": "derivation", "name": "r-geometa-0.7-1"}, "geometr": {"_type": "derivation", "name": "r-geometr-0.2.10"}, "geometries": {"_type": "derivation", "name": "r-geometries-0.2.0"}, "geometry": {"_type": "derivation", "name": "r-geometry-0.4.6.1"}, "geomorph": {"_type": "derivation", "name": "r-geomorph-4.0.4"}, "geomtextpath": {"_type": "derivation", "name": "r-geomtextpath-0.1.1"}, "geonames": {"_type": "derivation", "name": "r-geonames-0.999"}, "geonapi": {"_type": "derivation", "name": "r-geonapi-0.6-1"}, "geonet": {"_type": "derivation", "name": "r-geonet-0.7.3"}, "geonetwork": {"_type": "derivation", "name": "r-geonetwork-0.4.1"}, "geophys": {"_type": "derivation", "name": "r-geophys-1.4-1"}, "georob": {"_type": "derivation", "name": "r-georob-0.3-14"}, "geos": {"_type": "derivation", "name": "r-geos-0.2.2"}, "geosapi": {"_type": "derivation", "name": "r-geosapi-0.6-4"}, "geoscale": {"_type": "derivation", "name": "r-geoscale-2.0.1"}, "geosed": {"_type": "derivation", "name": "r-geosed-0.1.1"}, "geosimilarity": {"_type": "derivation", "name": "r-geosimilarity-1.1"}, "geospark": {"_type": "derivation", "name": "r-geospark-0.3.1"}, "geosphere": {"_type": "derivation", "name": "r-geosphere-1.5-14"}, "geospt": {"_type": "derivation", "name": "r-geospt-1.0-2"}, "geosptdb": {"_type": "derivation", "name": "r-geosptdb-1.0-1"}, "geostan": {"_type": "derivation", "name": "r-geostan-0.4.0"}, "geostats": {"_type": "derivation", "name": "r-geostats-1.5"}, "geostatsp": {"_type": "derivation", "name": "r-geostatsp-1.8.6"}, "geotech": {"_type": "derivation", "name": "r-geotech-1.0"}, "geotools": {"_type": "derivation", "name": "r-geotools-0.1"}, "geotoolsR": {"_type": "derivation", "name": "r-geotoolsR-1.1"}, "geotopbricks": {"_type": "derivation", "name": "r-geotopbricks-1.5.4"}, "geouy": {"_type": "derivation", "name": "r-geouy-0.2.6"}, "geoviz": {"_type": "derivation", "name": "r-geoviz-0.2.2"}, "geovol": {"_type": "derivation", "name": "r-geovol-1.0"}, "geozoo": {"_type": "derivation", "name": "r-geozoo-0.5.1"}, "gep2pep": {"_type": "derivation", "name": "r-gep2pep-1.16.0"}, "gepaf": {"_type": "derivation", "name": "r-gepaf-0.1.1"}, "gerbil": {"_type": "derivation", "name": "r-gerbil-0.1.5"}, "germinationmetrics": {"_type": "derivation", "name": "r-germinationmetrics-0.1.7"}, "gert": {"_type": "derivation", "name": "r-gert-1.9.1"}, "gesca": {"_type": "derivation", "name": "r-gesca-1.0.4"}, "gesisdata": {"_type": "derivation", "name": "r-gesisdata-0.1.0"}, "gespeR": {"_type": "derivation", "name": "r-gespeR-1.28.0"}, "gesso": {"_type": "derivation", "name": "r-gesso-1.0.2"}, "gestalt": {"_type": "derivation", "name": "r-gestalt-0.2.0"}, "gestate": {"_type": "derivation", "name": "r-gestate-1.5.0"}, "gesttools": {"_type": "derivation", "name": "r-gesttools-1.3.0"}, "getDEE2": {"_type": "derivation", "name": "r-getDEE2-1.6.0"}, "getDTeval": {"_type": "derivation", "name": "r-getDTeval-0.0.2"}, "getLattes": {"_type": "derivation", "name": "r-getLattes-0.2.0"}, "getMet": {"_type": "derivation", "name": "r-getMet-0.3.2"}, "getPass": {"_type": "derivation", "name": "r-getPass-0.2-2"}, "getProxy": {"_type": "derivation", "name": "r-getProxy-1.13"}, "getable": {"_type": "derivation", "name": "r-getable-1.0.3"}, "gethr": {"_type": "derivation", "name": "r-gethr-0.1.0"}, "getip": {"_type": "derivation", "name": "r-getip-0.1-0"}, "getlandsat": {"_type": "derivation", "name": "r-getlandsat-0.2.0"}, "getmstatistic": {"_type": "derivation", "name": "r-getmstatistic-0.2.2"}, "getopt": {"_type": "derivation", "name": "r-getopt-1.20.3"}, "getpublist": {"_type": "derivation", "name": "r-getpublist-0.1.0"}, "gets": {"_type": "derivation", "name": "r-gets-0.37"}, "getspres": {"_type": "derivation", "name": "r-getspres-0.2.0"}, "gettz": {"_type": "derivation", "name": "r-gettz-0.0.5"}, "getwiki": {"_type": "derivation", "name": "r-getwiki-0.9.0"}, "geva": {"_type": "derivation", "name": "r-geva-1.4.0"}, "gexp": {"_type": "derivation", "name": "r-gexp-1.0-1"}, "geysertimes": {"_type": "derivation", "name": "r-geysertimes-0.1.9"}, "gfboost": {"_type": "derivation", "name": "r-gfboost-0.1.1"}, "gfcanalysis": {"_type": "derivation", "name": "r-gfcanalysis-1.6.0"}, "gfer": {"_type": "derivation", "name": "r-gfer-0.1.12"}, "gfiExtremes": {"_type": "derivation", "name": "r-gfiExtremes-1.0.0"}, "gfiUltra": {"_type": "derivation", "name": "r-gfiUltra-1.0.0"}, "gfilmm": {"_type": "derivation", "name": "r-gfilmm-2.0.5"}, "gfilogisreg": {"_type": "derivation", "name": "r-gfilogisreg-1.0.2"}, "gfmR": {"_type": "derivation", "name": "r-gfmR-1.1-0"}, "gfoRmula": {"_type": "derivation", "name": "r-gfoRmula-1.0.0"}, "gfonts": {"_type": "derivation", "name": "r-gfonts-0.1.3"}, "gfpop": {"_type": "derivation", "name": "r-gfpop-1.1.0"}, "ggBubbles": {"_type": "derivation", "name": "r-ggBubbles-0.1.4"}, "ggChernoff": {"_type": "derivation", "name": "r-ggChernoff-0.2.0"}, "ggDCA": {"_type": "derivation", "name": "r-ggDCA-1.1"}, "ggDoE": {"_type": "derivation", "name": "r-ggDoE-0.7.8"}, "ggDoubleHeat": {"_type": "derivation", "name": "r-ggDoubleHeat-0.1.1"}, "ggESDA": {"_type": "derivation", "name": "r-ggESDA-0.2.0"}, "ggExtra": {"_type": "derivation", "name": "r-ggExtra-0.10.0"}, "ggHoriPlot": {"_type": "derivation", "name": "r-ggHoriPlot-1.0.1"}, "ggOceanMaps": {"_type": "derivation", "name": "r-ggOceanMaps-1.3.4"}, "ggPMX": {"_type": "derivation", "name": "r-ggPMX-1.2.8"}, "ggQC": {"_type": "derivation", "name": "r-ggQC-0.0.31"}, "ggQQunif": {"_type": "derivation", "name": "r-ggQQunif-0.1.5"}, "ggROC": {"_type": "derivation", "name": "r-ggROC-1.0"}, "ggRandomForests": {"_type": "derivation", "name": "r-ggRandomForests-2.2.1"}, "ggResidpanel": {"_type": "derivation", "name": "r-ggResidpanel-0.3.0"}, "ggThemeAssist": {"_type": "derivation", "name": "r-ggThemeAssist-0.1.5"}, "ggTimeSeries": {"_type": "derivation", "name": "r-ggTimeSeries-1.0.2"}, "ggVennDiagram": {"_type": "derivation", "name": "r-ggVennDiagram-1.2.2"}, "gg_gap": {"_type": "derivation", "name": "r-gg.gap-1.3"}, "ggalignment": {"_type": "derivation", "name": "r-ggalignment-1.0.0"}, "ggallin": {"_type": "derivation", "name": "r-ggallin-0.1.1"}, "ggalluvial": {"_type": "derivation", "name": "r-ggalluvial-0.12.3"}, "ggalt": {"_type": "derivation", "name": "r-ggalt-0.4.0"}, "ggamma": {"_type": "derivation", "name": "r-ggamma-1.0.1"}, "gganimate": {"_type": "derivation", "name": "r-gganimate-1.0.8"}, "ggarchery": {"_type": "derivation", "name": "r-ggarchery-0.4.1"}, "ggasym": {"_type": "derivation", "name": "r-ggasym-0.1.6"}, "ggbeeswarm": {"_type": "derivation", "name": "r-ggbeeswarm-0.6.0"}, "ggbio": {"_type": "derivation", "name": "r-ggbio-1.44.1"}, "ggblanket": {"_type": "derivation", "name": "r-ggblanket-1.5.0"}, "ggborderline": {"_type": "derivation", "name": "r-ggborderline-0.2.0"}, "ggbraid": {"_type": "derivation", "name": "r-ggbraid-0.2.2"}, "ggbreak": {"_type": "derivation", "name": "r-ggbreak-0.1.1"}, "ggbuildr": {"_type": "derivation", "name": "r-ggbuildr-0.1.0"}, "ggbump": {"_type": "derivation", "name": "r-ggbump-0.1.0"}, "ggchangepoint": {"_type": "derivation", "name": "r-ggchangepoint-0.1.0"}, "ggcharts": {"_type": "derivation", "name": "r-ggcharts-0.2.1"}, "ggcleveland": {"_type": "derivation", "name": "r-ggcleveland-0.1.0"}, "ggconf": {"_type": "derivation", "name": "r-ggconf-0.1.3"}, "ggcorrplot": {"_type": "derivation", "name": "r-ggcorrplot-0.1.4"}, "ggcorset": {"_type": "derivation", "name": "r-ggcorset-0.3.0"}, "ggcoverage": {"_type": "derivation", "name": "r-ggcoverage-0.7.1"}, "ggcyto": {"_type": "derivation", "name": "r-ggcyto-1.24.1"}, "ggdag": {"_type": "derivation", "name": "r-ggdag-0.2.7"}, "ggdark": {"_type": "derivation", "name": "r-ggdark-0.2.1"}, "ggdemetra": {"_type": "derivation", "name": "r-ggdemetra-0.2.2"}, "ggdendro": {"_type": "derivation", "name": "r-ggdendro-0.1.23"}, "ggdensity": {"_type": "derivation", "name": "r-ggdensity-0.1.1"}, "ggdist": {"_type": "derivation", "name": "r-ggdist-3.2.0"}, "ggdmc": {"_type": "derivation", "name": "r-ggdmc-0.2.6.0"}, "gge": {"_type": "derivation", "name": "r-gge-1.7"}, "ggeasy": {"_type": "derivation", "name": "r-ggeasy-0.1.3"}, "ggedit": {"_type": "derivation", "name": "r-ggedit-0.3.1"}, "ggeffects": {"_type": "derivation", "name": "r-ggeffects-1.1.4"}, "ggenealogy": {"_type": "derivation", "name": "r-ggenealogy-1.0.1"}, "ggetho": {"_type": "derivation", "name": "r-ggetho-0.3.6"}, "ggfacto": {"_type": "derivation", "name": "r-ggfacto-0.2.2"}, "ggfan": {"_type": "derivation", "name": "r-ggfan-0.1.3"}, "ggfittext": {"_type": "derivation", "name": "r-ggfittext-0.9.1"}, "ggfocus": {"_type": "derivation", "name": "r-ggfocus-1.0.0"}, "ggforce": {"_type": "derivation", "name": "r-ggforce-0.4.1"}, "ggformula": {"_type": "derivation", "name": "r-ggformula-0.10.2"}, "ggfortify": {"_type": "derivation", "name": "r-ggfortify-0.4.14"}, "ggfun": {"_type": "derivation", "name": "r-ggfun-0.0.7"}, "ggfx": {"_type": "derivation", "name": "r-ggfx-1.0.1"}, "gggap": {"_type": "derivation", "name": "r-gggap-1.0.1"}, "gggenes": {"_type": "derivation", "name": "r-gggenes-0.4.1"}, "ggghost": {"_type": "derivation", "name": "r-ggghost-0.2.1"}, "gggibbous": {"_type": "derivation", "name": "r-gggibbous-0.1.1"}, "gggrid": {"_type": "derivation", "name": "r-gggrid-0.2-0"}, "ggguitar": {"_type": "derivation", "name": "r-ggguitar-0.1.1"}, "ggh4x": {"_type": "derivation", "name": "r-ggh4x-0.2.2"}, "gghalfnorm": {"_type": "derivation", "name": "r-gghalfnorm-1.1.2"}, "gghalves": {"_type": "derivation", "name": "r-gghalves-0.1.3"}, "gghdr": {"_type": "derivation", "name": "r-gghdr-0.2.0"}, "ggheatmap": {"_type": "derivation", "name": "r-ggheatmap-2.2"}, "gghighlight": {"_type": "derivation", "name": "r-gghighlight-0.4.0"}, "gghilbertstrings": {"_type": "derivation", "name": "r-gghilbertstrings-0.3.3"}, "ggimage": {"_type": "derivation", "name": "r-ggimage-0.3.1"}, "ggimg": {"_type": "derivation", "name": "r-ggimg-0.1.2"}, "gginference": {"_type": "derivation", "name": "r-gginference-0.1.3"}, "gginnards": {"_type": "derivation", "name": "r-gginnards-0.1.1"}, "ggip": {"_type": "derivation", "name": "r-ggip-0.2.2"}, "ggiraph": {"_type": "derivation", "name": "r-ggiraph-0.8.3"}, "ggiraphExtra": {"_type": "derivation", "name": "r-ggiraphExtra-0.3.0"}, "ggisotonic": {"_type": "derivation", "name": "r-ggisotonic-0.1.2"}, "ggjoy": {"_type": "derivation", "name": "r-ggjoy-0.4.1"}, "gglasso": {"_type": "derivation", "name": "r-gglasso-1.5"}, "gglgbtq": {"_type": "derivation", "name": "r-gglgbtq-0.1.0"}, "gglm": {"_type": "derivation", "name": "r-gglm-0.1.0"}, "gglogo": {"_type": "derivation", "name": "r-gglogo-0.1.5"}, "ggloop": {"_type": "derivation", "name": "r-ggloop-0.1.0"}, "gglorenz": {"_type": "derivation", "name": "r-gglorenz-0.0.2"}, "ggm": {"_type": "derivation", "name": "r-ggm-2.5"}, "ggmanh": {"_type": "derivation", "name": "r-ggmanh-1.0.0"}, "ggmap": {"_type": "derivation", "name": "r-ggmap-3.0.0"}, "ggmatplot": {"_type": "derivation", "name": "r-ggmatplot-0.1.2"}, "ggmcmc": {"_type": "derivation", "name": "r-ggmcmc-1.5.1.1"}, "ggmice": {"_type": "derivation", "name": "r-ggmice-0.0.1"}, "ggmix": {"_type": "derivation", "name": "r-ggmix-0.0.2"}, "ggmosaic": {"_type": "derivation", "name": "r-ggmosaic-0.3.3"}, "ggmotif": {"_type": "derivation", "name": "r-ggmotif-0.2.1"}, "ggmr": {"_type": "derivation", "name": "r-ggmr-0.1.1"}, "ggmsa": {"_type": "derivation", "name": "r-ggmsa-1.2.3"}, "ggmuller": {"_type": "derivation", "name": "r-ggmuller-0.5.4"}, "ggmulti": {"_type": "derivation", "name": "r-ggmulti-1.0.5"}, "ggnetwork": {"_type": "derivation", "name": "r-ggnetwork-0.5.10"}, "ggnewscale": {"_type": "derivation", "name": "r-ggnewscale-0.4.8"}, "ggnormalviolin": {"_type": "derivation", "name": "r-ggnormalviolin-0.1.2"}, "ggnuplot": {"_type": "derivation", "name": "r-ggnuplot-0.1.0"}, "ggokabeito": {"_type": "derivation", "name": "r-ggokabeito-0.1.0"}, "ggpackets": {"_type": "derivation", "name": "r-ggpackets-0.2.1"}, "ggpacman": {"_type": "derivation", "name": "r-ggpacman-0.1.0"}, "ggpage": {"_type": "derivation", "name": "r-ggpage-0.2.3"}, "ggparallel": {"_type": "derivation", "name": "r-ggparallel-0.2.0"}, "ggparliament": {"_type": "derivation", "name": "r-ggparliament-2.0.0"}, "ggparty": {"_type": "derivation", "name": "r-ggparty-1.0.0"}, "ggpath": {"_type": "derivation", "name": "r-ggpath-1.0.0"}, "ggpattern": {"_type": "derivation", "name": "r-ggpattern-1.0.0"}, "ggperiodic": {"_type": "derivation", "name": "r-ggperiodic-1.0.2"}, "ggpie": {"_type": "derivation", "name": "r-ggpie-0.2.4"}, "ggplot2": {"_type": "derivation", "name": "r-ggplot2-3.3.6"}, "ggplot2movies": {"_type": "derivation", "name": "r-ggplot2movies-0.0.1"}, "ggplotAssist": {"_type": "derivation", "name": "r-ggplotAssist-0.1.3"}, "ggplot_multistats": {"_type": "derivation", "name": "r-ggplot.multistats-1.0.0"}, "ggplotgui": {"_type": "derivation", "name": "r-ggplotgui-1.0.0"}, "ggplotify": {"_type": "derivation", "name": "r-ggplotify-0.1.0"}, "ggplotlyExtra": {"_type": "derivation", "name": "r-ggplotlyExtra-0.0.1"}, "ggpmisc": {"_type": "derivation", "name": "r-ggpmisc-0.5.1"}, "ggpointdensity": {"_type": "derivation", "name": "r-ggpointdensity-0.1.0"}, "ggpointless": {"_type": "derivation", "name": "r-ggpointless-0.0.3"}, "ggpol": {"_type": "derivation", "name": "r-ggpol-0.0.7"}, "ggpolar": {"_type": "derivation", "name": "r-ggpolar-0.2.2"}, "ggpolypath": {"_type": "derivation", "name": "r-ggpolypath-0.2.0"}, "ggpp": {"_type": "derivation", "name": "r-ggpp-0.4.5"}, "ggprism": {"_type": "derivation", "name": "r-ggprism-1.0.3"}, "ggpubr": {"_type": "derivation", "name": "r-ggpubr-0.4.0"}, "ggpval": {"_type": "derivation", "name": "r-ggpval-0.2.5"}, "ggquickeda": {"_type": "derivation", "name": "r-ggquickeda-0.2.2"}, "ggquiver": {"_type": "derivation", "name": "r-ggquiver-0.3.2"}, "ggraph": {"_type": "derivation", "name": "r-ggraph-2.1.0"}, "ggraptR": {"_type": "derivation", "name": "r-ggraptR-1.3"}, "ggrasp": {"_type": "derivation", "name": "r-ggrasp-1.2"}, "ggrastr": {"_type": "derivation", "name": "r-ggrastr-1.0.1"}, "ggrcs": {"_type": "derivation", "name": "r-ggrcs-0.2.4"}, "ggrepel": {"_type": "derivation", "name": "r-ggrepel-0.9.1"}, "ggridges": {"_type": "derivation", "name": "r-ggridges-0.5.4"}, "ggrisk": {"_type": "derivation", "name": "r-ggrisk-1.3"}, "ggroups": {"_type": "derivation", "name": "r-ggroups-2.1.2"}, "ggsci": {"_type": "derivation", "name": "r-ggsci-2.9"}, "ggseas": {"_type": "derivation", "name": "r-ggseas-0.5.4"}, "ggseg": {"_type": "derivation", "name": "r-ggseg-1.6.5"}, "ggseg3d": {"_type": "derivation", "name": "r-ggseg3d-1.6.3"}, "ggseqlogo": {"_type": "derivation", "name": "r-ggseqlogo-0.1"}, "ggseqplot": {"_type": "derivation", "name": "r-ggseqplot-0.8.1"}, "ggshadow": {"_type": "derivation", "name": "r-ggshadow-0.0.2"}, "ggside": {"_type": "derivation", "name": "r-ggside-0.2.1"}, "ggsignif": {"_type": "derivation", "name": "r-ggsignif-0.6.4"}, "ggsn": {"_type": "derivation", "name": "r-ggsn-0.5.0"}, "ggsoccer": {"_type": "derivation", "name": "r-ggsoccer-0.1.6"}, "ggsolvencyii": {"_type": "derivation", "name": "r-ggsolvencyii-0.1.2"}, "ggsom": {"_type": "derivation", "name": "r-ggsom-0.4.0"}, "ggspatial": {"_type": "derivation", "name": "r-ggspatial-1.1.6"}, "ggspavis": {"_type": "derivation", "name": "r-ggspavis-1.2.0"}, "ggspectra": {"_type": "derivation", "name": "r-ggspectra-0.3.9"}, "ggstance": {"_type": "derivation", "name": "r-ggstance-0.3.5"}, "ggstar": {"_type": "derivation", "name": "r-ggstar-1.0.3"}, "ggstats": {"_type": "derivation", "name": "r-ggstats-0.1.0"}, "ggstatsplot": {"_type": "derivation", "name": "r-ggstatsplot-0.9.5"}, "ggstream": {"_type": "derivation", "name": "r-ggstream-0.1.0"}, "ggstudent": {"_type": "derivation", "name": "r-ggstudent-0.1.1-1"}, "ggsurvey": {"_type": "derivation", "name": "r-ggsurvey-1.0.0"}, "ggsurvfit": {"_type": "derivation", "name": "r-ggsurvfit-0.2.0"}, "ggswissmaps": {"_type": "derivation", "name": "r-ggswissmaps-0.1.1"}, "ggtea": {"_type": "derivation", "name": "r-ggtea-0.1.1"}, "ggtern": {"_type": "derivation", "name": "r-ggtern-3.3.5"}, "ggtext": {"_type": "derivation", "name": "r-ggtext-0.1.2"}, "ggthemes": {"_type": "derivation", "name": "r-ggthemes-4.2.4"}, "ggtikz": {"_type": "derivation", "name": "r-ggtikz-0.1.1"}, "ggtrace": {"_type": "derivation", "name": "r-ggtrace-0.2.0"}, "ggtree": {"_type": "derivation", "name": "r-ggtree-3.4.4"}, "ggtreeExtra": {"_type": "derivation", "name": "r-ggtreeExtra-1.6.1"}, "ggtrendline": {"_type": "derivation", "name": "r-ggtrendline-1.0.3"}, "ggupset": {"_type": "derivation", "name": "r-ggupset-0.3.0"}, "ggvenn": {"_type": "derivation", "name": "r-ggvenn-0.1.9"}, "ggversa": {"_type": "derivation", "name": "r-ggversa-0.0.1"}, "ggvis": {"_type": "derivation", "name": "r-ggvis-0.4.7"}, "ggvoronoi": {"_type": "derivation", "name": "r-ggvoronoi-0.8.5"}, "ggwordcloud": {"_type": "derivation", "name": "r-ggwordcloud-0.5.0"}, "ggx": {"_type": "derivation", "name": "r-ggx-0.1.1"}, "gh": {"_type": "derivation", "name": "r-gh-1.3.1"}, "ghclass": {"_type": "derivation", "name": "r-ghclass-0.2.1"}, "ghcm": {"_type": "derivation", "name": "r-ghcm-3.0.0"}, "ghee": {"_type": "derivation", "name": "r-ghee-0.1.0"}, "ghibli": {"_type": "derivation", "name": "r-ghibli-0.3.3"}, "ghql": {"_type": "derivation", "name": "r-ghql-0.1.0"}, "ghyp": {"_type": "derivation", "name": "r-ghyp-1.6.2"}, "ghypernet": {"_type": "derivation", "name": "r-ghypernet-1.1.0"}, "gibble": {"_type": "derivation", "name": "r-gibble-0.4.0"}, "gibbs_met": {"_type": "derivation", "name": "r-gibbs.met-1.1-3"}, "giedata": {"_type": "derivation", "name": "r-giedata-0.1.0"}, "gif": {"_type": "derivation", "name": "r-gif-0.1.0"}, "gifski": {"_type": "derivation", "name": "r-gifski-1.6.6-1"}, "gifti": {"_type": "derivation", "name": "r-gifti-0.8.0"}, "giftwrap": {"_type": "derivation", "name": "r-giftwrap-0.0.4"}, "gigg": {"_type": "derivation", "name": "r-gigg-0.2.1"}, "gim": {"_type": "derivation", "name": "r-gim-0.33.1"}, "gimme": {"_type": "derivation", "name": "r-gimme-0.7-8"}, "gimmeTools": {"_type": "derivation", "name": "r-gimmeTools-0.1"}, "gimms": {"_type": "derivation", "name": "r-gimms-1.2.1"}, "giphyr": {"_type": "derivation", "name": "r-giphyr-0.2.0"}, "gips": {"_type": "derivation", "name": "r-gips-1.0.0"}, "girafe": {"_type": "derivation", "name": "r-girafe-1.48.0"}, "giscoR": {"_type": "derivation", "name": "r-giscoR-0.3.2"}, "gistr": {"_type": "derivation", "name": "r-gistr-0.9.0"}, "git2r": {"_type": "derivation", "name": "r-git2r-0.30.1"}, "git2rdata": {"_type": "derivation", "name": "r-git2rdata-0.4.0"}, "git4r": {"_type": "derivation", "name": "r-git4r-0.1.2"}, "gitcreds": {"_type": "derivation", "name": "r-gitcreds-0.1.2"}, "gitdown": {"_type": "derivation", "name": "r-gitdown-0.1.6"}, "gitear": {"_type": "derivation", "name": "r-gitear-1.0.0"}, "gitgadget": {"_type": "derivation", "name": "r-gitgadget-0.7.5"}, "githubinstall": {"_type": "derivation", "name": "r-githubinstall-0.2.2"}, "gitignore": {"_type": "derivation", "name": "r-gitignore-0.1.5"}, "gitlabr": {"_type": "derivation", "name": "r-gitlabr-2.0.1"}, "gitlink": {"_type": "derivation", "name": "r-gitlink-0.1.3"}, "gittargets": {"_type": "derivation", "name": "r-gittargets-0.0.5"}, "givitiR": {"_type": "derivation", "name": "r-givitiR-1.3"}, "gjam": {"_type": "derivation", "name": "r-gjam-2.6.2"}, "gk": {"_type": "derivation", "name": "r-gk-0.5.1"}, "gkgraphR": {"_type": "derivation", "name": "r-gkgraphR-1.0.2"}, "gkmSVM": {"_type": "derivation", "name": "r-gkmSVM-0.81.0"}, "glacierSMBM": {"_type": "derivation", "name": "r-glacierSMBM-0.1"}, "glamlasso": {"_type": "derivation", "name": "r-glamlasso-3.0.1"}, "glancedata": {"_type": "derivation", "name": "r-glancedata-1.0.1"}, "glarma": {"_type": "derivation", "name": "r-glarma-1.6-0"}, "glassdoor": {"_type": "derivation", "name": "r-glassdoor-0.8.1"}, "glasso": {"_type": "derivation", "name": "r-glasso-1.11"}, "glassoFast": {"_type": "derivation", "name": "r-glassoFast-1.0"}, "glba": {"_type": "derivation", "name": "r-glba-0.2.1"}, "glca": {"_type": "derivation", "name": "r-glca-1.3.3"}, "glcm": {"_type": "derivation", "name": "r-glcm-1.6.5"}, "gld": {"_type": "derivation", "name": "r-gld-2.6.6"}, "gldrm": {"_type": "derivation", "name": "r-gldrm-1.5"}, "glinternet": {"_type": "derivation", "name": "r-glinternet-1.0.12"}, "glinvci": {"_type": "derivation", "name": "r-glinvci-1.1.18"}, "gllm": {"_type": "derivation", "name": "r-gllm-0.38"}, "gllvm": {"_type": "derivation", "name": "r-gllvm-1.3.1"}, "glm2": {"_type": "derivation", "name": "r-glm2-1.2.1"}, "glmGamPoi": {"_type": "derivation", "name": "r-glmGamPoi-1.8.0"}, "glmSparseNet": {"_type": "derivation", "name": "r-glmSparseNet-1.14.1"}, "glm_deploy": {"_type": "derivation", "name": "r-glm.deploy-1.0.4"}, "glm_predict": {"_type": "derivation", "name": "r-glm.predict-4.1-0"}, "glmbb": {"_type": "derivation", "name": "r-glmbb-0.5-1"}, "glmc": {"_type": "derivation", "name": "r-glmc-0.3-1"}, "glmdisc": {"_type": "derivation", "name": "r-glmdisc-0.6"}, "glmdm": {"_type": "derivation", "name": "r-glmdm-2.60"}, "glme": {"_type": "derivation", "name": "r-glme-0.1.0"}, "glmertree": {"_type": "derivation", "name": "r-glmertree-0.2-0"}, "glmglrt": {"_type": "derivation", "name": "r-glmglrt-0.2.2"}, "glmlep": {"_type": "derivation", "name": "r-glmlep-0.2"}, "glmm": {"_type": "derivation", "name": "r-glmm-1.4.4"}, "glmmEP": {"_type": "derivation", "name": "r-glmmEP-1.0-3.1"}, "glmmLasso": {"_type": "derivation", "name": "r-glmmLasso-1.6.2"}, "glmmML": {"_type": "derivation", "name": "r-glmmML-1.1.4"}, "glmmPen": {"_type": "derivation", "name": "r-glmmPen-1.5.1.10"}, "glmmSeq": {"_type": "derivation", "name": "r-glmmSeq-0.5.5"}, "glmmTMB": {"_type": "derivation", "name": "r-glmmTMB-1.1.4"}, "glmm_hp": {"_type": "derivation", "name": "r-glmm.hp-0.0-5"}, "glmmfields": {"_type": "derivation", "name": "r-glmmfields-0.1.4"}, "glmmrBase": {"_type": "derivation", "name": "r-glmmrBase-0.1.2"}, "glmmsr": {"_type": "derivation", "name": "r-glmmsr-0.2.3"}, "glmnet": {"_type": "derivation", "name": "r-glmnet-4.1-4"}, "glmnetSE": {"_type": "derivation", "name": "r-glmnetSE-0.0.1"}, "glmnetUtils": {"_type": "derivation", "name": "r-glmnetUtils-1.1.8"}, "glmnetcr": {"_type": "derivation", "name": "r-glmnetcr-1.0.6"}, "glmpath": {"_type": "derivation", "name": "r-glmpath-0.98"}, "glmpathcr": {"_type": "derivation", "name": "r-glmpathcr-1.0.8"}, "glmpca": {"_type": "derivation", "name": "r-glmpca-0.2.0"}, "glmtlp": {"_type": "derivation", "name": "r-glmtlp-2.0.1"}, "glmtoolbox": {"_type": "derivation", "name": "r-glmtoolbox-0.1.4"}, "glmtrans": {"_type": "derivation", "name": "r-glmtrans-2.0.0"}, "glmtree": {"_type": "derivation", "name": "r-glmtree-0.2"}, "glmulti": {"_type": "derivation", "name": "r-glmulti-1.0.8"}, "glmvsd": {"_type": "derivation", "name": "r-glmvsd-1.5"}, "glmx": {"_type": "derivation", "name": "r-glmx-0.1-3"}, "glmxdiag": {"_type": "derivation", "name": "r-glmxdiag-1.0.0"}, "globalGSA": {"_type": "derivation", "name": "r-globalGSA-1.0"}, "globalKinhom": {"_type": "derivation", "name": "r-globalKinhom-0.1.4"}, "globalOptTests": {"_type": "derivation", "name": "r-globalOptTests-1.1"}, "globalSeq": {"_type": "derivation", "name": "r-globalSeq-1.24.0"}, "globals": {"_type": "derivation", "name": "r-globals-0.16.1"}, "globaltest": {"_type": "derivation", "name": "r-globaltest-5.50.0"}, "globaltrends": {"_type": "derivation", "name": "r-globaltrends-0.0.12"}, "globe": {"_type": "derivation", "name": "r-globe-1.2-0"}, "glogis": {"_type": "derivation", "name": "r-glogis-1.0-2"}, "glossr": {"_type": "derivation", "name": "r-glossr-0.6.1"}, "glottospace": {"_type": "derivation", "name": "r-glottospace-0.0.112"}, "glow": {"_type": "derivation", "name": "r-glow-0.10.1"}, "glpkAPI": {"_type": "derivation", "name": "r-glpkAPI-1.3.3"}, "glrt": {"_type": "derivation", "name": "r-glrt-2.0"}, "glue": {"_type": "derivation", "name": "r-glue-1.6.2"}, "gluedown": {"_type": "derivation", "name": "r-gluedown-1.0.4"}, "gluvarpro": {"_type": "derivation", "name": "r-gluvarpro-7.0"}, "glvmfit": {"_type": "derivation", "name": "r-glvmfit-0.1.0"}, "glycanr": {"_type": "derivation", "name": "r-glycanr-0.4.0"}, "gm": {"_type": "derivation", "name": "r-gm-1.0.2"}, "gmDatabase": {"_type": "derivation", "name": "r-gmDatabase-0.5.0"}, "gmGeostats": {"_type": "derivation", "name": "r-gmGeostats-0.11.1"}, "gma": {"_type": "derivation", "name": "r-gma-1.0"}, "gmailr": {"_type": "derivation", "name": "r-gmailr-1.0.1"}, "gmapR": {"_type": "derivation", "name": "r-gmapR-1.38.0"}, "gmapsdistance": {"_type": "derivation", "name": "r-gmapsdistance-4.0.0"}, "gmat": {"_type": "derivation", "name": "r-gmat-0.2.2"}, "gmeta": {"_type": "derivation", "name": "r-gmeta-2.3-1"}, "gmfd": {"_type": "derivation", "name": "r-gmfd-1.0.1"}, "gmgm": {"_type": "derivation", "name": "r-gmgm-1.1.2"}, "gmm": {"_type": "derivation", "name": "r-gmm-1.7"}, "gmnl": {"_type": "derivation", "name": "r-gmnl-1.1-3.2"}, "gmodels": {"_type": "derivation", "name": "r-gmodels-2.18.1.1"}, "gmoviz": {"_type": "derivation", "name": "r-gmoviz-1.8.0"}, "gmp": {"_type": "derivation", "name": "r-gmp-0.6-7"}, "gmpoly": {"_type": "derivation", "name": "r-gmpoly-1.1.0"}, "gms": {"_type": "derivation", "name": "r-gms-0.4.0"}, "gmt": {"_type": "derivation", "name": "r-gmt-2.0.3"}, "gmvarkit": {"_type": "derivation", "name": "r-gmvarkit-2.0.5"}, "gmwmx": {"_type": "derivation", "name": "r-gmwmx-1.0.2"}, "gnFit": {"_type": "derivation", "name": "r-gnFit-0.2.0"}, "gnlm": {"_type": "derivation", "name": "r-gnlm-1.1.1"}, "gnm": {"_type": "derivation", "name": "r-gnm-1.1-2"}, "gnn": {"_type": "derivation", "name": "r-gnn-0.0-3"}, "gnomonicM": {"_type": "derivation", "name": "r-gnomonicM-1.0.1"}, "gnorm": {"_type": "derivation", "name": "r-gnorm-1.0.0"}, "gnrprod": {"_type": "derivation", "name": "r-gnrprod-1.0.0"}, "gnumeric": {"_type": "derivation", "name": "r-gnumeric-0.7-8"}, "go2bigq": {"_type": "derivation", "name": "r-go2bigq-1.0"}, "goProfiles": {"_type": "derivation", "name": "r-goProfiles-1.58.0"}, "goSTAG": {"_type": "derivation", "name": "r-goSTAG-1.20.0"}, "goTools": {"_type": "derivation", "name": "r-goTools-1.70.0"}, "goeveg": {"_type": "derivation", "name": "r-goeveg-0.5.1"}, "gofCopula": {"_type": "derivation", "name": "r-gofCopula-0.4-1"}, "gofar": {"_type": "derivation", "name": "r-gofar-0.1"}, "gofastr": {"_type": "derivation", "name": "r-gofastr-0.3.0"}, "gofcat": {"_type": "derivation", "name": "r-gofcat-0.1.2"}, "goffda": {"_type": "derivation", "name": "r-goffda-0.1.1"}, "gofgamma": {"_type": "derivation", "name": "r-gofgamma-1.0"}, "goft": {"_type": "derivation", "name": "r-goft-1.3.6"}, "goftest": {"_type": "derivation", "name": "r-goftest-1.2-3"}, "gogarch": {"_type": "derivation", "name": "r-gogarch-0.7-5"}, "goldfish": {"_type": "derivation", "name": "r-goldfish-1.6.4"}, "goldi": {"_type": "derivation", "name": "r-goldi-1.0.1"}, "goldilocks": {"_type": "derivation", "name": "r-goldilocks-0.3.0"}, "golem": {"_type": "derivation", "name": "r-golem-0.3.5"}, "golubEsets": {"_type": "derivation", "name": "r-golubEsets-1.38.0"}, "gomms": {"_type": "derivation", "name": "r-gomms-1.0"}, "gompertztrunc": {"_type": "derivation", "name": "r-gompertztrunc-0.1.0"}, "gontr": {"_type": "derivation", "name": "r-gontr-1.1.0"}, "good": {"_type": "derivation", "name": "r-good-1.0.1"}, "goodpractice": {"_type": "derivation", "name": "r-goodpractice-1.0.4"}, "googleAnalyticsR": {"_type": "derivation", "name": "r-googleAnalyticsR-1.1.0"}, "googleAuthR": {"_type": "derivation", "name": "r-googleAuthR-2.0.0"}, "googleCloudRunner": {"_type": "derivation", "name": "r-googleCloudRunner-0.5.0"}, "googleCloudStorageR": {"_type": "derivation", "name": "r-googleCloudStorageR-0.7.0"}, "googleCloudVisionR": {"_type": "derivation", "name": "r-googleCloudVisionR-0.2.0"}, "googleComputeEngineR": {"_type": "derivation", "name": "r-googleComputeEngineR-0.3.0"}, "googleErrorReportingR": {"_type": "derivation", "name": "r-googleErrorReportingR-0.0.4"}, "googleLanguageR": {"_type": "derivation", "name": "r-googleLanguageR-0.3.0"}, "googlePolylines": {"_type": "derivation", "name": "r-googlePolylines-0.8.2"}, "googlePrintr": {"_type": "derivation", "name": "r-googlePrintr-0.0.1"}, "googlePublicData": {"_type": "derivation", "name": "r-googlePublicData-0.16.1"}, "googlePubsubR": {"_type": "derivation", "name": "r-googlePubsubR-0.0.3"}, "googleTagManageR": {"_type": "derivation", "name": "r-googleTagManageR-0.2.0"}, "googleVis": {"_type": "derivation", "name": "r-googleVis-0.7.0"}, "googleadsR": {"_type": "derivation", "name": "r-googleadsR-0.1.2"}, "googledrive": {"_type": "derivation", "name": "r-googledrive-2.0.0"}, "googleformr": {"_type": "derivation", "name": "r-googleformr-0.0.3"}, "googlenlp": {"_type": "derivation", "name": "r-googlenlp-0.2.0"}, "googler": {"_type": "derivation", "name": "r-googler-0.0.1"}, "googlesheets": {"_type": "derivation", "name": "r-googlesheets-0.3.0"}, "googlesheets4": {"_type": "derivation", "name": "r-googlesheets4-1.0.1"}, "googleway": {"_type": "derivation", "name": "r-googleway-2.7.6"}, "goric": {"_type": "derivation", "name": "r-goric-1.1-2"}, "gorica": {"_type": "derivation", "name": "r-gorica-0.1.2"}, "gorpiper": {"_type": "derivation", "name": "r-gorpiper-1.0.1"}, "goseq": {"_type": "derivation", "name": "r-goseq-1.48.0"}, "gosset": {"_type": "derivation", "name": "r-gosset-0.5"}, "gotop": {"_type": "derivation", "name": "r-gotop-0.1.2"}, "govStatJPN": {"_type": "derivation", "name": "r-govStatJPN-0.1"}, "govdown": {"_type": "derivation", "name": "r-govdown-0.10.1"}, "gower": {"_type": "derivation", "name": "r-gower-1.0.0"}, "goxygen": {"_type": "derivation", "name": "r-goxygen-1.0.3"}, "gp53cdf": {"_type": "derivation", "name": "r-gp53cdf-2.18.0"}, "gpaExample": {"_type": "derivation", "name": "r-gpaExample-1.8.0"}, "gpairs": {"_type": "derivation", "name": "r-gpairs-1.3.3"}, "gpart": {"_type": "derivation", "name": "r-gpart-1.13.0"}, "gpbStat": {"_type": "derivation", "name": "r-gpbStat-0.3.5"}, "gpboost": {"_type": "derivation", "name": "r-gpboost-0.7.9"}, "gpclib": {"_type": "derivation", "name": "r-gpclib-1.5-6"}, "gpg": {"_type": "derivation", "name": "r-gpg-1.2.8"}, "gpindex": {"_type": "derivation", "name": "r-gpindex-0.4.3"}, "gpk": {"_type": "derivation", "name": "r-gpk-1.0"}, "gplite": {"_type": "derivation", "name": "r-gplite-0.13.0"}, "gplm": {"_type": "derivation", "name": "r-gplm-0.7-4"}, "gplots": {"_type": "derivation", "name": "r-gplots-3.1.3"}, "gpls": {"_type": "derivation", "name": "r-gpls-1.68.0"}, "gplsim": {"_type": "derivation", "name": "r-gplsim-0.9.2"}, "gpmap": {"_type": "derivation", "name": "r-gpmap-0.1.2"}, "gppm": {"_type": "derivation", "name": "r-gppm-0.2.0"}, "gprege": {"_type": "derivation", "name": "r-gprege-1.39.0"}, "gprofiler2": {"_type": "derivation", "name": "r-gprofiler2-0.2.1"}, "gps": {"_type": "derivation", "name": "r-gps-1.0"}, "gptk": {"_type": "derivation", "name": "r-gptk-1.08"}, "gpuMagic": {"_type": "derivation", "name": "r-gpuMagic-1.12.0"}, "gpx": {"_type": "derivation", "name": "r-gpx-1.1.0"}, "gqlr": {"_type": "derivation", "name": "r-gqlr-0.0.2"}, "gquad": {"_type": "derivation", "name": "r-gquad-2.1-1"}, "grImport": {"_type": "derivation", "name": "r-grImport-0.9-5"}, "grImport2": {"_type": "derivation", "name": "r-grImport2-0.2-0"}, "grPipe": {"_type": "derivation", "name": "r-grPipe-0.1.0"}, "graDiEnt": {"_type": "derivation", "name": "r-graDiEnt-1.0.1"}, "grabsampling": {"_type": "derivation", "name": "r-grabsampling-1.0.0"}, "gradDescent": {"_type": "derivation", "name": "r-gradDescent-3.0"}, "grade": {"_type": "derivation", "name": "r-grade-0.2-1"}, "gradeR": {"_type": "derivation", "name": "r-gradeR-1.0.10"}, "gradientPickerD3": {"_type": "derivation", "name": "r-gradientPickerD3-0.1.0.0"}, "grafify": {"_type": "derivation", "name": "r-grafify-3.0.0"}, "grainchanger": {"_type": "derivation", "name": "r-grainchanger-0.3.2"}, "grainscape": {"_type": "derivation", "name": "r-grainscape-0.4.3"}, "gramEvol": {"_type": "derivation", "name": "r-gramEvol-2.1-4"}, "grandR": {"_type": "derivation", "name": "r-grandR-0.2.0"}, "grangers": {"_type": "derivation", "name": "r-grangers-0.1.0"}, "granova": {"_type": "derivation", "name": "r-granova-2.1"}, "granovaGG": {"_type": "derivation", "name": "r-granovaGG-1.4.0"}, "grantham": {"_type": "derivation", "name": "r-grantham-0.1.1"}, "granulator": {"_type": "derivation", "name": "r-granulator-1.4.0"}, "graper": {"_type": "derivation", "name": "r-graper-1.12.0"}, "grapes": {"_type": "derivation", "name": "r-grapes-1.0.0"}, "grapesAgri1": {"_type": "derivation", "name": "r-grapesAgri1-1.1.0"}, "graph": {"_type": "derivation", "name": "r-graph-1.74.0"}, "graph3d": {"_type": "derivation", "name": "r-graph3d-0.2.0"}, "graph4lg": {"_type": "derivation", "name": "r-graph4lg-1.6.0"}, "graphPAF": {"_type": "derivation", "name": "r-graphPAF-1.0.1"}, "graphTweets": {"_type": "derivation", "name": "r-graphTweets-0.5.3"}, "grapherator": {"_type": "derivation", "name": "r-grapherator-1.0.0"}, "graphframes": {"_type": "derivation", "name": "r-graphframes-0.1.2"}, "graphhopper": {"_type": "derivation", "name": "r-graphhopper-0.1.2"}, "graphicalExtremes": {"_type": "derivation", "name": "r-graphicalExtremes-0.1.0"}, "graphicalVAR": {"_type": "derivation", "name": "r-graphicalVAR-0.3"}, "graphite": {"_type": "derivation", "name": "r-graphite-1.42.0"}, "graphkernels": {"_type": "derivation", "name": "r-graphkernels-1.6.1"}, "graphlayouts": {"_type": "derivation", "name": "r-graphlayouts-0.8.3"}, "graphon": {"_type": "derivation", "name": "r-graphon-0.3.5"}, "graphql": {"_type": "derivation", "name": "r-graphql-1.5.1"}, "graphscan": {"_type": "derivation", "name": "r-graphscan-1.1.1"}, "graphsim": {"_type": "derivation", "name": "r-graphsim-1.0.3"}, "graphx": {"_type": "derivation", "name": "r-graphx-1.0"}, "grasp2db": {"_type": "derivation", "name": "r-grasp2db-1.1.0"}, "grates": {"_type": "derivation", "name": "r-grates-0.3.0"}, "gratia": {"_type": "derivation", "name": "r-gratia-0.7.3"}, "graticule": {"_type": "derivation", "name": "r-graticule-0.1.6"}, "gratis": {"_type": "derivation", "name": "r-gratis-1.0.0"}, "grattan": {"_type": "derivation", "name": "r-grattan-2.0.0.0"}, "gravitas": {"_type": "derivation", "name": "r-gravitas-0.1.3"}, "gravity": {"_type": "derivation", "name": "r-gravity-1.0"}, "greatR": {"_type": "derivation", "name": "r-greatR-0.2.0"}, "grec": {"_type": "derivation", "name": "r-grec-1.4.1"}, "greed": {"_type": "derivation", "name": "r-greed-0.6.1"}, "greekLetters": {"_type": "derivation", "name": "r-greekLetters-0.0.7"}, "greeks": {"_type": "derivation", "name": "r-greeks-0.7.0"}, "greenclust": {"_type": "derivation", "name": "r-greenclust-1.1.0"}, "greengenes13_5MgDb": {"_type": "derivation", "name": "r-greengenes13.5MgDb-2.0.0"}, "gregRy": {"_type": "derivation", "name": "r-gregRy-0.1.0"}, "gremes": {"_type": "derivation", "name": "r-gremes-0.1.0"}, "gremlin": {"_type": "derivation", "name": "r-gremlin-1.0.1"}, "gren": {"_type": "derivation", "name": "r-gren-0.0.1"}, "greport": {"_type": "derivation", "name": "r-greport-0.7-3"}, "greta": {"_type": "derivation", "name": "r-greta-0.4.3"}, "greta_dynamics": {"_type": "derivation", "name": "r-greta.dynamics-0.2.0"}, "greta_gp": {"_type": "derivation", "name": "r-greta.gp-0.2.0"}, "gretel": {"_type": "derivation", "name": "r-gretel-0.0.1"}, "gretlR": {"_type": "derivation", "name": "r-gretlR-0.1.4"}, "grex": {"_type": "derivation", "name": "r-grex-1.9"}, "greybox": {"_type": "derivation", "name": "r-greybox-1.0.6"}, "greyzoneSurv": {"_type": "derivation", "name": "r-greyzoneSurv-1.0"}, "grf": {"_type": "derivation", "name": "r-grf-2.2.0"}, "gridBase": {"_type": "derivation", "name": "r-gridBase-0.4-7"}, "gridBezier": {"_type": "derivation", "name": "r-gridBezier-1.1-1"}, "gridDebug": {"_type": "derivation", "name": "r-gridDebug-0.5-1"}, "gridExtra": {"_type": "derivation", "name": "r-gridExtra-2.3"}, "gridGeometry": {"_type": "derivation", "name": "r-gridGeometry-0.3-0"}, "gridGraphics": {"_type": "derivation", "name": "r-gridGraphics-0.5-1"}, "gridGraphviz": {"_type": "derivation", "name": "r-gridGraphviz-0.3-1"}, "gridOT": {"_type": "derivation", "name": "r-gridOT-1.0.1"}, "gridSVG": {"_type": "derivation", "name": "r-gridSVG-1.7-4"}, "gridpattern": {"_type": "derivation", "name": "r-gridpattern-1.0.1"}, "gridsampler": {"_type": "derivation", "name": "r-gridsampler-0.6"}, "gridstackeR": {"_type": "derivation", "name": "r-gridstackeR-0.1.0"}, "gridtext": {"_type": "derivation", "name": "r-gridtext-0.1.5"}, "gripp": {"_type": "derivation", "name": "r-gripp-0.2.20"}, "grizbayr": {"_type": "derivation", "name": "r-grizbayr-1.3.2"}, "grmsem": {"_type": "derivation", "name": "r-grmsem-1.1.0"}, "grndata": {"_type": "derivation", "name": "r-grndata-1.28.0"}, "grnn": {"_type": "derivation", "name": "r-grnn-0.1.0"}, "groHMM": {"_type": "derivation", "name": "r-groHMM-1.30.1"}, "grobblR": {"_type": "derivation", "name": "r-grobblR-0.2.1"}, "groc": {"_type": "derivation", "name": "r-groc-1.0.8"}, "gromovlab": {"_type": "derivation", "name": "r-gromovlab-0.8-3"}, "groundhog": {"_type": "derivation", "name": "r-groundhog-2.1.0"}, "groupICA": {"_type": "derivation", "name": "r-groupICA-0.1.1"}, "groupRemMap": {"_type": "derivation", "name": "r-groupRemMap-0.1-0"}, "groupTesting": {"_type": "derivation", "name": "r-groupTesting-1.0.0"}, "groupWQS": {"_type": "derivation", "name": "r-groupWQS-0.0.3"}, "groupdata2": {"_type": "derivation", "name": "r-groupdata2-2.0.1"}, "grouped": {"_type": "derivation", "name": "r-grouped-0.6-0"}, "groupedSurv": {"_type": "derivation", "name": "r-groupedSurv-1.0.4.3"}, "groupr": {"_type": "derivation", "name": "r-groupr-0.1.0"}, "groupsubsetselection": {"_type": "derivation", "name": "r-groupsubsetselection-1.0.3"}, "groupwalk": {"_type": "derivation", "name": "r-groupwalk-0.1.2"}, "grove": {"_type": "derivation", "name": "r-grove-1.1"}, "growfunctions": {"_type": "derivation", "name": "r-growfunctions-0.15"}, "growth": {"_type": "derivation", "name": "r-growth-1.1.1"}, "growthPheno": {"_type": "derivation", "name": "r-growthPheno-1.0-34"}, "growthcleanr": {"_type": "derivation", "name": "r-growthcleanr-2.0.2"}, "growthcurver": {"_type": "derivation", "name": "r-growthcurver-0.3.1"}, "growthmodels": {"_type": "derivation", "name": "r-growthmodels-1.2.0"}, "growthrate": {"_type": "derivation", "name": "r-growthrate-1.3"}, "growthrates": {"_type": "derivation", "name": "r-growthrates-0.8.4"}, "grpCox": {"_type": "derivation", "name": "r-grpCox-1.0.1"}, "grpSLOPE": {"_type": "derivation", "name": "r-grpSLOPE-0.3.1"}, "grplasso": {"_type": "derivation", "name": "r-grplasso-0.4-7"}, "grplassocat": {"_type": "derivation", "name": "r-grplassocat-1.0"}, "grpreg": {"_type": "derivation", "name": "r-grpreg-3.4.0"}, "grpsel": {"_type": "derivation", "name": "r-grpsel-1.3.1"}, "grpseq": {"_type": "derivation", "name": "r-grpseq-1.0"}, "grr": {"_type": "derivation", "name": "r-grr-0.9.5"}, "grt": {"_type": "derivation", "name": "r-grt-0.2.1"}, "grwat": {"_type": "derivation", "name": "r-grwat-0.0.2"}, "gsDesign": {"_type": "derivation", "name": "r-gsDesign-3.4.0"}, "gsEasy": {"_type": "derivation", "name": "r-gsEasy-1.4"}, "gsalib": {"_type": "derivation", "name": "r-gsalib-2.2.1"}, "gsarima": {"_type": "derivation", "name": "r-gsarima-0.1-5"}, "gsbDesign": {"_type": "derivation", "name": "r-gsbDesign-1.0-2"}, "gsbm": {"_type": "derivation", "name": "r-gsbm-0.2.2"}, "gscaLCA": {"_type": "derivation", "name": "r-gscaLCA-0.0.5"}, "gscounts": {"_type": "derivation", "name": "r-gscounts-0.1-4"}, "gscreend": {"_type": "derivation", "name": "r-gscreend-1.10.0"}, "gsean": {"_type": "derivation", "name": "r-gsean-1.16.1"}, "gset": {"_type": "derivation", "name": "r-gset-1.1.0"}, "gsheet": {"_type": "derivation", "name": "r-gsheet-0.4.5"}, "gsignal": {"_type": "derivation", "name": "r-gsignal-0.3-5"}, "gsisdecoder": {"_type": "derivation", "name": "r-gsisdecoder-0.0.1"}, "gsl": {"_type": "derivation", "name": "r-gsl-2.1-7.1"}, "gslnls": {"_type": "derivation", "name": "r-gslnls-1.1.1"}, "gsloid": {"_type": "derivation", "name": "r-gsloid-0.2.0"}, "gsmoothr": {"_type": "derivation", "name": "r-gsmoothr-0.1.7"}, "gson": {"_type": "derivation", "name": "r-gson-0.0.9"}, "gsrs": {"_type": "derivation", "name": "r-gsrs-0.1.1"}, "gsrsb": {"_type": "derivation", "name": "r-gsrsb-1.1.1"}, "gss": {"_type": "derivation", "name": "r-gss-2.2-3"}, "gstar": {"_type": "derivation", "name": "r-gstar-0.1.0"}, "gstat": {"_type": "derivation", "name": "r-gstat-2.1-0"}, "gstsm": {"_type": "derivation", "name": "r-gstsm-1.0.0"}, "gsubfn": {"_type": "derivation", "name": "r-gsubfn-0.7"}, "gsw": {"_type": "derivation", "name": "r-gsw-1.1-1"}, "gsynth": {"_type": "derivation", "name": "r-gsynth-1.2.1"}, "gt": {"_type": "derivation", "name": "r-gt-0.7.0"}, "gt4ireval": {"_type": "derivation", "name": "r-gt4ireval-2.0"}, "gtExtras": {"_type": "derivation", "name": "r-gtExtras-0.4.2"}, "gtWAS": {"_type": "derivation", "name": "r-gtWAS-1.1.0"}, "gtable": {"_type": "derivation", "name": "r-gtable-0.3.1"}, "gtcorr": {"_type": "derivation", "name": "r-gtcorr-0.2-1"}, "gte": {"_type": "derivation", "name": "r-gte-1.2-3"}, "gtfs2gps": {"_type": "derivation", "name": "r-gtfs2gps-2.1-0"}, "gtfsio": {"_type": "derivation", "name": "r-gtfsio-1.0.0"}, "gtfsrouter": {"_type": "derivation", "name": "r-gtfsrouter-0.0.5"}, "gtfstools": {"_type": "derivation", "name": "r-gtfstools-1.1.0"}, "gtheory": {"_type": "derivation", "name": "r-gtheory-0.1.2"}, "gtools": {"_type": "derivation", "name": "r-gtools-3.9.3"}, "gtop": {"_type": "derivation", "name": "r-gtop-0.2.0"}, "gtreg": {"_type": "derivation", "name": "r-gtreg-0.2.0"}, "gtrellis": {"_type": "derivation", "name": "r-gtrellis-1.28.0"}, "gtrendsR": {"_type": "derivation", "name": "r-gtrendsR-1.5.1"}, "gtsummary": {"_type": "derivation", "name": "r-gtsummary-1.6.2"}, "guaguas": {"_type": "derivation", "name": "r-guaguas-0.3.0"}, "guardianapi": {"_type": "derivation", "name": "r-guardianapi-0.1.1"}, "guess": {"_type": "derivation", "name": "r-guess-0.1"}, "guf": {"_type": "derivation", "name": "r-guf-1.0.2"}, "guiplot": {"_type": "derivation", "name": "r-guiplot-0.2.1"}, "guix_install": {"_type": "derivation", "name": "r-guix.install-1.0.0"}, "gumbel": {"_type": "derivation", "name": "r-gumbel-1.10-2"}, "gumboot": {"_type": "derivation", "name": "r-gumboot-1.0.0"}, "gunit": {"_type": "derivation", "name": "r-gunit-1.0.2"}, "gunsales": {"_type": "derivation", "name": "r-gunsales-0.1.2"}, "gustave": {"_type": "derivation", "name": "r-gustave-0.4.4"}, "gutenbergr": {"_type": "derivation", "name": "r-gutenbergr-0.2.1"}, "gvc": {"_type": "derivation", "name": "r-gvc-6.4.0"}, "gvcR": {"_type": "derivation", "name": "r-gvcR-0.1.0"}, "gvcm_cat": {"_type": "derivation", "name": "r-gvcm.cat-1.9"}, "gvlma": {"_type": "derivation", "name": "r-gvlma-1.0.0.3"}, "gwaRs": {"_type": "derivation", "name": "r-gwaRs-0.3.0"}, "gwascat": {"_type": "derivation", "name": "r-gwascat-2.28.1"}, "gwascatData": {"_type": "derivation", "name": "r-gwascatData-0.99.6"}, "gwasforest": {"_type": "derivation", "name": "r-gwasforest-1.0.0"}, "gwasrapidd": {"_type": "derivation", "name": "r-gwasrapidd-0.99.13"}, "gwasurvivr": {"_type": "derivation", "name": "r-gwasurvivr-1.14.0"}, "gwavr": {"_type": "derivation", "name": "r-gwavr-0.2.0"}, "gwdegree": {"_type": "derivation", "name": "r-gwdegree-0.1.1"}, "gwer": {"_type": "derivation", "name": "r-gwer-3.0"}, "gwerAM": {"_type": "derivation", "name": "r-gwerAM-1.0"}, "gwfa": {"_type": "derivation", "name": "r-gwfa-0.0.4"}, "gwpcormapper": {"_type": "derivation", "name": "r-gwpcormapper-0.1.3"}, "gwrpvr": {"_type": "derivation", "name": "r-gwrpvr-1.0"}, "gwrr": {"_type": "derivation", "name": "r-gwrr-0.2-2"}, "gwsem": {"_type": "derivation", "name": "r-gwsem-2.1.4"}, "gym": {"_type": "derivation", "name": "r-gym-0.1.0"}, "gyro": {"_type": "derivation", "name": "r-gyro-1.1.1"}, "h0": {"_type": "derivation", "name": "r-h0-1.0.0"}, "h10kcod_db": {"_type": "derivation", "name": "r-h10kcod.db-3.4.0"}, "h20kcod_db": {"_type": "derivation", "name": "r-h20kcod.db-3.4.0"}, "h2o": {"_type": "derivation", "name": "r-h2o-3.38.0.1"}, "h2o4gpu": {"_type": "derivation", "name": "r-h2o4gpu-0.3.3"}, "h2otools": {"_type": "derivation", "name": "r-h2otools-0.1"}, "h3jsr": {"_type": "derivation", "name": "r-h3jsr-1.3.0"}, "h5vc": {"_type": "derivation", "name": "r-h5vc-2.30.0"}, "h5vcData": {"_type": "derivation", "name": "r-h5vcData-2.16.0"}, "hBayesDM": {"_type": "derivation", "name": "r-hBayesDM-1.2.1"}, "hIRT": {"_type": "derivation", "name": "r-hIRT-0.3.0"}, "hJAM": {"_type": "derivation", "name": "r-hJAM-1.0.0"}, "hNMF": {"_type": "derivation", "name": "r-hNMF-1.0"}, "hR": {"_type": "derivation", "name": "r-hR-0.2.50"}, "hSDM": {"_type": "derivation", "name": "r-hSDM-1.4.1"}, "haarfisz": {"_type": "derivation", "name": "r-haarfisz-4.5.3"}, "habCluster": {"_type": "derivation", "name": "r-habCluster-1.0.5"}, "hablar": {"_type": "derivation", "name": "r-hablar-0.3.0"}, "hackeRnews": {"_type": "derivation", "name": "r-hackeRnews-0.1.0"}, "hacksaw": {"_type": "derivation", "name": "r-hacksaw-0.0.2"}, "hacksig": {"_type": "derivation", "name": "r-hacksig-0.1.2"}, "hadron": {"_type": "derivation", "name": "r-hadron-3.1.2"}, "hagis": {"_type": "derivation", "name": "r-hagis-3.1.4"}, "hakaiApi": {"_type": "derivation", "name": "r-hakaiApi-1.0.2"}, "hal9001": {"_type": "derivation", "name": "r-hal9001-0.4.3"}, "haldensify": {"_type": "derivation", "name": "r-haldensify-0.2.3"}, "halfcircle": {"_type": "derivation", "name": "r-halfcircle-0.1.0"}, "hamlet": {"_type": "derivation", "name": "r-hamlet-0.9.6"}, "handlr": {"_type": "derivation", "name": "r-handlr-0.3.0"}, "handwriter": {"_type": "derivation", "name": "r-handwriter-1.0.1"}, "handyFunctions": {"_type": "derivation", "name": "r-handyFunctions-0.1.0"}, "handyplots": {"_type": "derivation", "name": "r-handyplots-1.1.3"}, "hans": {"_type": "derivation", "name": "r-hans-0.1"}, "hansard": {"_type": "derivation", "name": "r-hansard-0.8.0"}, "hapFabia": {"_type": "derivation", "name": "r-hapFabia-1.38.0"}, "hapassoc": {"_type": "derivation", "name": "r-hapassoc-1.2-9"}, "haploR": {"_type": "derivation", "name": "r-haploR-4.0.6"}, "haplo_ccs": {"_type": "derivation", "name": "r-haplo.ccs-1.3.2"}, "haplo_stats": {"_type": "derivation", "name": "r-haplo.stats-1.8.9"}, "haplotyper": {"_type": "derivation", "name": "r-haplotyper-0.1"}, "haplotypes": {"_type": "derivation", "name": "r-haplotypes-1.1.2"}, "hapmap100khind": {"_type": "derivation", "name": "r-hapmap100khind-1.38.0"}, "hapmap100kxba": {"_type": "derivation", "name": "r-hapmap100kxba-1.38.0"}, "hapmap370k": {"_type": "derivation", "name": "r-hapmap370k-1.0.1"}, "hapmap500knsp": {"_type": "derivation", "name": "r-hapmap500knsp-1.38.0"}, "hapmap500ksty": {"_type": "derivation", "name": "r-hapmap500ksty-1.38.0"}, "hapmapsnp5": {"_type": "derivation", "name": "r-hapmapsnp5-1.38.0"}, "hapmapsnp6": {"_type": "derivation", "name": "r-hapmapsnp6-1.38.0"}, "happign": {"_type": "derivation", "name": "r-happign-0.1.6"}, "happybiRthday": {"_type": "derivation", "name": "r-happybiRthday-0.0.1"}, "happytime": {"_type": "derivation", "name": "r-happytime-0.1.0"}, "hapsim": {"_type": "derivation", "name": "r-hapsim-0.31"}, "harbChIP": {"_type": "derivation", "name": "r-harbChIP-1.34.0"}, "hardhat": {"_type": "derivation", "name": "r-hardhat-1.2.0"}, "harmonicmeanp": {"_type": "derivation", "name": "r-harmonicmeanp-3.0"}, "harmonizer": {"_type": "derivation", "name": "r-harmonizer-0.3.0"}, "harmony": {"_type": "derivation", "name": "r-harmony-0.1.0"}, "harrietr": {"_type": "derivation", "name": "r-harrietr-0.2.3"}, "harrypotter": {"_type": "derivation", "name": "r-harrypotter-2.1.1"}, "hash": {"_type": "derivation", "name": "r-hash-2.2.6.2"}, "hashids": {"_type": "derivation", "name": "r-hashids-0.9.0"}, "hashr": {"_type": "derivation", "name": "r-hashr-0.1.4"}, "hasseDiagram": {"_type": "derivation", "name": "r-hasseDiagram-0.2.0"}, "haven": {"_type": "derivation", "name": "r-haven-2.5.1"}, "hawkes": {"_type": "derivation", "name": "r-hawkes-0.0-4"}, "hawkesbow": {"_type": "derivation", "name": "r-hawkesbow-1.0.2"}, "hazer": {"_type": "derivation", "name": "r-hazer-1.1.1"}, "hazus": {"_type": "derivation", "name": "r-hazus-0.1"}, "hbbr": {"_type": "derivation", "name": "r-hbbr-1.1.2"}, "hbim": {"_type": "derivation", "name": "r-hbim-1.1"}, "hbm": {"_type": "derivation", "name": "r-hbm-1.0"}, "hbmem": {"_type": "derivation", "name": "r-hbmem-0.3-3"}, "hbsae": {"_type": "derivation", "name": "r-hbsae-1.2"}, "hca": {"_type": "derivation", "name": "r-hca-1.4.3"}, "hcandersenr": {"_type": "derivation", "name": "r-hcandersenr-0.2.0"}, "hcc": {"_type": "derivation", "name": "r-hcc-0.54"}, "hcci": {"_type": "derivation", "name": "r-hcci-1.0.0"}, "hce": {"_type": "derivation", "name": "r-hce-0.0.2"}, "hcg110_db": {"_type": "derivation", "name": "r-hcg110.db-3.13.0"}, "hcg110cdf": {"_type": "derivation", "name": "r-hcg110cdf-2.18.0"}, "hcg110probe": {"_type": "derivation", "name": "r-hcg110probe-2.18.0"}, "hchinamap": {"_type": "derivation", "name": "r-hchinamap-0.1.0"}, "hcp": {"_type": "derivation", "name": "r-hcp-0.1"}, "hctrial": {"_type": "derivation", "name": "r-hctrial-0.1.0"}, "hdImpute": {"_type": "derivation", "name": "r-hdImpute-0.1.1"}, "hda": {"_type": "derivation", "name": "r-hda-0.2-14"}, "hdbinseg": {"_type": "derivation", "name": "r-hdbinseg-1.0.1"}, "hdbm": {"_type": "derivation", "name": "r-hdbm-0.9.0"}, "hdd": {"_type": "derivation", "name": "r-hdd-0.1.0"}, "hddplot": {"_type": "derivation", "name": "r-hddplot-0.59"}, "hddtools": {"_type": "derivation", "name": "r-hddtools-0.9.4"}, "hdf5r": {"_type": "derivation", "name": "r-hdf5r-1.3.7"}, "hdfqlr": {"_type": "derivation", "name": "r-hdfqlr-0.6-2"}, "hdi": {"_type": "derivation", "name": "r-hdi-0.1-9"}, "hdiVAR": {"_type": "derivation", "name": "r-hdiVAR-1.0.1"}, "hdlm": {"_type": "derivation", "name": "r-hdlm-1.3.1"}, "hdm": {"_type": "derivation", "name": "r-hdm-0.3.1"}, "hdme": {"_type": "derivation", "name": "r-hdme-0.5.0"}, "hdnom": {"_type": "derivation", "name": "r-hdnom-6.0.1"}, "hdpGLM": {"_type": "derivation", "name": "r-hdpGLM-1.0.2"}, "hdpca": {"_type": "derivation", "name": "r-hdpca-1.1.5"}, "hdrcde": {"_type": "derivation", "name": "r-hdrcde-3.4"}, "hds": {"_type": "derivation", "name": "r-hds-0.8.1"}, "hdtg": {"_type": "derivation", "name": "r-hdtg-0.2.0"}, "headliner": {"_type": "derivation", "name": "r-headliner-0.0.2"}, "healthcareai": {"_type": "derivation", "name": "r-healthcareai-2.5.1"}, "healthfinance": {"_type": "derivation", "name": "r-healthfinance-0.1.0"}, "healthforum": {"_type": "derivation", "name": "r-healthforum-0.1.0"}, "healthyControlsPresenceChecker": {"_type": "derivation", "name": "r-healthyControlsPresenceChecker-1.0.0"}, "healthyFlowData": {"_type": "derivation", "name": "r-healthyFlowData-1.34.0"}, "healthyR": {"_type": "derivation", "name": "r-healthyR-0.2.0"}, "healthyR_ai": {"_type": "derivation", "name": "r-healthyR.ai-0.0.9"}, "healthyR_data": {"_type": "derivation", "name": "r-healthyR.data-1.0.1"}, "healthyR_ts": {"_type": "derivation", "name": "r-healthyR.ts-0.2.3"}, "healthyverse": {"_type": "derivation", "name": "r-healthyverse-1.0.2"}, "heapsofpapers": {"_type": "derivation", "name": "r-heapsofpapers-0.1.0"}, "heatex": {"_type": "derivation", "name": "r-heatex-1.0"}, "heatmap3": {"_type": "derivation", "name": "r-heatmap3-1.1.9"}, "heatmapFit": {"_type": "derivation", "name": "r-heatmapFit-2.0.4"}, "heatmapFlex": {"_type": "derivation", "name": "r-heatmapFlex-0.1.2"}, "heatmaply": {"_type": "derivation", "name": "r-heatmaply-1.4.0"}, "heatmaps": {"_type": "derivation", "name": "r-heatmaps-1.20.0"}, "heatwaveR": {"_type": "derivation", "name": "r-heatwaveR-0.4.6"}, "heavy": {"_type": "derivation", "name": "r-heavy-0.38.196"}, "heddlr": {"_type": "derivation", "name": "r-heddlr-0.6.0"}, "hedgehog": {"_type": "derivation", "name": "r-hedgehog-0.1"}, "heemod": {"_type": "derivation", "name": "r-heemod-0.14.4"}, "heims": {"_type": "derivation", "name": "r-heims-0.4.0"}, "helda": {"_type": "derivation", "name": "r-helda-1.1.5"}, "helixvis": {"_type": "derivation", "name": "r-helixvis-1.0.1"}, "hellno": {"_type": "derivation", "name": "r-hellno-0.0.1"}, "helloJavaWorld": {"_type": "derivation", "name": "r-helloJavaWorld-0.0-9"}, "helminthR": {"_type": "derivation", "name": "r-helminthR-1.0.9"}, "helsinki": {"_type": "derivation", "name": "r-helsinki-1.0.5"}, "heplots": {"_type": "derivation", "name": "r-heplots-1.4-2"}, "here": {"_type": "derivation", "name": "r-here-1.0.1"}, "hereR": {"_type": "derivation", "name": "r-hereR-0.9.0"}, "hergm": {"_type": "derivation", "name": "r-hergm-4.1-9"}, "heritEWAS": {"_type": "derivation", "name": "r-heritEWAS-0.2.0"}, "heritability": {"_type": "derivation", "name": "r-heritability-1.3"}, "hermes": {"_type": "derivation", "name": "r-hermes-1.0.1"}, "hermite": {"_type": "derivation", "name": "r-hermite-1.1.2"}, "hermiter": {"_type": "derivation", "name": "r-hermiter-2.1.0"}, "hero": {"_type": "derivation", "name": "r-hero-0.4.7"}, "hesim": {"_type": "derivation", "name": "r-hesim-0.5.3"}, "hetGP": {"_type": "derivation", "name": "r-hetGP-1.1.4"}, "hetsurr": {"_type": "derivation", "name": "r-hetsurr-1.0"}, "hett": {"_type": "derivation", "name": "r-hett-0.3-3"}, "hettest": {"_type": "derivation", "name": "r-hettest-1.0"}, "hettreatreg": {"_type": "derivation", "name": "r-hettreatreg-0.1.0"}, "hettx": {"_type": "derivation", "name": "r-hettx-0.1.1"}, "hetu": {"_type": "derivation", "name": "r-hetu-1.0.7"}, "heuristica": {"_type": "derivation", "name": "r-heuristica-1.0.3"}, "heuristicsmineR": {"_type": "derivation", "name": "r-heuristicsmineR-0.2.7"}, "hexSticker": {"_type": "derivation", "name": "r-hexSticker-0.4.9"}, "hexView": {"_type": "derivation", "name": "r-hexView-0.3-4"}, "hexbin": {"_type": "derivation", "name": "r-hexbin-1.28.2"}, "hextri": {"_type": "derivation", "name": "r-hextri-0.9.17"}, "hflights": {"_type": "derivation", "name": "r-hflights-0.1"}, "hfr": {"_type": "derivation", "name": "r-hfr-0.6.0"}, "hgfocus_db": {"_type": "derivation", "name": "r-hgfocus.db-3.13.0"}, "hgfocuscdf": {"_type": "derivation", "name": "r-hgfocuscdf-2.18.0"}, "hgfocusprobe": {"_type": "derivation", "name": "r-hgfocusprobe-2.18.0"}, "hglasso": {"_type": "derivation", "name": "r-hglasso-1.3"}, "hglm": {"_type": "derivation", "name": "r-hglm-2.2-1"}, "hglm_data": {"_type": "derivation", "name": "r-hglm.data-1.0-1"}, "hgm": {"_type": "derivation", "name": "r-hgm-1.22"}, "hgnc": {"_type": "derivation", "name": "r-hgnc-0.1.2"}, "hgu133a2_db": {"_type": "derivation", "name": "r-hgu133a2.db-3.13.0"}, "hgu133a2cdf": {"_type": "derivation", "name": "r-hgu133a2cdf-2.18.0"}, "hgu133a2frmavecs": {"_type": "derivation", "name": "r-hgu133a2frmavecs-1.2.0"}, "hgu133a2probe": {"_type": "derivation", "name": "r-hgu133a2probe-2.18.0"}, "hgu133a_db": {"_type": "derivation", "name": "r-hgu133a.db-3.13.0"}, "hgu133abarcodevecs": {"_type": "derivation", "name": "r-hgu133abarcodevecs-1.34.0"}, "hgu133acdf": {"_type": "derivation", "name": "r-hgu133acdf-2.18.0"}, "hgu133afrmavecs": {"_type": "derivation", "name": "r-hgu133afrmavecs-1.5.0"}, "hgu133aprobe": {"_type": "derivation", "name": "r-hgu133aprobe-2.18.0"}, "hgu133atagcdf": {"_type": "derivation", "name": "r-hgu133atagcdf-2.18.0"}, "hgu133atagprobe": {"_type": "derivation", "name": "r-hgu133atagprobe-2.18.0"}, "hgu133b_db": {"_type": "derivation", "name": "r-hgu133b.db-3.13.0"}, "hgu133bcdf": {"_type": "derivation", "name": "r-hgu133bcdf-2.18.0"}, "hgu133bprobe": {"_type": "derivation", "name": "r-hgu133bprobe-2.18.0"}, "hgu133plus2CellScore": {"_type": "derivation", "name": "r-hgu133plus2CellScore-1.16.0"}, "hgu133plus2_db": {"_type": "derivation", "name": "r-hgu133plus2.db-3.13.0"}, "hgu133plus2barcodevecs": {"_type": "derivation", "name": "r-hgu133plus2barcodevecs-1.34.0"}, "hgu133plus2cdf": {"_type": "derivation", "name": "r-hgu133plus2cdf-2.18.0"}, "hgu133plus2frmavecs": {"_type": "derivation", "name": "r-hgu133plus2frmavecs-1.5.0"}, "hgu133plus2probe": {"_type": "derivation", "name": "r-hgu133plus2probe-2.18.0"}, "hgu219_db": {"_type": "derivation", "name": "r-hgu219.db-3.2.3"}, "hgu219cdf": {"_type": "derivation", "name": "r-hgu219cdf-2.18.0"}, "hgu219probe": {"_type": "derivation", "name": "r-hgu219probe-2.18.0"}, "hgu2beta7": {"_type": "derivation", "name": "r-hgu2beta7-1.36.0"}, "hgu95a_db": {"_type": "derivation", "name": "r-hgu95a.db-3.13.0"}, "hgu95acdf": {"_type": "derivation", "name": "r-hgu95acdf-2.18.0"}, "hgu95aprobe": {"_type": "derivation", "name": "r-hgu95aprobe-2.18.0"}, "hgu95av2": {"_type": "derivation", "name": "r-hgu95av2-2.2.0"}, "hgu95av2_db": {"_type": "derivation", "name": "r-hgu95av2.db-3.13.0"}, "hgu95av2cdf": {"_type": "derivation", "name": "r-hgu95av2cdf-2.18.0"}, "hgu95av2probe": {"_type": "derivation", "name": "r-hgu95av2probe-2.18.0"}, "hgu95b_db": {"_type": "derivation", "name": "r-hgu95b.db-3.13.0"}, "hgu95bcdf": {"_type": "derivation", "name": "r-hgu95bcdf-2.18.0"}, "hgu95bprobe": {"_type": "derivation", "name": "r-hgu95bprobe-2.18.0"}, "hgu95c_db": {"_type": "derivation", "name": "r-hgu95c.db-3.13.0"}, "hgu95ccdf": {"_type": "derivation", "name": "r-hgu95ccdf-2.18.0"}, "hgu95cprobe": {"_type": "derivation", "name": "r-hgu95cprobe-2.18.0"}, "hgu95d_db": {"_type": "derivation", "name": "r-hgu95d.db-3.13.0"}, "hgu95dcdf": {"_type": "derivation", "name": "r-hgu95dcdf-2.18.0"}, "hgu95dprobe": {"_type": "derivation", "name": "r-hgu95dprobe-2.18.0"}, "hgu95e_db": {"_type": "derivation", "name": "r-hgu95e.db-3.13.0"}, "hgu95ecdf": {"_type": "derivation", "name": "r-hgu95ecdf-2.18.0"}, "hgu95eprobe": {"_type": "derivation", "name": "r-hgu95eprobe-2.18.0"}, "hguDKFZ31_db": {"_type": "derivation", "name": "r-hguDKFZ31.db-3.2.3"}, "hguatlas13k_db": {"_type": "derivation", "name": "r-hguatlas13k.db-3.2.3"}, "hgubeta7_db": {"_type": "derivation", "name": "r-hgubeta7.db-3.2.3"}, "hgug4100a_db": {"_type": "derivation", "name": "r-hgug4100a.db-3.2.3"}, "hgug4101a_db": {"_type": "derivation", "name": "r-hgug4101a.db-3.2.3"}, "hgug4110b_db": {"_type": "derivation", "name": "r-hgug4110b.db-3.2.3"}, "hgug4111a_db": {"_type": "derivation", "name": "r-hgug4111a.db-3.2.3"}, "hgug4112a_db": {"_type": "derivation", "name": "r-hgug4112a.db-3.2.3"}, "hgug4845a_db": {"_type": "derivation", "name": "r-hgug4845a.db-0.0.3"}, "hguqiagenv3_db": {"_type": "derivation", "name": "r-hguqiagenv3.db-3.2.3"}, "hgutils": {"_type": "derivation", "name": "r-hgutils-0.2.11"}, "hgwrr": {"_type": "derivation", "name": "r-hgwrr-0.2-3"}, "hhcartr": {"_type": "derivation", "name": "r-hhcartr-1.0.0"}, "hhh4contacts": {"_type": "derivation", "name": "r-hhh4contacts-0.13.1"}, "hhi": {"_type": "derivation", "name": "r-hhi-1.2.0"}, "hhsmm": {"_type": "derivation", "name": "r-hhsmm-0.3.3"}, "hht": {"_type": "derivation", "name": "r-hht-2.1.4"}, "hi16cod_db": {"_type": "derivation", "name": "r-hi16cod.db-3.4.0"}, "hiAnnotator": {"_type": "derivation", "name": "r-hiAnnotator-1.30.0"}, "hiPOD": {"_type": "derivation", "name": "r-hiPOD-1.0"}, "hiReadsProcessor": {"_type": "derivation", "name": "r-hiReadsProcessor-1.32.0"}, "hibayes": {"_type": "derivation", "name": "r-hibayes-1.1.0"}, "hiddenf": {"_type": "derivation", "name": "r-hiddenf-2.0"}, "hierBipartite": {"_type": "derivation", "name": "r-hierBipartite-0.0.2"}, "hierGWAS": {"_type": "derivation", "name": "r-hierGWAS-1.26.0"}, "hierNet": {"_type": "derivation", "name": "r-hierNet-1.9"}, "hierSDR": {"_type": "derivation", "name": "r-hierSDR-0.1"}, "hier_part": {"_type": "derivation", "name": "r-hier.part-1.0-6"}, "hierarchicalDS": {"_type": "derivation", "name": "r-hierarchicalDS-3.0"}, "hierarchicalSets": {"_type": "derivation", "name": "r-hierarchicalSets-1.0.2"}, "hierband": {"_type": "derivation", "name": "r-hierband-1.0"}, "hierbase": {"_type": "derivation", "name": "r-hierbase-0.1.2"}, "hierfstat": {"_type": "derivation", "name": "r-hierfstat-0.5-11"}, "hierinf": {"_type": "derivation", "name": "r-hierinf-1.14.0"}, "hiertest": {"_type": "derivation", "name": "r-hiertest-1.1"}, "highD2pop": {"_type": "derivation", "name": "r-highD2pop-1.0"}, "highDmean": {"_type": "derivation", "name": "r-highDmean-0.1.0"}, "highMLR": {"_type": "derivation", "name": "r-highMLR-0.1.1"}, "highOrderPortfolios": {"_type": "derivation", "name": "r-highOrderPortfolios-0.1.1"}, "highSCREEN": {"_type": "derivation", "name": "r-highSCREEN-0.4"}, "highTtest": {"_type": "derivation", "name": "r-highTtest-1.3"}, "highcharter": {"_type": "derivation", "name": "r-highcharter-0.9.4"}, "highfrequency": {"_type": "derivation", "name": "r-highfrequency-1.0.0"}, "highlight": {"_type": "derivation", "name": "r-highlight-0.5.0"}, "highlightHTML": {"_type": "derivation", "name": "r-highlightHTML-0.2.5"}, "highmean": {"_type": "derivation", "name": "r-highmean-3.0"}, "highr": {"_type": "derivation", "name": "r-highr-0.9"}, "highriskzone": {"_type": "derivation", "name": "r-highriskzone-1.4.7"}, "highs": {"_type": "derivation", "name": "r-highs-0.1-4"}, "higlasso": {"_type": "derivation", "name": "r-higlasso-0.9.0"}, "higrad": {"_type": "derivation", "name": "r-higrad-0.1.0"}, "hilbert": {"_type": "derivation", "name": "r-hilbert-0.2.1"}, "hilbertSimilarity": {"_type": "derivation", "name": "r-hilbertSimilarity-0.4.3"}, "hildareadR": {"_type": "derivation", "name": "r-hildareadR-0.2.0"}, "hillR": {"_type": "derivation", "name": "r-hillR-0.5.1"}, "hilldiv": {"_type": "derivation", "name": "r-hilldiv-1.5.1"}, "hillmakeR": {"_type": "derivation", "name": "r-hillmakeR-0.2"}, "hillshader": {"_type": "derivation", "name": "r-hillshader-0.1.0"}, "himach": {"_type": "derivation", "name": "r-himach-0.3.0"}, "hindex": {"_type": "derivation", "name": "r-hindex-0.2.0"}, "hindexcalculator": {"_type": "derivation", "name": "r-hindexcalculator-1.0.0"}, "hint": {"_type": "derivation", "name": "r-hint-0.1-3"}, "hipathia": {"_type": "derivation", "name": "r-hipathia-2.12.0"}, "hiphop": {"_type": "derivation", "name": "r-hiphop-0.0.1"}, "hippie": {"_type": "derivation", "name": "r-hippie-0.1.0"}, "hipread": {"_type": "derivation", "name": "r-hipread-0.2.3"}, "hisse": {"_type": "derivation", "name": "r-hisse-2.1.9"}, "histmdl": {"_type": "derivation", "name": "r-histmdl-0.7-1"}, "histogram": {"_type": "derivation", "name": "r-histogram-0.0-25"}, "historicalborrow": {"_type": "derivation", "name": "r-historicalborrow-1.0.4"}, "historicalborrowlong": {"_type": "derivation", "name": "r-historicalborrowlong-0.0.5"}, "historydata": {"_type": "derivation", "name": "r-historydata-0.1"}, "histry": {"_type": "derivation", "name": "r-histry-0.2.4"}, "hit": {"_type": "derivation", "name": "r-hit-0.4.0"}, "hitandrun": {"_type": "derivation", "name": "r-hitandrun-0.5-6"}, "hive": {"_type": "derivation", "name": "r-hive-0.2-2"}, "hivprtplus2cdf": {"_type": "derivation", "name": "r-hivprtplus2cdf-2.18.0"}, "hkclustering": {"_type": "derivation", "name": "r-hkclustering-1.0.1"}, "hkdatasets": {"_type": "derivation", "name": "r-hkdatasets-1.0.0"}, "hkevp": {"_type": "derivation", "name": "r-hkevp-1.1.4"}, "hkex_api": {"_type": "derivation", "name": "r-hkex.api-0.1"}, "hlaR": {"_type": "derivation", "name": "r-hlaR-0.1.5"}, "hlidacr": {"_type": "derivation", "name": "r-hlidacr-0.2.0"}, "hlt": {"_type": "derivation", "name": "r-hlt-1.3.1"}, "hmcdm": {"_type": "derivation", "name": "r-hmcdm-2.0.0"}, "hmclearn": {"_type": "derivation", "name": "r-hmclearn-0.0.5"}, "hmdbQuery": {"_type": "derivation", "name": "r-hmdbQuery-1.16.0"}, "hmeasure": {"_type": "derivation", "name": "r-hmeasure-1.0-2"}, "hmer": {"_type": "derivation", "name": "r-hmer-1.0.1"}, "hmgm": {"_type": "derivation", "name": "r-hmgm-1.0.3"}, "hmi": {"_type": "derivation", "name": "r-hmi-1.0.0"}, "hmlasso": {"_type": "derivation", "name": "r-hmlasso-0.0.1"}, "hmm_discnp": {"_type": "derivation", "name": "r-hmm.discnp-3.0-9"}, "hmma": {"_type": "derivation", "name": "r-hmma-1.1.0"}, "hmmm": {"_type": "derivation", "name": "r-hmmm-1.0-4"}, "hmmr": {"_type": "derivation", "name": "r-hmmr-1.0-0"}, "hms": {"_type": "derivation", "name": "r-hms-1.1.2"}, "hmstimer": {"_type": "derivation", "name": "r-hmstimer-0.2.1"}, "hnp": {"_type": "derivation", "name": "r-hnp-1.2-6"}, "hoa": {"_type": "derivation", "name": "r-hoa-2.1.4.1"}, "hoardeR": {"_type": "derivation", "name": "r-hoardeR-0.9.4-2"}, "hoardr": {"_type": "derivation", "name": "r-hoardr-0.5.2"}, "hockeyR": {"_type": "derivation", "name": "r-hockeyR-1.3.0"}, "hockeystick": {"_type": "derivation", "name": "r-hockeystick-0.6.3"}, "holdem": {"_type": "derivation", "name": "r-holdem-1.2"}, "holiglm": {"_type": "derivation", "name": "r-holiglm-0.2.1"}, "holland": {"_type": "derivation", "name": "r-holland-0.1.2-1"}, "holodeck": {"_type": "derivation", "name": "r-holodeck-0.2.1"}, "homals": {"_type": "derivation", "name": "r-homals-1.0-10"}, "homeR": {"_type": "derivation", "name": "r-homeR-0.3.0"}, "hommel": {"_type": "derivation", "name": "r-hommel-1.6"}, "homologene": {"_type": "derivation", "name": "r-homologene-1.4.68.19.3.27"}, "homomorpheR": {"_type": "derivation", "name": "r-homomorpheR-0.2-2"}, "homtest": {"_type": "derivation", "name": "r-homtest-1.0-5"}, "hoopR": {"_type": "derivation", "name": "r-hoopR-1.8.0"}, "hopach": {"_type": "derivation", "name": "r-hopach-2.56.0"}, "hopbyhop": {"_type": "derivation", "name": "r-hopbyhop-3.41"}, "hopit": {"_type": "derivation", "name": "r-hopit-0.11.5"}, "hopkins": {"_type": "derivation", "name": "r-hopkins-1.0"}, "hornpa": {"_type": "derivation", "name": "r-hornpa-1.1.0"}, "horserule": {"_type": "derivation", "name": "r-horserule-1.0.0"}, "horseshoe": {"_type": "derivation", "name": "r-horseshoe-0.2.0"}, "horseshoenlm": {"_type": "derivation", "name": "r-horseshoenlm-0.0.6"}, "hospitals": {"_type": "derivation", "name": "r-hospitals-0.1.0"}, "hot_deck": {"_type": "derivation", "name": "r-hot.deck-1.2"}, "hotspot": {"_type": "derivation", "name": "r-hotspot-1.0"}, "hotspots": {"_type": "derivation", "name": "r-hotspots-1.0.3"}, "housingData": {"_type": "derivation", "name": "r-housingData-0.3.0"}, "hover": {"_type": "derivation", "name": "r-hover-0.1.1"}, "howManyImputations": {"_type": "derivation", "name": "r-howManyImputations-0.2.3"}, "howler": {"_type": "derivation", "name": "r-howler-0.2.1"}, "howmany": {"_type": "derivation", "name": "r-howmany-0.3-1"}, "howzatR": {"_type": "derivation", "name": "r-howzatR-1.0.1"}, "hpAnnot": {"_type": "derivation", "name": "r-hpAnnot-1.1.0"}, "hpa": {"_type": "derivation", "name": "r-hpa-1.2.1"}, "hpackedbubble": {"_type": "derivation", "name": "r-hpackedbubble-0.1.0"}, "hpar": {"_type": "derivation", "name": "r-hpar-1.38.0"}, "hpcwld": {"_type": "derivation", "name": "r-hpcwld-0.6-5"}, "hpiR": {"_type": "derivation", "name": "r-hpiR-0.3.2"}, "hpoPlot": {"_type": "derivation", "name": "r-hpoPlot-2.4"}, "hqmisc": {"_type": "derivation", "name": "r-hqmisc-0.2-1"}, "hqreg": {"_type": "derivation", "name": "r-hqreg-1.4"}, "hrIPW": {"_type": "derivation", "name": "r-hrIPW-0.1.3"}, "hrbrthemes": {"_type": "derivation", "name": "r-hrbrthemes-0.8.0"}, "hrcomprisk": {"_type": "derivation", "name": "r-hrcomprisk-0.1.1"}, "hrqglas": {"_type": "derivation", "name": "r-hrqglas-1.0.1"}, "hrt": {"_type": "derivation", "name": "r-hrt-1.0.1"}, "hs25kresogen_db": {"_type": "derivation", "name": "r-hs25kresogen.db-2.5.0"}, "hscovar": {"_type": "derivation", "name": "r-hscovar-0.4.2"}, "hsdar": {"_type": "derivation", "name": "r-hsdar-1.0.4"}, "hse": {"_type": "derivation", "name": "r-hse-0.0-28"}, "hsem": {"_type": "derivation", "name": "r-hsem-1.0"}, "hsicCCA": {"_type": "derivation", "name": "r-hsicCCA-1.0"}, "hsm": {"_type": "derivation", "name": "r-hsm-0.2.0"}, "hsmm": {"_type": "derivation", "name": "r-hsmm-0.4"}, "hspeccdf": {"_type": "derivation", "name": "r-hspeccdf-0.99.1"}, "hsphase": {"_type": "derivation", "name": "r-hsphase-2.0.2"}, "hsrecombi": {"_type": "derivation", "name": "r-hsrecombi-0.4.2"}, "hsstan": {"_type": "derivation", "name": "r-hsstan-0.8.1"}, "hta20probeset_db": {"_type": "derivation", "name": "r-hta20probeset.db-8.8.0"}, "hta20transcriptcluster_db": {"_type": "derivation", "name": "r-hta20transcriptcluster.db-8.8.0"}, "htdp": {"_type": "derivation", "name": "r-htdp-0.1.4"}, "htestClust": {"_type": "derivation", "name": "r-htestClust-0.2.2"}, "hthgu133a_db": {"_type": "derivation", "name": "r-hthgu133a.db-3.13.0"}, "hthgu133acdf": {"_type": "derivation", "name": "r-hthgu133acdf-2.18.0"}, "hthgu133afrmavecs": {"_type": "derivation", "name": "r-hthgu133afrmavecs-1.3.0"}, "hthgu133aprobe": {"_type": "derivation", "name": "r-hthgu133aprobe-2.18.0"}, "hthgu133b_db": {"_type": "derivation", "name": "r-hthgu133b.db-3.13.0"}, "hthgu133bcdf": {"_type": "derivation", "name": "r-hthgu133bcdf-2.18.0"}, "hthgu133bprobe": {"_type": "derivation", "name": "r-hthgu133bprobe-2.18.0"}, "hthgu133plusa_db": {"_type": "derivation", "name": "r-hthgu133plusa.db-3.13.0"}, "hthgu133plusb_db": {"_type": "derivation", "name": "r-hthgu133plusb.db-3.13.0"}, "hthgu133pluspm_db": {"_type": "derivation", "name": "r-hthgu133pluspm.db-3.13.0"}, "hthgu133pluspmcdf": {"_type": "derivation", "name": "r-hthgu133pluspmcdf-2.18.0"}, "hthgu133pluspmprobe": {"_type": "derivation", "name": "r-hthgu133pluspmprobe-2.18.0"}, "htm2txt": {"_type": "derivation", "name": "r-htm2txt-2.2.2"}, "htmcglm": {"_type": "derivation", "name": "r-htmcglm-0.0.1"}, "htmg430a_db": {"_type": "derivation", "name": "r-htmg430a.db-3.13.0"}, "htmg430acdf": {"_type": "derivation", "name": "r-htmg430acdf-2.18.0"}, "htmg430aprobe": {"_type": "derivation", "name": "r-htmg430aprobe-2.18.0"}, "htmg430b_db": {"_type": "derivation", "name": "r-htmg430b.db-3.13.0"}, "htmg430bcdf": {"_type": "derivation", "name": "r-htmg430bcdf-2.18.0"}, "htmg430bprobe": {"_type": "derivation", "name": "r-htmg430bprobe-2.18.0"}, "htmg430pm_db": {"_type": "derivation", "name": "r-htmg430pm.db-3.13.0"}, "htmg430pmcdf": {"_type": "derivation", "name": "r-htmg430pmcdf-2.18.0"}, "htmg430pmprobe": {"_type": "derivation", "name": "r-htmg430pmprobe-2.18.0"}, "html2R": {"_type": "derivation", "name": "r-html2R-0.1.0"}, "html5": {"_type": "derivation", "name": "r-html5-1.0.2"}, "htmlTable": {"_type": "derivation", "name": "r-htmlTable-2.4.1"}, "htmldf": {"_type": "derivation", "name": "r-htmldf-0.6.0"}, "htmltab": {"_type": "derivation", "name": "r-htmltab-0.8.2"}, "htmltidy": {"_type": "derivation", "name": "r-htmltidy-0.5.0"}, "htmltools": {"_type": "derivation", "name": "r-htmltools-0.5.3"}, "htmlwidgets": {"_type": "derivation", "name": "r-htmlwidgets-1.5.4"}, "htrat230pm_db": {"_type": "derivation", "name": "r-htrat230pm.db-3.13.0"}, "htrat230pmcdf": {"_type": "derivation", "name": "r-htrat230pmcdf-2.18.0"}, "htrat230pmprobe": {"_type": "derivation", "name": "r-htrat230pmprobe-2.18.0"}, "htratfocus_db": {"_type": "derivation", "name": "r-htratfocus.db-3.13.0"}, "htratfocuscdf": {"_type": "derivation", "name": "r-htratfocuscdf-2.18.0"}, "htratfocusprobe": {"_type": "derivation", "name": "r-htratfocusprobe-2.18.0"}, "htree": {"_type": "derivation", "name": "r-htree-2.0.0"}, "hts": {"_type": "derivation", "name": "r-hts-6.0.2"}, "htsr": {"_type": "derivation", "name": "r-htsr-1.1.4"}, "httk": {"_type": "derivation", "name": "r-httk-2.2.1"}, "httpRequest": {"_type": "derivation", "name": "r-httpRequest-0.0.11"}, "httpcache": {"_type": "derivation", "name": "r-httpcache-1.2.0"}, "httpcode": {"_type": "derivation", "name": "r-httpcode-0.3.0"}, "httpgd": {"_type": "derivation", "name": "r-httpgd-1.3.0"}, "httping": {"_type": "derivation", "name": "r-httping-0.2.0"}, "httpproblems": {"_type": "derivation", "name": "r-httpproblems-1.0.1"}, "httptest": {"_type": "derivation", "name": "r-httptest-4.1.0"}, "httptest2": {"_type": "derivation", "name": "r-httptest2-0.1.0"}, "httpuv": {"_type": "derivation", "name": "r-httpuv-1.6.6"}, "httr": {"_type": "derivation", "name": "r-httr-1.4.4"}, "httr2": {"_type": "derivation", "name": "r-httr2-0.2.2"}, "hu35ksuba_db": {"_type": "derivation", "name": "r-hu35ksuba.db-3.13.0"}, "hu35ksubacdf": {"_type": "derivation", "name": "r-hu35ksubacdf-2.18.0"}, "hu35ksubaprobe": {"_type": "derivation", "name": "r-hu35ksubaprobe-2.18.0"}, "hu35ksubb_db": {"_type": "derivation", "name": "r-hu35ksubb.db-3.13.0"}, "hu35ksubbcdf": {"_type": "derivation", "name": "r-hu35ksubbcdf-2.18.0"}, "hu35ksubbprobe": {"_type": "derivation", "name": "r-hu35ksubbprobe-2.18.0"}, "hu35ksubc_db": {"_type": "derivation", "name": "r-hu35ksubc.db-3.13.0"}, "hu35ksubccdf": {"_type": "derivation", "name": "r-hu35ksubccdf-2.18.0"}, "hu35ksubcprobe": {"_type": "derivation", "name": "r-hu35ksubcprobe-2.18.0"}, "hu35ksubd_db": {"_type": "derivation", "name": "r-hu35ksubd.db-3.13.0"}, "hu35ksubdcdf": {"_type": "derivation", "name": "r-hu35ksubdcdf-2.18.0"}, "hu35ksubdprobe": {"_type": "derivation", "name": "r-hu35ksubdprobe-2.18.0"}, "hu6800_db": {"_type": "derivation", "name": "r-hu6800.db-3.13.0"}, "hu6800cdf": {"_type": "derivation", "name": "r-hu6800cdf-2.18.0"}, "hu6800probe": {"_type": "derivation", "name": "r-hu6800probe-2.18.0"}, "hu6800subacdf": {"_type": "derivation", "name": "r-hu6800subacdf-2.18.0"}, "hu6800subbcdf": {"_type": "derivation", "name": "r-hu6800subbcdf-2.18.0"}, "hu6800subccdf": {"_type": "derivation", "name": "r-hu6800subccdf-2.18.0"}, "hu6800subdcdf": {"_type": "derivation", "name": "r-hu6800subdcdf-2.18.0"}, "hubeau": {"_type": "derivation", "name": "r-hubeau-0.3.1"}, "hudr": {"_type": "derivation", "name": "r-hudr-1.2.0"}, "hues": {"_type": "derivation", "name": "r-hues-0.2.0"}, "huex10stprobeset_db": {"_type": "derivation", "name": "r-huex10stprobeset.db-8.8.0"}, "huex10sttranscriptcluster_db": {"_type": "derivation", "name": "r-huex10sttranscriptcluster.db-8.8.0"}, "huex_1_0_st_v2frmavecs": {"_type": "derivation", "name": "r-huex.1.0.st.v2frmavecs-1.1.0"}, "huge": {"_type": "derivation", "name": "r-huge-1.3.5"}, "hugene10stprobeset_db": {"_type": "derivation", "name": "r-hugene10stprobeset.db-8.8.0"}, "hugene10sttranscriptcluster_db": {"_type": "derivation", "name": "r-hugene10sttranscriptcluster.db-8.8.0"}, "hugene10stv1cdf": {"_type": "derivation", "name": "r-hugene10stv1cdf-2.18.0"}, "hugene10stv1probe": {"_type": "derivation", "name": "r-hugene10stv1probe-2.18.0"}, "hugene11stprobeset_db": {"_type": "derivation", "name": "r-hugene11stprobeset.db-8.8.0"}, "hugene11sttranscriptcluster_db": {"_type": "derivation", "name": "r-hugene11sttranscriptcluster.db-8.8.0"}, "hugene20stprobeset_db": {"_type": "derivation", "name": "r-hugene20stprobeset.db-8.8.0"}, "hugene20sttranscriptcluster_db": {"_type": "derivation", "name": "r-hugene20sttranscriptcluster.db-8.8.0"}, "hugene21stprobeset_db": {"_type": "derivation", "name": "r-hugene21stprobeset.db-8.8.0"}, "hugene21sttranscriptcluster_db": {"_type": "derivation", "name": "r-hugene21sttranscriptcluster.db-8.8.0"}, "hugene_1_0_st_v1frmavecs": {"_type": "derivation", "name": "r-hugene.1.0.st.v1frmavecs-1.1.0"}, "huito": {"_type": "derivation", "name": "r-huito-0.2.1"}, "human1mduov3bCrlmm": {"_type": "derivation", "name": "r-human1mduov3bCrlmm-1.0.4"}, "human1mv1cCrlmm": {"_type": "derivation", "name": "r-human1mv1cCrlmm-1.0.3"}, "human370quadv3cCrlmm": {"_type": "derivation", "name": "r-human370quadv3cCrlmm-1.0.3"}, "human370v1cCrlmm": {"_type": "derivation", "name": "r-human370v1cCrlmm-1.0.2"}, "human550v3bCrlmm": {"_type": "derivation", "name": "r-human550v3bCrlmm-1.0.4"}, "human610quadv1bCrlmm": {"_type": "derivation", "name": "r-human610quadv1bCrlmm-1.0.3"}, "human650v3aCrlmm": {"_type": "derivation", "name": "r-human650v3aCrlmm-1.0.3"}, "human660quadv1aCrlmm": {"_type": "derivation", "name": "r-human660quadv1aCrlmm-1.0.3"}, "humanCHRLOC": {"_type": "derivation", "name": "r-humanCHRLOC-2.1.6"}, "humanFormat": {"_type": "derivation", "name": "r-humanFormat-1.2"}, "humanStemCell": {"_type": "derivation", "name": "r-humanStemCell-0.36.0"}, "human_db0": {"_type": "derivation", "name": "r-human.db0-3.15.0"}, "humancytosnp12v2p1hCrlmm": {"_type": "derivation", "name": "r-humancytosnp12v2p1hCrlmm-1.0.1"}, "humaniformat": {"_type": "derivation", "name": "r-humaniformat-0.6.0"}, "humanize": {"_type": "derivation", "name": "r-humanize-0.2.0"}, "humanleague": {"_type": "derivation", "name": "r-humanleague-2.1.8"}, "humanomni1quadv1bCrlmm": {"_type": "derivation", "name": "r-humanomni1quadv1bCrlmm-1.0.3"}, "humanomni25quadv1bCrlmm": {"_type": "derivation", "name": "r-humanomni25quadv1bCrlmm-1.0.2"}, "humanomni5quadv1bCrlmm": {"_type": "derivation", "name": "r-humanomni5quadv1bCrlmm-1.0.0"}, "humanomniexpress12v1bCrlmm": {"_type": "derivation", "name": "r-humanomniexpress12v1bCrlmm-1.0.1"}, "humidity": {"_type": "derivation", "name": "r-humidity-0.1.5"}, "hummingbird": {"_type": "derivation", "name": "r-hummingbird-1.6.0"}, "hunspell": {"_type": "derivation", "name": "r-hunspell-3.0.2"}, "hurdlr": {"_type": "derivation", "name": "r-hurdlr-0.1"}, "hurricaneexposure": {"_type": "derivation", "name": "r-hurricaneexposure-0.1.1"}, "hutils": {"_type": "derivation", "name": "r-hutils-1.8.1"}, "hutilscpp": {"_type": "derivation", "name": "r-hutilscpp-0.9.3"}, "huxtable": {"_type": "derivation", "name": "r-huxtable-5.5.0"}, "hwde": {"_type": "derivation", "name": "r-hwde-0.67"}, "hwep": {"_type": "derivation", "name": "r-hwep-2.0.0"}, "hwgcod_db": {"_type": "derivation", "name": "r-hwgcod.db-3.4.0"}, "hwig": {"_type": "derivation", "name": "r-hwig-0.0.2"}, "hwordcloud": {"_type": "derivation", "name": "r-hwordcloud-0.1.0"}, "hwriter": {"_type": "derivation", "name": "r-hwriter-1.3.2.1"}, "hwsdr": {"_type": "derivation", "name": "r-hwsdr-1.0"}, "hwwntest": {"_type": "derivation", "name": "r-hwwntest-1.3.1"}, "hySpc_testthat": {"_type": "derivation", "name": "r-hySpc.testthat-0.2.1"}, "hybridEnsemble": {"_type": "derivation", "name": "r-hybridEnsemble-1.7.8"}, "hybridModels": {"_type": "derivation", "name": "r-hybridModels-0.3.7"}, "hybridogram": {"_type": "derivation", "name": "r-hybridogram-0.3.2"}, "hydra": {"_type": "derivation", "name": "r-hydra-0.1.0"}, "hydraulics": {"_type": "derivation", "name": "r-hydraulics-0.5.0"}, "hydroApps": {"_type": "derivation", "name": "r-hydroApps-0.1-1"}, "hydroEvents": {"_type": "derivation", "name": "r-hydroEvents-0.10"}, "hydroGOF": {"_type": "derivation", "name": "r-hydroGOF-0.4-0"}, "hydroPSO": {"_type": "derivation", "name": "r-hydroPSO-0.5-1"}, "hydroTSM": {"_type": "derivation", "name": "r-hydroTSM-0.6-0"}, "hydroToolkit": {"_type": "derivation", "name": "r-hydroToolkit-0.1.0"}, "hydrogeo": {"_type": "derivation", "name": "r-hydrogeo-0.6-1"}, "hydropeak": {"_type": "derivation", "name": "r-hydropeak-0.1.1"}, "hydrorecipes": {"_type": "derivation", "name": "r-hydrorecipes-0.0.3"}, "hydroroute": {"_type": "derivation", "name": "r-hydroroute-0.1.1"}, "hydroscoper": {"_type": "derivation", "name": "r-hydroscoper-1.4.1"}, "hydrostats": {"_type": "derivation", "name": "r-hydrostats-0.2.9"}, "hydrotoolbox": {"_type": "derivation", "name": "r-hydrotoolbox-1.1.0"}, "hyfo": {"_type": "derivation", "name": "r-hyfo-1.4.3"}, "hypeR": {"_type": "derivation", "name": "r-hypeR-1.12.0"}, "hyper2": {"_type": "derivation", "name": "r-hyper2-3.0-0"}, "hyperSMURF": {"_type": "derivation", "name": "r-hyperSMURF-2.0"}, "hyperSpec": {"_type": "derivation", "name": "r-hyperSpec-0.100.0"}, "hyper_fit": {"_type": "derivation", "name": "r-hyper.fit-1.1.1"}, "hyperbrick": {"_type": "derivation", "name": "r-hyperbrick-1.0"}, "hypercube": {"_type": "derivation", "name": "r-hypercube-0.2.1"}, "hyperdraw": {"_type": "derivation", "name": "r-hyperdraw-1.48.0"}, "hypergate": {"_type": "derivation", "name": "r-hypergate-0.8.3"}, "hypergeo": {"_type": "derivation", "name": "r-hypergeo-1.2-13"}, "hypergraph": {"_type": "derivation", "name": "r-hypergraph-1.68.0"}, "hyperoverlap": {"_type": "derivation", "name": "r-hyperoverlap-1.1.1"}, "hypersampleplan": {"_type": "derivation", "name": "r-hypersampleplan-0.1.1"}, "hypervolume": {"_type": "derivation", "name": "r-hypervolume-3.0.4"}, "hypoRF": {"_type": "derivation", "name": "r-hypoRF-1.0.0"}, "hypothesestest": {"_type": "derivation", "name": "r-hypothesestest-1.0"}, "hypothesisr": {"_type": "derivation", "name": "r-hypothesisr-0.1.1"}, "hypr": {"_type": "derivation", "name": "r-hypr-0.2.3"}, "hypsoLoop": {"_type": "derivation", "name": "r-hypsoLoop-0.2.0"}, "hystReet": {"_type": "derivation", "name": "r-hystReet-0.0.2"}, "hysteresis": {"_type": "derivation", "name": "r-hysteresis-2.7"}, "hzar": {"_type": "derivation", "name": "r-hzar-0.2-5"}, "i18n": {"_type": "derivation", "name": "r-i18n-0.2.0"}, "i2dash": {"_type": "derivation", "name": "r-i2dash-0.2.3"}, "i2extras": {"_type": "derivation", "name": "r-i2extras-0.1.2"}, "iAR": {"_type": "derivation", "name": "r-iAR-1.1.0"}, "iASeq": {"_type": "derivation", "name": "r-iASeq-1.40.0"}, "iAdapt": {"_type": "derivation", "name": "r-iAdapt-2.0.1"}, "iBATCGH": {"_type": "derivation", "name": "r-iBATCGH-1.3.1"}, "iBBiG": {"_type": "derivation", "name": "r-iBBiG-1.40.0"}, "iBMQ": {"_type": "derivation", "name": "r-iBMQ-1.36.0"}, "iBST": {"_type": "derivation", "name": "r-iBST-1.1"}, "iBreakDown": {"_type": "derivation", "name": "r-iBreakDown-2.0.1"}, "iC10": {"_type": "derivation", "name": "r-iC10-1.5"}, "iC10TrainingData": {"_type": "derivation", "name": "r-iC10TrainingData-1.3.1"}, "iCAMP": {"_type": "derivation", "name": "r-iCAMP-1.5.12"}, "iCARE": {"_type": "derivation", "name": "r-iCARE-1.24.0"}, "iCARH": {"_type": "derivation", "name": "r-iCARH-2.0.2.1"}, "iCNV": {"_type": "derivation", "name": "r-iCNV-1.16.0"}, "iCOBRA": {"_type": "derivation", "name": "r-iCOBRA-1.24.1"}, "iCellR": {"_type": "derivation", "name": "r-iCellR-1.6.5"}, "iCheck": {"_type": "derivation", "name": "r-iCheck-1.26.0"}, "iChip": {"_type": "derivation", "name": "r-iChip-1.50.0"}, "iCiteR": {"_type": "derivation", "name": "r-iCiteR-0.2.1"}, "iClick": {"_type": "derivation", "name": "r-iClick-1.5"}, "iCluster": {"_type": "derivation", "name": "r-iCluster-2.1.0"}, "iClusterPlus": {"_type": "derivation", "name": "r-iClusterPlus-1.32.0"}, "iDINGO": {"_type": "derivation", "name": "r-iDINGO-1.0.4"}, "iDOS": {"_type": "derivation", "name": "r-iDOS-1.0.0"}, "iDOVE": {"_type": "derivation", "name": "r-iDOVE-1.4"}, "iDynoR": {"_type": "derivation", "name": "r-iDynoR-1.0"}, "iFad": {"_type": "derivation", "name": "r-iFad-3.0"}, "iForecast": {"_type": "derivation", "name": "r-iForecast-1.0.6"}, "iGC": {"_type": "derivation", "name": "r-iGC-1.26.0"}, "iGSEA": {"_type": "derivation", "name": "r-iGSEA-1.2"}, "iGasso": {"_type": "derivation", "name": "r-iGasso-1.4"}, "iGraphMatch": {"_type": "derivation", "name": "r-iGraphMatch-2.0.1"}, "iIneq": {"_type": "derivation", "name": "r-iIneq-1.0.2"}, "iMRMC": {"_type": "derivation", "name": "r-iMRMC-1.2.4"}, "iMediate": {"_type": "derivation", "name": "r-iMediate-0.5.5"}, "iNEXT": {"_type": "derivation", "name": "r-iNEXT-3.0.0"}, "iNZightMR": {"_type": "derivation", "name": "r-iNZightMR-2.2.6"}, "iNZightPlots": {"_type": "derivation", "name": "r-iNZightPlots-2.14.0"}, "iNZightRegression": {"_type": "derivation", "name": "r-iNZightRegression-1.3.2"}, "iNZightTS": {"_type": "derivation", "name": "r-iNZightTS-1.5.9"}, "iNZightTools": {"_type": "derivation", "name": "r-iNZightTools-1.12.3"}, "iPAC": {"_type": "derivation", "name": "r-iPAC-1.40.0"}, "iPath": {"_type": "derivation", "name": "r-iPath-1.2.0"}, "iRF": {"_type": "derivation", "name": "r-iRF-2.0.0"}, "iRafNet": {"_type": "derivation", "name": "r-iRafNet-1.1-1"}, "iRegression": {"_type": "derivation", "name": "r-iRegression-1.2.1"}, "iRepro": {"_type": "derivation", "name": "r-iRepro-1.1"}, "iRoCoDe": {"_type": "derivation", "name": "r-iRoCoDe-1.0.1"}, "iSDM": {"_type": "derivation", "name": "r-iSDM-1.0"}, "iSEE": {"_type": "derivation", "name": "r-iSEE-2.8.0"}, "iSEEu": {"_type": "derivation", "name": "r-iSEEu-1.8.0"}, "iSFun": {"_type": "derivation", "name": "r-iSFun-1.1.0"}, "iSTATS": {"_type": "derivation", "name": "r-iSTATS-1.5"}, "iSeq": {"_type": "derivation", "name": "r-iSeq-1.48.0"}, "iSubGen": {"_type": "derivation", "name": "r-iSubGen-1.0.1"}, "iTOP": {"_type": "derivation", "name": "r-iTOP-1.0.2"}, "iTensor": {"_type": "derivation", "name": "r-iTensor-0.99.0"}, "iWISA": {"_type": "derivation", "name": "r-iWISA-1.0-2"}, "iWeigReg": {"_type": "derivation", "name": "r-iWeigReg-1.1"}, "iZID": {"_type": "derivation", "name": "r-iZID-0.0.1"}, "iadf": {"_type": "derivation", "name": "r-iadf-0.1.2"}, "iai": {"_type": "derivation", "name": "r-iai-1.8.0"}, "ialiquor": {"_type": "derivation", "name": "r-ialiquor-0.1.0"}, "iapws": {"_type": "derivation", "name": "r-iapws-1.0"}, "iarm": {"_type": "derivation", "name": "r-iarm-0.4.3"}, "iasva": {"_type": "derivation", "name": "r-iasva-1.14.0"}, "ib": {"_type": "derivation", "name": "r-ib-0.2.0"}, "ibawds": {"_type": "derivation", "name": "r-ibawds-0.5.0"}, "ibb": {"_type": "derivation", "name": "r-ibb-0.0.2"}, "ibd": {"_type": "derivation", "name": "r-ibd-1.5"}, "ibdreg": {"_type": "derivation", "name": "r-ibdreg-0.3.6"}, "ibdsim2": {"_type": "derivation", "name": "r-ibdsim2-1.5.0"}, "ibeemd": {"_type": "derivation", "name": "r-ibeemd-1.0.1"}, "ibelief": {"_type": "derivation", "name": "r-ibelief-1.3.1"}, "ibh": {"_type": "derivation", "name": "r-ibh-1.44.0"}, "ibm": {"_type": "derivation", "name": "r-ibm-0.1.0"}, "ibmAcousticR": {"_type": "derivation", "name": "r-ibmAcousticR-0.2.1"}, "ibmcraftr": {"_type": "derivation", "name": "r-ibmcraftr-1.0.0"}, "ibmdbR": {"_type": "derivation", "name": "r-ibmdbR-1.50.0"}, "ibmsunburst": {"_type": "derivation", "name": "r-ibmsunburst-0.1.2"}, "ibr": {"_type": "derivation", "name": "r-ibr-2.0-3"}, "ibs": {"_type": "derivation", "name": "r-ibs-1.4"}, "ic50": {"_type": "derivation", "name": "r-ic50-1.4.2"}, "icRSF": {"_type": "derivation", "name": "r-icRSF-1.2"}, "ic_infer": {"_type": "derivation", "name": "r-ic.infer-1.1-6"}, "ica": {"_type": "derivation", "name": "r-ica-1.0-3"}, "ical": {"_type": "derivation", "name": "r-ical-0.1.6"}, "icapca": {"_type": "derivation", "name": "r-icapca-1.1"}, "icardaFIGSr": {"_type": "derivation", "name": "r-icardaFIGSr-1.0.2"}, "icarus": {"_type": "derivation", "name": "r-icarus-0.3.1"}, "iccCounts": {"_type": "derivation", "name": "r-iccCounts-1.1.1"}, "iccbeta": {"_type": "derivation", "name": "r-iccbeta-1.2.0"}, "iccde": {"_type": "derivation", "name": "r-iccde-0.3.4"}, "icdGLM": {"_type": "derivation", "name": "r-icdGLM-1.0.0"}, "icd_data": {"_type": "derivation", "name": "r-icd.data-1.0"}, "icdpicr": {"_type": "derivation", "name": "r-icdpicr-1.0.1"}, "icecream": {"_type": "derivation", "name": "r-icecream-0.2.0"}, "icenReg": {"_type": "derivation", "name": "r-icenReg-2.0.15"}, "icensBKL": {"_type": "derivation", "name": "r-icensBKL-1.4"}, "icensmis": {"_type": "derivation", "name": "r-icensmis-1.5.0"}, "icertool": {"_type": "derivation", "name": "r-icertool-0.0.3"}, "icesAdvice": {"_type": "derivation", "name": "r-icesAdvice-2.1.1"}, "icesConnect": {"_type": "derivation", "name": "r-icesConnect-1.0.0"}, "icesDatras": {"_type": "derivation", "name": "r-icesDatras-1.4.0"}, "icesDatsu": {"_type": "derivation", "name": "r-icesDatsu-1.1.0"}, "icesDatsuQC": {"_type": "derivation", "name": "r-icesDatsuQC-1.0.0"}, "icesSAG": {"_type": "derivation", "name": "r-icesSAG-1.4.0"}, "icesSD": {"_type": "derivation", "name": "r-icesSD-2.0.0"}, "icesTAF": {"_type": "derivation", "name": "r-icesTAF-4.0.0"}, "icesVocab": {"_type": "derivation", "name": "r-icesVocab-1.2.0"}, "icetea": {"_type": "derivation", "name": "r-icetea-1.14.0"}, "ichimoku": {"_type": "derivation", "name": "r-ichimoku-1.4.2"}, "icmm": {"_type": "derivation", "name": "r-icmm-1.2"}, "iconr": {"_type": "derivation", "name": "r-iconr-0.1.0"}, "icosa": {"_type": "derivation", "name": "r-icosa-0.10.1"}, "icpsrdata": {"_type": "derivation", "name": "r-icpsrdata-0.5.0"}, "icr": {"_type": "derivation", "name": "r-icr-0.6.2"}, "icrf": {"_type": "derivation", "name": "r-icrf-2.0.2"}, "icsw": {"_type": "derivation", "name": "r-icsw-1.0.0"}, "idar": {"_type": "derivation", "name": "r-idar-1.3"}, "idbg": {"_type": "derivation", "name": "r-idbg-1.0"}, "idbr": {"_type": "derivation", "name": "r-idbr-1.0"}, "ideal": {"_type": "derivation", "name": "r-ideal-1.20.0"}, "ideamdb": {"_type": "derivation", "name": "r-ideamdb-0.0.9"}, "idefix": {"_type": "derivation", "name": "r-idefix-1.0.3"}, "idem": {"_type": "derivation", "name": "r-idem-5.1"}, "idendr0": {"_type": "derivation", "name": "r-idendr0-1.5.3"}, "identity": {"_type": "derivation", "name": "r-identity-0.2-1"}, "ideq": {"_type": "derivation", "name": "r-ideq-0.1.4"}, "ider": {"_type": "derivation", "name": "r-ider-0.1.0"}, "idiogram": {"_type": "derivation", "name": "r-idiogram-1.72.0"}, "idiogramFISH": {"_type": "derivation", "name": "r-idiogramFISH-2.0.9"}, "idm": {"_type": "derivation", "name": "r-idm-1.8.3"}, "idmTPreg": {"_type": "derivation", "name": "r-idmTPreg-1.1"}, "idmodelr": {"_type": "derivation", "name": "r-idmodelr-0.4.0"}, "idpr": {"_type": "derivation", "name": "r-idpr-1.6.0"}, "idr": {"_type": "derivation", "name": "r-idr-1.3"}, "idr2d": {"_type": "derivation", "name": "r-idr2d-1.10.0"}, "ids": {"_type": "derivation", "name": "r-ids-1.0.1"}, "idx2r": {"_type": "derivation", "name": "r-idx2r-1.0.0"}, "ie2misc": {"_type": "derivation", "name": "r-ie2misc-0.8.8"}, "ie2miscdata": {"_type": "derivation", "name": "r-ie2miscdata-1.0.2"}, "ieeeround": {"_type": "derivation", "name": "r-ieeeround-0.2-0"}, "iemisc": {"_type": "derivation", "name": "r-iemisc-0.9.9"}, "iemiscdata": {"_type": "derivation", "name": "r-iemiscdata-0.6.1"}, "iemisctext": {"_type": "derivation", "name": "r-iemisctext-0.9.99"}, "ifCNVR": {"_type": "derivation", "name": "r-ifCNVR-0.1.0"}, "ifa": {"_type": "derivation", "name": "r-ifa-7.0"}, "ifaTools": {"_type": "derivation", "name": "r-ifaTools-0.23"}, "ifctools": {"_type": "derivation", "name": "r-ifctools-0.3.4"}, "ifs": {"_type": "derivation", "name": "r-ifs-0.1.9"}, "ifultools": {"_type": "derivation", "name": "r-ifultools-2.0-26"}, "ig_vancouver_2014_topcolour": {"_type": "derivation", "name": "r-ig.vancouver.2014.topcolour-0.1.2.0"}, "igate": {"_type": "derivation", "name": "r-igate-0.3.3"}, "igcop": {"_type": "derivation", "name": "r-igcop-1.0.1"}, "iglu": {"_type": "derivation", "name": "r-iglu-3.3.2"}, "igoR": {"_type": "derivation", "name": "r-igoR-0.1.4"}, "igraph": {"_type": "derivation", "name": "r-igraph-1.3.5"}, "igraphdata": {"_type": "derivation", "name": "r-igraphdata-1.0.1"}, "igraphinshiny": {"_type": "derivation", "name": "r-igraphinshiny-0.1"}, "igraphtosonia": {"_type": "derivation", "name": "r-igraphtosonia-1.0"}, "igrf": {"_type": "derivation", "name": "r-igrf-1.0"}, "igvR": {"_type": "derivation", "name": "r-igvR-1.16.0"}, "ihclust": {"_type": "derivation", "name": "r-ihclust-0.1.0"}, "iheatmapr": {"_type": "derivation", "name": "r-iheatmapr-0.5.1"}, "iheiddown": {"_type": "derivation", "name": "r-iheiddown-0.9.5"}, "ihpdr": {"_type": "derivation", "name": "r-ihpdr-1.2.1"}, "iilasso": {"_type": "derivation", "name": "r-iilasso-0.0.2"}, "ijtiff": {"_type": "derivation", "name": "r-ijtiff-2.2.8"}, "ilc": {"_type": "derivation", "name": "r-ilc-1.0"}, "illuminaHumanWGDASLv3_db": {"_type": "derivation", "name": "r-illuminaHumanWGDASLv3.db-1.26.0"}, "illuminaHumanWGDASLv4_db": {"_type": "derivation", "name": "r-illuminaHumanWGDASLv4.db-1.26.0"}, "illuminaHumanv1_db": {"_type": "derivation", "name": "r-illuminaHumanv1.db-1.26.0"}, "illuminaHumanv2BeadID_db": {"_type": "derivation", "name": "r-illuminaHumanv2BeadID.db-1.8.0"}, "illuminaHumanv2_db": {"_type": "derivation", "name": "r-illuminaHumanv2.db-1.26.0"}, "illuminaHumanv3_db": {"_type": "derivation", "name": "r-illuminaHumanv3.db-1.26.0"}, "illuminaHumanv4_db": {"_type": "derivation", "name": "r-illuminaHumanv4.db-1.26.0"}, "illuminaMousev1_db": {"_type": "derivation", "name": "r-illuminaMousev1.db-1.26.0"}, "illuminaMousev1p1_db": {"_type": "derivation", "name": "r-illuminaMousev1p1.db-1.26.0"}, "illuminaMousev2_db": {"_type": "derivation", "name": "r-illuminaMousev2.db-1.26.0"}, "illuminaRatv1_db": {"_type": "derivation", "name": "r-illuminaRatv1.db-1.26.0"}, "illuminaio": {"_type": "derivation", "name": "r-illuminaio-0.38.0"}, "imabc": {"_type": "derivation", "name": "r-imabc-1.0.0"}, "image2data": {"_type": "derivation", "name": "r-image2data-1.0.1"}, "imageData": {"_type": "derivation", "name": "r-imageData-0.1-61"}, "imageHTS": {"_type": "derivation", "name": "r-imageHTS-1.45.1"}, "image_CannyEdges": {"_type": "derivation", "name": "r-image.CannyEdges-0.1.0"}, "image_ContourDetector": {"_type": "derivation", "name": "r-image.ContourDetector-0.1.1"}, "image_CornerDetectionF9": {"_type": "derivation", "name": "r-image.CornerDetectionF9-0.1.0"}, "image_CornerDetectionHarris": {"_type": "derivation", "name": "r-image.CornerDetectionHarris-0.1.1"}, "image_LineSegmentDetector": {"_type": "derivation", "name": "r-image.LineSegmentDetector-0.1.0"}, "image_Otsu": {"_type": "derivation", "name": "r-image.Otsu-0.1"}, "image_binarization": {"_type": "derivation", "name": "r-image.binarization-0.1.3"}, "image_dlib": {"_type": "derivation", "name": "r-image.dlib-0.1.1"}, "image_libfacedetection": {"_type": "derivation", "name": "r-image.libfacedetection-0.1"}, "image_textlinedetector": {"_type": "derivation", "name": "r-image.textlinedetector-0.2.2"}, "imagefluency": {"_type": "derivation", "name": "r-imagefluency-0.2.4"}, "imagefx": {"_type": "derivation", "name": "r-imagefx-0.4.1"}, "imager": {"_type": "derivation", "name": "r-imager-0.42.13"}, "imagerExtra": {"_type": "derivation", "name": "r-imagerExtra-1.3.2"}, "imageseg": {"_type": "derivation", "name": "r-imageseg-0.5.0"}, "imageviewer": {"_type": "derivation", "name": "r-imageviewer-0.1.0"}, "imaginator": {"_type": "derivation", "name": "r-imaginator-1.0.0"}, "imagine": {"_type": "derivation", "name": "r-imagine-1.5.4"}, "imbalance": {"_type": "derivation", "name": "r-imbalance-1.0.2.1"}, "imbibe": {"_type": "derivation", "name": "r-imbibe-0.1.0"}, "imcExperiment": {"_type": "derivation", "name": "r-imcExperiment-0.99.0"}, "imcRtools": {"_type": "derivation", "name": "r-imcRtools-1.2.3"}, "imcdatasets": {"_type": "derivation", "name": "r-imcdatasets-1.4.1"}, "imdbapi": {"_type": "derivation", "name": "r-imdbapi-0.1.0"}, "imfr": {"_type": "derivation", "name": "r-imfr-0.1.9.1"}, "imgpalr": {"_type": "derivation", "name": "r-imgpalr-0.3.1"}, "imgrec": {"_type": "derivation", "name": "r-imgrec-0.1.3"}, "imguR": {"_type": "derivation", "name": "r-imguR-1.0.3"}, "iml": {"_type": "derivation", "name": "r-iml-0.11.1"}, "immcp": {"_type": "derivation", "name": "r-immcp-1.0.3"}, "immer": {"_type": "derivation", "name": "r-immer-1.4-15"}, "immunarch": {"_type": "derivation", "name": "r-immunarch-0.8.0"}, "immuneSIM": {"_type": "derivation", "name": "r-immuneSIM-0.8.7"}, "immunoClust": {"_type": "derivation", "name": "r-immunoClust-1.28.0"}, "immunotation": {"_type": "derivation", "name": "r-immunotation-1.4.0"}, "imola": {"_type": "derivation", "name": "r-imola-0.5.0"}, "imp4p": {"_type": "derivation", "name": "r-imp4p-1.2"}, "impactflu": {"_type": "derivation", "name": "r-impactflu-0.1.0"}, "impactr": {"_type": "derivation", "name": "r-impactr-0.4.1"}, "impimp": {"_type": "derivation", "name": "r-impimp-0.3.1"}, "implicitExpansion": {"_type": "derivation", "name": "r-implicitExpansion-0.1.0"}, "implicitMeasures": {"_type": "derivation", "name": "r-implicitMeasures-0.2.1"}, "implied": {"_type": "derivation", "name": "r-implied-0.4.1"}, "implyr": {"_type": "derivation", "name": "r-implyr-0.4.0"}, "importar": {"_type": "derivation", "name": "r-importar-0.1.1"}, "importinegi": {"_type": "derivation", "name": "r-importinegi-1.1.3"}, "impressionist_colors": {"_type": "derivation", "name": "r-impressionist.colors-1.0"}, "imptree": {"_type": "derivation", "name": "r-imptree-0.5.1"}, "impute": {"_type": "derivation", "name": "r-impute-1.70.0"}, "imputeFin": {"_type": "derivation", "name": "r-imputeFin-0.1.2"}, "imputeGeneric": {"_type": "derivation", "name": "r-imputeGeneric-0.1.0"}, "imputeLCMD": {"_type": "derivation", "name": "r-imputeLCMD-2.1"}, "imputeMDR": {"_type": "derivation", "name": "r-imputeMDR-1.1.2"}, "imputeMissings": {"_type": "derivation", "name": "r-imputeMissings-0.0.3"}, "imputeMulti": {"_type": "derivation", "name": "r-imputeMulti-0.8.3"}, "imputePSF": {"_type": "derivation", "name": "r-imputePSF-0.1.0"}, "imputeR": {"_type": "derivation", "name": "r-imputeR-2.2"}, "imputeREE": {"_type": "derivation", "name": "r-imputeREE-0.0.1"}, "imputeTS": {"_type": "derivation", "name": "r-imputeTS-3.3"}, "imputeTestbench": {"_type": "derivation", "name": "r-imputeTestbench-3.0.3"}, "imputeYn": {"_type": "derivation", "name": "r-imputeYn-1.3"}, "imsig": {"_type": "derivation", "name": "r-imsig-1.1.3"}, "in2extRemes": {"_type": "derivation", "name": "r-in2extRemes-1.0-3"}, "inTextSummaryTable": {"_type": "derivation", "name": "r-inTextSummaryTable-3.2.0"}, "inTrees": {"_type": "derivation", "name": "r-inTrees-1.3"}, "inaparc": {"_type": "derivation", "name": "r-inaparc-1.2.0"}, "inbreedR": {"_type": "derivation", "name": "r-inbreedR-0.3.3"}, "incR": {"_type": "derivation", "name": "r-incR-1.1.0"}, "inca": {"_type": "derivation", "name": "r-inca-0.0.4"}, "incadata": {"_type": "derivation", "name": "r-incadata-0.9.1"}, "incase": {"_type": "derivation", "name": "r-incase-0.3.1"}, "incgraph": {"_type": "derivation", "name": "r-incgraph-1.0.1"}, "incidence": {"_type": "derivation", "name": "r-incidence-1.7.3"}, "incidence2": {"_type": "derivation", "name": "r-incidence2-1.2.3"}, "incidental": {"_type": "derivation", "name": "r-incidental-0.1"}, "incidentally": {"_type": "derivation", "name": "r-incidentally-1.0.1"}, "inctools": {"_type": "derivation", "name": "r-inctools-1.0.15"}, "incubate": {"_type": "derivation", "name": "r-incubate-1.2.0"}, "indac_db": {"_type": "derivation", "name": "r-indac.db-3.2.3"}, "indelmiss": {"_type": "derivation", "name": "r-indelmiss-1.0.9"}, "independence": {"_type": "derivation", "name": "r-independence-1.0.1"}, "independenceWeights": {"_type": "derivation", "name": "r-independenceWeights-0.0.1"}, "index0": {"_type": "derivation", "name": "r-index0-0.0.1"}, "indicspecies": {"_type": "derivation", "name": "r-indicspecies-1.7.12"}, "indiedown": {"_type": "derivation", "name": "r-indiedown-0.1.1"}, "indirect": {"_type": "derivation", "name": "r-indirect-0.2.1"}, "individual": {"_type": "derivation", "name": "r-individual-0.1.7"}, "industRial": {"_type": "derivation", "name": "r-industRial-0.1.0"}, "inegiR": {"_type": "derivation", "name": "r-inegiR-3.0.0"}, "ineq": {"_type": "derivation", "name": "r-ineq-0.2-13"}, "ineqJD": {"_type": "derivation", "name": "r-ineqJD-1.0"}, "inet": {"_type": "derivation", "name": "r-inet-0.1.0"}, "infer": {"_type": "derivation", "name": "r-infer-1.0.3"}, "infercnv": {"_type": "derivation", "name": "r-infercnv-1.12.0"}, "inference": {"_type": "derivation", "name": "r-inference-0.1.0"}, "inferference": {"_type": "derivation", "name": "r-inferference-1.0.2"}, "inferr": {"_type": "derivation", "name": "r-inferr-0.3.1"}, "infinitefactor": {"_type": "derivation", "name": "r-infinitefactor-1.0"}, "infinityFlow": {"_type": "derivation", "name": "r-infinityFlow-1.6.0"}, "infix": {"_type": "derivation", "name": "r-infix-0.1.0"}, "inflection": {"_type": "derivation", "name": "r-inflection-1.3.6"}, "influenceAUC": {"_type": "derivation", "name": "r-influenceAUC-0.1.2"}, "influenceR": {"_type": "derivation", "name": "r-influenceR-0.1.0.1"}, "influence_ME": {"_type": "derivation", "name": "r-influence.ME-0.9-9"}, "influence_SEM": {"_type": "derivation", "name": "r-influence.SEM-2.3"}, "influential": {"_type": "derivation", "name": "r-influential-2.2.6"}, "influxdbclient": {"_type": "derivation", "name": "r-influxdbclient-0.1.2"}, "influxdbr": {"_type": "derivation", "name": "r-influxdbr-0.14.2"}, "infoDecompuTE": {"_type": "derivation", "name": "r-infoDecompuTE-0.6.2"}, "informR": {"_type": "derivation", "name": "r-informR-1.0-5"}, "informedSen": {"_type": "derivation", "name": "r-informedSen-1.0.7"}, "infotheo": {"_type": "derivation", "name": "r-infotheo-1.2.0.1"}, "infra": {"_type": "derivation", "name": "r-infra-0.1.2"}, "infraFDTD_assist": {"_type": "derivation", "name": "r-infraFDTD.assist-0.6"}, "infutil": {"_type": "derivation", "name": "r-infutil-1.0"}, "ingredients": {"_type": "derivation", "name": "r-ingredients-2.2.0"}, "ini": {"_type": "derivation", "name": "r-ini-0.3.1"}, "injectoR": {"_type": "derivation", "name": "r-injectoR-0.2.4"}, "inlabru": {"_type": "derivation", "name": "r-inlabru-2.6.0"}, "inldata": {"_type": "derivation", "name": "r-inldata-1.0.3"}, "inline": {"_type": "derivation", "name": "r-inline-0.3.19"}, "inlinedocs": {"_type": "derivation", "name": "r-inlinedocs-2019.12.5"}, "inlmisc": {"_type": "derivation", "name": "r-inlmisc-0.5.5"}, "inlpubs": {"_type": "derivation", "name": "r-inlpubs-1.0.4"}, "innsight": {"_type": "derivation", "name": "r-innsight-0.1.1"}, "ino": {"_type": "derivation", "name": "r-ino-0.2.0"}, "inops": {"_type": "derivation", "name": "r-inops-0.0.1"}, "inpdfr": {"_type": "derivation", "name": "r-inpdfr-0.1.11"}, "inplace": {"_type": "derivation", "name": "r-inplace-0.1.2"}, "insane": {"_type": "derivation", "name": "r-insane-0.1.0"}, "insect": {"_type": "derivation", "name": "r-insect-1.4.2"}, "insectDisease": {"_type": "derivation", "name": "r-insectDisease-1.2.1"}, "insee": {"_type": "derivation", "name": "r-insee-1.1.5"}, "insiderTrades": {"_type": "derivation", "name": "r-insiderTrades-0.0.1"}, "insight": {"_type": "derivation", "name": "r-insight-0.18.6"}, "insol": {"_type": "derivation", "name": "r-insol-1.2.2"}, "inspectdf": {"_type": "derivation", "name": "r-inspectdf-0.0.12"}, "inspector": {"_type": "derivation", "name": "r-inspector-1.0.3"}, "instaR": {"_type": "derivation", "name": "r-instaR-0.2.4"}, "instagramadsR": {"_type": "derivation", "name": "r-instagramadsR-0.1.0"}, "install_load": {"_type": "derivation", "name": "r-install.load-1.2.3"}, "installr": {"_type": "derivation", "name": "r-installr-0.23.2"}, "insuranceData": {"_type": "derivation", "name": "r-insuranceData-1.0"}, "insurancerating": {"_type": "derivation", "name": "r-insurancerating-0.7.1"}, "intRegGOF": {"_type": "derivation", "name": "r-intRegGOF-0.85-5"}, "intRinsic": {"_type": "derivation", "name": "r-intRinsic-0.2.1"}, "intRvals": {"_type": "derivation", "name": "r-intRvals-1.0.1"}, "intSDM": {"_type": "derivation", "name": "r-intSDM-1.0.0"}, "intamap": {"_type": "derivation", "name": "r-intamap-1.4-16"}, "intansv": {"_type": "derivation", "name": "r-intansv-1.36.0"}, "intccr": {"_type": "derivation", "name": "r-intccr-3.0.4"}, "intcensROC": {"_type": "derivation", "name": "r-intcensROC-0.1.3"}, "intdag": {"_type": "derivation", "name": "r-intdag-1.0.1"}, "intePareto": {"_type": "derivation", "name": "r-intePareto-0.1.2"}, "integIRTy": {"_type": "derivation", "name": "r-integIRTy-1.0.7"}, "integr": {"_type": "derivation", "name": "r-integr-1.0.0"}, "intensegRid": {"_type": "derivation", "name": "r-intensegRid-0.1.1"}, "intensity_analysis": {"_type": "derivation", "name": "r-intensity.analysis-0.1.6"}, "intensitynet": {"_type": "derivation", "name": "r-intensitynet-1.3.1"}, "interacCircos": {"_type": "derivation", "name": "r-interacCircos-1.0.0"}, "interactionR": {"_type": "derivation", "name": "r-interactionR-0.1.6"}, "interactionRCS": {"_type": "derivation", "name": "r-interactionRCS-0.1.0"}, "interactionTest": {"_type": "derivation", "name": "r-interactionTest-1.2"}, "interactions": {"_type": "derivation", "name": "r-interactions-1.1.5"}, "interactiveDisplay": {"_type": "derivation", "name": "r-interactiveDisplay-1.34.0"}, "interactiveDisplayBase": {"_type": "derivation", "name": "r-interactiveDisplayBase-1.34.0"}, "interep": {"_type": "derivation", "name": "r-interep-0.3.2"}, "interferenceCI": {"_type": "derivation", "name": "r-interferenceCI-1.1"}, "interflex": {"_type": "derivation", "name": "r-interflex-1.2.6"}, "interfr": {"_type": "derivation", "name": "r-interfr-0.1.0"}, "intergraph": {"_type": "derivation", "name": "r-intergraph-2.0-2"}, "interim": {"_type": "derivation", "name": "r-interim-0.8.0"}, "interimApp": {"_type": "derivation", "name": "r-interimApp-0.0.1"}, "interleave": {"_type": "derivation", "name": "r-interleave-0.1.1"}, "interlineaR": {"_type": "derivation", "name": "r-interlineaR-1.0"}, "interp": {"_type": "derivation", "name": "r-interp-1.1-3"}, "interplex": {"_type": "derivation", "name": "r-interplex-0.1.0"}, "interplot": {"_type": "derivation", "name": "r-interplot-0.2.3"}, "interpret": {"_type": "derivation", "name": "r-interpret-0.1.26"}, "interpretCI": {"_type": "derivation", "name": "r-interpretCI-0.1.1"}, "interpretR": {"_type": "derivation", "name": "r-interpretR-0.2.4"}, "inters": {"_type": "derivation", "name": "r-inters-0.1"}, "interval": {"_type": "derivation", "name": "r-interval-1.1-0.8"}, "intervalaverage": {"_type": "derivation", "name": "r-intervalaverage-0.8.0"}, "intervals": {"_type": "derivation", "name": "r-intervals-0.15.2"}, "intervcomp": {"_type": "derivation", "name": "r-intervcomp-0.1.2"}, "interventionalDBN": {"_type": "derivation", "name": "r-interventionalDBN-1.2.2"}, "inti": {"_type": "derivation", "name": "r-inti-0.5.7"}, "intkrige": {"_type": "derivation", "name": "r-intkrige-1.0.1"}, "intmed": {"_type": "derivation", "name": "r-intmed-0.1.2"}, "intrinsicDimension": {"_type": "derivation", "name": "r-intrinsicDimension-1.2.0"}, "introgress": {"_type": "derivation", "name": "r-introgress-1.2.3"}, "intrval": {"_type": "derivation", "name": "r-intrval-0.1-2"}, "intsurv": {"_type": "derivation", "name": "r-intsurv-0.2.2"}, "intsurvbin": {"_type": "derivation", "name": "r-intsurvbin-0.0.4"}, "intsvy": {"_type": "derivation", "name": "r-intsvy-2.6"}, "intubate": {"_type": "derivation", "name": "r-intubate-1.0.0"}, "inum": {"_type": "derivation", "name": "r-inum-1.0-4"}, "invGauss": {"_type": "derivation", "name": "r-invGauss-1.2"}, "invLT": {"_type": "derivation", "name": "r-invLT-0.2.1"}, "invacost": {"_type": "derivation", "name": "r-invacost-1.1-4"}, "invctr": {"_type": "derivation", "name": "r-invctr-0.2.0"}, "inveRsion": {"_type": "derivation", "name": "r-inveRsion-1.43.0"}, "inventorize": {"_type": "derivation", "name": "r-inventorize-1.1.1"}, "inverseRegex": {"_type": "derivation", "name": "r-inverseRegex-0.1.1"}, "invertiforms": {"_type": "derivation", "name": "r-invertiforms-0.1.0"}, "investr": {"_type": "derivation", "name": "r-investr-1.4.2"}, "invgamma": {"_type": "derivation", "name": "r-invgamma-1.1"}, "io": {"_type": "derivation", "name": "r-io-0.3.2"}, "ioanalysis": {"_type": "derivation", "name": "r-ioanalysis-0.3.4"}, "ioncopy": {"_type": "derivation", "name": "r-ioncopy-2.2.2"}, "ionflows": {"_type": "derivation", "name": "r-ionflows-1.1"}, "ionr": {"_type": "derivation", "name": "r-ionr-0.3.0"}, "iopsych": {"_type": "derivation", "name": "r-iopsych-0.90.1"}, "iosmooth": {"_type": "derivation", "name": "r-iosmooth-0.94"}, "iotables": {"_type": "derivation", "name": "r-iotables-0.9.1"}, "iotools": {"_type": "derivation", "name": "r-iotools-0.3-2"}, "ip2location": {"_type": "derivation", "name": "r-ip2location-8.0.1"}, "ip2proxy": {"_type": "derivation", "name": "r-ip2proxy-1.1.0"}, "ipADMIXTURE": {"_type": "derivation", "name": "r-ipADMIXTURE-0.1.0"}, "ipa": {"_type": "derivation", "name": "r-ipa-0.1.0"}, "ipaddress": {"_type": "derivation", "name": "r-ipaddress-0.5.5"}, "ipc": {"_type": "derivation", "name": "r-ipc-0.1.3"}, "ipcwswitch": {"_type": "derivation", "name": "r-ipcwswitch-1.0.4"}, "ipdDb": {"_type": "derivation", "name": "r-ipdDb-1.14.0"}, "ipdw": {"_type": "derivation", "name": "r-ipdw-1.0-0"}, "ipeadatar": {"_type": "derivation", "name": "r-ipeadatar-0.1.6"}, "ipflasso": {"_type": "derivation", "name": "r-ipflasso-1.1"}, "ipfp": {"_type": "derivation", "name": "r-ipfp-1.0.2"}, "ipfr": {"_type": "derivation", "name": "r-ipfr-1.0.2"}, "ipft": {"_type": "derivation", "name": "r-ipft-0.7.2"}, "ipkg": {"_type": "derivation", "name": "r-ipkg-1.0.5"}, "iplots": {"_type": "derivation", "name": "r-iplots-1.1-8"}, "ipmisc": {"_type": "derivation", "name": "r-ipmisc-6.0.2"}, "ipmr": {"_type": "derivation", "name": "r-ipmr-0.0.5"}, "ipptoolbox": {"_type": "derivation", "name": "r-ipptoolbox-1.2"}, "ipr": {"_type": "derivation", "name": "r-ipr-0.1.0"}, "ipred": {"_type": "derivation", "name": "r-ipred-0.9-13"}, "iprior": {"_type": "derivation", "name": "r-iprior-0.7.3"}, "ips": {"_type": "derivation", "name": "r-ips-0.0.11"}, "ipsecr": {"_type": "derivation", "name": "r-ipsecr-1.3.0"}, "ipsfs": {"_type": "derivation", "name": "r-ipsfs-1.0.0"}, "iptools": {"_type": "derivation", "name": "r-iptools-0.7.2"}, "ipumsr": {"_type": "derivation", "name": "r-ipumsr-0.5.1"}, "ipw": {"_type": "derivation", "name": "r-ipw-1.0-11"}, "ipwCoxCSV": {"_type": "derivation", "name": "r-ipwCoxCSV-1.0"}, "ipwErrorY": {"_type": "derivation", "name": "r-ipwErrorY-2.1"}, "iq": {"_type": "derivation", "name": "r-iq-1.9.6"}, "iqLearn": {"_type": "derivation", "name": "r-iqLearn-1.5"}, "ir": {"_type": "derivation", "name": "r-ir-0.2.1"}, "irace": {"_type": "derivation", "name": "r-irace-3.5"}, "irboost": {"_type": "derivation", "name": "r-irboost-0.1-1.1"}, "ircor": {"_type": "derivation", "name": "r-ircor-1.0"}, "irg": {"_type": "derivation", "name": "r-irg-0.1.6"}, "iriR": {"_type": "derivation", "name": "r-iriR-0.2.2"}, "irlba": {"_type": "derivation", "name": "r-irlba-2.3.5.1"}, "irr": {"_type": "derivation", "name": "r-irr-0.84.1"}, "irrCAC": {"_type": "derivation", "name": "r-irrCAC-1.0"}, "irrICC": {"_type": "derivation", "name": "r-irrICC-1.0"}, "irrNA": {"_type": "derivation", "name": "r-irrNA-0.2.3"}, "irt": {"_type": "derivation", "name": "r-irt-0.2.5"}, "irtDemo": {"_type": "derivation", "name": "r-irtDemo-0.1.4"}, "irtGUI": {"_type": "derivation", "name": "r-irtGUI-0.2"}, "irtProb": {"_type": "derivation", "name": "r-irtProb-1.2"}, "irtoys": {"_type": "derivation", "name": "r-irtoys-0.2.2"}, "irtplay": {"_type": "derivation", "name": "r-irtplay-1.6.4"}, "irtrees": {"_type": "derivation", "name": "r-irtrees-1.0.0"}, "irtreliability": {"_type": "derivation", "name": "r-irtreliability-0.1-1"}, "isa2": {"_type": "derivation", "name": "r-isa2-0.3.5"}, "isaeditor": {"_type": "derivation", "name": "r-isaeditor-0.1.1"}, "isatabr": {"_type": "derivation", "name": "r-isatabr-1.0.1"}, "iscoCrosswalks": {"_type": "derivation", "name": "r-iscoCrosswalks-1.0.0"}, "isdals": {"_type": "derivation", "name": "r-isdals-3.0.0"}, "isdparser": {"_type": "derivation", "name": "r-isdparser-0.4.0"}, "isingLenzMC": {"_type": "derivation", "name": "r-isingLenzMC-0.2.5"}, "island": {"_type": "derivation", "name": "r-island-0.2.8"}, "islasso": {"_type": "derivation", "name": "r-islasso-1.4.3"}, "ismev": {"_type": "derivation", "name": "r-ismev-1.42"}, "isni": {"_type": "derivation", "name": "r-isni-1.3"}, "isnullptr": {"_type": "derivation", "name": "r-isnullptr-1.0.1"}, "isoSurv": {"_type": "derivation", "name": "r-isoSurv-0.2.0"}, "isoWater": {"_type": "derivation", "name": "r-isoWater-1.1.1"}, "isoband": {"_type": "derivation", "name": "r-isoband-0.2.6"}, "isobar": {"_type": "derivation", "name": "r-isobar-1.42.0"}, "isoboost": {"_type": "derivation", "name": "r-isoboost-1.0.1"}, "isobxr": {"_type": "derivation", "name": "r-isobxr-1.0.1"}, "isocalcR": {"_type": "derivation", "name": "r-isocalcR-0.1.0"}, "isocat": {"_type": "derivation", "name": "r-isocat-0.2.6"}, "isocir": {"_type": "derivation", "name": "r-isocir-2.0-7"}, "isodistrreg": {"_type": "derivation", "name": "r-isodistrreg-0.1.0"}, "isogeochem": {"_type": "derivation", "name": "r-isogeochem-1.1.0"}, "isokernel": {"_type": "derivation", "name": "r-isokernel-0.1.0"}, "isomiRs": {"_type": "derivation", "name": "r-isomiRs-1.24.1"}, "isoorbi": {"_type": "derivation", "name": "r-isoorbi-1.0.0"}, "isopam": {"_type": "derivation", "name": "r-isopam-0.9-13"}, "isopat": {"_type": "derivation", "name": "r-isopat-1.0"}, "isoreader": {"_type": "derivation", "name": "r-isoreader-1.3.2"}, "isotone": {"_type": "derivation", "name": "r-isotone-1.1-0"}, "isotonic_pen": {"_type": "derivation", "name": "r-isotonic.pen-1.0"}, "isotracer": {"_type": "derivation", "name": "r-isotracer-1.1.3"}, "isotree": {"_type": "derivation", "name": "r-isotree-0.5.17"}, "ispd": {"_type": "derivation", "name": "r-ispd-0.2"}, "isqg": {"_type": "derivation", "name": "r-isqg-1.4"}, "istacr": {"_type": "derivation", "name": "r-istacr-0.2.0"}, "isva": {"_type": "derivation", "name": "r-isva-1.9"}, "italy": {"_type": "derivation", "name": "r-italy-0.1.0"}, "itan": {"_type": "derivation", "name": "r-itan-3.1.1"}, "itcSegment": {"_type": "derivation", "name": "r-itcSegment-0.8"}, "itdr": {"_type": "derivation", "name": "r-itdr-1.2.0"}, "iteRates": {"_type": "derivation", "name": "r-iteRates-3.1"}, "itemanalysis": {"_type": "derivation", "name": "r-itemanalysis-1.1"}, "iterClust": {"_type": "derivation", "name": "r-iterClust-1.18.0"}, "iterLap": {"_type": "derivation", "name": "r-iterLap-1.1-3"}, "iterativeBMA": {"_type": "derivation", "name": "r-iterativeBMA-1.54.0"}, "iterativeBMAsurv": {"_type": "derivation", "name": "r-iterativeBMAsurv-1.54.0"}, "iteratoR": {"_type": "derivation", "name": "r-iteratoR-0.1.1"}, "iterators": {"_type": "derivation", "name": "r-iterators-1.0.14"}, "iteremoval": {"_type": "derivation", "name": "r-iteremoval-1.15.1"}, "iterpc": {"_type": "derivation", "name": "r-iterpc-0.4.2"}, "itertools": {"_type": "derivation", "name": "r-itertools-0.1-3"}, "itertools2": {"_type": "derivation", "name": "r-itertools2-0.1.1"}, "itp": {"_type": "derivation", "name": "r-itp-1.2.0"}, "itraxR": {"_type": "derivation", "name": "r-itraxR-1.4"}, "its_analysis": {"_type": "derivation", "name": "r-its.analysis-1.6.0"}, "itsadug": {"_type": "derivation", "name": "r-itsadug-2.4.1"}, "itscalledsoccer": {"_type": "derivation", "name": "r-itscalledsoccer-0.2.0"}, "itsdm": {"_type": "derivation", "name": "r-itsdm-0.1.3"}, "itsmr": {"_type": "derivation", "name": "r-itsmr-1.10"}, "iva": {"_type": "derivation", "name": "r-iva-0.1.0"}, "ivaBSS": {"_type": "derivation", "name": "r-ivaBSS-1.0.0"}, "ivdesc": {"_type": "derivation", "name": "r-ivdesc-1.1.0"}, "ivdesign": {"_type": "derivation", "name": "r-ivdesign-0.1.0"}, "ivdoctr": {"_type": "derivation", "name": "r-ivdoctr-1.0.1"}, "ivfixed": {"_type": "derivation", "name": "r-ivfixed-1.0"}, "ivgets": {"_type": "derivation", "name": "r-ivgets-0.1.1"}, "ivitr": {"_type": "derivation", "name": "r-ivitr-0.1.0"}, "ivmodel": {"_type": "derivation", "name": "r-ivmodel-1.9.0"}, "ivmte": {"_type": "derivation", "name": "r-ivmte-1.4.0"}, "ivpack": {"_type": "derivation", "name": "r-ivpack-1.2"}, "ivpanel": {"_type": "derivation", "name": "r-ivpanel-1.0"}, "ivprobit": {"_type": "derivation", "name": "r-ivprobit-1.1"}, "ivreg": {"_type": "derivation", "name": "r-ivreg-0.6-1"}, "ivregEX": {"_type": "derivation", "name": "r-ivregEX-1.0"}, "ivs": {"_type": "derivation", "name": "r-ivs-0.1.0"}, "ivsacim": {"_type": "derivation", "name": "r-ivsacim-2.1.0"}, "ivtools": {"_type": "derivation", "name": "r-ivtools-2.3.0"}, "ivx": {"_type": "derivation", "name": "r-ivx-1.1.0"}, "ivygapSE": {"_type": "derivation", "name": "r-ivygapSE-1.18.0"}, "ixplorer": {"_type": "derivation", "name": "r-ixplorer-0.2.2"}, "jSDM": {"_type": "derivation", "name": "r-jSDM-0.2.1"}, "jScore": {"_type": "derivation", "name": "r-jScore-0.1.0"}, "jSonarR": {"_type": "derivation", "name": "r-jSonarR-1.1.1"}, "jaatha": {"_type": "derivation", "name": "r-jaatha-3.2.2"}, "jab_adverse_reactions": {"_type": "derivation", "name": "r-jab.adverse.reactions-1.0.1"}, "jaccard": {"_type": "derivation", "name": "r-jaccard-0.1.0"}, "jack": {"_type": "derivation", "name": "r-jack-3.0.0"}, "jackalope": {"_type": "derivation", "name": "r-jackalope-1.1.3"}, "jackknifeKME": {"_type": "derivation", "name": "r-jackknifeKME-1.2"}, "jackstrap": {"_type": "derivation", "name": "r-jackstrap-0.1.0"}, "jackstraw": {"_type": "derivation", "name": "r-jackstraw-1.3.1"}, "jacobi": {"_type": "derivation", "name": "r-jacobi-2.0.1"}, "jacpop": {"_type": "derivation", "name": "r-jacpop-0.6"}, "jaggR": {"_type": "derivation", "name": "r-jaggR-0.1.1"}, "jagsUI": {"_type": "derivation", "name": "r-jagsUI-1.5.2"}, "jagshelper": {"_type": "derivation", "name": "r-jagshelper-0.1.8"}, "jagstargets": {"_type": "derivation", "name": "r-jagstargets-1.0.3"}, "jalcal": {"_type": "derivation", "name": "r-jalcal-0.1.0"}, "james_analysis": {"_type": "derivation", "name": "r-james.analysis-1.0.1"}, "janeaustenr": {"_type": "derivation", "name": "r-janeaustenr-1.0.0"}, "janitor": {"_type": "derivation", "name": "r-janitor-2.1.0"}, "jaod": {"_type": "derivation", "name": "r-jaod-0.3.0"}, "japanmesh": {"_type": "derivation", "name": "r-japanmesh-0.1.1"}, "japanstat": {"_type": "derivation", "name": "r-japanstat-0.1.0"}, "jarbes": {"_type": "derivation", "name": "r-jarbes-2.0.0"}, "jcext": {"_type": "derivation", "name": "r-jcext-0.1.1"}, "jcolors": {"_type": "derivation", "name": "r-jcolors-0.0.4"}, "jcp": {"_type": "derivation", "name": "r-jcp-1.2"}, "jds_rmd": {"_type": "derivation", "name": "r-jds.rmd-0.3.1"}, "jdx": {"_type": "derivation", "name": "r-jdx-0.1.4"}, "jeek": {"_type": "derivation", "name": "r-jeek-1.1.1"}, "jenga": {"_type": "derivation", "name": "r-jenga-1.3.0"}, "jetpack": {"_type": "derivation", "name": "r-jetpack-0.5.4"}, "jetset": {"_type": "derivation", "name": "r-jetset-3.4.0"}, "jfa": {"_type": "derivation", "name": "r-jfa-0.6.4"}, "jgcricolors": {"_type": "derivation", "name": "r-jgcricolors-1.0.0"}, "jgsbook": {"_type": "derivation", "name": "r-jgsbook-1.0"}, "jiebaR": {"_type": "derivation", "name": "r-jiebaR-0.11"}, "jiebaRD": {"_type": "derivation", "name": "r-jiebaRD-0.1"}, "jinjar": {"_type": "derivation", "name": "r-jinjar-0.3.0"}, "jipApprox": {"_type": "derivation", "name": "r-jipApprox-0.1.4"}, "jjAnno": {"_type": "derivation", "name": "r-jjAnno-0.0.3"}, "jjb": {"_type": "derivation", "name": "r-jjb-0.1.1"}, "jlctree": {"_type": "derivation", "name": "r-jlctree-0.0.2"}, "jlsm": {"_type": "derivation", "name": "r-jlsm-0.1.0"}, "jmcm": {"_type": "derivation", "name": "r-jmcm-0.2.4"}, "jmdem": {"_type": "derivation", "name": "r-jmdem-1.0.1"}, "jmetrik": {"_type": "derivation", "name": "r-jmetrik-1.1"}, "jmotif": {"_type": "derivation", "name": "r-jmotif-1.1.1"}, "jmuOutlier": {"_type": "derivation", "name": "r-jmuOutlier-2.2"}, "jmv": {"_type": "derivation", "name": "r-jmv-2.3.4"}, "jmvReadWrite": {"_type": "derivation", "name": "r-jmvReadWrite-0.3.3"}, "jmvconnect": {"_type": "derivation", "name": "r-jmvconnect-2.3.13"}, "jmvcore": {"_type": "derivation", "name": "r-jmvcore-2.3.12"}, "job": {"_type": "derivation", "name": "r-job-0.3.0"}, "jocre": {"_type": "derivation", "name": "r-jocre-0.3.3"}, "joinXL": {"_type": "derivation", "name": "r-joinXL-1.0.1"}, "joineR": {"_type": "derivation", "name": "r-joineR-1.2.6"}, "joineRML": {"_type": "derivation", "name": "r-joineRML-0.4.5"}, "joineRmeta": {"_type": "derivation", "name": "r-joineRmeta-0.1.2"}, "joinet": {"_type": "derivation", "name": "r-joinet-0.0.10"}, "jointDiag": {"_type": "derivation", "name": "r-jointDiag-0.4"}, "jointMeanCov": {"_type": "derivation", "name": "r-jointMeanCov-0.1.0"}, "jointNmix": {"_type": "derivation", "name": "r-jointNmix-1.0"}, "jointPm": {"_type": "derivation", "name": "r-jointPm-2.3.1"}, "joint_Cox": {"_type": "derivation", "name": "r-joint.Cox-3.16"}, "jointseg": {"_type": "derivation", "name": "r-jointseg-1.0.2"}, "jomo": {"_type": "derivation", "name": "r-jomo-2.7-4"}, "jordan": {"_type": "derivation", "name": "r-jordan-1.0-1"}, "josaplay": {"_type": "derivation", "name": "r-josaplay-0.1.3"}, "jose": {"_type": "derivation", "name": "r-jose-1.2.0"}, "jot": {"_type": "derivation", "name": "r-jot-0.0.4"}, "journalabbr": {"_type": "derivation", "name": "r-journalabbr-0.4.0"}, "joyn": {"_type": "derivation", "name": "r-joyn-0.1.4"}, "jpeg": {"_type": "derivation", "name": "r-jpeg-0.1-9"}, "jpgrid": {"_type": "derivation", "name": "r-jpgrid-0.2.0"}, "jpmesh": {"_type": "derivation", "name": "r-jpmesh-2.1.0"}, "jpstat": {"_type": "derivation", "name": "r-jpstat-0.2.1"}, "jqr": {"_type": "derivation", "name": "r-jqr-1.2.3"}, "jquerylib": {"_type": "derivation", "name": "r-jquerylib-0.1.4"}, "jrc": {"_type": "derivation", "name": "r-jrc-0.5.1"}, "jrich": {"_type": "derivation", "name": "r-jrich-0.60-35"}, "jrt": {"_type": "derivation", "name": "r-jrt-1.1.1"}, "jrvFinance": {"_type": "derivation", "name": "r-jrvFinance-1.4.3"}, "js": {"_type": "derivation", "name": "r-js-1.2"}, "jsTree": {"_type": "derivation", "name": "r-jsTree-1.2"}, "jsTreeR": {"_type": "derivation", "name": "r-jsTreeR-2.2.0"}, "jshintr": {"_type": "derivation", "name": "r-jshintr-0.1.0"}, "jskm": {"_type": "derivation", "name": "r-jskm-0.4.3"}, "jsmodule": {"_type": "derivation", "name": "r-jsmodule-1.3.3"}, "json64": {"_type": "derivation", "name": "r-json64-0.1.3"}, "jsonStrings": {"_type": "derivation", "name": "r-jsonStrings-2.1.0"}, "jsonify": {"_type": "derivation", "name": "r-jsonify-1.2.1"}, "jsonld": {"_type": "derivation", "name": "r-jsonld-2.2"}, "jsonlite": {"_type": "derivation", "name": "r-jsonlite-1.8.3"}, "jsonstat": {"_type": "derivation", "name": "r-jsonstat-0.0.2"}, "jsontools": {"_type": "derivation", "name": "r-jsontools-0.1.0"}, "jsonvalidate": {"_type": "derivation", "name": "r-jsonvalidate-1.3.2"}, "jsr223": {"_type": "derivation", "name": "r-jsr223-0.3.4"}, "jstable": {"_type": "derivation", "name": "r-jstable-1.0.7"}, "jstor": {"_type": "derivation", "name": "r-jstor-0.3.10"}, "jti": {"_type": "derivation", "name": "r-jti-0.8.4"}, "jtools": {"_type": "derivation", "name": "r-jtools-2.2.0"}, "jtrans": {"_type": "derivation", "name": "r-jtrans-0.2.1"}, "jubilee": {"_type": "derivation", "name": "r-jubilee-0.3.3"}, "juicr": {"_type": "derivation", "name": "r-juicr-0.1"}, "junctions": {"_type": "derivation", "name": "r-junctions-2.0.3"}, "just_install": {"_type": "derivation", "name": "r-just.install-1.0.2"}, "justifier": {"_type": "derivation", "name": "r-justifier-0.2.4"}, "jvcoords": {"_type": "derivation", "name": "r-jvcoords-1.0.3"}, "jvnVaR": {"_type": "derivation", "name": "r-jvnVaR-1.0"}, "kNNvs": {"_type": "derivation", "name": "r-kNNvs-0.1.0"}, "kSamples": {"_type": "derivation", "name": "r-kSamples-1.2-9"}, "kStatistics": {"_type": "derivation", "name": "r-kStatistics-2.1.1"}, "kableExtra": {"_type": "derivation", "name": "r-kableExtra-1.3.4"}, "kader": {"_type": "derivation", "name": "r-kader-0.0.8"}, "kaigiroku": {"_type": "derivation", "name": "r-kaigiroku-0.5"}, "kairos": {"_type": "derivation", "name": "r-kairos-1.1.0"}, "kalmanfilter": {"_type": "derivation", "name": "r-kalmanfilter-2.0.0"}, "kamila": {"_type": "derivation", "name": "r-kamila-0.1.2"}, "kangar00": {"_type": "derivation", "name": "r-kangar00-1.4"}, "kantorovich": {"_type": "derivation", "name": "r-kantorovich-3.0.1"}, "kaos": {"_type": "derivation", "name": "r-kaos-0.1.2"}, "kaphom": {"_type": "derivation", "name": "r-kaphom-0.3"}, "kappaSize": {"_type": "derivation", "name": "r-kappaSize-1.2"}, "kappalab": {"_type": "derivation", "name": "r-kappalab-0.4-7"}, "kaps": {"_type": "derivation", "name": "r-kaps-1.0.2"}, "karaoke": {"_type": "derivation", "name": "r-karaoke-1.0"}, "karel": {"_type": "derivation", "name": "r-karel-0.1.1"}, "karyoploteR": {"_type": "derivation", "name": "r-karyoploteR-1.22.0"}, "katex": {"_type": "derivation", "name": "r-katex-1.4.0"}, "kayadata": {"_type": "derivation", "name": "r-kayadata-1.2.0"}, "kazaam": {"_type": "derivation", "name": "r-kazaam-0.1-0"}, "kcirt": {"_type": "derivation", "name": "r-kcirt-0.6.0"}, "kcopula": {"_type": "derivation", "name": "r-kcopula-0.1.0"}, "kcpRS": {"_type": "derivation", "name": "r-kcpRS-1.0.0"}, "kde1d": {"_type": "derivation", "name": "r-kde1d-1.0.5"}, "kdecopula": {"_type": "derivation", "name": "r-kdecopula-0.9.2"}, "kdensity": {"_type": "derivation", "name": "r-kdensity-1.1.0"}, "kdetrees": {"_type": "derivation", "name": "r-kdetrees-0.1.5"}, "kdevine": {"_type": "derivation", "name": "r-kdevine-0.4.4"}, "kdist": {"_type": "derivation", "name": "r-kdist-0.2"}, "kdpee": {"_type": "derivation", "name": "r-kdpee-1.0.0"}, "kdtools": {"_type": "derivation", "name": "r-kdtools-0.6.0"}, "kebabs": {"_type": "derivation", "name": "r-kebabs-1.30.0"}, "kedd": {"_type": "derivation", "name": "r-kedd-1.0.3"}, "keep": {"_type": "derivation", "name": "r-keep-1.0"}, "keggorthology": {"_type": "derivation", "name": "r-keggorthology-2.48.0"}, "kehra": {"_type": "derivation", "name": "r-kehra-0.1"}, "kelvin": {"_type": "derivation", "name": "r-kelvin-2.0-2"}, "kendallRandomWalks": {"_type": "derivation", "name": "r-kendallRandomWalks-0.9.4"}, "kequate": {"_type": "derivation", "name": "r-kequate-1.6.4"}, "kerSeg": {"_type": "derivation", "name": "r-kerSeg-1.0"}, "kerTests": {"_type": "derivation", "name": "r-kerTests-0.1.3"}, "keras": {"_type": "derivation", "name": "r-keras-2.9.0"}, "kerasR": {"_type": "derivation", "name": "r-kerasR-0.8.1"}, "kerastuneR": {"_type": "derivation", "name": "r-kerastuneR-0.1.0.5"}, "kerdiest": {"_type": "derivation", "name": "r-kerdiest-1.2"}, "kergp": {"_type": "derivation", "name": "r-kergp-0.5.5"}, "kerndwd": {"_type": "derivation", "name": "r-kerndwd-2.0.3"}, "kernelFactory": {"_type": "derivation", "name": "r-kernelFactory-0.3.0"}, "kernelPSI": {"_type": "derivation", "name": "r-kernelPSI-1.1.1"}, "kernelPhil": {"_type": "derivation", "name": "r-kernelPhil-0.1"}, "kernelboot": {"_type": "derivation", "name": "r-kernelboot-0.1.9"}, "kernelshap": {"_type": "derivation", "name": "r-kernelshap-0.3.0"}, "kernhaz": {"_type": "derivation", "name": "r-kernhaz-0.1.0"}, "kernlab": {"_type": "derivation", "name": "r-kernlab-0.9-31"}, "kernplus": {"_type": "derivation", "name": "r-kernplus-0.1.2"}, "kernscr": {"_type": "derivation", "name": "r-kernscr-1.0.5"}, "kernstadapt": {"_type": "derivation", "name": "r-kernstadapt-0.0.1"}, "kesernetwork": {"_type": "derivation", "name": "r-kesernetwork-0.1.0"}, "keyATM": {"_type": "derivation", "name": "r-keyATM-0.4.1"}, "keyToEnglish": {"_type": "derivation", "name": "r-keyToEnglish-0.2.1"}, "keyholder": {"_type": "derivation", "name": "r-keyholder-0.1.6"}, "keyplayer": {"_type": "derivation", "name": "r-keyplayer-1.0.3"}, "keypress": {"_type": "derivation", "name": "r-keypress-1.3.0"}, "keyring": {"_type": "derivation", "name": "r-keyring-1.3.1"}, "keyringr": {"_type": "derivation", "name": "r-keyringr-0.4.0"}, "keys": {"_type": "derivation", "name": "r-keys-0.1.1"}, "kfa": {"_type": "derivation", "name": "r-kfa-0.2.1"}, "kfda": {"_type": "derivation", "name": "r-kfda-1.0.0"}, "kfigr": {"_type": "derivation", "name": "r-kfigr-1.2.1"}, "kgc": {"_type": "derivation", "name": "r-kgc-1.0.0.2"}, "kgp": {"_type": "derivation", "name": "r-kgp-1.1.0"}, "kgrams": {"_type": "derivation", "name": "r-kgrams-0.1.2"}, "kgschart": {"_type": "derivation", "name": "r-kgschart-1.3.5"}, "khroma": {"_type": "derivation", "name": "r-khroma-1.9.0"}, "kibior": {"_type": "derivation", "name": "r-kibior-0.1.1"}, "kidney_epi": {"_type": "derivation", "name": "r-kidney.epi-1.2.0"}, "kidpack": {"_type": "derivation", "name": "r-kidpack-1.38.0"}, "kim": {"_type": "derivation", "name": "r-kim-0.5.55"}, "kimfilter": {"_type": "derivation", "name": "r-kimfilter-1.0.0"}, "kimisc": {"_type": "derivation", "name": "r-kimisc-0.4"}, "kin_cohort": {"_type": "derivation", "name": "r-kin.cohort-0.7"}, "kindisperse": {"_type": "derivation", "name": "r-kindisperse-0.10.2"}, "kinematics": {"_type": "derivation", "name": "r-kinematics-1.0.0"}, "kineticF": {"_type": "derivation", "name": "r-kineticF-1.0"}, "kinship2": {"_type": "derivation", "name": "r-kinship2-1.9.6"}, "kirby21_base": {"_type": "derivation", "name": "r-kirby21.base-1.7.3"}, "kirby21_fmri": {"_type": "derivation", "name": "r-kirby21.fmri-1.7.0"}, "kirby21_t1": {"_type": "derivation", "name": "r-kirby21.t1-1.7.0"}, "kissDE": {"_type": "derivation", "name": "r-kissDE-1.16.0"}, "kissmig": {"_type": "derivation", "name": "r-kissmig-1.0-4"}, "kit": {"_type": "derivation", "name": "r-kit-0.0.12"}, "kitagawa": {"_type": "derivation", "name": "r-kitagawa-3.1.0"}, "kiwisR": {"_type": "derivation", "name": "r-kiwisR-0.2.0"}, "kknn": {"_type": "derivation", "name": "r-kknn-1.3.1"}, "kko": {"_type": "derivation", "name": "r-kko-1.0.1"}, "klaR": {"_type": "derivation", "name": "r-klaR-1.7-1"}, "klassR": {"_type": "derivation", "name": "r-klassR-0.1.11"}, "klausuR": {"_type": "derivation", "name": "r-klausuR-0.12-14"}, "kldtools": {"_type": "derivation", "name": "r-kldtools-1.2"}, "klexdatr": {"_type": "derivation", "name": "r-klexdatr-0.1.2"}, "klic": {"_type": "derivation", "name": "r-klic-1.0.4"}, "klsh": {"_type": "derivation", "name": "r-klsh-0.1.0"}, "klustR": {"_type": "derivation", "name": "r-klustR-0.1.0"}, "km_ci": {"_type": "derivation", "name": "r-km.ci-0.5-6"}, "kmc": {"_type": "derivation", "name": "r-kmc-0.2-4"}, "kmcudaR": {"_type": "derivation", "name": "r-kmcudaR-1.1.0"}, "kmed": {"_type": "derivation", "name": "r-kmed-0.4.2"}, "kmer": {"_type": "derivation", "name": "r-kmer-1.1.2"}, "kmi": {"_type": "derivation", "name": "r-kmi-0.5.5"}, "kml": {"_type": "derivation", "name": "r-kml-2.4.1"}, "kml3d": {"_type": "derivation", "name": "r-kml3d-2.4.2"}, "kmlShape": {"_type": "derivation", "name": "r-kmlShape-0.9.5"}, "kmodR": {"_type": "derivation", "name": "r-kmodR-0.2.0"}, "kmscv": {"_type": "derivation", "name": "r-kmscv-0.1.0"}, "knitLatex": {"_type": "derivation", "name": "r-knitLatex-0.9.0"}, "knitcitations": {"_type": "derivation", "name": "r-knitcitations-1.0.12"}, "knitr": {"_type": "derivation", "name": "r-knitr-1.40"}, "knitrBootstrap": {"_type": "derivation", "name": "r-knitrBootstrap-1.0.2"}, "knitrProgressBar": {"_type": "derivation", "name": "r-knitrProgressBar-1.1.0"}, "knitrdata": {"_type": "derivation", "name": "r-knitrdata-0.6.1"}, "knnIndep": {"_type": "derivation", "name": "r-knnIndep-2.0"}, "knn_covertree": {"_type": "derivation", "name": "r-knn.covertree-1.0"}, "knnp": {"_type": "derivation", "name": "r-knnp-2.0.0"}, "knnwtsim": {"_type": "derivation", "name": "r-knnwtsim-1.0.0"}, "knockoff": {"_type": "derivation", "name": "r-knockoff-0.3.6"}, "knotR": {"_type": "derivation", "name": "r-knotR-1.0-2"}, "kntnr": {"_type": "derivation", "name": "r-kntnr-0.4.4"}, "koRpus": {"_type": "derivation", "name": "r-koRpus-0.13-8"}, "koRpus_lang_en": {"_type": "derivation", "name": "r-koRpus.lang.en-0.1-4"}, "kofdata": {"_type": "derivation", "name": "r-kofdata-0.2"}, "kofnGA": {"_type": "derivation", "name": "r-kofnGA-1.3"}, "kohonen": {"_type": "derivation", "name": "r-kohonen-3.0.11"}, "kokudosuuchi": {"_type": "derivation", "name": "r-kokudosuuchi-1.0.0"}, "kolmim": {"_type": "derivation", "name": "r-kolmim-1.0"}, "komaletter": {"_type": "derivation", "name": "r-komaletter-0.4.2"}, "konfound": {"_type": "derivation", "name": "r-konfound-0.4.0"}, "kosel": {"_type": "derivation", "name": "r-kosel-0.0.1"}, "kpcalg": {"_type": "derivation", "name": "r-kpcalg-1.0.1"}, "kpeaks": {"_type": "derivation", "name": "r-kpeaks-1.1.0"}, "kpmt": {"_type": "derivation", "name": "r-kpmt-0.1.0"}, "kpodclustr": {"_type": "derivation", "name": "r-kpodclustr-1.1"}, "kriens": {"_type": "derivation", "name": "r-kriens-0.1"}, "krige": {"_type": "derivation", "name": "r-krige-0.6.2"}, "kriging": {"_type": "derivation", "name": "r-kriging-1.2"}, "krippendorffsalpha": {"_type": "derivation", "name": "r-krippendorffsalpha-2.0"}, "krm": {"_type": "derivation", "name": "r-krm-2022.10-17"}, "ks": {"_type": "derivation", "name": "r-ks-1.13.5"}, "ksNN": {"_type": "derivation", "name": "r-ksNN-0.1.2"}, "kselection": {"_type": "derivation", "name": "r-kselection-0.2.1"}, "ksharp": {"_type": "derivation", "name": "r-ksharp-0.1.0.1"}, "ksrlive": {"_type": "derivation", "name": "r-ksrlive-1.0"}, "kssa": {"_type": "derivation", "name": "r-kssa-0.0.1"}, "kst": {"_type": "derivation", "name": "r-kst-0.5-4"}, "kstIO": {"_type": "derivation", "name": "r-kstIO-0.3-0"}, "kstMatrix": {"_type": "derivation", "name": "r-kstMatrix-0.1-4"}, "ktaucenters": {"_type": "derivation", "name": "r-ktaucenters-0.1.0"}, "ktsolve": {"_type": "derivation", "name": "r-ktsolve-1.3"}, "ktweedie": {"_type": "derivation", "name": "r-ktweedie-1.0.0"}, "kuiper_2samp": {"_type": "derivation", "name": "r-kuiper.2samp-1.0"}, "kulife": {"_type": "derivation", "name": "r-kulife-0.1-14"}, "kutils": {"_type": "derivation", "name": "r-kutils-1.70"}, "kvh": {"_type": "derivation", "name": "r-kvh-1.4.2"}, "kwb_hantush": {"_type": "derivation", "name": "r-kwb.hantush-0.3.0"}, "kyotil": {"_type": "derivation", "name": "r-kyotil-2022.9-17"}, "kza": {"_type": "derivation", "name": "r-kza-4.1.0.1"}, "kzfs": {"_type": "derivation", "name": "r-kzfs-1.5.0.2"}, "kzft": {"_type": "derivation", "name": "r-kzft-0.17"}, "kzs": {"_type": "derivation", "name": "r-kzs-1.4"}, "l0ara": {"_type": "derivation", "name": "r-l0ara-0.1.6"}, "l1ball": {"_type": "derivation", "name": "r-l1ball-0.1.0"}, "l1kdeconv": {"_type": "derivation", "name": "r-l1kdeconv-1.2.0"}, "l1spectral": {"_type": "derivation", "name": "r-l1spectral-0.99.6"}, "l2boost": {"_type": "derivation", "name": "r-l2boost-1.0.3"}, "laGP": {"_type": "derivation", "name": "r-laGP-1.5-8"}, "labdsv": {"_type": "derivation", "name": "r-labdsv-2.0-1"}, "labelVector": {"_type": "derivation", "name": "r-labelVector-0.1.2"}, "label_switching": {"_type": "derivation", "name": "r-label.switching-1.8"}, "labeling": {"_type": "derivation", "name": "r-labeling-0.4.2"}, "labelled": {"_type": "derivation", "name": "r-labelled-2.10.0"}, "labelmachine": {"_type": "derivation", "name": "r-labelmachine-1.0.0"}, "labelrank": {"_type": "derivation", "name": "r-labelrank-0.1"}, "lablaster": {"_type": "derivation", "name": "r-lablaster-0.0.1"}, "labourR": {"_type": "derivation", "name": "r-labourR-1.0.0"}, "labsimplex": {"_type": "derivation", "name": "r-labsimplex-0.1.2"}, "labstatR": {"_type": "derivation", "name": "r-labstatR-1.0.13"}, "labstats": {"_type": "derivation", "name": "r-labstats-1.0.1"}, "lacm": {"_type": "derivation", "name": "r-lacm-0.1.1"}, "lacrmr": {"_type": "derivation", "name": "r-lacrmr-1.0.5"}, "lactater": {"_type": "derivation", "name": "r-lactater-0.1.1"}, "lactcurves": {"_type": "derivation", "name": "r-lactcurves-1.1.0"}, "lacunaritycovariance": {"_type": "derivation", "name": "r-lacunaritycovariance-1.1-3"}, "laeken": {"_type": "derivation", "name": "r-laeken-0.5.2"}, "laercio": {"_type": "derivation", "name": "r-laercio-1.0-1"}, "lagged": {"_type": "derivation", "name": "r-lagged-0.3.2"}, "lagsarlmtree": {"_type": "derivation", "name": "r-lagsarlmtree-1.0-1"}, "lakemorpho": {"_type": "derivation", "name": "r-lakemorpho-1.2.0"}, "laketemps": {"_type": "derivation", "name": "r-laketemps-0.5.1"}, "lamW": {"_type": "derivation", "name": "r-lamW-2.1.1"}, "lambdaTS": {"_type": "derivation", "name": "r-lambdaTS-1.1"}, "lambda_r": {"_type": "derivation", "name": "r-lambda.r-1.2.4"}, "lambdr": {"_type": "derivation", "name": "r-lambdr-1.2.2"}, "lamme": {"_type": "derivation", "name": "r-lamme-0.0.1"}, "landest": {"_type": "derivation", "name": "r-landest-1.1"}, "landmap": {"_type": "derivation", "name": "r-landmap-0.0.13"}, "landmix": {"_type": "derivation", "name": "r-landmix-1.0"}, "landpred": {"_type": "derivation", "name": "r-landpred-1.1"}, "landsat": {"_type": "derivation", "name": "r-landsat-1.1.0"}, "landsat8": {"_type": "derivation", "name": "r-landsat8-0.1-10"}, "landscapeR": {"_type": "derivation", "name": "r-landscapeR-1.2"}, "landscapemetrics": {"_type": "derivation", "name": "r-landscapemetrics-1.5.4"}, "landscapetools": {"_type": "derivation", "name": "r-landscapetools-0.5.0"}, "landsepi": {"_type": "derivation", "name": "r-landsepi-1.2.2"}, "langevitour": {"_type": "derivation", "name": "r-langevitour-0.5"}, "languageR": {"_type": "derivation", "name": "r-languageR-1.5.0"}, "languagelayeR": {"_type": "derivation", "name": "r-languagelayeR-1.2.4"}, "languageserver": {"_type": "derivation", "name": "r-languageserver-0.3.14"}, "languageserversetup": {"_type": "derivation", "name": "r-languageserversetup-0.1.2"}, "lans2r": {"_type": "derivation", "name": "r-lans2r-1.1.0"}, "lapmix": {"_type": "derivation", "name": "r-lapmix-1.62.0"}, "lar": {"_type": "derivation", "name": "r-lar-0.1-2"}, "lares": {"_type": "derivation", "name": "r-lares-5.1.4"}, "largeList": {"_type": "derivation", "name": "r-largeList-0.3.1"}, "lars": {"_type": "derivation", "name": "r-lars-1.3"}, "lass0": {"_type": "derivation", "name": "r-lass0-1.1.0"}, "lasso2": {"_type": "derivation", "name": "r-lasso2-1.2-22"}, "lassopv": {"_type": "derivation", "name": "r-lassopv-0.2.0"}, "lassoscore": {"_type": "derivation", "name": "r-lassoscore-0.6"}, "lassoshooting": {"_type": "derivation", "name": "r-lassoshooting-0.1.5-1.1"}, "latdiag": {"_type": "derivation", "name": "r-latdiag-0.3"}, "latentFactoR": {"_type": "derivation", "name": "r-latentFactoR-0.0.3"}, "latentcor": {"_type": "derivation", "name": "r-latentcor-2.0.1"}, "latentgraph": {"_type": "derivation", "name": "r-latentgraph-1.1"}, "latentnet": {"_type": "derivation", "name": "r-latentnet-2.10.6"}, "later": {"_type": "derivation", "name": "r-later-1.3.0"}, "latex2exp": {"_type": "derivation", "name": "r-latex2exp-0.9.5"}, "latexdiffr": {"_type": "derivation", "name": "r-latexdiffr-0.1.0"}, "latexpdf": {"_type": "derivation", "name": "r-latexpdf-0.1.7"}, "latrend": {"_type": "derivation", "name": "r-latrend-1.4.3"}, "latte": {"_type": "derivation", "name": "r-latte-0.2.1"}, "lattice": {"_type": "derivation", "name": "r-lattice-0.20-45"}, "latticeDensity": {"_type": "derivation", "name": "r-latticeDensity-1.2.6"}, "latticeExtra": {"_type": "derivation", "name": "r-latticeExtra-0.6-30"}, "lava": {"_type": "derivation", "name": "r-lava-1.7.0"}, "lavaSearch2": {"_type": "derivation", "name": "r-lavaSearch2-1.5.6"}, "lavaan": {"_type": "derivation", "name": "r-lavaan-0.6-12"}, "lavaanExtra": {"_type": "derivation", "name": "r-lavaanExtra-0.1.3"}, "lavaanPlot": {"_type": "derivation", "name": "r-lavaanPlot-0.6.2"}, "lavaan_shiny": {"_type": "derivation", "name": "r-lavaan.shiny-1.2"}, "lavaan_survey": {"_type": "derivation", "name": "r-lavaan.survey-1.1.3.1"}, "lavacreg": {"_type": "derivation", "name": "r-lavacreg-0.1-2"}, "lawstat": {"_type": "derivation", "name": "r-lawstat-3.5"}, "lax": {"_type": "derivation", "name": "r-lax-1.2.0"}, "layer": {"_type": "derivation", "name": "r-layer-0.0.1"}, "lazy": {"_type": "derivation", "name": "r-lazy-1.2-18"}, "lazyData": {"_type": "derivation", "name": "r-lazyData-1.1.0"}, "lazyWeave": {"_type": "derivation", "name": "r-lazyWeave-3.0.2"}, "lazyarray": {"_type": "derivation", "name": "r-lazyarray-1.1.0"}, "lazybar": {"_type": "derivation", "name": "r-lazybar-0.1.0"}, "lazyeval": {"_type": "derivation", "name": "r-lazyeval-0.2.2"}, "lazygreedy": {"_type": "derivation", "name": "r-lazygreedy-1.0"}, "lazyraster": {"_type": "derivation", "name": "r-lazyraster-0.5.1"}, "lazysf": {"_type": "derivation", "name": "r-lazysf-0.1.0"}, "lazysql": {"_type": "derivation", "name": "r-lazysql-0.1.3"}, "lazytrade": {"_type": "derivation", "name": "r-lazytrade-0.5.3"}, "lba": {"_type": "derivation", "name": "r-lba-2.4.5"}, "lbfgs": {"_type": "derivation", "name": "r-lbfgs-1.2.1.2"}, "lbfgsb3c": {"_type": "derivation", "name": "r-lbfgsb3c-2020-3.2"}, "lbiassurv": {"_type": "derivation", "name": "r-lbiassurv-1.1"}, "lbm": {"_type": "derivation", "name": "r-lbm-0.9.0.2"}, "lboxcox": {"_type": "derivation", "name": "r-lboxcox-1.1"}, "lbreg": {"_type": "derivation", "name": "r-lbreg-1.3"}, "lcars": {"_type": "derivation", "name": "r-lcars-0.3.7"}, "lcc": {"_type": "derivation", "name": "r-lcc-1.1.4"}, "lcda": {"_type": "derivation", "name": "r-lcda-0.3.1"}, "lchemix": {"_type": "derivation", "name": "r-lchemix-0.1.0"}, "lclGWAS": {"_type": "derivation", "name": "r-lclGWAS-1.0.3"}, "lcmm": {"_type": "derivation", "name": "r-lcmm-2.0.0"}, "lconnect": {"_type": "derivation", "name": "r-lconnect-0.1.1"}, "lcopula": {"_type": "derivation", "name": "r-lcopula-1.0.5"}, "lcpm": {"_type": "derivation", "name": "r-lcpm-0.1.1"}, "lcra": {"_type": "derivation", "name": "r-lcra-1.1.2"}, "lcsm": {"_type": "derivation", "name": "r-lcsm-0.1.2"}, "lctools": {"_type": "derivation", "name": "r-lctools-0.2-8"}, "lcyanalysis": {"_type": "derivation", "name": "r-lcyanalysis-1.0.4"}, "lda": {"_type": "derivation", "name": "r-lda-1.4.2"}, "ldaPrototype": {"_type": "derivation", "name": "r-ldaPrototype-0.3.1"}, "ldamatch": {"_type": "derivation", "name": "r-ldamatch-1.0.2"}, "ldat": {"_type": "derivation", "name": "r-ldat-0.3.3"}, "ldatuning": {"_type": "derivation", "name": "r-ldatuning-1.0.2"}, "ldblock": {"_type": "derivation", "name": "r-ldblock-1.26.0"}, "ldbod": {"_type": "derivation", "name": "r-ldbod-0.1.2"}, "ldbounds": {"_type": "derivation", "name": "r-ldbounds-2.0.0"}, "lddmm": {"_type": "derivation", "name": "r-lddmm-0.1.0"}, "ldhmm": {"_type": "derivation", "name": "r-ldhmm-0.5.1"}, "ldsep": {"_type": "derivation", "name": "r-ldsep-2.1.5"}, "ldsr": {"_type": "derivation", "name": "r-ldsr-0.0.2"}, "leabRa": {"_type": "derivation", "name": "r-leabRa-0.1.0"}, "leaderCluster": {"_type": "derivation", "name": "r-leaderCluster-1.3"}, "leafR": {"_type": "derivation", "name": "r-leafR-0.3.5"}, "leafSTAR": {"_type": "derivation", "name": "r-leafSTAR-1.0"}, "leafdown": {"_type": "derivation", "name": "r-leafdown-1.2.0"}, "leafem": {"_type": "derivation", "name": "r-leafem-0.2.0"}, "leafgl": {"_type": "derivation", "name": "r-leafgl-0.1.1"}, "leaflegend": {"_type": "derivation", "name": "r-leaflegend-1.0.0"}, "leaflet": {"_type": "derivation", "name": "r-leaflet-2.1.1"}, "leafletCN": {"_type": "derivation", "name": "r-leafletCN-0.2.1"}, "leafletR": {"_type": "derivation", "name": "r-leafletR-0.4-0"}, "leaflet_esri": {"_type": "derivation", "name": "r-leaflet.esri-1.0.0"}, "leaflet_extras": {"_type": "derivation", "name": "r-leaflet.extras-1.0.0"}, "leaflet_extras2": {"_type": "derivation", "name": "r-leaflet.extras2-1.2.0"}, "leaflet_minicharts": {"_type": "derivation", "name": "r-leaflet.minicharts-0.6.2"}, "leaflet_multiopacity": {"_type": "derivation", "name": "r-leaflet.multiopacity-0.1.1"}, "leaflet_opacity": {"_type": "derivation", "name": "r-leaflet.opacity-0.1.0"}, "leaflet_providers": {"_type": "derivation", "name": "r-leaflet.providers-1.9.0"}, "leafpm": {"_type": "derivation", "name": "r-leafpm-0.1.0"}, "leafpop": {"_type": "derivation", "name": "r-leafpop-0.1.0"}, "leafsync": {"_type": "derivation", "name": "r-leafsync-0.1.0"}, "leaftime": {"_type": "derivation", "name": "r-leaftime-0.2.0"}, "leanpubr": {"_type": "derivation", "name": "r-leanpubr-0.3.1"}, "leapp": {"_type": "derivation", "name": "r-leapp-1.3"}, "leaps": {"_type": "derivation", "name": "r-leaps-3.1"}, "learNN": {"_type": "derivation", "name": "r-learNN-0.2.0"}, "learnPopGen": {"_type": "derivation", "name": "r-learnPopGen-1.0.4"}, "learningr": {"_type": "derivation", "name": "r-learningr-0.29.1"}, "learningtower": {"_type": "derivation", "name": "r-learningtower-1.0.0"}, "learnr": {"_type": "derivation", "name": "r-learnr-0.11.1"}, "learnrbook": {"_type": "derivation", "name": "r-learnrbook-1.0.2"}, "learnstats": {"_type": "derivation", "name": "r-learnstats-0.1.1"}, "leastcostpath": {"_type": "derivation", "name": "r-leastcostpath-1.8.7"}, "ledger": {"_type": "derivation", "name": "r-ledger-2.0.9"}, "leeBamViews": {"_type": "derivation", "name": "r-leeBamViews-1.32.0"}, "leem": {"_type": "derivation", "name": "r-leem-0.1.0"}, "leerSIECyL": {"_type": "derivation", "name": "r-leerSIECyL-1.0.2"}, "lefko3": {"_type": "derivation", "name": "r-lefko3-5.5.0"}, "lefser": {"_type": "derivation", "name": "r-lefser-1.6.0"}, "legco": {"_type": "derivation", "name": "r-legco-0.1.4"}, "legion": {"_type": "derivation", "name": "r-legion-0.1.1"}, "legislatoR": {"_type": "derivation", "name": "r-legislatoR-1.0"}, "legocolors": {"_type": "derivation", "name": "r-legocolors-0.3.1"}, "lehdr": {"_type": "derivation", "name": "r-lehdr-1.0.1"}, "leiden": {"_type": "derivation", "name": "r-leiden-0.4.3"}, "leidenAlg": {"_type": "derivation", "name": "r-leidenAlg-1.0.5"}, "leidenbase": {"_type": "derivation", "name": "r-leidenbase-0.1.12"}, "leiv": {"_type": "derivation", "name": "r-leiv-2.0-7"}, "lemna": {"_type": "derivation", "name": "r-lemna-1.0.0"}, "lemon": {"_type": "derivation", "name": "r-lemon-0.4.5"}, "lenses": {"_type": "derivation", "name": "r-lenses-0.0.3"}, "leontief": {"_type": "derivation", "name": "r-leontief-0.2"}, "leprechaun": {"_type": "derivation", "name": "r-leprechaun-1.0.0"}, "leri": {"_type": "derivation", "name": "r-leri-0.0.1"}, "lero_lero": {"_type": "derivation", "name": "r-lero.lero-0.2"}, "les": {"_type": "derivation", "name": "r-les-1.46.0"}, "less": {"_type": "derivation", "name": "r-less-0.1.0"}, "lessR": {"_type": "derivation", "name": "r-lessR-4.2.3"}, "lest": {"_type": "derivation", "name": "r-lest-1.1.0"}, "lestat": {"_type": "derivation", "name": "r-lestat-1.9"}, "letsR": {"_type": "derivation", "name": "r-letsR-4.0"}, "leukemiasEset": {"_type": "derivation", "name": "r-leukemiasEset-1.32.0"}, "levi": {"_type": "derivation", "name": "r-levi-1.14.0"}, "levitate": {"_type": "derivation", "name": "r-levitate-0.1.0"}, "lexRankr": {"_type": "derivation", "name": "r-lexRankr-0.5.2"}, "lexicon": {"_type": "derivation", "name": "r-lexicon-1.2.1"}, "lexiconPT": {"_type": "derivation", "name": "r-lexiconPT-0.1.0"}, "lfa": {"_type": "derivation", "name": "r-lfa-1.26.0"}, "lfactors": {"_type": "derivation", "name": "r-lfactors-1.0.4"}, "lfc": {"_type": "derivation", "name": "r-lfc-0.2.2"}, "lfda": {"_type": "derivation", "name": "r-lfda-1.1.3"}, "lfe": {"_type": "derivation", "name": "r-lfe-2.8-8"}, "lfl": {"_type": "derivation", "name": "r-lfl-2.2.0"}, "lfmm": {"_type": "derivation", "name": "r-lfmm-1.1"}, "lfstat": {"_type": "derivation", "name": "r-lfstat-0.9.4"}, "lg": {"_type": "derivation", "name": "r-lg-0.4.1"}, "lgarch": {"_type": "derivation", "name": "r-lgarch-0.6-2"}, "lgcp": {"_type": "derivation", "name": "r-lgcp-1.8"}, "lglasso": {"_type": "derivation", "name": "r-lglasso-0.1.0"}, "lgpr": {"_type": "derivation", "name": "r-lgpr-1.1.5"}, "lgr": {"_type": "derivation", "name": "r-lgr-0.4.4"}, "lgrExtra": {"_type": "derivation", "name": "r-lgrExtra-0.0.7"}, "lgrdata": {"_type": "derivation", "name": "r-lgrdata-0.1.1"}, "lgtdl": {"_type": "derivation", "name": "r-lgtdl-1.1.5"}, "lhmixr": {"_type": "derivation", "name": "r-lhmixr-0.1.0"}, "lhs": {"_type": "derivation", "name": "r-lhs-1.1.5"}, "liGP": {"_type": "derivation", "name": "r-liGP-1.0.1"}, "liayson": {"_type": "derivation", "name": "r-liayson-1.0.5"}, "libbib": {"_type": "derivation", "name": "r-libbib-1.6.3"}, "libcoin": {"_type": "derivation", "name": "r-libcoin-1.0-9"}, "libgeos": {"_type": "derivation", "name": "r-libgeos-3.11.0-2"}, "libproj": {"_type": "derivation", "name": "r-libproj-8.1.0-1"}, "libr": {"_type": "derivation", "name": "r-libr-1.2.8"}, "librarian": {"_type": "derivation", "name": "r-librarian-1.8.1"}, "librarysnapshot": {"_type": "derivation", "name": "r-librarysnapshot-0.1.2"}, "libsoc": {"_type": "derivation", "name": "r-libsoc-0.7.3"}, "libstableR": {"_type": "derivation", "name": "r-libstableR-1.0.2"}, "lidR": {"_type": "derivation", "name": "r-lidR-4.0.1"}, "lidaRtRee": {"_type": "derivation", "name": "r-lidaRtRee-4.0.3"}, "lifeR": {"_type": "derivation", "name": "r-lifeR-0.9.6"}, "lifecontingencies": {"_type": "derivation", "name": "r-lifecontingencies-1.3.9"}, "lifecourse": {"_type": "derivation", "name": "r-lifecourse-2.0"}, "lifecycle": {"_type": "derivation", "name": "r-lifecycle-1.0.3"}, "lifelogr": {"_type": "derivation", "name": "r-lifelogr-0.1.0"}, "lift": {"_type": "derivation", "name": "r-lift-0.0.2"}, "liftLRD": {"_type": "derivation", "name": "r-liftLRD-1.0-8"}, "liftr": {"_type": "derivation", "name": "r-liftr-0.9.2"}, "lifx": {"_type": "derivation", "name": "r-lifx-0.2.0"}, "liger": {"_type": "derivation", "name": "r-liger-2.0.1"}, "lightgbm": {"_type": "derivation", "name": "r-lightgbm-3.3.3"}, "lightr": {"_type": "derivation", "name": "r-lightr-1.7.0"}, "lightsout": {"_type": "derivation", "name": "r-lightsout-0.3"}, "likeLTD": {"_type": "derivation", "name": "r-likeLTD-6.3.0"}, "likelihood": {"_type": "derivation", "name": "r-likelihood-1.8"}, "likelihoodAsy": {"_type": "derivation", "name": "r-likelihoodAsy-0.51"}, "likelihoodExplore": {"_type": "derivation", "name": "r-likelihoodExplore-0.1.0"}, "likelihoodR": {"_type": "derivation", "name": "r-likelihoodR-1.0.8"}, "likert": {"_type": "derivation", "name": "r-likert-1.3.5"}, "lilikoi": {"_type": "derivation", "name": "r-lilikoi-2.1.1"}, "lillies": {"_type": "derivation", "name": "r-lillies-0.2.9"}, "limSolve": {"_type": "derivation", "name": "r-limSolve-1.5.6"}, "lime": {"_type": "derivation", "name": "r-lime-0.5.3"}, "liminal": {"_type": "derivation", "name": "r-liminal-0.1.2"}, "limitplot": {"_type": "derivation", "name": "r-limitplot-1.2"}, "limma": {"_type": "derivation", "name": "r-limma-3.52.4"}, "limmaGUI": {"_type": "derivation", "name": "r-limmaGUI-1.72.0"}, "limonaid": {"_type": "derivation", "name": "r-limonaid-0.1.5"}, "limorhyde": {"_type": "derivation", "name": "r-limorhyde-1.0.1"}, "limorhyde2": {"_type": "derivation", "name": "r-limorhyde2-0.0.7"}, "linERR": {"_type": "derivation", "name": "r-linERR-1.0"}, "linLIR": {"_type": "derivation", "name": "r-linLIR-1.1"}, "lin_eval": {"_type": "derivation", "name": "r-lin.eval-0.1.2"}, "linbin": {"_type": "derivation", "name": "r-linbin-0.1.3"}, "linconGaussR": {"_type": "derivation", "name": "r-linconGaussR-0.1"}, "lindia": {"_type": "derivation", "name": "r-lindia-0.9"}, "linea": {"_type": "derivation", "name": "r-linea-0.1.1"}, "lineagespot": {"_type": "derivation", "name": "r-lineagespot-1.0.0"}, "linearModel": {"_type": "derivation", "name": "r-linearModel-1.0.2"}, "linearQ": {"_type": "derivation", "name": "r-linearQ-2.0"}, "linear_tools": {"_type": "derivation", "name": "r-linear.tools-1.3.0"}, "lineartestr": {"_type": "derivation", "name": "r-lineartestr-1.0.0"}, "linelist": {"_type": "derivation", "name": "r-linelist-0.0.1"}, "linemap": {"_type": "derivation", "name": "r-linemap-0.2.0"}, "lineup": {"_type": "derivation", "name": "r-lineup-0.42"}, "lineup2": {"_type": "derivation", "name": "r-lineup2-0.6"}, "lineupjs": {"_type": "derivation", "name": "r-lineupjs-4.6.0"}, "lingglosses": {"_type": "derivation", "name": "r-lingglosses-0.0.4"}, "lingmatch": {"_type": "derivation", "name": "r-lingmatch-1.0.4"}, "lingtypology": {"_type": "derivation", "name": "r-lingtypology-1.1.9"}, "linguisticsdown": {"_type": "derivation", "name": "r-linguisticsdown-1.2.0"}, "link2GI": {"_type": "derivation", "name": "r-link2GI-0.5-0"}, "linkcomm": {"_type": "derivation", "name": "r-linkcomm-1.0-14"}, "linkedInadsR": {"_type": "derivation", "name": "r-linkedInadsR-0.1.0"}, "linkim": {"_type": "derivation", "name": "r-linkim-0.1"}, "linkprediction": {"_type": "derivation", "name": "r-linkprediction-1.0-0"}, "linkspotter": {"_type": "derivation", "name": "r-linkspotter-1.3.0"}, "linl": {"_type": "derivation", "name": "r-linl-0.0.4"}, "linne": {"_type": "derivation", "name": "r-linne-0.0.2"}, "linpk": {"_type": "derivation", "name": "r-linpk-1.1.1"}, "linprog": {"_type": "derivation", "name": "r-linprog-0.9-4"}, "lintools": {"_type": "derivation", "name": "r-lintools-0.1.6"}, "lintr": {"_type": "derivation", "name": "r-lintr-3.0.2"}, "lionessR": {"_type": "derivation", "name": "r-lionessR-1.10.0"}, "lipidmapsR": {"_type": "derivation", "name": "r-lipidmapsR-1.0.4"}, "lipidomeR": {"_type": "derivation", "name": "r-lipidomeR-0.1.2"}, "lipidr": {"_type": "derivation", "name": "r-lipidr-2.10.0"}, "liqueueR": {"_type": "derivation", "name": "r-liqueueR-0.0.1"}, "lira": {"_type": "derivation", "name": "r-lira-2.0.1"}, "lisa": {"_type": "derivation", "name": "r-lisa-0.1.2"}, "lisaClust": {"_type": "derivation", "name": "r-lisaClust-1.4.0"}, "lisp": {"_type": "derivation", "name": "r-lisp-0.1"}, "lisrelToR": {"_type": "derivation", "name": "r-lisrelToR-0.1.5"}, "list": {"_type": "derivation", "name": "r-list-9.2.4"}, "listArray": {"_type": "derivation", "name": "r-listArray-0.1.1"}, "listWithDefaults": {"_type": "derivation", "name": "r-listWithDefaults-1.2.0"}, "listarrays": {"_type": "derivation", "name": "r-listarrays-0.3.1"}, "listcomp": {"_type": "derivation", "name": "r-listcomp-0.4.1"}, "listcompr": {"_type": "derivation", "name": "r-listcompr-0.4.0"}, "listdown": {"_type": "derivation", "name": "r-listdown-0.5.2"}, "listdtr": {"_type": "derivation", "name": "r-listdtr-1.1"}, "listenv": {"_type": "derivation", "name": "r-listenv-0.8.0"}, "listr": {"_type": "derivation", "name": "r-listr-0.1.0"}, "listviewer": {"_type": "derivation", "name": "r-listviewer-3.0.0"}, "litRiddle": {"_type": "derivation", "name": "r-litRiddle-0.4.1"}, "lite": {"_type": "derivation", "name": "r-lite-1.0.0"}, "liteq": {"_type": "derivation", "name": "r-liteq-1.1.0"}, "litteR": {"_type": "derivation", "name": "r-litteR-1.0.0"}, "litterfitter": {"_type": "derivation", "name": "r-litterfitter-0.1.2"}, "littler": {"_type": "derivation", "name": "r-littler-0.3.17"}, "liureg": {"_type": "derivation", "name": "r-liureg-1.1.2"}, "live": {"_type": "derivation", "name": "r-live-1.5.13"}, "livechatR": {"_type": "derivation", "name": "r-livechatR-0.1.0"}, "liver": {"_type": "derivation", "name": "r-liver-1.13"}, "ljr": {"_type": "derivation", "name": "r-ljr-1.4-0"}, "llama": {"_type": "derivation", "name": "r-llama-0.10.1"}, "llbayesireg": {"_type": "derivation", "name": "r-llbayesireg-1.0.0"}, "lle": {"_type": "derivation", "name": "r-lle-1.1"}, "lllcrc": {"_type": "derivation", "name": "r-lllcrc-1.2"}, "llogistic": {"_type": "derivation", "name": "r-llogistic-1.0.3"}, "lmDiallel": {"_type": "derivation", "name": "r-lmDiallel-0.9.5"}, "lmForc": {"_type": "derivation", "name": "r-lmForc-0.1.0"}, "lmPerm": {"_type": "derivation", "name": "r-lmPerm-2.1.0"}, "lmQCM": {"_type": "derivation", "name": "r-lmQCM-0.2.4"}, "lmSubsets": {"_type": "derivation", "name": "r-lmSubsets-0.5-2"}, "lmSupport": {"_type": "derivation", "name": "r-lmSupport-2.9.13"}, "lm_beta": {"_type": "derivation", "name": "r-lm.beta-1.6-2"}, "lm_br": {"_type": "derivation", "name": "r-lm.br-2.9.5"}, "lmap": {"_type": "derivation", "name": "r-lmap-0.1.1"}, "lmboot": {"_type": "derivation", "name": "r-lmboot-0.0.1"}, "lmdme": {"_type": "derivation", "name": "r-lmdme-1.38.0"}, "lmds": {"_type": "derivation", "name": "r-lmds-0.1.0"}, "lme4": {"_type": "derivation", "name": "r-lme4-1.1-30"}, "lmeInfo": {"_type": "derivation", "name": "r-lmeInfo-0.3.0"}, "lmeNB": {"_type": "derivation", "name": "r-lmeNB-1.3"}, "lmeNBBayes": {"_type": "derivation", "name": "r-lmeNBBayes-1.3.1"}, "lmeSplines": {"_type": "derivation", "name": "r-lmeSplines-1.1-12"}, "lmec": {"_type": "derivation", "name": "r-lmec-1.0"}, "lmem_qtler": {"_type": "derivation", "name": "r-lmem.qtler-0.1.1"}, "lmerTest": {"_type": "derivation", "name": "r-lmerTest-3.1-3"}, "lmeresampler": {"_type": "derivation", "name": "r-lmeresampler-0.2.2"}, "lmf": {"_type": "derivation", "name": "r-lmf-1.2.1"}, "lmfor": {"_type": "derivation", "name": "r-lmfor-1.6"}, "lmls": {"_type": "derivation", "name": "r-lmls-0.1.0"}, "lmm": {"_type": "derivation", "name": "r-lmm-1.3"}, "lmmot": {"_type": "derivation", "name": "r-lmmot-0.1.4"}, "lmmpar": {"_type": "derivation", "name": "r-lmmpar-0.1.0"}, "lmodel2": {"_type": "derivation", "name": "r-lmodel2-1.7-3"}, "lmom": {"_type": "derivation", "name": "r-lmom-2.9"}, "lmomPi": {"_type": "derivation", "name": "r-lmomPi-0.5.0"}, "lmomRFA": {"_type": "derivation", "name": "r-lmomRFA-3.4"}, "lmomco": {"_type": "derivation", "name": "r-lmomco-2.4.7"}, "lmreg": {"_type": "derivation", "name": "r-lmreg-1.2"}, "lmridge": {"_type": "derivation", "name": "r-lmridge-1.2.1"}, "lmtest": {"_type": "derivation", "name": "r-lmtest-0.9-40"}, "lmtp": {"_type": "derivation", "name": "r-lmtp-1.3.1"}, "lmvar": {"_type": "derivation", "name": "r-lmvar-1.5.2"}, "lmviz": {"_type": "derivation", "name": "r-lmviz-0.2.0"}, "lncDIFF": {"_type": "derivation", "name": "r-lncDIFF-1.0.0"}, "lnmCluster": {"_type": "derivation", "name": "r-lnmCluster-0.3.1"}, "loa": {"_type": "derivation", "name": "r-loa-0.2.47.1"}, "loadflux": {"_type": "derivation", "name": "r-loadflux-0.0.2"}, "loadings": {"_type": "derivation", "name": "r-loadings-0.2.1"}, "loadr": {"_type": "derivation", "name": "r-loadr-0.1.3"}, "loadshaper": {"_type": "derivation", "name": "r-loadshaper-1.1.1"}, "lobstr": {"_type": "derivation", "name": "r-lobstr-1.1.2"}, "locStra": {"_type": "derivation", "name": "r-locStra-1.9"}, "localFDA": {"_type": "derivation", "name": "r-localFDA-1.0.0"}, "localICE": {"_type": "derivation", "name": "r-localICE-0.1.1"}, "localIV": {"_type": "derivation", "name": "r-localIV-0.3.1"}, "localModel": {"_type": "derivation", "name": "r-localModel-0.5"}, "localScore": {"_type": "derivation", "name": "r-localScore-1.0.8"}, "localgauss": {"_type": "derivation", "name": "r-localgauss-0.41"}, "localsolver": {"_type": "derivation", "name": "r-localsolver-2.3"}, "locatexec": {"_type": "derivation", "name": "r-locatexec-0.1.1"}, "locationgamer": {"_type": "derivation", "name": "r-locationgamer-0.1.0"}, "locfdr": {"_type": "derivation", "name": "r-locfdr-1.1-8"}, "locfit": {"_type": "derivation", "name": "r-locfit-1.5-9.6"}, "loci2path": {"_type": "derivation", "name": "r-loci2path-1.16.0"}, "locits": {"_type": "derivation", "name": "r-locits-1.7.5"}, "locpol": {"_type": "derivation", "name": "r-locpol-0.7-0"}, "locpolExpectile": {"_type": "derivation", "name": "r-locpolExpectile-0.1.1"}, "lodGWAS": {"_type": "derivation", "name": "r-lodGWAS-1.0-7"}, "loder": {"_type": "derivation", "name": "r-loder-0.2.0"}, "lodi": {"_type": "derivation", "name": "r-lodi-0.9.2"}, "lodr": {"_type": "derivation", "name": "r-lodr-1.0"}, "loe": {"_type": "derivation", "name": "r-loe-1.1"}, "loewesadditivity": {"_type": "derivation", "name": "r-loewesadditivity-0.1.0"}, "log": {"_type": "derivation", "name": "r-log-1.1.1"}, "log4r": {"_type": "derivation", "name": "r-log4r-0.4.2"}, "logKDE": {"_type": "derivation", "name": "r-logKDE-0.3.2"}, "logNormReg": {"_type": "derivation", "name": "r-logNormReg-0.5-0"}, "logOfGamma": {"_type": "derivation", "name": "r-logOfGamma-0.0.1"}, "logbin": {"_type": "derivation", "name": "r-logbin-2.0.5"}, "logconcens": {"_type": "derivation", "name": "r-logconcens-0.17-1"}, "logcondens": {"_type": "derivation", "name": "r-logcondens-2.1.6"}, "logcondens_mode": {"_type": "derivation", "name": "r-logcondens.mode-1.0.1"}, "logcondiscr": {"_type": "derivation", "name": "r-logcondiscr-1.0.6"}, "logger": {"_type": "derivation", "name": "r-logger-0.2.2"}, "logging": {"_type": "derivation", "name": "r-logging-0.10-108"}, "loggit": {"_type": "derivation", "name": "r-loggit-2.1.1"}, "logiBin": {"_type": "derivation", "name": "r-logiBin-0.3"}, "logib": {"_type": "derivation", "name": "r-logib-0.1.2"}, "logicDT": {"_type": "derivation", "name": "r-logicDT-1.0.2"}, "logicFS": {"_type": "derivation", "name": "r-logicFS-2.16.0"}, "logihist": {"_type": "derivation", "name": "r-logihist-1.0"}, "logistf": {"_type": "derivation", "name": "r-logistf-1.24.1"}, "logistic4p": {"_type": "derivation", "name": "r-logistic4p-1.5"}, "logisticPCA": {"_type": "derivation", "name": "r-logisticPCA-0.2"}, "logisticRR": {"_type": "derivation", "name": "r-logisticRR-0.3.0"}, "logitFD": {"_type": "derivation", "name": "r-logitFD-1.0"}, "logitT": {"_type": "derivation", "name": "r-logitT-1.54.0"}, "logitnorm": {"_type": "derivation", "name": "r-logitnorm-0.8.38"}, "logitr": {"_type": "derivation", "name": "r-logitr-0.8.0"}, "loglognorm": {"_type": "derivation", "name": "r-loglognorm-1.0.2"}, "logmult": {"_type": "derivation", "name": "r-logmult-0.7.4"}, "lognorm": {"_type": "derivation", "name": "r-lognorm-0.1.10"}, "logr": {"_type": "derivation", "name": "r-logr-1.3.3"}, "logrx": {"_type": "derivation", "name": "r-logrx-0.1.1"}, "logspline": {"_type": "derivation", "name": "r-logspline-2.1.17"}, "lokern": {"_type": "derivation", "name": "r-lokern-1.1-9"}, "lolR": {"_type": "derivation", "name": "r-lolR-2.1"}, "lolog": {"_type": "derivation", "name": "r-lolog-1.3"}, "lomb": {"_type": "derivation", "name": "r-lomb-2.1.0"}, "long2lstmarray": {"_type": "derivation", "name": "r-long2lstmarray-0.0.1"}, "longCatEDA": {"_type": "derivation", "name": "r-longCatEDA-0.31"}, "longROC": {"_type": "derivation", "name": "r-longROC-1.0"}, "longRPart2": {"_type": "derivation", "name": "r-longRPart2-0.2.3"}, "longclust": {"_type": "derivation", "name": "r-longclust-1.2.3"}, "longit": {"_type": "derivation", "name": "r-longit-0.1.0"}, "longitudinal": {"_type": "derivation", "name": "r-longitudinal-1.1.13"}, "longitudinalData": {"_type": "derivation", "name": "r-longitudinalData-2.4.1"}, "longitudinalcascade": {"_type": "derivation", "name": "r-longitudinalcascade-0.3.2.1"}, "longmemo": {"_type": "derivation", "name": "r-longmemo-1.1-2"}, "longmixr": {"_type": "derivation", "name": "r-longmixr-1.0.0"}, "longpower": {"_type": "derivation", "name": "r-longpower-1.0.23"}, "longsurr": {"_type": "derivation", "name": "r-longsurr-1.0"}, "longurl": {"_type": "derivation", "name": "r-longurl-0.3.3"}, "loo": {"_type": "derivation", "name": "r-loo-2.5.1"}, "lookout": {"_type": "derivation", "name": "r-lookout-0.1.4"}, "lookup": {"_type": "derivation", "name": "r-lookup-1.0"}, "lookupTable": {"_type": "derivation", "name": "r-lookupTable-0.1"}, "loon": {"_type": "derivation", "name": "r-loon-1.4.0"}, "loon_data": {"_type": "derivation", "name": "r-loon.data-0.1.3"}, "loon_ggplot": {"_type": "derivation", "name": "r-loon.ggplot-1.3.2"}, "loon_shiny": {"_type": "derivation", "name": "r-loon.shiny-1.0.3"}, "loon_tourr": {"_type": "derivation", "name": "r-loon.tourr-0.1.3"}, "loop": {"_type": "derivation", "name": "r-loop-1.1"}, "loose_rock": {"_type": "derivation", "name": "r-loose.rock-1.2.0"}, "lordif": {"_type": "derivation", "name": "r-lordif-0.3-3"}, "lorec": {"_type": "derivation", "name": "r-lorec-0.6.1"}, "lorentz": {"_type": "derivation", "name": "r-lorentz-1.0-5"}, "lorenz": {"_type": "derivation", "name": "r-lorenz-0.1.0"}, "lori": {"_type": "derivation", "name": "r-lori-2.2.2"}, "lotri": {"_type": "derivation", "name": "r-lotri-0.4.2"}, "lowmemtkmeans": {"_type": "derivation", "name": "r-lowmemtkmeans-0.1.2"}, "lowpassFilter": {"_type": "derivation", "name": "r-lowpassFilter-1.0-2"}, "lpNet": {"_type": "derivation", "name": "r-lpNet-2.28.0"}, "lpSolve": {"_type": "derivation", "name": "r-lpSolve-5.6.17"}, "lpSolveAPI": {"_type": "derivation", "name": "r-lpSolveAPI-5.5.2.0-17.9"}, "lpbrim": {"_type": "derivation", "name": "r-lpbrim-1.0.0"}, "lpc": {"_type": "derivation", "name": "r-lpc-1.0.2.1"}, "lpcde": {"_type": "derivation", "name": "r-lpcde-0.1.0"}, "lpdensity": {"_type": "derivation", "name": "r-lpdensity-2.3.1"}, "lphom": {"_type": "derivation", "name": "r-lphom-0.3.1-1"}, "lpint": {"_type": "derivation", "name": "r-lpint-2.1"}, "lpirfs": {"_type": "derivation", "name": "r-lpirfs-0.2.1"}, "lpl": {"_type": "derivation", "name": "r-lpl-0.11"}, "lpme": {"_type": "derivation", "name": "r-lpme-1.1.3"}, "lpmodeler": {"_type": "derivation", "name": "r-lpmodeler-0.2-1"}, "lpridge": {"_type": "derivation", "name": "r-lpridge-1.0-8"}, "lpsymphony": {"_type": "derivation", "name": "r-lpsymphony-1.24.0"}, "lqmm": {"_type": "derivation", "name": "r-lqmm-1.5.8"}, "lqr": {"_type": "derivation", "name": "r-lqr-5.0"}, "lrd": {"_type": "derivation", "name": "r-lrd-0.1.0"}, "lrequire": {"_type": "derivation", "name": "r-lrequire-0.1.3"}, "lrgs": {"_type": "derivation", "name": "r-lrgs-0.5.4"}, "lrmest": {"_type": "derivation", "name": "r-lrmest-3.0"}, "lrstat": {"_type": "derivation", "name": "r-lrstat-0.1.10"}, "lsa": {"_type": "derivation", "name": "r-lsa-0.73.3"}, "lsasim": {"_type": "derivation", "name": "r-lsasim-2.1.2"}, "lsbclust": {"_type": "derivation", "name": "r-lsbclust-1.1"}, "lsbs": {"_type": "derivation", "name": "r-lsbs-0.1"}, "lsdbc": {"_type": "derivation", "name": "r-lsdbc-0.1.0"}, "lsdv": {"_type": "derivation", "name": "r-lsdv-1.1"}, "lsei": {"_type": "derivation", "name": "r-lsei-1.3-0"}, "lshorth": {"_type": "derivation", "name": "r-lshorth-0.1-6"}, "lsirm12pl": {"_type": "derivation", "name": "r-lsirm12pl-1.1.0"}, "lsl": {"_type": "derivation", "name": "r-lsl-0.5.6"}, "lslx": {"_type": "derivation", "name": "r-lslx-0.6.10"}, "lsm": {"_type": "derivation", "name": "r-lsm-0.2.1.2"}, "lsmeans": {"_type": "derivation", "name": "r-lsmeans-2.30-0"}, "lspartition": {"_type": "derivation", "name": "r-lspartition-0.4"}, "lspline": {"_type": "derivation", "name": "r-lspline-1.0-0"}, "lspls": {"_type": "derivation", "name": "r-lspls-0.2-2"}, "lsplsGlm": {"_type": "derivation", "name": "r-lsplsGlm-1.0"}, "lsr": {"_type": "derivation", "name": "r-lsr-0.5.2"}, "lss2": {"_type": "derivation", "name": "r-lss2-1.1"}, "ltable": {"_type": "derivation", "name": "r-ltable-2.0.2"}, "ltbayes": {"_type": "derivation", "name": "r-ltbayes-0.4"}, "ltm": {"_type": "derivation", "name": "r-ltm-1.2-0"}, "ltmix": {"_type": "derivation", "name": "r-ltmix-0.2.1"}, "ltmle": {"_type": "derivation", "name": "r-ltmle-1.2-0"}, "ltsa": {"_type": "derivation", "name": "r-ltsa-1.4.6"}, "ltsbase": {"_type": "derivation", "name": "r-ltsbase-1.0.1"}, "ltsk": {"_type": "derivation", "name": "r-ltsk-1.0.9"}, "ltsspca": {"_type": "derivation", "name": "r-ltsspca-0.1.0"}, "ltxsparklines": {"_type": "derivation", "name": "r-ltxsparklines-1.1.3"}, "lubridate": {"_type": "derivation", "name": "r-lubridate-1.8.0"}, "luca": {"_type": "derivation", "name": "r-luca-1.0-6"}, "lucas": {"_type": "derivation", "name": "r-lucas-1.0"}, "lucid": {"_type": "derivation", "name": "r-lucid-1.8"}, "ludic": {"_type": "derivation", "name": "r-ludic-0.2.0"}, "lue": {"_type": "derivation", "name": "r-lue-0.2.1"}, "lulcc": {"_type": "derivation", "name": "r-lulcc-1.0.4"}, "lumberjack": {"_type": "derivation", "name": "r-lumberjack-1.2.1"}, "lumi": {"_type": "derivation", "name": "r-lumi-2.48.0"}, "lumiBarnes": {"_type": "derivation", "name": "r-lumiBarnes-1.36.0"}, "lumiHumanAll_db": {"_type": "derivation", "name": "r-lumiHumanAll.db-1.22.0"}, "lumiHumanIDMapping": {"_type": "derivation", "name": "r-lumiHumanIDMapping-1.10.1"}, "lumiMouseAll_db": {"_type": "derivation", "name": "r-lumiMouseAll.db-1.22.0"}, "lumiMouseIDMapping": {"_type": "derivation", "name": "r-lumiMouseIDMapping-1.10.0"}, "lumiRatAll_db": {"_type": "derivation", "name": "r-lumiRatAll.db-1.22.0"}, "lumiRatIDMapping": {"_type": "derivation", "name": "r-lumiRatIDMapping-1.10.0"}, "lunar": {"_type": "derivation", "name": "r-lunar-0.2-1"}, "lungExpression": {"_type": "derivation", "name": "r-lungExpression-0.34.0"}, "lutz": {"_type": "derivation", "name": "r-lutz-0.3.1"}, "luz": {"_type": "derivation", "name": "r-luz-0.3.1"}, "luzlogr": {"_type": "derivation", "name": "r-luzlogr-0.2.0"}, "lvec": {"_type": "derivation", "name": "r-lvec-0.2.4"}, "lvm4net": {"_type": "derivation", "name": "r-lvm4net-0.3"}, "lvmcomp": {"_type": "derivation", "name": "r-lvmcomp-1.2"}, "lvmisc": {"_type": "derivation", "name": "r-lvmisc-0.1.1"}, "lvnet": {"_type": "derivation", "name": "r-lvnet-0.3.5"}, "lvplot": {"_type": "derivation", "name": "r-lvplot-0.2.1"}, "lwgeom": {"_type": "derivation", "name": "r-lwgeom-0.2-9"}, "lwqs": {"_type": "derivation", "name": "r-lwqs-0.5.0"}, "lxb": {"_type": "derivation", "name": "r-lxb-1.5"}, "lydata": {"_type": "derivation", "name": "r-lydata-1.22.0"}, "lymphclon": {"_type": "derivation", "name": "r-lymphclon-1.3.0"}, "m10kcod_db": {"_type": "derivation", "name": "r-m10kcod.db-3.4.0"}, "m20kcod_db": {"_type": "derivation", "name": "r-m20kcod.db-3.4.0"}, "m2b": {"_type": "derivation", "name": "r-m2b-1.0"}, "m2r": {"_type": "derivation", "name": "r-m2r-1.0.2"}, "m5": {"_type": "derivation", "name": "r-m5-0.1.1"}, "m61r": {"_type": "derivation", "name": "r-m61r-0.0.3"}, "m6Aboost": {"_type": "derivation", "name": "r-m6Aboost-1.2.0"}, "mAPKL": {"_type": "derivation", "name": "r-mAPKL-1.26.0"}, "mAPKLData": {"_type": "derivation", "name": "r-mAPKLData-1.28.0"}, "mAr": {"_type": "derivation", "name": "r-mAr-1.2-0"}, "mBPCR": {"_type": "derivation", "name": "r-mBPCR-1.50.0"}, "mBvs": {"_type": "derivation", "name": "r-mBvs-1.5"}, "mCSEA": {"_type": "derivation", "name": "r-mCSEA-1.16.0"}, "mCSEAdata": {"_type": "derivation", "name": "r-mCSEAdata-1.16.0"}, "mDAG": {"_type": "derivation", "name": "r-mDAG-1.2.2"}, "mExplorer": {"_type": "derivation", "name": "r-mExplorer-1.0.0"}, "mFD": {"_type": "derivation", "name": "r-mFD-1.0.1"}, "mFDP": {"_type": "derivation", "name": "r-mFDP-0.1.0"}, "mFLICA": {"_type": "derivation", "name": "r-mFLICA-0.1.5"}, "mFilter": {"_type": "derivation", "name": "r-mFilter-0.1-5"}, "mGSZ": {"_type": "derivation", "name": "r-mGSZ-1.0"}, "mHG": {"_type": "derivation", "name": "r-mHG-1.1"}, "mHMMbayes": {"_type": "derivation", "name": "r-mHMMbayes-0.2.0"}, "mMARCH_AC": {"_type": "derivation", "name": "r-mMARCH.AC-2.4.0.1"}, "mMPA": {"_type": "derivation", "name": "r-mMPA-1.2.0"}, "mQTL": {"_type": "derivation", "name": "r-mQTL-1.0"}, "mRMRe": {"_type": "derivation", "name": "r-mRMRe-2.1.2"}, "mRpostman": {"_type": "derivation", "name": "r-mRpostman-1.1.0"}, "mSTEM": {"_type": "derivation", "name": "r-mSTEM-1.0-1"}, "mSigTools": {"_type": "derivation", "name": "r-mSigTools-1.0.5"}, "mSimCC": {"_type": "derivation", "name": "r-mSimCC-0.0.2"}, "mStats": {"_type": "derivation", "name": "r-mStats-3.4.0"}, "maCorrPlot": {"_type": "derivation", "name": "r-maCorrPlot-1.66.0"}, "maGUI": {"_type": "derivation", "name": "r-maGUI-4.0"}, "maPredictDSC": {"_type": "derivation", "name": "r-maPredictDSC-1.34.0"}, "maSAE": {"_type": "derivation", "name": "r-maSAE-2.0.3"}, "maSigPro": {"_type": "derivation", "name": "r-maSigPro-1.68.0"}, "maanova": {"_type": "derivation", "name": "r-maanova-1.66.0"}, "maat": {"_type": "derivation", "name": "r-maat-1.1.0"}, "mable": {"_type": "derivation", "name": "r-mable-3.1.1"}, "maboost": {"_type": "derivation", "name": "r-maboost-1.0-0"}, "macat": {"_type": "derivation", "name": "r-macat-1.70.0"}, "macc": {"_type": "derivation", "name": "r-macc-1.0.1"}, "machQA": {"_type": "derivation", "name": "r-machQA-0.1.4"}, "machina": {"_type": "derivation", "name": "r-machina-0.1.6"}, "macleish": {"_type": "derivation", "name": "r-macleish-0.3.9"}, "maclogp": {"_type": "derivation", "name": "r-maclogp-0.1.1"}, "macrocol": {"_type": "derivation", "name": "r-macrocol-0.1.0"}, "macrophage": {"_type": "derivation", "name": "r-macrophage-1.12.0"}, "mactivate": {"_type": "derivation", "name": "r-mactivate-0.6.6"}, "maczic": {"_type": "derivation", "name": "r-maczic-0.2.0"}, "mada": {"_type": "derivation", "name": "r-mada-0.5.11"}, "maddison": {"_type": "derivation", "name": "r-maddison-0.2"}, "made4": {"_type": "derivation", "name": "r-made4-1.70.0"}, "madgrad": {"_type": "derivation", "name": "r-madgrad-0.1.0"}, "maditr": {"_type": "derivation", "name": "r-maditr-0.8.3"}, "madness": {"_type": "derivation", "name": "r-madness-0.2.7"}, "madr": {"_type": "derivation", "name": "r-madr-1.0.0"}, "madrat": {"_type": "derivation", "name": "r-madrat-2.3.2"}, "mads": {"_type": "derivation", "name": "r-mads-0.1.6"}, "madsim": {"_type": "derivation", "name": "r-madsim-1.2.1"}, "maftools": {"_type": "derivation", "name": "r-maftools-2.12.0"}, "magclass": {"_type": "derivation", "name": "r-magclass-6.0.9"}, "magi": {"_type": "derivation", "name": "r-magi-1.2.0"}, "magic": {"_type": "derivation", "name": "r-magic-1.6-0"}, "magicLamp": {"_type": "derivation", "name": "r-magicLamp-0.1.0"}, "magicaxis": {"_type": "derivation", "name": "r-magicaxis-2.2.14"}, "magicfor": {"_type": "derivation", "name": "r-magicfor-0.1.0"}, "magick": {"_type": "derivation", "name": "r-magick-2.7.3"}, "magickGUI": {"_type": "derivation", "name": "r-magickGUI-1.3.0"}, "magmaR": {"_type": "derivation", "name": "r-magmaR-1.0.2"}, "magree": {"_type": "derivation", "name": "r-magree-1.1"}, "magrittr": {"_type": "derivation", "name": "r-magrittr-2.0.3"}, "maic": {"_type": "derivation", "name": "r-maic-0.1.4"}, "maicChecks": {"_type": "derivation", "name": "r-maicChecks-0.1.2"}, "maigesPack": {"_type": "derivation", "name": "r-maigesPack-1.60.0"}, "mail": {"_type": "derivation", "name": "r-mail-1.0"}, "mailR": {"_type": "derivation", "name": "r-mailR-0.8"}, "mailmerge": {"_type": "derivation", "name": "r-mailmerge-0.2.5"}, "mailtoR": {"_type": "derivation", "name": "r-mailtoR-0.1.0"}, "maizecdf": {"_type": "derivation", "name": "r-maizecdf-2.18.0"}, "maizeprobe": {"_type": "derivation", "name": "r-maizeprobe-2.18.0"}, "majesticR": {"_type": "derivation", "name": "r-majesticR-0.1.1"}, "makeFlow": {"_type": "derivation", "name": "r-makeFlow-1.0.2"}, "makePalette": {"_type": "derivation", "name": "r-makePalette-0.1.1"}, "makeProject": {"_type": "derivation", "name": "r-makeProject-1.0"}, "makecdfenv": {"_type": "derivation", "name": "r-makecdfenv-1.72.0"}, "makedummies": {"_type": "derivation", "name": "r-makedummies-1.2.1"}, "makemyprior": {"_type": "derivation", "name": "r-makemyprior-1.1.0"}, "makepipe": {"_type": "derivation", "name": "r-makepipe-0.2.0"}, "maketools": {"_type": "derivation", "name": "r-maketools-1.2.2"}, "makeunique": {"_type": "derivation", "name": "r-makeunique-1.0.0"}, "malan": {"_type": "derivation", "name": "r-malan-1.0.2"}, "malani": {"_type": "derivation", "name": "r-malani-1.0"}, "malariaAtlas": {"_type": "derivation", "name": "r-malariaAtlas-1.0.1"}, "malaria_db0": {"_type": "derivation", "name": "r-malaria.db0-3.15.0"}, "malaytextr": {"_type": "derivation", "name": "r-malaytextr-0.1.2"}, "mallet": {"_type": "derivation", "name": "r-mallet-1.3.0"}, "malvinas": {"_type": "derivation", "name": "r-malvinas-0.1.0"}, "mammaPrintData": {"_type": "derivation", "name": "r-mammaPrintData-1.32.0"}, "managelocalrepo": {"_type": "derivation", "name": "r-managelocalrepo-0.1.5"}, "mand": {"_type": "derivation", "name": "r-mand-1.1"}, "mandelbrot": {"_type": "derivation", "name": "r-mandelbrot-0.2.0"}, "manet": {"_type": "derivation", "name": "r-manet-2.0"}, "mangoTraining": {"_type": "derivation", "name": "r-mangoTraining-1.1.1"}, "manhattanly": {"_type": "derivation", "name": "r-manhattanly-0.3.0"}, "manhplot": {"_type": "derivation", "name": "r-manhplot-1.1"}, "manifestoR": {"_type": "derivation", "name": "r-manifestoR-1.5.0"}, "manifold": {"_type": "derivation", "name": "r-manifold-0.1.1"}, "manipulate": {"_type": "derivation", "name": "r-manipulate-1.0.1"}, "manipulateWidget": {"_type": "derivation", "name": "r-manipulateWidget-0.11.1"}, "manydata": {"_type": "derivation", "name": "r-manydata-0.7.5"}, "manymodelr": {"_type": "derivation", "name": "r-manymodelr-0.3.7"}, "manymome": {"_type": "derivation", "name": "r-manymome-0.1.4.3"}, "maotai": {"_type": "derivation", "name": "r-maotai-0.2.4"}, "mapReasy": {"_type": "derivation", "name": "r-mapReasy-1.0"}, "mapSpain": {"_type": "derivation", "name": "r-mapSpain-0.6.2"}, "mapStats": {"_type": "derivation", "name": "r-mapStats-2.4"}, "mapaccuracy": {"_type": "derivation", "name": "r-mapaccuracy-0.1.1"}, "mapbayr": {"_type": "derivation", "name": "r-mapbayr-0.8.0"}, "mapboxapi": {"_type": "derivation", "name": "r-mapboxapi-0.5"}, "mapboxer": {"_type": "derivation", "name": "r-mapboxer-0.4.0"}, "mapcan": {"_type": "derivation", "name": "r-mapcan-0.0.1"}, "mapchina": {"_type": "derivation", "name": "r-mapchina-0.1.0"}, "mapdata": {"_type": "derivation", "name": "r-mapdata-2.3.0"}, "mapdeck": {"_type": "derivation", "name": "r-mapdeck-0.3.4"}, "mapedit": {"_type": "derivation", "name": "r-mapedit-0.6.0"}, "mapfit": {"_type": "derivation", "name": "r-mapfit-0.9.9"}, "mapi": {"_type": "derivation", "name": "r-mapi-1.0.5"}, "mapiso": {"_type": "derivation", "name": "r-mapiso-0.2.0"}, "maple": {"_type": "derivation", "name": "r-maple-0.99.5"}, "mapme_biodiversity": {"_type": "derivation", "name": "r-mapme.biodiversity-0.2.1"}, "mapmisc": {"_type": "derivation", "name": "r-mapmisc-1.8.0"}, "mapping": {"_type": "derivation", "name": "r-mapping-1.3"}, "mappings": {"_type": "derivation", "name": "r-mappings-0.1"}, "mapplots": {"_type": "derivation", "name": "r-mapplots-1.5.1"}, "mappoly": {"_type": "derivation", "name": "r-mappoly-0.3.1"}, "mappp": {"_type": "derivation", "name": "r-mappp-1.0.0"}, "mapproj": {"_type": "derivation", "name": "r-mapproj-1.2.8"}, "mapr": {"_type": "derivation", "name": "r-mapr-0.5.2"}, "maps": {"_type": "derivation", "name": "r-maps-3.4.0"}, "mapsFinland": {"_type": "derivation", "name": "r-mapsFinland-0.1.1"}, "mapsPERU": {"_type": "derivation", "name": "r-mapsPERU-1.0.2"}, "mapsRinteractive": {"_type": "derivation", "name": "r-mapsRinteractive-1.0.1"}, "mapsapi": {"_type": "derivation", "name": "r-mapsapi-0.5.3"}, "mapscanner": {"_type": "derivation", "name": "r-mapscanner-0.0.6"}, "mapscape": {"_type": "derivation", "name": "r-mapscape-1.20.0"}, "mapsf": {"_type": "derivation", "name": "r-mapsf-0.5.0"}, "maptiles": {"_type": "derivation", "name": "r-maptiles-0.3.0"}, "maptools": {"_type": "derivation", "name": "r-maptools-1.1-5"}, "maptpx": {"_type": "derivation", "name": "r-maptpx-1.9-7"}, "maptree": {"_type": "derivation", "name": "r-maptree-1.4-8"}, "mapview": {"_type": "derivation", "name": "r-mapview-2.11.0"}, "maqcExpression4plex": {"_type": "derivation", "name": "r-maqcExpression4plex-1.40.0"}, "mar1s": {"_type": "derivation", "name": "r-mar1s-2.1.1"}, "maraca": {"_type": "derivation", "name": "r-maraca-0.3.10"}, "march": {"_type": "derivation", "name": "r-march-3.3.2"}, "marcher": {"_type": "derivation", "name": "r-marcher-0.0-2"}, "marelac": {"_type": "derivation", "name": "r-marelac-2.1.10"}, "marg": {"_type": "derivation", "name": "r-marg-1.2-2.1"}, "margaret": {"_type": "derivation", "name": "r-margaret-0.1.4"}, "marginaleffects": {"_type": "derivation", "name": "r-marginaleffects-0.7.1"}, "marginalizedRisk": {"_type": "derivation", "name": "r-marginalizedRisk-2021.2-4"}, "margins": {"_type": "derivation", "name": "r-margins-0.3.26"}, "marima": {"_type": "derivation", "name": "r-marima-2.2"}, "mark": {"_type": "derivation", "name": "r-mark-0.5.3"}, "markdown": {"_type": "derivation", "name": "r-markdown-1.3"}, "markdownInput": {"_type": "derivation", "name": "r-markdownInput-0.1.2"}, "marked": {"_type": "derivation", "name": "r-marked-1.2.6"}, "markerpen": {"_type": "derivation", "name": "r-markerpen-0.1.1"}, "marketr": {"_type": "derivation", "name": "r-marketr-0.0.2"}, "markets": {"_type": "derivation", "name": "r-markets-1.1.2"}, "markmyassignment": {"_type": "derivation", "name": "r-markmyassignment-0.8.6"}, "markophylo": {"_type": "derivation", "name": "r-markophylo-1.0.8"}, "markovMSM": {"_type": "derivation", "name": "r-markovMSM-0.1.1"}, "markovchain": {"_type": "derivation", "name": "r-markovchain-0.9.0"}, "marl": {"_type": "derivation", "name": "r-marl-1.0"}, "marmap": {"_type": "derivation", "name": "r-marmap-1.0.6"}, "marp": {"_type": "derivation", "name": "r-marp-0.1.0"}, "marqLevAlg": {"_type": "derivation", "name": "r-marqLevAlg-2.0.7"}, "marr": {"_type": "derivation", "name": "r-marr-1.6.0"}, "marray": {"_type": "derivation", "name": "r-marray-1.74.0"}, "martini": {"_type": "derivation", "name": "r-martini-1.16.0"}, "mase": {"_type": "derivation", "name": "r-mase-0.1.3"}, "maser": {"_type": "derivation", "name": "r-maser-1.14.0"}, "mashr": {"_type": "derivation", "name": "r-mashr-0.2.57"}, "maskBAD": {"_type": "derivation", "name": "r-maskBAD-1.40.0"}, "maskRangeR": {"_type": "derivation", "name": "r-maskRangeR-1.1"}, "mason": {"_type": "derivation", "name": "r-mason-0.3.0"}, "masscor": {"_type": "derivation", "name": "r-masscor-0.0.7.1"}, "massiR": {"_type": "derivation", "name": "r-massiR-1.32.0"}, "massiveGST": {"_type": "derivation", "name": "r-massiveGST-1.0.1"}, "mastif": {"_type": "derivation", "name": "r-mastif-1.0.1"}, "matR": {"_type": "derivation", "name": "r-matR-0.9.1"}, "matahari": {"_type": "derivation", "name": "r-matahari-0.1.3"}, "match2C": {"_type": "derivation", "name": "r-match2C-1.2.3"}, "matchBox": {"_type": "derivation", "name": "r-matchBox-1.38.0"}, "matchMulti": {"_type": "derivation", "name": "r-matchMulti-1.1.10"}, "matchbook": {"_type": "derivation", "name": "r-matchbook-1.0.7"}, "matchingMarkets": {"_type": "derivation", "name": "r-matchingMarkets-1.0-2"}, "matchingR": {"_type": "derivation", "name": "r-matchingR-1.3.3"}, "matchmaker": {"_type": "derivation", "name": "r-matchmaker-0.1.1"}, "matchr": {"_type": "derivation", "name": "r-matchr-0.1.0"}, "matconv": {"_type": "derivation", "name": "r-matconv-0.4.2"}, "materialmodifier": {"_type": "derivation", "name": "r-materialmodifier-1.1.0"}, "mathjaxr": {"_type": "derivation", "name": "r-mathjaxr-1.6-0"}, "mathpix": {"_type": "derivation", "name": "r-mathpix-0.5.0"}, "matie": {"_type": "derivation", "name": "r-matie-1.2"}, "matlab": {"_type": "derivation", "name": "r-matlab-1.0.4"}, "matlab2r": {"_type": "derivation", "name": "r-matlab2r-1.2.0"}, "matlabr": {"_type": "derivation", "name": "r-matlabr-1.5.2"}, "matlib": {"_type": "derivation", "name": "r-matlib-0.9.5"}, "matman": {"_type": "derivation", "name": "r-matman-1.1.3"}, "matpow": {"_type": "derivation", "name": "r-matpow-0.1.2"}, "matricks": {"_type": "derivation", "name": "r-matricks-0.8.2"}, "matrixLaplacian": {"_type": "derivation", "name": "r-matrixLaplacian-1.0"}, "matrixNormal": {"_type": "derivation", "name": "r-matrixNormal-0.1.1"}, "matrixProfile": {"_type": "derivation", "name": "r-matrixProfile-0.5.0"}, "matrixStats": {"_type": "derivation", "name": "r-matrixStats-0.62.0"}, "matrixStrucTest": {"_type": "derivation", "name": "r-matrixStrucTest-1.0.0"}, "matrixTests": {"_type": "derivation", "name": "r-matrixTests-0.1.9.1"}, "matrixcalc": {"_type": "derivation", "name": "r-matrixcalc-1.0-6"}, "matrixdist": {"_type": "derivation", "name": "r-matrixdist-1.1.6"}, "matrixpls": {"_type": "derivation", "name": "r-matrixpls-1.0.13"}, "matrixprofiler": {"_type": "derivation", "name": "r-matrixprofiler-0.1.7"}, "matrixsampling": {"_type": "derivation", "name": "r-matrixsampling-2.0.0"}, "matsbyname": {"_type": "derivation", "name": "r-matsbyname-0.5.0"}, "matsindf": {"_type": "derivation", "name": "r-matsindf-0.3.11"}, "matter": {"_type": "derivation", "name": "r-matter-1.22.0"}, "matuR": {"_type": "derivation", "name": "r-matuR-0.0.1.0"}, "mau": {"_type": "derivation", "name": "r-mau-0.1.2"}, "mauricer": {"_type": "derivation", "name": "r-mauricer-2.5.2"}, "maxLik": {"_type": "derivation", "name": "r-maxLik-1.5-2"}, "maxTPR": {"_type": "derivation", "name": "r-maxTPR-0.1.0"}, "maxadjAUC": {"_type": "derivation", "name": "r-maxadjAUC-0.1.0"}, "maxcombo": {"_type": "derivation", "name": "r-maxcombo-1.0"}, "maximin": {"_type": "derivation", "name": "r-maximin-1.0-4"}, "maxlike": {"_type": "derivation", "name": "r-maxlike-0.1-9"}, "maxmatching": {"_type": "derivation", "name": "r-maxmatching-0.1.0"}, "maxnet": {"_type": "derivation", "name": "r-maxnet-0.1.4"}, "maxnodf": {"_type": "derivation", "name": "r-maxnodf-1.0.0"}, "maxstat": {"_type": "derivation", "name": "r-maxstat-0.7-25"}, "maybe": {"_type": "derivation", "name": "r-maybe-1.0.0"}, "mazeGen": {"_type": "derivation", "name": "r-mazeGen-0.1.3"}, "mazealls": {"_type": "derivation", "name": "r-mazealls-0.2.0"}, "mazeinda": {"_type": "derivation", "name": "r-mazeinda-0.0.2"}, "mazing": {"_type": "derivation", "name": "r-mazing-1.0.5"}, "mbOmic": {"_type": "derivation", "name": "r-mbOmic-1.0.0"}, "mbRes": {"_type": "derivation", "name": "r-mbRes-0.1.5"}, "mbbefd": {"_type": "derivation", "name": "r-mbbefd-0.8.10"}, "mbclusterwise": {"_type": "derivation", "name": "r-mbclusterwise-1.0"}, "mbend": {"_type": "derivation", "name": "r-mbend-1.3.1"}, "mbest": {"_type": "derivation", "name": "r-mbest-0.6"}, "mbir": {"_type": "derivation", "name": "r-mbir-1.3.5"}, "mbkmeans": {"_type": "derivation", "name": "r-mbkmeans-1.12.0"}, "mblm": {"_type": "derivation", "name": "r-mblm-0.12.1"}, "mbmixture": {"_type": "derivation", "name": "r-mbmixture-0.2-5"}, "mboost": {"_type": "derivation", "name": "r-mboost-2.9-7"}, "mboxr": {"_type": "derivation", "name": "r-mboxr-0.2.0"}, "mbr": {"_type": "derivation", "name": "r-mbr-0.0.1"}, "mbrdr": {"_type": "derivation", "name": "r-mbrdr-1.1.1"}, "mbrglm": {"_type": "derivation", "name": "r-mbrglm-0.0.1"}, "mbsts": {"_type": "derivation", "name": "r-mbsts-2.2"}, "mc2d": {"_type": "derivation", "name": "r-mc2d-0.1-21"}, "mcBFtest": {"_type": "derivation", "name": "r-mcBFtest-0.1.0"}, "mcGlobaloptim": {"_type": "derivation", "name": "r-mcGlobaloptim-0.1"}, "mcMST": {"_type": "derivation", "name": "r-mcMST-1.0.1"}, "mcStats": {"_type": "derivation", "name": "r-mcStats-0.1.2"}, "mc_heterogeneity": {"_type": "derivation", "name": "r-mc.heterogeneity-0.1.2"}, "mcb": {"_type": "derivation", "name": "r-mcb-0.1.15"}, "mcbette": {"_type": "derivation", "name": "r-mcbette-1.15"}, "mcbiopi": {"_type": "derivation", "name": "r-mcbiopi-1.1.6"}, "mcboost": {"_type": "derivation", "name": "r-mcboost-0.4.2"}, "mcc": {"_type": "derivation", "name": "r-mcc-1.0"}, "mcca": {"_type": "derivation", "name": "r-mcca-0.7.0"}, "mccca": {"_type": "derivation", "name": "r-mccca-0.1.1"}, "mccf1": {"_type": "derivation", "name": "r-mccf1-1.1"}, "mcclust": {"_type": "derivation", "name": "r-mcclust-1.0.1"}, "mccmeiv": {"_type": "derivation", "name": "r-mccmeiv-2.1"}, "mccr": {"_type": "derivation", "name": "r-mccr-0.4.4"}, "mcemGLM": {"_type": "derivation", "name": "r-mcemGLM-1.1.1"}, "mcen": {"_type": "derivation", "name": "r-mcen-1.2"}, "mcga": {"_type": "derivation", "name": "r-mcga-3.0.3"}, "mcgibbsit": {"_type": "derivation", "name": "r-mcgibbsit-1.1.0"}, "mcglm": {"_type": "derivation", "name": "r-mcglm-0.8.0"}, "mcheatmaps": {"_type": "derivation", "name": "r-mcheatmaps-1.0.0"}, "mclcar": {"_type": "derivation", "name": "r-mclcar-0.2-0"}, "mcll": {"_type": "derivation", "name": "r-mcll-1.2"}, "mclm": {"_type": "derivation", "name": "r-mclm-0.2.7"}, "mclogit": {"_type": "derivation", "name": "r-mclogit-0.9.6"}, "mclust": {"_type": "derivation", "name": "r-mclust-5.4.10"}, "mclustAddons": {"_type": "derivation", "name": "r-mclustAddons-0.6"}, "mclustcomp": {"_type": "derivation", "name": "r-mclustcomp-0.3.3"}, "mcmc": {"_type": "derivation", "name": "r-mcmc-0.9-7"}, "mcmcOutput": {"_type": "derivation", "name": "r-mcmcOutput-0.1.1"}, "mcmcabn": {"_type": "derivation", "name": "r-mcmcabn-0.4"}, "mcmcderive": {"_type": "derivation", "name": "r-mcmcderive-0.1.2"}, "mcmcensemble": {"_type": "derivation", "name": "r-mcmcensemble-3.0.0"}, "mcmcplots": {"_type": "derivation", "name": "r-mcmcplots-0.4.3"}, "mcmcr": {"_type": "derivation", "name": "r-mcmcr-0.6.1"}, "mcmcsae": {"_type": "derivation", "name": "r-mcmcsae-0.7.1"}, "mcmcse": {"_type": "derivation", "name": "r-mcmcse-1.5-0"}, "mco": {"_type": "derivation", "name": "r-mco-1.15.6"}, "mcompanion": {"_type": "derivation", "name": "r-mcompanion-0.5.5"}, "mcount": {"_type": "derivation", "name": "r-mcount-1.0.0"}, "mcp": {"_type": "derivation", "name": "r-mcp-0.3.2"}, "mcparallelDo": {"_type": "derivation", "name": "r-mcparallelDo-1.1.0"}, "mcprofile": {"_type": "derivation", "name": "r-mcprofile-1.0-1"}, "mcr": {"_type": "derivation", "name": "r-mcr-1.3.0"}, "mcreplicate": {"_type": "derivation", "name": "r-mcreplicate-0.1.2"}, "mcsm": {"_type": "derivation", "name": "r-mcsm-1.0"}, "mcsurvdata": {"_type": "derivation", "name": "r-mcsurvdata-1.14.0"}, "mctest": {"_type": "derivation", "name": "r-mctest-1.3.1"}, "mctq": {"_type": "derivation", "name": "r-mctq-0.3.0"}, "mcunit": {"_type": "derivation", "name": "r-mcunit-0.3.2"}, "mcvis": {"_type": "derivation", "name": "r-mcvis-1.0.8"}, "mcwr": {"_type": "derivation", "name": "r-mcwr-1.0.0"}, "md": {"_type": "derivation", "name": "r-md-1.0.4"}, "md_log": {"_type": "derivation", "name": "r-md.log-0.2.0"}, "mda": {"_type": "derivation", "name": "r-mda-0.5-3"}, "mdapack": {"_type": "derivation", "name": "r-mdapack-0.0.2"}, "mdatools": {"_type": "derivation", "name": "r-mdatools-0.13.0"}, "mdbr": {"_type": "derivation", "name": "r-mdbr-0.1.2"}, "mde": {"_type": "derivation", "name": "r-mde-0.3.2"}, "mded": {"_type": "derivation", "name": "r-mded-0.1-2"}, "mdendro": {"_type": "derivation", "name": "r-mdendro-2.1.0"}, "mdftracks": {"_type": "derivation", "name": "r-mdftracks-0.2.1"}, "mdgc": {"_type": "derivation", "name": "r-mdgc-0.1.6"}, "mdhglm": {"_type": "derivation", "name": "r-mdhglm-1.8"}, "mdir_logrank": {"_type": "derivation", "name": "r-mdir.logrank-0.0.4"}, "mdmb": {"_type": "derivation", "name": "r-mdmb-1.6-5"}, "mdp": {"_type": "derivation", "name": "r-mdp-1.16.0"}, "mdpeer": {"_type": "derivation", "name": "r-mdpeer-1.0.1"}, "mdqc": {"_type": "derivation", "name": "r-mdqc-1.58.0"}, "mds": {"_type": "derivation", "name": "r-mds-0.3.2"}, "mdsOpt": {"_type": "derivation", "name": "r-mdsOpt-0.7-1"}, "mdscore": {"_type": "derivation", "name": "r-mdscore-0.1-3"}, "mdsdt": {"_type": "derivation", "name": "r-mdsdt-1.2"}, "mdsr": {"_type": "derivation", "name": "r-mdsr-0.2.6"}, "mdthemes": {"_type": "derivation", "name": "r-mdthemes-0.1.0"}, "mdw": {"_type": "derivation", "name": "r-mdw-2020.6-17"}, "meaRtools": {"_type": "derivation", "name": "r-meaRtools-1.0.4"}, "meanShiftR": {"_type": "derivation", "name": "r-meanShiftR-0.56"}, "meanr": {"_type": "derivation", "name": "r-meanr-0.1-5"}, "meantables": {"_type": "derivation", "name": "r-meantables-0.1.2"}, "measuRing": {"_type": "derivation", "name": "r-measuRing-0.5"}, "measurementProtocol": {"_type": "derivation", "name": "r-measurementProtocol-0.1.0"}, "measurements": {"_type": "derivation", "name": "r-measurements-1.4.0"}, "measures": {"_type": "derivation", "name": "r-measures-0.3"}, "meboot": {"_type": "derivation", "name": "r-meboot-1.4-9.2"}, "meconetcomp": {"_type": "derivation", "name": "r-meconetcomp-0.2.0"}, "mecor": {"_type": "derivation", "name": "r-mecor-1.0.0"}, "medExtractR": {"_type": "derivation", "name": "r-medExtractR-0.4.1"}, "medScan": {"_type": "derivation", "name": "r-medScan-1.0.1"}, "mederrRank": {"_type": "derivation", "name": "r-mederrRank-0.0.8"}, "medfate": {"_type": "derivation", "name": "r-medfate-2.8.0"}, "medflex": {"_type": "derivation", "name": "r-medflex-0.6-7"}, "mediacloudr": {"_type": "derivation", "name": "r-mediacloudr-0.1.0"}, "mediateP": {"_type": "derivation", "name": "r-mediateP-0.2.0"}, "mediation": {"_type": "derivation", "name": "r-mediation-4.5.0"}, "mediationsens": {"_type": "derivation", "name": "r-mediationsens-0.0.2"}, "medicagocdf": {"_type": "derivation", "name": "r-medicagocdf-2.18.0"}, "medicagoprobe": {"_type": "derivation", "name": "r-medicagoprobe-2.18.0"}, "medicaldata": {"_type": "derivation", "name": "r-medicaldata-0.2.0"}, "medicalrisk": {"_type": "derivation", "name": "r-medicalrisk-1.3"}, "medicare": {"_type": "derivation", "name": "r-medicare-0.2.1"}, "meditate": {"_type": "derivation", "name": "r-meditate-0.1.3"}, "meditations": {"_type": "derivation", "name": "r-meditations-1.0.1"}, "medmod": {"_type": "derivation", "name": "r-medmod-1.0.0"}, "medrxivr": {"_type": "derivation", "name": "r-medrxivr-0.0.5"}, "meerva": {"_type": "derivation", "name": "r-meerva-0.2-2"}, "meetupapi": {"_type": "derivation", "name": "r-meetupapi-0.1.0"}, "mefa": {"_type": "derivation", "name": "r-mefa-3.2-8"}, "mefa4": {"_type": "derivation", "name": "r-mefa4-0.3-9"}, "megadepth": {"_type": "derivation", "name": "r-megadepth-1.6.0"}, "meifly": {"_type": "derivation", "name": "r-meifly-0.3.1"}, "mekko": {"_type": "derivation", "name": "r-mekko-0.1.0"}, "melt": {"_type": "derivation", "name": "r-melt-1.8.0"}, "meltr": {"_type": "derivation", "name": "r-meltr-1.0.1"}, "meltt": {"_type": "derivation", "name": "r-meltt-0.4.3"}, "mem": {"_type": "derivation", "name": "r-mem-2.17"}, "memapp": {"_type": "derivation", "name": "r-memapp-2.15"}, "meme": {"_type": "derivation", "name": "r-meme-0.2.3"}, "memery": {"_type": "derivation", "name": "r-memery-0.5.6"}, "memes": {"_type": "derivation", "name": "r-memes-1.4.1"}, "memgene": {"_type": "derivation", "name": "r-memgene-1.0.2"}, "memify": {"_type": "derivation", "name": "r-memify-0.1.1"}, "memisc": {"_type": "derivation", "name": "r-memisc-0.99.31.3"}, "memo": {"_type": "derivation", "name": "r-memo-1.0.2"}, "memochange": {"_type": "derivation", "name": "r-memochange-1.1.1"}, "memofunc": {"_type": "derivation", "name": "r-memofunc-1.0.2"}, "memoiR": {"_type": "derivation", "name": "r-memoiR-1.2-2"}, "memoise": {"_type": "derivation", "name": "r-memoise-2.0.1"}, "memor": {"_type": "derivation", "name": "r-memor-0.2.3"}, "memoria": {"_type": "derivation", "name": "r-memoria-1.0.0"}, "memuse": {"_type": "derivation", "name": "r-memuse-4.2-1"}, "merDeriv": {"_type": "derivation", "name": "r-merDeriv-0.2-4"}, "merTools": {"_type": "derivation", "name": "r-merTools-0.5.2"}, "mergeTrees": {"_type": "derivation", "name": "r-mergeTrees-0.1.3"}, "mergedblocks": {"_type": "derivation", "name": "r-mergedblocks-1.1.0"}, "merlin": {"_type": "derivation", "name": "r-merlin-0.1.0"}, "merror": {"_type": "derivation", "name": "r-merror-2.0.2"}, "meshed": {"_type": "derivation", "name": "r-meshed-0.2.3"}, "meshes": {"_type": "derivation", "name": "r-meshes-1.22.0"}, "meshr": {"_type": "derivation", "name": "r-meshr-2.2.0"}, "messaging": {"_type": "derivation", "name": "r-messaging-0.1.0"}, "messina": {"_type": "derivation", "name": "r-messina-1.32.0"}, "messydates": {"_type": "derivation", "name": "r-messydates-0.3.1"}, "met": {"_type": "derivation", "name": "r-met-0.1.0"}, "metR": {"_type": "derivation", "name": "r-metR-0.13.0"}, "metRology": {"_type": "derivation", "name": "r-metRology-0.9-28-1"}, "metScanR": {"_type": "derivation", "name": "r-metScanR-1.2.3"}, "meta": {"_type": "derivation", "name": "r-meta-6.0-0"}, "meta4diag": {"_type": "derivation", "name": "r-meta4diag-2.1.1"}, "metaBLUE": {"_type": "derivation", "name": "r-metaBLUE-1.0.0"}, "metaBMA": {"_type": "derivation", "name": "r-metaBMA-0.6.7"}, "metaCCA": {"_type": "derivation", "name": "r-metaCCA-1.24.0"}, "metaCluster": {"_type": "derivation", "name": "r-metaCluster-0.1.0"}, "metaDigitise": {"_type": "derivation", "name": "r-metaDigitise-1.0.1"}, "metaEnsembleR": {"_type": "derivation", "name": "r-metaEnsembleR-0.1.0"}, "metaLik": {"_type": "derivation", "name": "r-metaLik-0.43.0"}, "metaMA": {"_type": "derivation", "name": "r-metaMA-3.1.3"}, "metaMS": {"_type": "derivation", "name": "r-metaMS-1.32.0"}, "metaMSdata": {"_type": "derivation", "name": "r-metaMSdata-1.32.0"}, "metaMix": {"_type": "derivation", "name": "r-metaMix-0.3"}, "metaRMST": {"_type": "derivation", "name": "r-metaRMST-1.0.0"}, "metaRNASeq": {"_type": "derivation", "name": "r-metaRNASeq-1.0.7"}, "metaSDTreg": {"_type": "derivation", "name": "r-metaSDTreg-0.2.1"}, "metaSEM": {"_type": "derivation", "name": "r-metaSEM-1.2.5.1"}, "metaSeq": {"_type": "derivation", "name": "r-metaSeq-1.36.0"}, "metaSurvival": {"_type": "derivation", "name": "r-metaSurvival-0.1.0"}, "meta_shrinkage": {"_type": "derivation", "name": "r-meta.shrinkage-0.1.3"}, "metabCombiner": {"_type": "derivation", "name": "r-metabCombiner-1.6.0"}, "metaboData": {"_type": "derivation", "name": "r-metaboData-0.6.3"}, "metabolic": {"_type": "derivation", "name": "r-metabolic-0.1.1"}, "metabolighteR": {"_type": "derivation", "name": "r-metabolighteR-0.1.3"}, "metaboliteIDmapping": {"_type": "derivation", "name": "r-metaboliteIDmapping-1.0.0"}, "metabolomicsR": {"_type": "derivation", "name": "r-metabolomicsR-1.0.0"}, "metabolomicsWorkbenchR": {"_type": "derivation", "name": "r-metabolomicsWorkbenchR-1.6.0"}, "metabomxtr": {"_type": "derivation", "name": "r-metabomxtr-1.30.0"}, "metabup": {"_type": "derivation", "name": "r-metabup-0.1.3"}, "metacart": {"_type": "derivation", "name": "r-metacart-2.0-3"}, "metacoder": {"_type": "derivation", "name": "r-metacoder-0.3.5"}, "metacom": {"_type": "derivation", "name": "r-metacom-1.5.3"}, "metaconfoundr": {"_type": "derivation", "name": "r-metaconfoundr-0.1.1"}, "metacor": {"_type": "derivation", "name": "r-metacor-1.0-2.1"}, "metacore": {"_type": "derivation", "name": "r-metacore-0.1.0"}, "metadat": {"_type": "derivation", "name": "r-metadat-1.2-0"}, "metadynminer": {"_type": "derivation", "name": "r-metadynminer-0.1.7"}, "metadynminer3d": {"_type": "derivation", "name": "r-metadynminer3d-0.0.2"}, "metafolio": {"_type": "derivation", "name": "r-metafolio-0.1.1"}, "metafor": {"_type": "derivation", "name": "r-metafor-3.8-1"}, "metaforest": {"_type": "derivation", "name": "r-metaforest-0.1.3"}, "metafuse": {"_type": "derivation", "name": "r-metafuse-2.0-1"}, "metagam": {"_type": "derivation", "name": "r-metagam-0.3.1"}, "metagear": {"_type": "derivation", "name": "r-metagear-0.7"}, "metagene": {"_type": "derivation", "name": "r-metagene-2.28.1"}, "metagene2": {"_type": "derivation", "name": "r-metagene2-1.12.0"}, "metagenomeSeq": {"_type": "derivation", "name": "r-metagenomeSeq-1.38.0"}, "metaggR": {"_type": "derivation", "name": "r-metaggR-0.3.0"}, "metahdep": {"_type": "derivation", "name": "r-metahdep-1.54.0"}, "metaheuristicOpt": {"_type": "derivation", "name": "r-metaheuristicOpt-2.0.0"}, "metajam": {"_type": "derivation", "name": "r-metajam-0.2.3"}, "metamedian": {"_type": "derivation", "name": "r-metamedian-0.1.6"}, "metamer": {"_type": "derivation", "name": "r-metamer-0.3.0"}, "metamicrobiomeR": {"_type": "derivation", "name": "r-metamicrobiomeR-1.2"}, "metamisc": {"_type": "derivation", "name": "r-metamisc-0.4.0"}, "metan": {"_type": "derivation", "name": "r-metan-1.17.0"}, "metansue": {"_type": "derivation", "name": "r-metansue-2.5"}, "metap": {"_type": "derivation", "name": "r-metap-1.8"}, "metapack": {"_type": "derivation", "name": "r-metapack-0.2.0"}, "metaplot": {"_type": "derivation", "name": "r-metaplot-0.8.3"}, "metaplotr": {"_type": "derivation", "name": "r-metaplotr-0.0.3"}, "metaplus": {"_type": "derivation", "name": "r-metaplus-1.0-4"}, "metapod": {"_type": "derivation", "name": "r-metapod-1.4.0"}, "metapone": {"_type": "derivation", "name": "r-metapone-1.2.0"}, "metapost": {"_type": "derivation", "name": "r-metapost-1.0-6"}, "metapower": {"_type": "derivation", "name": "r-metapower-0.2.2"}, "metaprotr": {"_type": "derivation", "name": "r-metaprotr-1.2.2"}, "metarep": {"_type": "derivation", "name": "r-metarep-1.1"}, "metasens": {"_type": "derivation", "name": "r-metasens-1.5-0"}, "metaseqR2": {"_type": "derivation", "name": "r-metaseqR2-1.8.2"}, "metatest": {"_type": "derivation", "name": "r-metatest-1.0-5"}, "metathis": {"_type": "derivation", "name": "r-metathis-1.1.2"}, "metatools": {"_type": "derivation", "name": "r-metatools-0.1.3"}, "metaumbrella": {"_type": "derivation", "name": "r-metaumbrella-1.0.5"}, "metavcov": {"_type": "derivation", "name": "r-metavcov-2.1.2"}, "metaviz": {"_type": "derivation", "name": "r-metaviz-0.3.1"}, "metavizr": {"_type": "derivation", "name": "r-metavizr-1.20.0"}, "metawho": {"_type": "derivation", "name": "r-metawho-0.2.0"}, "meteR": {"_type": "derivation", "name": "r-meteR-1.2"}, "meteo": {"_type": "derivation", "name": "r-meteo-0.1-5"}, "meteoEVT": {"_type": "derivation", "name": "r-meteoEVT-0.1.0"}, "meteoForecast": {"_type": "derivation", "name": "r-meteoForecast-0.54"}, "meteogRam": {"_type": "derivation", "name": "r-meteogRam-1.0"}, "meteoland": {"_type": "derivation", "name": "r-meteoland-1.0.3"}, "meteor": {"_type": "derivation", "name": "r-meteor-0.3-4"}, "meteorits": {"_type": "derivation", "name": "r-meteorits-0.1.1"}, "meteospain": {"_type": "derivation", "name": "r-meteospain-0.0.4"}, "metevalue": {"_type": "derivation", "name": "r-metevalue-0.1.10"}, "methInheritSim": {"_type": "derivation", "name": "r-methInheritSim-1.18.0"}, "methcon5": {"_type": "derivation", "name": "r-methcon5-0.1.0"}, "methimpute": {"_type": "derivation", "name": "r-methimpute-1.18.0"}, "methrix": {"_type": "derivation", "name": "r-methrix-1.10.0"}, "methyAnalysis": {"_type": "derivation", "name": "r-methyAnalysis-1.34.0"}, "methylCC": {"_type": "derivation", "name": "r-methylCC-1.10.0"}, "methylGSA": {"_type": "derivation", "name": "r-methylGSA-1.14.0"}, "methylInheritance": {"_type": "derivation", "name": "r-methylInheritance-1.20.0"}, "methylKit": {"_type": "derivation", "name": "r-methylKit-1.22.0"}, "methylMnM": {"_type": "derivation", "name": "r-methylMnM-1.34.0"}, "methylPipe": {"_type": "derivation", "name": "r-methylPipe-1.30.0"}, "methylSig": {"_type": "derivation", "name": "r-methylSig-1.8.0"}, "methylclock": {"_type": "derivation", "name": "r-methylclock-1.2.1"}, "methylclockData": {"_type": "derivation", "name": "r-methylclockData-1.4.0"}, "methylscaper": {"_type": "derivation", "name": "r-methylscaper-1.4.0"}, "methylumi": {"_type": "derivation", "name": "r-methylumi-2.42.0"}, "metools": {"_type": "derivation", "name": "r-metools-1.0.0"}, "metrica": {"_type": "derivation", "name": "r-metrica-2.0.1"}, "metricsgraphics": {"_type": "derivation", "name": "r-metricsgraphics-0.9.0"}, "metrix": {"_type": "derivation", "name": "r-metrix-1.0.0"}, "metro": {"_type": "derivation", "name": "r-metro-0.9.1"}, "metropolis": {"_type": "derivation", "name": "r-metropolis-0.1.8"}, "mets": {"_type": "derivation", "name": "r-mets-1.3.1"}, "metsyn": {"_type": "derivation", "name": "r-metsyn-0.1.2"}, "mev": {"_type": "derivation", "name": "r-mev-1.14"}, "mewAvg": {"_type": "derivation", "name": "r-mewAvg-0.3.1"}, "mexhaz": {"_type": "derivation", "name": "r-mexhaz-2.3"}, "mexicolors": {"_type": "derivation", "name": "r-mexicolors-0.2.0"}, "mfGARCH": {"_type": "derivation", "name": "r-mfGARCH-0.2.1"}, "mfa": {"_type": "derivation", "name": "r-mfa-1.18.0"}, "mfaces": {"_type": "derivation", "name": "r-mfaces-0.1-4"}, "mfbvar": {"_type": "derivation", "name": "r-mfbvar-0.5.6"}, "mfdb": {"_type": "derivation", "name": "r-mfdb-7.3-1"}, "mfe": {"_type": "derivation", "name": "r-mfe-0.1.5"}, "mfp": {"_type": "derivation", "name": "r-mfp-1.5.2.2"}, "mfpp": {"_type": "derivation", "name": "r-mfpp-0.0.4"}, "mfx": {"_type": "derivation", "name": "r-mfx-1.2-2"}, "mgarchBEKK": {"_type": "derivation", "name": "r-mgarchBEKK-0.0.2"}, "mgc": {"_type": "derivation", "name": "r-mgc-2.0.2"}, "mgcViz": {"_type": "derivation", "name": "r-mgcViz-0.1.9"}, "mgcv": {"_type": "derivation", "name": "r-mgcv-1.8-41"}, "mgee2": {"_type": "derivation", "name": "r-mgee2-0.2"}, "mggd": {"_type": "derivation", "name": "r-mggd-1.0.2"}, "mglasso": {"_type": "derivation", "name": "r-mglasso-0.1.2"}, "mglmn": {"_type": "derivation", "name": "r-mglmn-0.1.0"}, "mgm": {"_type": "derivation", "name": "r-mgm-1.2-13"}, "mgpd": {"_type": "derivation", "name": "r-mgpd-1.99"}, "mgsa": {"_type": "derivation", "name": "r-mgsa-1.44.0"}, "mgss": {"_type": "derivation", "name": "r-mgss-1.2"}, "mgsub": {"_type": "derivation", "name": "r-mgsub-1.7.3"}, "mgu74a_db": {"_type": "derivation", "name": "r-mgu74a.db-3.13.0"}, "mgu74acdf": {"_type": "derivation", "name": "r-mgu74acdf-2.18.0"}, "mgu74aprobe": {"_type": "derivation", "name": "r-mgu74aprobe-2.18.0"}, "mgu74av2_db": {"_type": "derivation", "name": "r-mgu74av2.db-3.13.0"}, "mgu74av2cdf": {"_type": "derivation", "name": "r-mgu74av2cdf-2.18.0"}, "mgu74av2probe": {"_type": "derivation", "name": "r-mgu74av2probe-2.18.0"}, "mgu74b_db": {"_type": "derivation", "name": "r-mgu74b.db-3.13.0"}, "mgu74bcdf": {"_type": "derivation", "name": "r-mgu74bcdf-2.18.0"}, "mgu74bprobe": {"_type": "derivation", "name": "r-mgu74bprobe-2.18.0"}, "mgu74bv2_db": {"_type": "derivation", "name": "r-mgu74bv2.db-3.13.0"}, "mgu74bv2cdf": {"_type": "derivation", "name": "r-mgu74bv2cdf-2.18.0"}, "mgu74bv2probe": {"_type": "derivation", "name": "r-mgu74bv2probe-2.18.0"}, "mgu74c_db": {"_type": "derivation", "name": "r-mgu74c.db-3.13.0"}, "mgu74ccdf": {"_type": "derivation", "name": "r-mgu74ccdf-2.18.0"}, "mgu74cprobe": {"_type": "derivation", "name": "r-mgu74cprobe-2.18.0"}, "mgu74cv2_db": {"_type": "derivation", "name": "r-mgu74cv2.db-3.13.0"}, "mgu74cv2cdf": {"_type": "derivation", "name": "r-mgu74cv2cdf-2.18.0"}, "mgu74cv2probe": {"_type": "derivation", "name": "r-mgu74cv2probe-2.18.0"}, "mguatlas5k_db": {"_type": "derivation", "name": "r-mguatlas5k.db-3.2.3"}, "mgug4104a_db": {"_type": "derivation", "name": "r-mgug4104a.db-3.2.3"}, "mgug4120a_db": {"_type": "derivation", "name": "r-mgug4120a.db-3.2.3"}, "mgug4121a_db": {"_type": "derivation", "name": "r-mgug4121a.db-3.2.3"}, "mgug4122a_db": {"_type": "derivation", "name": "r-mgug4122a.db-3.2.3"}, "mgwrsar": {"_type": "derivation", "name": "r-mgwrsar-1.0"}, "mhazard": {"_type": "derivation", "name": "r-mhazard-0.2.1"}, "mhcnuggetsr": {"_type": "derivation", "name": "r-mhcnuggetsr-1.1"}, "mhsmm": {"_type": "derivation", "name": "r-mhsmm-0.4.16"}, "mhtboot": {"_type": "derivation", "name": "r-mhtboot-1.3.3"}, "mhurdle": {"_type": "derivation", "name": "r-mhurdle-1.3-0"}, "mi": {"_type": "derivation", "name": "r-mi-1.1"}, "mi16cod_db": {"_type": "derivation", "name": "r-mi16cod.db-3.4.0"}, "mi4p": {"_type": "derivation", "name": "r-mi4p-1.0"}, "miCoPTCM": {"_type": "derivation", "name": "r-miCoPTCM-1.1"}, "miLineage": {"_type": "derivation", "name": "r-miLineage-2.1"}, "miQC": {"_type": "derivation", "name": "r-miQC-1.4.0"}, "miRBaseConverter": {"_type": "derivation", "name": "r-miRBaseConverter-1.20.0"}, "miRBaseVersions_db": {"_type": "derivation", "name": "r-miRBaseVersions.db-1.1.0"}, "miRLAB": {"_type": "derivation", "name": "r-miRLAB-1.26.0"}, "miRNATarget": {"_type": "derivation", "name": "r-miRNATarget-1.34.0"}, "miRNAmeConverter": {"_type": "derivation", "name": "r-miRNAmeConverter-1.24.0"}, "miRNApath": {"_type": "derivation", "name": "r-miRNApath-1.56.0"}, "miRNAss": {"_type": "derivation", "name": "r-miRNAss-1.5"}, "miRNAtap": {"_type": "derivation", "name": "r-miRNAtap-1.30.0"}, "miRNAtap_db": {"_type": "derivation", "name": "r-miRNAtap.db-0.99.10"}, "miRSM": {"_type": "derivation", "name": "r-miRSM-1.14.0"}, "miRada": {"_type": "derivation", "name": "r-miRada-1.13.8-8"}, "miRcomp": {"_type": "derivation", "name": "r-miRcomp-1.26.0"}, "miRcompData": {"_type": "derivation", "name": "r-miRcompData-1.26.0"}, "miRecSurv": {"_type": "derivation", "name": "r-miRecSurv-1.0.2"}, "miRetrieve": {"_type": "derivation", "name": "r-miRetrieve-1.3.4"}, "miRmine": {"_type": "derivation", "name": "r-miRmine-1.18.0"}, "miRspongeR": {"_type": "derivation", "name": "r-miRspongeR-2.0.0"}, "miRtest": {"_type": "derivation", "name": "r-miRtest-2.0"}, "miWQS": {"_type": "derivation", "name": "r-miWQS-0.4.4"}, "mia": {"_type": "derivation", "name": "r-mia-1.4.0"}, "miaSim": {"_type": "derivation", "name": "r-miaSim-1.2.0"}, "miaViz": {"_type": "derivation", "name": "r-miaViz-1.4.0"}, "micEcon": {"_type": "derivation", "name": "r-micEcon-0.6-18"}, "micEconAids": {"_type": "derivation", "name": "r-micEconAids-0.6-20"}, "micEconCES": {"_type": "derivation", "name": "r-micEconCES-1.0-0"}, "micEconIndex": {"_type": "derivation", "name": "r-micEconIndex-0.1-8"}, "micEconSNQP": {"_type": "derivation", "name": "r-micEconSNQP-0.6-10"}, "micar": {"_type": "derivation", "name": "r-micar-1.1.2"}, "micd": {"_type": "derivation", "name": "r-micd-1.1.0"}, "mice": {"_type": "derivation", "name": "r-mice-3.14.0"}, "miceFast": {"_type": "derivation", "name": "r-miceFast-0.8.1"}, "miceMNAR": {"_type": "derivation", "name": "r-miceMNAR-1.0.2"}, "miceRanger": {"_type": "derivation", "name": "r-miceRanger-1.5.0"}, "miceadds": {"_type": "derivation", "name": "r-miceadds-3.15-21"}, "miceafter": {"_type": "derivation", "name": "r-miceafter-0.5.0"}, "micemd": {"_type": "derivation", "name": "r-micemd-1.8.0"}, "michelRodange": {"_type": "derivation", "name": "r-michelRodange-1.0.0"}, "miclust": {"_type": "derivation", "name": "r-miclust-1.2.8"}, "micompr": {"_type": "derivation", "name": "r-micompr-1.1.2"}, "microPop": {"_type": "derivation", "name": "r-microPop-1.6"}, "microRNA": {"_type": "derivation", "name": "r-microRNA-1.54.0"}, "microRNAome": {"_type": "derivation", "name": "r-microRNAome-1.18.0"}, "microSTASIS": {"_type": "derivation", "name": "r-microSTASIS-0.1.0"}, "microbats": {"_type": "derivation", "name": "r-microbats-0.1-1"}, "microbenchmark": {"_type": "derivation", "name": "r-microbenchmark-1.4.9"}, "microbial": {"_type": "derivation", "name": "r-microbial-0.0.20"}, "microbiome": {"_type": "derivation", "name": "r-microbiome-1.18.0"}, "microbiomeDASim": {"_type": "derivation", "name": "r-microbiomeDASim-1.10.0"}, "microbiomeDataSets": {"_type": "derivation", "name": "r-microbiomeDataSets-1.4.0"}, "microbiomeExplorer": {"_type": "derivation", "name": "r-microbiomeExplorer-1.6.1"}, "microbiomeMarker": {"_type": "derivation", "name": "r-microbiomeMarker-1.2.2"}, "microclass": {"_type": "derivation", "name": "r-microclass-1.2"}, "microclustr": {"_type": "derivation", "name": "r-microclustr-0.1.0"}, "microcontax": {"_type": "derivation", "name": "r-microcontax-1.2"}, "microdemic": {"_type": "derivation", "name": "r-microdemic-0.6.0"}, "microeco": {"_type": "derivation", "name": "r-microeco-0.12.0"}, "microhaplot": {"_type": "derivation", "name": "r-microhaplot-1.0.1"}, "micromap": {"_type": "derivation", "name": "r-micromap-1.9.5"}, "micromapST": {"_type": "derivation", "name": "r-micromapST-2.0.1"}, "micropan": {"_type": "derivation", "name": "r-micropan-2.1"}, "microplot": {"_type": "derivation", "name": "r-microplot-1.0-45"}, "microsamplingDesign": {"_type": "derivation", "name": "r-microsamplingDesign-1.0.8"}, "microseq": {"_type": "derivation", "name": "r-microseq-2.1.5"}, "microservices": {"_type": "derivation", "name": "r-microservices-0.2.0"}, "microsimulation": {"_type": "derivation", "name": "r-microsimulation-1.4.1"}, "microsynth": {"_type": "derivation", "name": "r-microsynth-2.0.31"}, "midas": {"_type": "derivation", "name": "r-midas-1.0.1"}, "midas2": {"_type": "derivation", "name": "r-midas2-0.1.0"}, "midasHLA": {"_type": "derivation", "name": "r-midasHLA-1.4.0"}, "midasml": {"_type": "derivation", "name": "r-midasml-0.1.10"}, "midasr": {"_type": "derivation", "name": "r-midasr-0.8"}, "midastouch": {"_type": "derivation", "name": "r-midastouch-1.3"}, "midrangeMCP": {"_type": "derivation", "name": "r-midrangeMCP-3.1.1"}, "mifa": {"_type": "derivation", "name": "r-mifa-0.2.0"}, "migest": {"_type": "derivation", "name": "r-migest-2.0.3"}, "migraph": {"_type": "derivation", "name": "r-migraph-0.12.1"}, "migrate": {"_type": "derivation", "name": "r-migrate-0.4.0"}, "migration_indices": {"_type": "derivation", "name": "r-migration.indices-0.3.1"}, "migrbc": {"_type": "derivation", "name": "r-migrbc-2.0.9"}, "migui": {"_type": "derivation", "name": "r-migui-1.3"}, "miic": {"_type": "derivation", "name": "r-miic-1.5.3"}, "mikropml": {"_type": "derivation", "name": "r-mikropml-1.4.0"}, "mildsvm": {"_type": "derivation", "name": "r-mildsvm-0.4.0"}, "miloR": {"_type": "derivation", "name": "r-miloR-1.4.0"}, "milorGWAS": {"_type": "derivation", "name": "r-milorGWAS-0.3"}, "milr": {"_type": "derivation", "name": "r-milr-0.3.1"}, "mimager": {"_type": "derivation", "name": "r-mimager-1.20.0"}, "mime": {"_type": "derivation", "name": "r-mime-0.12"}, "mimi": {"_type": "derivation", "name": "r-mimi-0.2.0"}, "mimsy": {"_type": "derivation", "name": "r-mimsy-0.6.2"}, "minMSE": {"_type": "derivation", "name": "r-minMSE-0.5.1"}, "minSNPs": {"_type": "derivation", "name": "r-minSNPs-0.0.3"}, "mina": {"_type": "derivation", "name": "r-mina-1.4.0"}, "mind": {"_type": "derivation", "name": "r-mind-1.1.0"}, "mindr": {"_type": "derivation", "name": "r-mindr-1.3.2"}, "mineCitrus": {"_type": "derivation", "name": "r-mineCitrus-1.0.0"}, "mined": {"_type": "derivation", "name": "r-mined-1.0-3"}, "minerva": {"_type": "derivation", "name": "r-minerva-1.5.10"}, "minet": {"_type": "derivation", "name": "r-minet-3.54.0"}, "minfi": {"_type": "derivation", "name": "r-minfi-1.42.0"}, "minfiData": {"_type": "derivation", "name": "r-minfiData-0.42.0"}, "minfiDataEPIC": {"_type": "derivation", "name": "r-minfiDataEPIC-1.22.0"}, "miniCRAN": {"_type": "derivation", "name": "r-miniCRAN-0.2.16"}, "miniGUI": {"_type": "derivation", "name": "r-miniGUI-0.8-1"}, "miniMeta": {"_type": "derivation", "name": "r-miniMeta-0.2"}, "miniUI": {"_type": "derivation", "name": "r-miniUI-0.1.1.1"}, "minidown": {"_type": "derivation", "name": "r-minidown-0.4.0"}, "minimalRSD": {"_type": "derivation", "name": "r-minimalRSD-1.0.0"}, "minimap": {"_type": "derivation", "name": "r-minimap-0.1.0"}, "minimax": {"_type": "derivation", "name": "r-minimax-1.1"}, "minimaxdesign": {"_type": "derivation", "name": "r-minimaxdesign-0.1.5"}, "minimist": {"_type": "derivation", "name": "r-minimist-0.1"}, "minionSummaryData": {"_type": "derivation", "name": "r-minionSummaryData-1.26.0"}, "minpack_lm": {"_type": "derivation", "name": "r-minpack.lm-1.2-2"}, "minqa": {"_type": "derivation", "name": "r-minqa-1.2.5"}, "minque": {"_type": "derivation", "name": "r-minque-2.0.0"}, "minval": {"_type": "derivation", "name": "r-minval-0.8-2"}, "minxent": {"_type": "derivation", "name": "r-minxent-0.01"}, "mipfp": {"_type": "derivation", "name": "r-mipfp-3.2.1"}, "mipplot": {"_type": "derivation", "name": "r-mipplot-0.3.1"}, "mipred": {"_type": "derivation", "name": "r-mipred-0.0.1"}, "mirIntegrator": {"_type": "derivation", "name": "r-mirIntegrator-1.26.0"}, "mirTarRnaSeq": {"_type": "derivation", "name": "r-mirTarRnaSeq-1.4.0"}, "miraculix": {"_type": "derivation", "name": "r-miraculix-0.9.23"}, "mirai": {"_type": "derivation", "name": "r-mirai-0.7.0"}, "mirbase_db": {"_type": "derivation", "name": "r-mirbase.db-1.2.0"}, "mirna102xgaincdf": {"_type": "derivation", "name": "r-mirna102xgaincdf-2.18.0"}, "mirna10cdf": {"_type": "derivation", "name": "r-mirna10cdf-2.18.0"}, "mirna10probe": {"_type": "derivation", "name": "r-mirna10probe-2.18.0"}, "mirna20cdf": {"_type": "derivation", "name": "r-mirna20cdf-2.18.0"}, "mirt": {"_type": "derivation", "name": "r-mirt-1.37.1"}, "mirtCAT": {"_type": "derivation", "name": "r-mirtCAT-1.12.2"}, "mirtjml": {"_type": "derivation", "name": "r-mirtjml-1.4.0"}, "mirtsvd": {"_type": "derivation", "name": "r-mirtsvd-1.0"}, "misPRIME": {"_type": "derivation", "name": "r-misPRIME-0.1.0"}, "misaem": {"_type": "derivation", "name": "r-misaem-1.0.1"}, "misc3d": {"_type": "derivation", "name": "r-misc3d-0.9-1"}, "miscF": {"_type": "derivation", "name": "r-miscF-0.1-5"}, "miscFuncs": {"_type": "derivation", "name": "r-miscFuncs-1.5-2"}, "miscIC": {"_type": "derivation", "name": "r-miscIC-0.1.0"}, "miscTools": {"_type": "derivation", "name": "r-miscTools-0.6-26"}, "misclassGLM": {"_type": "derivation", "name": "r-misclassGLM-0.3.2"}, "miscor": {"_type": "derivation", "name": "r-miscor-0.1-1"}, "miscset": {"_type": "derivation", "name": "r-miscset-1.1.0"}, "mise": {"_type": "derivation", "name": "r-mise-0.1.0"}, "miselect": {"_type": "derivation", "name": "r-miselect-0.9.0"}, "mispitools": {"_type": "derivation", "name": "r-mispitools-0.2.1"}, "mispr": {"_type": "derivation", "name": "r-mispr-1.0.0"}, "misreport": {"_type": "derivation", "name": "r-misreport-0.1.1"}, "missCompare": {"_type": "derivation", "name": "r-missCompare-1.0.3"}, "missDeaths": {"_type": "derivation", "name": "r-missDeaths-2.7"}, "missDiag": {"_type": "derivation", "name": "r-missDiag-1.0.1"}, "missForest": {"_type": "derivation", "name": "r-missForest-1.5"}, "missMDA": {"_type": "derivation", "name": "r-missMDA-1.18"}, "missMethods": {"_type": "derivation", "name": "r-missMethods-0.4.0"}, "missMethyl": {"_type": "derivation", "name": "r-missMethyl-1.30.0"}, "missRanger": {"_type": "derivation", "name": "r-missRanger-2.1.3"}, "missRows": {"_type": "derivation", "name": "r-missRows-1.16.0"}, "missSBM": {"_type": "derivation", "name": "r-missSBM-1.0.3"}, "missSOM": {"_type": "derivation", "name": "r-missSOM-1.0.1"}, "missingHE": {"_type": "derivation", "name": "r-missingHE-1.4.1"}, "missoNet": {"_type": "derivation", "name": "r-missoNet-1.0.0"}, "mistat": {"_type": "derivation", "name": "r-mistat-2.0.3"}, "mistr": {"_type": "derivation", "name": "r-mistr-0.0.5"}, "mistral": {"_type": "derivation", "name": "r-mistral-2.2.1"}, "misty": {"_type": "derivation", "name": "r-misty-0.4.6"}, "mistyR": {"_type": "derivation", "name": "r-mistyR-1.4.0"}, "mitch": {"_type": "derivation", "name": "r-mitch-1.8.0"}, "mitml": {"_type": "derivation", "name": "r-mitml-0.4-3"}, "mitoClone2": {"_type": "derivation", "name": "r-mitoClone2-1.2.0"}, "mitools": {"_type": "derivation", "name": "r-mitools-2.4"}, "mitre": {"_type": "derivation", "name": "r-mitre-1.0.0"}, "mix": {"_type": "derivation", "name": "r-mix-1.0-11"}, "mixAK": {"_type": "derivation", "name": "r-mixAK-5.5"}, "mixAR": {"_type": "derivation", "name": "r-mixAR-0.22.7"}, "mixComp": {"_type": "derivation", "name": "r-mixComp-0.1-2"}, "mixEMM": {"_type": "derivation", "name": "r-mixEMM-1.0"}, "mixIndependR": {"_type": "derivation", "name": "r-mixIndependR-1.0.0"}, "mixKernel": {"_type": "derivation", "name": "r-mixKernel-0.8"}, "mixOmics": {"_type": "derivation", "name": "r-mixOmics-6.20.0"}, "mixPHM": {"_type": "derivation", "name": "r-mixPHM-0.7-2"}, "mixR": {"_type": "derivation", "name": "r-mixR-0.2.0"}, "mixRasch": {"_type": "derivation", "name": "r-mixRasch-1.1"}, "mixRaschTools": {"_type": "derivation", "name": "r-mixRaschTools-1.1.1"}, "mixSPE": {"_type": "derivation", "name": "r-mixSPE-0.9.1"}, "mixSSG": {"_type": "derivation", "name": "r-mixSSG-2.1.1"}, "mixcat": {"_type": "derivation", "name": "r-mixcat-1.0-4"}, "mixchar": {"_type": "derivation", "name": "r-mixchar-0.1.0"}, "mixcure": {"_type": "derivation", "name": "r-mixcure-2.0"}, "mixdir": {"_type": "derivation", "name": "r-mixdir-0.3.0"}, "mixdist": {"_type": "derivation", "name": "r-mixdist-0.5-5"}, "mixedCCA": {"_type": "derivation", "name": "r-mixedCCA-1.6.2"}, "mixedClust": {"_type": "derivation", "name": "r-mixedClust-1.0.2"}, "mixedMem": {"_type": "derivation", "name": "r-mixedMem-1.1.2"}, "mixedsde": {"_type": "derivation", "name": "r-mixedsde-5.0"}, "mixexp": {"_type": "derivation", "name": "r-mixexp-1.2.7"}, "mixgb": {"_type": "derivation", "name": "r-mixgb-0.1.0"}, "mixhvg": {"_type": "derivation", "name": "r-mixhvg-0.1.0"}, "mixl": {"_type": "derivation", "name": "r-mixl-1.3.3"}, "mixlink": {"_type": "derivation", "name": "r-mixlink-0.1.5"}, "mixlm": {"_type": "derivation", "name": "r-mixlm-1.2.6"}, "mixmeta": {"_type": "derivation", "name": "r-mixmeta-1.2.0"}, "mixpoissonreg": {"_type": "derivation", "name": "r-mixpoissonreg-1.0.0"}, "mixreg": {"_type": "derivation", "name": "r-mixreg-2.0-10"}, "mixsep": {"_type": "derivation", "name": "r-mixsep-0.2.1-2"}, "mixsmsn": {"_type": "derivation", "name": "r-mixsmsn-1.1-10"}, "mixsqp": {"_type": "derivation", "name": "r-mixsqp-0.3-43"}, "mixtNB": {"_type": "derivation", "name": "r-mixtNB-1.0"}, "mixtools": {"_type": "derivation", "name": "r-mixtools-1.2.0"}, "mixtox": {"_type": "derivation", "name": "r-mixtox-1.4.0"}, "mixtur": {"_type": "derivation", "name": "r-mixtur-1.2.0"}, "mixture": {"_type": "derivation", "name": "r-mixture-2.0.5"}, "mize": {"_type": "derivation", "name": "r-mize-0.2.4"}, "mizer": {"_type": "derivation", "name": "r-mizer-2.3.1"}, "mkde": {"_type": "derivation", "name": "r-mkde-0.1"}, "mkin": {"_type": "derivation", "name": "r-mkin-1.1.1"}, "mknapsack": {"_type": "derivation", "name": "r-mknapsack-0.1.0"}, "mkssd": {"_type": "derivation", "name": "r-mkssd-1.2"}, "mlVAR": {"_type": "derivation", "name": "r-mlVAR-0.5"}, "mlapi": {"_type": "derivation", "name": "r-mlapi-0.1.1"}, "mlbench": {"_type": "derivation", "name": "r-mlbench-2.1-3"}, "mlbstats": {"_type": "derivation", "name": "r-mlbstats-0.1.0"}, "mlbstatsR": {"_type": "derivation", "name": "r-mlbstatsR-0.1.0.3"}, "mldr": {"_type": "derivation", "name": "r-mldr-0.4.3"}, "mldr_datasets": {"_type": "derivation", "name": "r-mldr.datasets-0.4.2"}, "mle_tools": {"_type": "derivation", "name": "r-mle.tools-1.0.0"}, "mleap": {"_type": "derivation", "name": "r-mleap-1.1.0"}, "mlearning": {"_type": "derivation", "name": "r-mlearning-1.1.1"}, "mlegp": {"_type": "derivation", "name": "r-mlegp-3.1.9"}, "mlergm": {"_type": "derivation", "name": "r-mlergm-0.8"}, "mleur": {"_type": "derivation", "name": "r-mleur-1.0-6"}, "mlf": {"_type": "derivation", "name": "r-mlf-1.2.1"}, "mlfit": {"_type": "derivation", "name": "r-mlfit-0.5.3"}, "mlflow": {"_type": "derivation", "name": "r-mlflow-1.30.0"}, "mlgt": {"_type": "derivation", "name": "r-mlgt-0.16"}, "mlica2": {"_type": "derivation", "name": "r-mlica2-2.1"}, "mlim": {"_type": "derivation", "name": "r-mlim-0.2.0"}, "mlmRev": {"_type": "derivation", "name": "r-mlmRev-1.0-8"}, "mlma": {"_type": "derivation", "name": "r-mlma-6.2-1"}, "mlmc": {"_type": "derivation", "name": "r-mlmc-1.0.0"}, "mlmi": {"_type": "derivation", "name": "r-mlmi-1.1.1"}, "mlmm_gwas": {"_type": "derivation", "name": "r-mlmm.gwas-1.0.6"}, "mlmmm": {"_type": "derivation", "name": "r-mlmmm-0.3-1.2"}, "mlmtools": {"_type": "derivation", "name": "r-mlmtools-1.0.2"}, "mlmts": {"_type": "derivation", "name": "r-mlmts-1.0.1"}, "mlogit": {"_type": "derivation", "name": "r-mlogit-1.1-1"}, "mlogitBMA": {"_type": "derivation", "name": "r-mlogitBMA-0.1-7"}, "mlpack": {"_type": "derivation", "name": "r-mlpack-4.0.0"}, "mlpwr": {"_type": "derivation", "name": "r-mlpwr-1.0.0"}, "mlquantify": {"_type": "derivation", "name": "r-mlquantify-0.2.0"}, "mlr": {"_type": "derivation", "name": "r-mlr-2.19.1"}, "mlr3": {"_type": "derivation", "name": "r-mlr3-0.14.0"}, "mlr3benchmark": {"_type": "derivation", "name": "r-mlr3benchmark-0.1.4"}, "mlr3cluster": {"_type": "derivation", "name": "r-mlr3cluster-0.1.4"}, "mlr3data": {"_type": "derivation", "name": "r-mlr3data-0.6.1"}, "mlr3db": {"_type": "derivation", "name": "r-mlr3db-0.5.0"}, "mlr3fairness": {"_type": "derivation", "name": "r-mlr3fairness-0.3.1"}, "mlr3filters": {"_type": "derivation", "name": "r-mlr3filters-0.6.0"}, "mlr3fselect": {"_type": "derivation", "name": "r-mlr3fselect-0.7.2"}, "mlr3hyperband": {"_type": "derivation", "name": "r-mlr3hyperband-0.4.2"}, "mlr3learners": {"_type": "derivation", "name": "r-mlr3learners-0.5.4"}, "mlr3measures": {"_type": "derivation", "name": "r-mlr3measures-0.5.0"}, "mlr3misc": {"_type": "derivation", "name": "r-mlr3misc-0.11.0"}, "mlr3oml": {"_type": "derivation", "name": "r-mlr3oml-0.6.0"}, "mlr3pipelines": {"_type": "derivation", "name": "r-mlr3pipelines-0.4.2"}, "mlr3proba": {"_type": "derivation", "name": "r-mlr3proba-0.4.9"}, "mlr3shiny": {"_type": "derivation", "name": "r-mlr3shiny-0.2.0"}, "mlr3spatial": {"_type": "derivation", "name": "r-mlr3spatial-0.3.0"}, "mlr3spatiotempcv": {"_type": "derivation", "name": "r-mlr3spatiotempcv-2.0.2"}, "mlr3tuning": {"_type": "derivation", "name": "r-mlr3tuning-0.15.0"}, "mlr3tuningspaces": {"_type": "derivation", "name": "r-mlr3tuningspaces-0.3.1"}, "mlr3verse": {"_type": "derivation", "name": "r-mlr3verse-0.2.5"}, "mlr3viz": {"_type": "derivation", "name": "r-mlr3viz-0.5.10"}, "mlrCPO": {"_type": "derivation", "name": "r-mlrCPO-0.3.7-5"}, "mlrMBO": {"_type": "derivation", "name": "r-mlrMBO-1.1.5.1"}, "mlrintermbo": {"_type": "derivation", "name": "r-mlrintermbo-0.5.0"}, "mlrpro": {"_type": "derivation", "name": "r-mlrpro-0.1.2"}, "mlsbm": {"_type": "derivation", "name": "r-mlsbm-0.99.2"}, "mlsjunkgen": {"_type": "derivation", "name": "r-mlsjunkgen-0.1.2"}, "mlt": {"_type": "derivation", "name": "r-mlt-1.4-2"}, "mlt_docreg": {"_type": "derivation", "name": "r-mlt.docreg-1.1-6"}, "mltest": {"_type": "derivation", "name": "r-mltest-1.0.1"}, "mltools": {"_type": "derivation", "name": "r-mltools-0.3.5"}, "mlxR": {"_type": "derivation", "name": "r-mlxR-4.2.0"}, "mm24kresogen_db": {"_type": "derivation", "name": "r-mm24kresogen.db-2.5.0"}, "mma": {"_type": "derivation", "name": "r-mma-10.6-1"}, "mmabig": {"_type": "derivation", "name": "r-mmabig-3.1-0"}, "mmand": {"_type": "derivation", "name": "r-mmand-1.6.2"}, "mmap": {"_type": "derivation", "name": "r-mmap-0.6-19"}, "mmapcharr": {"_type": "derivation", "name": "r-mmapcharr-0.3.0"}, "mmaqshiny": {"_type": "derivation", "name": "r-mmaqshiny-1.0.0"}, "mmb": {"_type": "derivation", "name": "r-mmb-0.13.3"}, "mmc": {"_type": "derivation", "name": "r-mmc-0.0.3"}, "mmcif": {"_type": "derivation", "name": "r-mmcif-0.1.1"}, "mmcm": {"_type": "derivation", "name": "r-mmcm-1.2-8"}, "mme": {"_type": "derivation", "name": "r-mme-0.1-6"}, "mmeln": {"_type": "derivation", "name": "r-mmeln-1.4"}, "mmeta": {"_type": "derivation", "name": "r-mmeta-2.3"}, "mmm2": {"_type": "derivation", "name": "r-mmm2-1.2"}, "mmmgee": {"_type": "derivation", "name": "r-mmmgee-1.20"}, "mmod": {"_type": "derivation", "name": "r-mmod-1.3.3"}, "mmpca": {"_type": "derivation", "name": "r-mmpca-2.0.1"}, "mmpf": {"_type": "derivation", "name": "r-mmpf-0.0.5"}, "mmpp": {"_type": "derivation", "name": "r-mmpp-0.6"}, "mmr": {"_type": "derivation", "name": "r-mmr-0.1.0"}, "mmrm": {"_type": "derivation", "name": "r-mmrm-0.1.5"}, "mmsample": {"_type": "derivation", "name": "r-mmsample-0.1"}, "mmtsne": {"_type": "derivation", "name": "r-mmtsne-0.1.0"}, "mnem": {"_type": "derivation", "name": "r-mnem-1.12.0"}, "mnis": {"_type": "derivation", "name": "r-mnis-0.3.1"}, "mniw": {"_type": "derivation", "name": "r-mniw-1.0.1"}, "mnj": {"_type": "derivation", "name": "r-mnj-1.0"}, "mnlfa": {"_type": "derivation", "name": "r-mnlfa-0.2-4"}, "mnlogit": {"_type": "derivation", "name": "r-mnlogit-1.2.6"}, "mnonr": {"_type": "derivation", "name": "r-mnonr-1.0.0"}, "mnorm": {"_type": "derivation", "name": "r-mnorm-1.0.1"}, "mnormt": {"_type": "derivation", "name": "r-mnormt-2.1.1"}, "mnreadR": {"_type": "derivation", "name": "r-mnreadR-2.1.6"}, "mnt": {"_type": "derivation", "name": "r-mnt-1.3"}, "moanin": {"_type": "derivation", "name": "r-moanin-1.4.0"}, "mob": {"_type": "derivation", "name": "r-mob-0.4.2"}, "mobilityIndexR": {"_type": "derivation", "name": "r-mobilityIndexR-0.2.1"}, "mobirep": {"_type": "derivation", "name": "r-mobirep-0.2.3"}, "mobr": {"_type": "derivation", "name": "r-mobr-2.0.2"}, "mobsim": {"_type": "derivation", "name": "r-mobsim-0.2.0"}, "moc": {"_type": "derivation", "name": "r-moc-2.0"}, "mockery": {"_type": "derivation", "name": "r-mockery-0.4.3"}, "mockr": {"_type": "derivation", "name": "r-mockr-0.2.0"}, "mockthat": {"_type": "derivation", "name": "r-mockthat-0.2.6"}, "mod": {"_type": "derivation", "name": "r-mod-0.1.3"}, "mod09nrt": {"_type": "derivation", "name": "r-mod09nrt-0.14"}, "mod2rm": {"_type": "derivation", "name": "r-mod2rm-0.2.1"}, "modEvA": {"_type": "derivation", "name": "r-modEvA-3.5"}, "modMax": {"_type": "derivation", "name": "r-modMax-1.1"}, "modQR": {"_type": "derivation", "name": "r-modQR-0.1.3"}, "modTurPoint": {"_type": "derivation", "name": "r-modTurPoint-0.1.0"}, "modchart": {"_type": "derivation", "name": "r-modchart-0.5"}, "modcmfitr": {"_type": "derivation", "name": "r-modcmfitr-0.1.0"}, "modeLLtest": {"_type": "derivation", "name": "r-modeLLtest-1.0.4"}, "modeest": {"_type": "derivation", "name": "r-modeest-2.4.0"}, "modehunt": {"_type": "derivation", "name": "r-modehunt-1.0.7"}, "model4you": {"_type": "derivation", "name": "r-model4you-0.9-7"}, "modelDown": {"_type": "derivation", "name": "r-modelDown-1.1"}, "modelObj": {"_type": "derivation", "name": "r-modelObj-4.2"}, "modelROC": {"_type": "derivation", "name": "r-modelROC-1.0"}, "modelStudio": {"_type": "derivation", "name": "r-modelStudio-3.1.0"}, "modelbased": {"_type": "derivation", "name": "r-modelbased-0.8.5"}, "modelc": {"_type": "derivation", "name": "r-modelc-1.0.0.0"}, "modeldata": {"_type": "derivation", "name": "r-modeldata-1.0.1"}, "modeldb": {"_type": "derivation", "name": "r-modeldb-0.2.3"}, "modelenv": {"_type": "derivation", "name": "r-modelenv-0.1.0"}, "modelfree": {"_type": "derivation", "name": "r-modelfree-1.1-1"}, "modelgrid": {"_type": "derivation", "name": "r-modelgrid-1.1.1.0"}, "modelimpact": {"_type": "derivation", "name": "r-modelimpact-1.0.0"}, "modelplotr": {"_type": "derivation", "name": "r-modelplotr-1.1.0"}, "modelr": {"_type": "derivation", "name": "r-modelr-0.1.9"}, "modelsummary": {"_type": "derivation", "name": "r-modelsummary-1.1.0"}, "modeltests": {"_type": "derivation", "name": "r-modeltests-0.1.4"}, "modeltime": {"_type": "derivation", "name": "r-modeltime-1.2.3"}, "modeltime_ensemble": {"_type": "derivation", "name": "r-modeltime.ensemble-1.0.2"}, "modeltime_gluonts": {"_type": "derivation", "name": "r-modeltime.gluonts-0.1.0"}, "modeltime_h2o": {"_type": "derivation", "name": "r-modeltime.h2o-0.1.1"}, "modeltime_resample": {"_type": "derivation", "name": "r-modeltime.resample-0.2.2"}, "modeltools": {"_type": "derivation", "name": "r-modeltools-0.2-23"}, "modelwordcloud": {"_type": "derivation", "name": "r-modelwordcloud-0.1"}, "modernVA": {"_type": "derivation", "name": "r-modernVA-0.1.1"}, "moderndive": {"_type": "derivation", "name": "r-moderndive-0.5.4"}, "modest": {"_type": "derivation", "name": "r-modest-0.3-1"}, "modesto": {"_type": "derivation", "name": "r-modesto-0.1.4"}, "modgetxl": {"_type": "derivation", "name": "r-modgetxl-0.4"}, "modi": {"_type": "derivation", "name": "r-modi-0.1.0"}, "modifiedmk": {"_type": "derivation", "name": "r-modifiedmk-1.6"}, "modiscloud": {"_type": "derivation", "name": "r-modiscloud-0.14"}, "modmarg": {"_type": "derivation", "name": "r-modmarg-0.9.6"}, "modnets": {"_type": "derivation", "name": "r-modnets-0.9.0"}, "modopt_matlab": {"_type": "derivation", "name": "r-modopt.matlab-1.0-2"}, "moduleColor": {"_type": "derivation", "name": "r-moduleColor-1.8-4"}, "modules": {"_type": "derivation", "name": "r-modules-0.10.0"}, "modygliani": {"_type": "derivation", "name": "r-modygliani-1.0"}, "moe430a_db": {"_type": "derivation", "name": "r-moe430a.db-3.13.0"}, "moe430acdf": {"_type": "derivation", "name": "r-moe430acdf-2.18.0"}, "moe430aprobe": {"_type": "derivation", "name": "r-moe430aprobe-2.18.0"}, "moe430b_db": {"_type": "derivation", "name": "r-moe430b.db-3.13.0"}, "moe430bcdf": {"_type": "derivation", "name": "r-moe430bcdf-2.18.0"}, "moe430bprobe": {"_type": "derivation", "name": "r-moe430bprobe-2.18.0"}, "moex10stprobeset_db": {"_type": "derivation", "name": "r-moex10stprobeset.db-8.8.0"}, "moex10sttranscriptcluster_db": {"_type": "derivation", "name": "r-moex10sttranscriptcluster.db-8.8.0"}, "moexer": {"_type": "derivation", "name": "r-moexer-0.1.0"}, "moezipfR": {"_type": "derivation", "name": "r-moezipfR-1.0.2"}, "mogavs": {"_type": "derivation", "name": "r-mogavs-1.1.0"}, "mogene10stprobeset_db": {"_type": "derivation", "name": "r-mogene10stprobeset.db-8.8.0"}, "mogene10sttranscriptcluster_db": {"_type": "derivation", "name": "r-mogene10sttranscriptcluster.db-8.8.0"}, "mogene10stv1cdf": {"_type": "derivation", "name": "r-mogene10stv1cdf-2.18.0"}, "mogene10stv1probe": {"_type": "derivation", "name": "r-mogene10stv1probe-2.18.0"}, "mogene11stprobeset_db": {"_type": "derivation", "name": "r-mogene11stprobeset.db-8.8.0"}, "mogene11sttranscriptcluster_db": {"_type": "derivation", "name": "r-mogene11sttranscriptcluster.db-8.8.0"}, "mogene20stprobeset_db": {"_type": "derivation", "name": "r-mogene20stprobeset.db-8.8.0"}, "mogene20sttranscriptcluster_db": {"_type": "derivation", "name": "r-mogene20sttranscriptcluster.db-8.8.0"}, "mogene21stprobeset_db": {"_type": "derivation", "name": "r-mogene21stprobeset.db-8.8.0"}, "mogene21sttranscriptcluster_db": {"_type": "derivation", "name": "r-mogene21sttranscriptcluster.db-8.8.0"}, "mogene_1_0_st_v1frmavecs": {"_type": "derivation", "name": "r-mogene.1.0.st.v1frmavecs-1.1.0"}, "mogsa": {"_type": "derivation", "name": "r-mogsa-1.30.0"}, "mojson": {"_type": "derivation", "name": "r-mojson-0.1"}, "mokken": {"_type": "derivation", "name": "r-mokken-3.0.6"}, "moko": {"_type": "derivation", "name": "r-moko-1.0.3"}, "molaR": {"_type": "derivation", "name": "r-molaR-5.1"}, "molic": {"_type": "derivation", "name": "r-molic-2.0.3"}, "molnet": {"_type": "derivation", "name": "r-molnet-0.1.0"}, "mombf": {"_type": "derivation", "name": "r-mombf-3.1.4"}, "momentchi2": {"_type": "derivation", "name": "r-momentchi2-0.1.5"}, "momentfit": {"_type": "derivation", "name": "r-momentfit-0.3"}, "moments": {"_type": "derivation", "name": "r-moments-0.14.1"}, "momentuHMM": {"_type": "derivation", "name": "r-momentuHMM-1.5.5"}, "momr": {"_type": "derivation", "name": "r-momr-1.1"}, "monaLisa": {"_type": "derivation", "name": "r-monaLisa-1.2.0"}, "monaco": {"_type": "derivation", "name": "r-monaco-0.2.2"}, "monashtipr": {"_type": "derivation", "name": "r-monashtipr-0.1.0"}, "mondate": {"_type": "derivation", "name": "r-mondate-0.10.02"}, "mongolite": {"_type": "derivation", "name": "r-mongolite-2.6.2"}, "mongopipe": {"_type": "derivation", "name": "r-mongopipe-0.1.1"}, "monitoR": {"_type": "derivation", "name": "r-monitoR-1.0.7"}, "monmlp": {"_type": "derivation", "name": "r-monmlp-1.1.5"}, "monoClust": {"_type": "derivation", "name": "r-monoClust-1.2.1"}, "monobin": {"_type": "derivation", "name": "r-monobin-0.2.4"}, "monobinShiny": {"_type": "derivation", "name": "r-monobinShiny-0.1.0"}, "monochromeR": {"_type": "derivation", "name": "r-monochromeR-0.1.4"}, "monocle": {"_type": "derivation", "name": "r-monocle-2.24.1"}, "monographaR": {"_type": "derivation", "name": "r-monographaR-1.2.1"}, "monomvn": {"_type": "derivation", "name": "r-monomvn-1.9-16"}, "monoreg": {"_type": "derivation", "name": "r-monoreg-2.0"}, "monotone": {"_type": "derivation", "name": "r-monotone-0.1.2"}, "monotonicity": {"_type": "derivation", "name": "r-monotonicity-1.3.1"}, "monreg": {"_type": "derivation", "name": "r-monreg-0.1.4"}, "moodleR": {"_type": "derivation", "name": "r-moodleR-1.0.1"}, "moonBook": {"_type": "derivation", "name": "r-moonBook-0.3.1"}, "moose": {"_type": "derivation", "name": "r-moose-0.0.1"}, "mopac": {"_type": "derivation", "name": "r-mopac-0.1.0"}, "mopsocd": {"_type": "derivation", "name": "r-mopsocd-0.5.1"}, "moranajp": {"_type": "derivation", "name": "r-moranajp-0.9.5"}, "moreparty": {"_type": "derivation", "name": "r-moreparty-0.3"}, "morgenstemning": {"_type": "derivation", "name": "r-morgenstemning-1.0"}, "morph": {"_type": "derivation", "name": "r-morph-1.0.0"}, "morphemepiece": {"_type": "derivation", "name": "r-morphemepiece-1.2.3"}, "morphemepiece_data": {"_type": "derivation", "name": "r-morphemepiece.data-1.2.0"}, "morpheus": {"_type": "derivation", "name": "r-morpheus-1.0-1"}, "morphomap": {"_type": "derivation", "name": "r-morphomap-1.3"}, "morse": {"_type": "derivation", "name": "r-morse-3.3.2"}, "mortAAR": {"_type": "derivation", "name": "r-mortAAR-1.1.2"}, "mortyr": {"_type": "derivation", "name": "r-mortyr-0.0.2"}, "mosaic": {"_type": "derivation", "name": "r-mosaic-1.8.4.2"}, "mosaicCalc": {"_type": "derivation", "name": "r-mosaicCalc-0.6.0"}, "mosaicCore": {"_type": "derivation", "name": "r-mosaicCore-0.9.2.1"}, "mosaicData": {"_type": "derivation", "name": "r-mosaicData-0.20.3"}, "mosaicModel": {"_type": "derivation", "name": "r-mosaicModel-0.3.0"}, "mosaic_find": {"_type": "derivation", "name": "r-mosaic.find-0.1.2"}, "mosaics": {"_type": "derivation", "name": "r-mosaics-2.34.0"}, "mosaicsExample": {"_type": "derivation", "name": "r-mosaicsExample-1.34.0"}, "mosbi": {"_type": "derivation", "name": "r-mosbi-1.2.0"}, "mosmafs": {"_type": "derivation", "name": "r-mosmafs-0.1.2"}, "mosqcontrol": {"_type": "derivation", "name": "r-mosqcontrol-0.1.0"}, "mosum": {"_type": "derivation", "name": "r-mosum-1.2.7"}, "motif": {"_type": "derivation", "name": "r-motif-0.5.2"}, "motifStack": {"_type": "derivation", "name": "r-motifStack-1.40.0"}, "motifbreakR": {"_type": "derivation", "name": "r-motifbreakR-2.10.2"}, "motifcluster": {"_type": "derivation", "name": "r-motifcluster-0.2.2"}, "motifcounter": {"_type": "derivation", "name": "r-motifcounter-1.20.0"}, "motifmatchr": {"_type": "derivation", "name": "r-motifmatchr-1.18.0"}, "motifr": {"_type": "derivation", "name": "r-motifr-1.0.0"}, "motmot": {"_type": "derivation", "name": "r-motmot-2.1.3"}, "motoRneuron": {"_type": "derivation", "name": "r-motoRneuron-1.0.0"}, "moult": {"_type": "derivation", "name": "r-moult-2.3.1"}, "mountainplot": {"_type": "derivation", "name": "r-mountainplot-1.4"}, "mouse4302_db": {"_type": "derivation", "name": "r-mouse4302.db-3.13.0"}, "mouse4302barcodevecs": {"_type": "derivation", "name": "r-mouse4302barcodevecs-1.34.0"}, "mouse4302cdf": {"_type": "derivation", "name": "r-mouse4302cdf-2.18.0"}, "mouse4302frmavecs": {"_type": "derivation", "name": "r-mouse4302frmavecs-1.5.0"}, "mouse4302probe": {"_type": "derivation", "name": "r-mouse4302probe-2.18.0"}, "mouse430a2_db": {"_type": "derivation", "name": "r-mouse430a2.db-3.13.0"}, "mouse430a2cdf": {"_type": "derivation", "name": "r-mouse430a2cdf-2.18.0"}, "mouse430a2frmavecs": {"_type": "derivation", "name": "r-mouse430a2frmavecs-1.3.0"}, "mouse430a2probe": {"_type": "derivation", "name": "r-mouse430a2probe-2.18.0"}, "mouseCHRLOC": {"_type": "derivation", "name": "r-mouseCHRLOC-2.1.6"}, "mouse_db0": {"_type": "derivation", "name": "r-mouse.db0-3.15.0"}, "mousetrack": {"_type": "derivation", "name": "r-mousetrack-1.0.0"}, "mousetrap": {"_type": "derivation", "name": "r-mousetrap-3.2.1"}, "movMF": {"_type": "derivation", "name": "r-movMF-0.2-7"}, "move": {"_type": "derivation", "name": "r-move-4.1.10"}, "moveHMM": {"_type": "derivation", "name": "r-moveHMM-1.8"}, "moveVis": {"_type": "derivation", "name": "r-moveVis-0.10.5"}, "moveWindSpeed": {"_type": "derivation", "name": "r-moveWindSpeed-0.2.3"}, "movecost": {"_type": "derivation", "name": "r-movecost-1.8"}, "mozzie": {"_type": "derivation", "name": "r-mozzie-0.1.0"}, "mp": {"_type": "derivation", "name": "r-mp-0.4.1"}, "mpa": {"_type": "derivation", "name": "r-mpa-0.7.3"}, "mpath": {"_type": "derivation", "name": "r-mpath-0.4-2.22"}, "mpathsenser": {"_type": "derivation", "name": "r-mpathsenser-1.1.0"}, "mpbart": {"_type": "derivation", "name": "r-mpbart-0.2"}, "mpcmp": {"_type": "derivation", "name": "r-mpcmp-0.3.6"}, "mpcv": {"_type": "derivation", "name": "r-mpcv-1.1"}, "mpe": {"_type": "derivation", "name": "r-mpe-1.0"}, "mpedbarray_db": {"_type": "derivation", "name": "r-mpedbarray.db-3.2.3"}, "mplot": {"_type": "derivation", "name": "r-mplot-1.0.6"}, "mpm": {"_type": "derivation", "name": "r-mpm-1.0-23"}, "mpmcorrelogram": {"_type": "derivation", "name": "r-mpmcorrelogram-0.1-4"}, "mpmi": {"_type": "derivation", "name": "r-mpmi-0.43.2"}, "mpoly": {"_type": "derivation", "name": "r-mpoly-1.1.1"}, "mpower": {"_type": "derivation", "name": "r-mpower-0.1.0"}, "mppR": {"_type": "derivation", "name": "r-mppR-1.3.0"}, "mppa": {"_type": "derivation", "name": "r-mppa-1.0"}, "mpr": {"_type": "derivation", "name": "r-mpr-1.0.6"}, "mpra": {"_type": "derivation", "name": "r-mpra-1.18.0"}, "mpspline2": {"_type": "derivation", "name": "r-mpspline2-0.1.6"}, "mpt": {"_type": "derivation", "name": "r-mpt-0.8-0"}, "mptools": {"_type": "derivation", "name": "r-mptools-1.0.1"}, "mpwR": {"_type": "derivation", "name": "r-mpwR-0.1.0"}, "mrMLM": {"_type": "derivation", "name": "r-mrMLM-5.0.1"}, "mrMLM_GUI": {"_type": "derivation", "name": "r-mrMLM.GUI-4.0.2"}, "mr_pivw": {"_type": "derivation", "name": "r-mr.pivw-0.1.1"}, "mr_raps": {"_type": "derivation", "name": "r-mr.raps-0.2"}, "mra": {"_type": "derivation", "name": "r-mra-2.16.11"}, "mratios": {"_type": "derivation", "name": "r-mratios-1.4.2"}, "mrbayes": {"_type": "derivation", "name": "r-mrbayes-0.5.1"}, "mrbin": {"_type": "derivation", "name": "r-mrbin-1.6.5"}, "mrbsizeR": {"_type": "derivation", "name": "r-mrbsizeR-1.2.1.1"}, "mrds": {"_type": "derivation", "name": "r-mrds-2.2.7"}, "mreg": {"_type": "derivation", "name": "r-mreg-1.2.0"}, "mregions": {"_type": "derivation", "name": "r-mregions-0.1.8"}, "mrf": {"_type": "derivation", "name": "r-mrf-0.1.6"}, "mrf2d": {"_type": "derivation", "name": "r-mrf2d-1.0"}, "mrfDepth": {"_type": "derivation", "name": "r-mrfDepth-1.0.13"}, "mrfse": {"_type": "derivation", "name": "r-mrfse-0.4"}, "mrgsim_parallel": {"_type": "derivation", "name": "r-mrgsim.parallel-0.2.1"}, "mrgsim_sa": {"_type": "derivation", "name": "r-mrgsim.sa-0.1.0"}, "mrgsolve": {"_type": "derivation", "name": "r-mrgsolve-1.0.6"}, "mri": {"_type": "derivation", "name": "r-mri-1.0.1"}, "mritc": {"_type": "derivation", "name": "r-mritc-0.5-2"}, "mro": {"_type": "derivation", "name": "r-mro-0.1.1"}, "mrregression": {"_type": "derivation", "name": "r-mrregression-1.0.0"}, "msBP": {"_type": "derivation", "name": "r-msBP-1.4"}, "msImpute": {"_type": "derivation", "name": "r-msImpute-1.6.0"}, "msPurity": {"_type": "derivation", "name": "r-msPurity-1.22.0"}, "msPurityData": {"_type": "derivation", "name": "r-msPurityData-1.24.0"}, "msSPChelpR": {"_type": "derivation", "name": "r-msSPChelpR-0.9.0"}, "msSurv": {"_type": "derivation", "name": "r-msSurv-1.2-2"}, "ms_sev": {"_type": "derivation", "name": "r-ms.sev-1.0.4"}, "msa": {"_type": "derivation", "name": "r-msa-1.28.0"}, "msaFACE": {"_type": "derivation", "name": "r-msaFACE-0.1.0"}, "msaR": {"_type": "derivation", "name": "r-msaR-0.6.0"}, "msae": {"_type": "derivation", "name": "r-msae-0.1.5"}, "msaeDB": {"_type": "derivation", "name": "r-msaeDB-0.2.1"}, "msaeHB": {"_type": "derivation", "name": "r-msaeHB-0.1.0"}, "msaeOB": {"_type": "derivation", "name": "r-msaeOB-0.1.0"}, "msaeRB": {"_type": "derivation", "name": "r-msaeRB-0.2.1"}, "msaenet": {"_type": "derivation", "name": "r-msaenet-3.1"}, "msamp": {"_type": "derivation", "name": "r-msamp-1.0.0"}, "msap": {"_type": "derivation", "name": "r-msap-1.1.8"}, "msce": {"_type": "derivation", "name": "r-msce-1.0.1"}, "mschart": {"_type": "derivation", "name": "r-mschart-0.3.1"}, "mscp": {"_type": "derivation", "name": "r-mscp-1.0"}, "mscstexta4r": {"_type": "derivation", "name": "r-mscstexta4r-0.1.2"}, "mscstts": {"_type": "derivation", "name": "r-mscstts-0.6.3"}, "mscsweblm4r": {"_type": "derivation", "name": "r-mscsweblm4r-0.1.2"}, "msd": {"_type": "derivation", "name": "r-msd-0.3.1"}, "msd16s": {"_type": "derivation", "name": "r-msd16s-1.16.0"}, "msda": {"_type": "derivation", "name": "r-msda-1.0.3"}, "msdata": {"_type": "derivation", "name": "r-msdata-0.36.0"}, "msde": {"_type": "derivation", "name": "r-msde-1.0.5"}, "msgbsR": {"_type": "derivation", "name": "r-msgbsR-1.20.0"}, "msgl": {"_type": "derivation", "name": "r-msgl-2.3.9"}, "msgpackR": {"_type": "derivation", "name": "r-msgpackR-1.1"}, "msgps": {"_type": "derivation", "name": "r-msgps-1.3.5"}, "msgr": {"_type": "derivation", "name": "r-msgr-1.1.2"}, "mshap": {"_type": "derivation", "name": "r-mshap-0.1.0"}, "msig": {"_type": "derivation", "name": "r-msig-1.0"}, "msigdb": {"_type": "derivation", "name": "r-msigdb-1.4.0"}, "msigdbr": {"_type": "derivation", "name": "r-msigdbr-7.5.1"}, "msir": {"_type": "derivation", "name": "r-msir-1.3.3"}, "mskcc_oncotree": {"_type": "derivation", "name": "r-mskcc.oncotree-0.1.1"}, "msltrend": {"_type": "derivation", "name": "r-msltrend-1.0"}, "msm": {"_type": "derivation", "name": "r-msm-1.6.9"}, "msma": {"_type": "derivation", "name": "r-msma-2.2"}, "msme": {"_type": "derivation", "name": "r-msme-0.5.3"}, "msmsEDA": {"_type": "derivation", "name": "r-msmsEDA-1.34.0"}, "msmsTests": {"_type": "derivation", "name": "r-msmsTests-1.34.0"}, "msmtools": {"_type": "derivation", "name": "r-msmtools-2.0.1"}, "msos": {"_type": "derivation", "name": "r-msos-1.2.0"}, "msqc1": {"_type": "derivation", "name": "r-msqc1-1.24.0"}, "msqrob2": {"_type": "derivation", "name": "r-msqrob2-1.4.0"}, "mssm": {"_type": "derivation", "name": "r-mssm-0.1.6"}, "mssqlR": {"_type": "derivation", "name": "r-mssqlR-1.0.0"}, "mstDIF": {"_type": "derivation", "name": "r-mstDIF-0.1.6"}, "mstR": {"_type": "derivation", "name": "r-mstR-1.2"}, "mstate": {"_type": "derivation", "name": "r-mstate-0.3.2"}, "mstclustering": {"_type": "derivation", "name": "r-mstclustering-1.0.0.0"}, "mstherm": {"_type": "derivation", "name": "r-mstherm-0.4.7"}, "mstknnclust": {"_type": "derivation", "name": "r-mstknnclust-0.3.1"}, "mstrio": {"_type": "derivation", "name": "r-mstrio-11.3.5.101"}, "msu": {"_type": "derivation", "name": "r-msu-0.0.1"}, "mt": {"_type": "derivation", "name": "r-mt-2.0-1.19"}, "mta10probeset_db": {"_type": "derivation", "name": "r-mta10probeset.db-8.8.0"}, "mta10transcriptcluster_db": {"_type": "derivation", "name": "r-mta10transcriptcluster.db-8.8.0"}, "mtb": {"_type": "derivation", "name": "r-mtb-0.1.8"}, "mtbls2": {"_type": "derivation", "name": "r-mtbls2-1.26.0"}, "mtconnectR": {"_type": "derivation", "name": "r-mtconnectR-1.2.1"}, "mtdesign": {"_type": "derivation", "name": "r-mtdesign-0.1.0"}, "mthapower": {"_type": "derivation", "name": "r-mthapower-0.1.1"}, "mtk": {"_type": "derivation", "name": "r-mtk-1.0"}, "mtsdi": {"_type": "derivation", "name": "r-mtsdi-0.3.5"}, "mu11ksuba_db": {"_type": "derivation", "name": "r-mu11ksuba.db-3.13.0"}, "mu11ksubacdf": {"_type": "derivation", "name": "r-mu11ksubacdf-2.18.0"}, "mu11ksubaprobe": {"_type": "derivation", "name": "r-mu11ksubaprobe-2.18.0"}, "mu11ksubb_db": {"_type": "derivation", "name": "r-mu11ksubb.db-3.13.0"}, "mu11ksubbcdf": {"_type": "derivation", "name": "r-mu11ksubbcdf-2.18.0"}, "mu11ksubbprobe": {"_type": "derivation", "name": "r-mu11ksubbprobe-2.18.0"}, "mu19ksuba_db": {"_type": "derivation", "name": "r-mu19ksuba.db-3.13.0"}, "mu19ksubacdf": {"_type": "derivation", "name": "r-mu19ksubacdf-2.18.0"}, "mu19ksubb_db": {"_type": "derivation", "name": "r-mu19ksubb.db-3.13.0"}, "mu19ksubbcdf": {"_type": "derivation", "name": "r-mu19ksubbcdf-2.18.0"}, "mu19ksubc_db": {"_type": "derivation", "name": "r-mu19ksubc.db-3.13.0"}, "mu19ksubccdf": {"_type": "derivation", "name": "r-mu19ksubccdf-2.18.0"}, "mu6500subacdf": {"_type": "derivation", "name": "r-mu6500subacdf-2.18.0"}, "mu6500subbcdf": {"_type": "derivation", "name": "r-mu6500subbcdf-2.18.0"}, "mu6500subccdf": {"_type": "derivation", "name": "r-mu6500subccdf-2.18.0"}, "mu6500subdcdf": {"_type": "derivation", "name": "r-mu6500subdcdf-2.18.0"}, "muHVT": {"_type": "derivation", "name": "r-muHVT-2.0.0"}, "muRL": {"_type": "derivation", "name": "r-muRL-0.1-12"}, "muRty": {"_type": "derivation", "name": "r-muRty-0.3.1"}, "muStat": {"_type": "derivation", "name": "r-muStat-1.7.0"}, "muckrock": {"_type": "derivation", "name": "r-muckrock-0.1.0"}, "mudata2": {"_type": "derivation", "name": "r-mudata2-1.1.2"}, "mudens": {"_type": "derivation", "name": "r-mudens-1.3.2"}, "mudfold": {"_type": "derivation", "name": "r-mudfold-1.1.2"}, "mueRelativeRisk": {"_type": "derivation", "name": "r-mueRelativeRisk-0.1.1"}, "muhaz": {"_type": "derivation", "name": "r-muhaz-1.2.6.4"}, "muir": {"_type": "derivation", "name": "r-muir-0.1.0"}, "mully": {"_type": "derivation", "name": "r-mully-2.1.34"}, "mulset": {"_type": "derivation", "name": "r-mulset-1.0.0"}, "multDM": {"_type": "derivation", "name": "r-multDM-1.1.4"}, "multIntTestFunc": {"_type": "derivation", "name": "r-multIntTestFunc-0.1.1"}, "multbxxc": {"_type": "derivation", "name": "r-multbxxc-1.0.1"}, "multcomp": {"_type": "derivation", "name": "r-multcomp-1.4-20"}, "multcompView": {"_type": "derivation", "name": "r-multcompView-0.1-8"}, "multdyn": {"_type": "derivation", "name": "r-multdyn-1.6"}, "multfisher": {"_type": "derivation", "name": "r-multfisher-1.1"}, "multgee": {"_type": "derivation", "name": "r-multgee-1.8.0"}, "multiActionButton": {"_type": "derivation", "name": "r-multiActionButton-1.0.0"}, "multiApply": {"_type": "derivation", "name": "r-multiApply-2.1.3"}, "multiAssetOptions": {"_type": "derivation", "name": "r-multiAssetOptions-0.1-2"}, "multiCA": {"_type": "derivation", "name": "r-multiCA-1.1"}, "multiClust": {"_type": "derivation", "name": "r-multiClust-1.26.0"}, "multiColl": {"_type": "derivation", "name": "r-multiColl-2.0"}, "multiDimBio": {"_type": "derivation", "name": "r-multiDimBio-1.2.2"}, "multiGSEA": {"_type": "derivation", "name": "r-multiGSEA-1.6.0"}, "multiHiCcompare": {"_type": "derivation", "name": "r-multiHiCcompare-1.14.0"}, "multiMarker": {"_type": "derivation", "name": "r-multiMarker-1.0.1"}, "multiMiR": {"_type": "derivation", "name": "r-multiMiR-1.18.0"}, "multiOmicsViz": {"_type": "derivation", "name": "r-multiOmicsViz-1.20.0"}, "multiPIM": {"_type": "derivation", "name": "r-multiPIM-1.4-3"}, "multiRDPG": {"_type": "derivation", "name": "r-multiRDPG-1.0.1"}, "multiROC": {"_type": "derivation", "name": "r-multiROC-1.1.1"}, "multiSight": {"_type": "derivation", "name": "r-multiSight-1.4.0"}, "multiUS": {"_type": "derivation", "name": "r-multiUS-1.1.0"}, "multiband": {"_type": "derivation", "name": "r-multiband-0.1.0"}, "multibiplotGUI": {"_type": "derivation", "name": "r-multibiplotGUI-1.1"}, "multiblock": {"_type": "derivation", "name": "r-multiblock-0.8.3"}, "multibridge": {"_type": "derivation", "name": "r-multibridge-1.1.0"}, "multicastR": {"_type": "derivation", "name": "r-multicastR-2.0.0"}, "multichull": {"_type": "derivation", "name": "r-multichull-1.0.0"}, "multiclassPairs": {"_type": "derivation", "name": "r-multiclassPairs-0.4.3"}, "multicmp": {"_type": "derivation", "name": "r-multicmp-1.1"}, "multicolor": {"_type": "derivation", "name": "r-multicolor-0.1.5"}, "multicon": {"_type": "derivation", "name": "r-multicon-1.6"}, "multicool": {"_type": "derivation", "name": "r-multicool-0.1-12"}, "multicrispr": {"_type": "derivation", "name": "r-multicrispr-1.6.0"}, "multicross": {"_type": "derivation", "name": "r-multicross-2.1.0"}, "multid": {"_type": "derivation", "name": "r-multid-0.7.0"}, "multidplyr": {"_type": "derivation", "name": "r-multidplyr-0.1.2"}, "multifamm": {"_type": "derivation", "name": "r-multifamm-0.1.1"}, "multifear": {"_type": "derivation", "name": "r-multifear-0.1.2"}, "multifluo": {"_type": "derivation", "name": "r-multifluo-1.1"}, "multifunc": {"_type": "derivation", "name": "r-multifunc-0.9.4"}, "multifwf": {"_type": "derivation", "name": "r-multifwf-0.2.2"}, "multigraph": {"_type": "derivation", "name": "r-multigraph-0.97-2"}, "multigraphr": {"_type": "derivation", "name": "r-multigraphr-0.1.0"}, "multigroup": {"_type": "derivation", "name": "r-multigroup-0.4.5"}, "multilateral": {"_type": "derivation", "name": "r-multilateral-1.0.0"}, "multilaterals": {"_type": "derivation", "name": "r-multilaterals-1.0"}, "multilevel": {"_type": "derivation", "name": "r-multilevel-2.7"}, "multilevelPSA": {"_type": "derivation", "name": "r-multilevelPSA-1.2.5"}, "multilevelTools": {"_type": "derivation", "name": "r-multilevelTools-0.1.1"}, "multilevelmod": {"_type": "derivation", "name": "r-multilevelmod-1.0.0"}, "multilinguer": {"_type": "derivation", "name": "r-multilinguer-0.2.4"}, "multimark": {"_type": "derivation", "name": "r-multimark-2.1.5"}, "multimode": {"_type": "derivation", "name": "r-multimode-1.5"}, "multimorbidity": {"_type": "derivation", "name": "r-multimorbidity-0.5.0"}, "multinbmod": {"_type": "derivation", "name": "r-multinbmod-1.0"}, "multinet": {"_type": "derivation", "name": "r-multinet-4.1"}, "multinets": {"_type": "derivation", "name": "r-multinets-0.2.2"}, "multinma": {"_type": "derivation", "name": "r-multinma-0.5.0"}, "multinomRob": {"_type": "derivation", "name": "r-multinomRob-1.8-6.1"}, "multinomialLogitMix": {"_type": "derivation", "name": "r-multinomialLogitMix-1.0"}, "multinomineq": {"_type": "derivation", "name": "r-multinomineq-0.2.4"}, "multiocc": {"_type": "derivation", "name": "r-multiocc-0.1.0"}, "multipanelfigure": {"_type": "derivation", "name": "r-multipanelfigure-2.1.2"}, "multipleNCC": {"_type": "derivation", "name": "r-multipleNCC-1.2-2"}, "multiplestressR": {"_type": "derivation", "name": "r-multiplestressR-0.1.1"}, "multiplex": {"_type": "derivation", "name": "r-multiplex-2.9.9"}, "multipol": {"_type": "derivation", "name": "r-multipol-1.0-7"}, "multirich": {"_type": "derivation", "name": "r-multirich-2.1.3"}, "multiridge": {"_type": "derivation", "name": "r-multiridge-1.11"}, "multiscan": {"_type": "derivation", "name": "r-multiscan-1.56.0"}, "multiselect": {"_type": "derivation", "name": "r-multiselect-0.1.0"}, "multisensi": {"_type": "derivation", "name": "r-multisensi-2.1-1"}, "multisite_accuracy": {"_type": "derivation", "name": "r-multisite.accuracy-1.1"}, "multisom": {"_type": "derivation", "name": "r-multisom-1.3"}, "multispatialCCM": {"_type": "derivation", "name": "r-multispatialCCM-1.2"}, "multitaper": {"_type": "derivation", "name": "r-multitaper-1.0-15"}, "multivar": {"_type": "derivation", "name": "r-multivar-1.1.0"}, "multivariance": {"_type": "derivation", "name": "r-multivariance-2.4.1"}, "multivator": {"_type": "derivation", "name": "r-multivator-1.1-10"}, "multiverse": {"_type": "derivation", "name": "r-multiverse-0.6.1"}, "multiversion": {"_type": "derivation", "name": "r-multiversion-0.3.6"}, "multiview": {"_type": "derivation", "name": "r-multiview-0.4"}, "multiviewtest": {"_type": "derivation", "name": "r-multiviewtest-2.0.1"}, "multiwave": {"_type": "derivation", "name": "r-multiwave-1.4"}, "multiway": {"_type": "derivation", "name": "r-multiway-1.0-6"}, "multiwayvcov": {"_type": "derivation", "name": "r-multiwayvcov-1.2.3"}, "multtest": {"_type": "derivation", "name": "r-multtest-2.52.0"}, "multxpert": {"_type": "derivation", "name": "r-multxpert-0.1.1"}, "muma": {"_type": "derivation", "name": "r-muma-1.4"}, "mumm": {"_type": "derivation", "name": "r-mumm-0.2.1"}, "mumosa": {"_type": "derivation", "name": "r-mumosa-1.4.0"}, "munfold": {"_type": "derivation", "name": "r-munfold-0.3.5"}, "munsell": {"_type": "derivation", "name": "r-munsell-0.5.0"}, "munsellinterpol": {"_type": "derivation", "name": "r-munsellinterpol-3.0-0"}, "murphydiagram": {"_type": "derivation", "name": "r-murphydiagram-0.12.2"}, "muscData": {"_type": "derivation", "name": "r-muscData-1.10.0"}, "muscat": {"_type": "derivation", "name": "r-muscat-1.10.1"}, "muscle": {"_type": "derivation", "name": "r-muscle-3.38.0"}, "musclesyneRgies": {"_type": "derivation", "name": "r-musclesyneRgies-1.2.5"}, "music": {"_type": "derivation", "name": "r-music-0.1.2"}, "musicNMR": {"_type": "derivation", "name": "r-musicNMR-0.0.2"}, "musica": {"_type": "derivation", "name": "r-musica-0.1.3"}, "musicatk": {"_type": "derivation", "name": "r-musicatk-1.6.0"}, "mustashe": {"_type": "derivation", "name": "r-mustashe-0.1.4"}, "mut": {"_type": "derivation", "name": "r-mut-1.1"}, "mutSignatures": {"_type": "derivation", "name": "r-mutSignatures-2.1.1"}, "mutoss": {"_type": "derivation", "name": "r-mutoss-0.1-12"}, "mutossGUI": {"_type": "derivation", "name": "r-mutossGUI-0.1-11"}, "mutualinf": {"_type": "derivation", "name": "r-mutualinf-1.1.2"}, "mvGPS": {"_type": "derivation", "name": "r-mvGPS-1.2.2"}, "mvLSW": {"_type": "derivation", "name": "r-mvLSW-1.2.5"}, "mvLSWimpute": {"_type": "derivation", "name": "r-mvLSWimpute-0.1.1"}, "mvMISE": {"_type": "derivation", "name": "r-mvMISE-1.0"}, "mvMORPH": {"_type": "derivation", "name": "r-mvMORPH-1.1.6"}, "mvMonitoring": {"_type": "derivation", "name": "r-mvMonitoring-0.2.0"}, "mvPot": {"_type": "derivation", "name": "r-mvPot-0.1.5"}, "mvProbit": {"_type": "derivation", "name": "r-mvProbit-0.1-10"}, "mvQuad": {"_type": "derivation", "name": "r-mvQuad-1.0-6"}, "mvSLOUCH": {"_type": "derivation", "name": "r-mvSLOUCH-2.7.5"}, "mvShapiroTest": {"_type": "derivation", "name": "r-mvShapiroTest-1.0"}, "mvabund": {"_type": "derivation", "name": "r-mvabund-4.2.1"}, "mvbutils": {"_type": "derivation", "name": "r-mvbutils-2.8.232"}, "mvc": {"_type": "derivation", "name": "r-mvc-1.3"}, "mvcluster": {"_type": "derivation", "name": "r-mvcluster-1.0"}, "mvctm": {"_type": "derivation", "name": "r-mvctm-1.2"}, "mvdalab": {"_type": "derivation", "name": "r-mvdalab-1.7"}, "mverse": {"_type": "derivation", "name": "r-mverse-0.1.0"}, "mvgb": {"_type": "derivation", "name": "r-mvgb-0.0.3"}, "mvglmmRank": {"_type": "derivation", "name": "r-mvglmmRank-1.2-2"}, "mvinfluence": {"_type": "derivation", "name": "r-mvinfluence-0.9.0"}, "mvmesh": {"_type": "derivation", "name": "r-mvmesh-1.6"}, "mvmeta": {"_type": "derivation", "name": "r-mvmeta-1.0.3"}, "mvnTest": {"_type": "derivation", "name": "r-mvnTest-1.1-0"}, "mvna": {"_type": "derivation", "name": "r-mvna-2.0.1"}, "mvnfast": {"_type": "derivation", "name": "r-mvnfast-0.2.7"}, "mvngGrAd": {"_type": "derivation", "name": "r-mvngGrAd-0.1.5"}, "mvnimpute": {"_type": "derivation", "name": "r-mvnimpute-1.0.1"}, "mvnormalTest": {"_type": "derivation", "name": "r-mvnormalTest-1.0.0"}, "mvnormtest": {"_type": "derivation", "name": "r-mvnormtest-0.1-9"}, "mvnpermute": {"_type": "derivation", "name": "r-mvnpermute-1.0.1"}, "mvord": {"_type": "derivation", "name": "r-mvord-1.1.1"}, "mvoutData": {"_type": "derivation", "name": "r-mvoutData-1.32.0"}, "mvoutlier": {"_type": "derivation", "name": "r-mvoutlier-2.1.1"}, "mvp": {"_type": "derivation", "name": "r-mvp-1.0-12"}, "mvpd": {"_type": "derivation", "name": "r-mvpd-0.0.3"}, "mvprpb": {"_type": "derivation", "name": "r-mvprpb-1.0.4"}, "mvrsquared": {"_type": "derivation", "name": "r-mvrsquared-0.1.4"}, "mvrtn": {"_type": "derivation", "name": "r-mvrtn-1.0"}, "mvst": {"_type": "derivation", "name": "r-mvst-1.1.0"}, "mvtmeta": {"_type": "derivation", "name": "r-mvtmeta-1.1"}, "mvtnorm": {"_type": "derivation", "name": "r-mvtnorm-1.1-3"}, "mvtsplot": {"_type": "derivation", "name": "r-mvtsplot-1.0-4"}, "mwTensor": {"_type": "derivation", "name": "r-mwTensor-0.99.6"}, "mwa": {"_type": "derivation", "name": "r-mwa-0.4.4"}, "mwaved": {"_type": "derivation", "name": "r-mwaved-1.1.8"}, "mwcsr": {"_type": "derivation", "name": "r-mwcsr-0.1.6"}, "mwgcod_db": {"_type": "derivation", "name": "r-mwgcod.db-3.4.0"}, "mwshiny": {"_type": "derivation", "name": "r-mwshiny-2.1.0"}, "mxkssd": {"_type": "derivation", "name": "r-mxkssd-1.2"}, "mxmmod": {"_type": "derivation", "name": "r-mxmmod-1.1.0"}, "mxnorm": {"_type": "derivation", "name": "r-mxnorm-1.0.2"}, "myTAI": {"_type": "derivation", "name": "r-myTAI-0.9.3"}, "mycobacrvR": {"_type": "derivation", "name": "r-mycobacrvR-1.1"}, "mycor": {"_type": "derivation", "name": "r-mycor-0.1.1"}, "myepisodes": {"_type": "derivation", "name": "r-myepisodes-1.1.1"}, "mygene": {"_type": "derivation", "name": "r-mygene-1.32.0"}, "myvariant": {"_type": "derivation", "name": "r-myvariant-1.26.0"}, "mzID": {"_type": "derivation", "name": "r-mzID-1.34.0"}, "mzR": {"_type": "derivation", "name": "r-mzR-2.30.0"}, "mztwinreg": {"_type": "derivation", "name": "r-mztwinreg-1.0-1"}, "n1qn1": {"_type": "derivation", "name": "r-n1qn1-6.0.1-11"}, "nCDunnett": {"_type": "derivation", "name": "r-nCDunnett-1.1.0"}, "nCal": {"_type": "derivation", "name": "r-nCal-2021.9-12"}, "nCopula": {"_type": "derivation", "name": "r-nCopula-0.1.1"}, "nCov2019": {"_type": "derivation", "name": "r-nCov2019-0.4.5"}, "nFCA": {"_type": "derivation", "name": "r-nFCA-0.3"}, "nFactors": {"_type": "derivation", "name": "r-nFactors-2.4.1.1"}, "nJira": {"_type": "derivation", "name": "r-nJira-0.1.1"}, "nLTT": {"_type": "derivation", "name": "r-nLTT-1.4.8"}, "nVennR": {"_type": "derivation", "name": "r-nVennR-0.2.3"}, "na_tools": {"_type": "derivation", "name": "r-na.tools-0.3.1"}, "naaccr": {"_type": "derivation", "name": "r-naaccr-1.0.0"}, "nabor": {"_type": "derivation", "name": "r-nabor-0.5.0"}, "nadiv": {"_type": "derivation", "name": "r-nadiv-2.17.1"}, "naflex": {"_type": "derivation", "name": "r-naflex-0.1.0"}, "naijR": {"_type": "derivation", "name": "r-naijR-0.5.0"}, "naive": {"_type": "derivation", "name": "r-naive-1.2.0"}, "naivebayes": {"_type": "derivation", "name": "r-naivebayes-0.9.7"}, "naivereg": {"_type": "derivation", "name": "r-naivereg-1.0.5"}, "nakagami": {"_type": "derivation", "name": "r-nakagami-1.1.0"}, "name": {"_type": "derivation", "name": "r-name-0.0.1"}, "namedCapture": {"_type": "derivation", "name": "r-namedCapture-2020.4.1"}, "namedropR": {"_type": "derivation", "name": "r-namedropR-2.4.1"}, "namer": {"_type": "derivation", "name": "r-namer-0.1.6"}, "namespace": {"_type": "derivation", "name": "r-namespace-0.9.1"}, "nametagger": {"_type": "derivation", "name": "r-nametagger-0.1.1"}, "nandb": {"_type": "derivation", "name": "r-nandb-2.1.0"}, "naniar": {"_type": "derivation", "name": "r-naniar-0.6.1"}, "nanonext": {"_type": "derivation", "name": "r-nanonext-0.6.0"}, "nanop": {"_type": "derivation", "name": "r-nanop-2.0-6"}, "nanostringr": {"_type": "derivation", "name": "r-nanostringr-0.4.0"}, "nanotatoR": {"_type": "derivation", "name": "r-nanotatoR-1.12.0"}, "nanotime": {"_type": "derivation", "name": "r-nanotime-0.3.7"}, "nanotubes": {"_type": "derivation", "name": "r-nanotubes-1.12.0"}, "naptanr": {"_type": "derivation", "name": "r-naptanr-1.0.1"}, "naptime": {"_type": "derivation", "name": "r-naptime-1.3.0"}, "nardl": {"_type": "derivation", "name": "r-nardl-0.1.6"}, "narray": {"_type": "derivation", "name": "r-narray-0.5.1"}, "naryn": {"_type": "derivation", "name": "r-naryn-2.6.9"}, "nasadata": {"_type": "derivation", "name": "r-nasadata-0.9.0"}, "nasapower": {"_type": "derivation", "name": "r-nasapower-4.0.8"}, "nasaweather": {"_type": "derivation", "name": "r-nasaweather-0.1"}, "naspaclust": {"_type": "derivation", "name": "r-naspaclust-0.2.1"}, "nat": {"_type": "derivation", "name": "r-nat-1.8.19"}, "nat_nblast": {"_type": "derivation", "name": "r-nat.nblast-1.6.5"}, "nat_templatebrains": {"_type": "derivation", "name": "r-nat.templatebrains-1.0"}, "nat_utils": {"_type": "derivation", "name": "r-nat.utils-0.5.1"}, "natcpp": {"_type": "derivation", "name": "r-natcpp-0.1.0"}, "natmanager": {"_type": "derivation", "name": "r-natmanager-0.4.9"}, "natserv": {"_type": "derivation", "name": "r-natserv-1.0.0"}, "natstrat": {"_type": "derivation", "name": "r-natstrat-2.0.0"}, "naturaList": {"_type": "derivation", "name": "r-naturaList-0.5.0"}, "natural": {"_type": "derivation", "name": "r-natural-0.9.0"}, "naturalsort": {"_type": "derivation", "name": "r-naturalsort-0.1.3"}, "navigatr": {"_type": "derivation", "name": "r-navigatr-0.1.2"}, "nawtilus": {"_type": "derivation", "name": "r-nawtilus-0.1.4"}, "nbTransmission": {"_type": "derivation", "name": "r-nbTransmission-1.1.2"}, "nbapalettes": {"_type": "derivation", "name": "r-nbapalettes-0.1.0"}, "nbc4va": {"_type": "derivation", "name": "r-nbc4va-1.2"}, "nbconvertR": {"_type": "derivation", "name": "r-nbconvertR-1.3.2"}, "nberwp": {"_type": "derivation", "name": "r-nberwp-1.2.0"}, "nbfar": {"_type": "derivation", "name": "r-nbfar-0.1"}, "nbody": {"_type": "derivation", "name": "r-nbody-1.33"}, "nbpMatching": {"_type": "derivation", "name": "r-nbpMatching-1.5.1"}, "nc": {"_type": "derivation", "name": "r-nc-2020.8.6"}, "ncGTW": {"_type": "derivation", "name": "r-ncGTW-1.10.0"}, "ncRNAtools": {"_type": "derivation", "name": "r-ncRNAtools-1.6.0"}, "ncappc": {"_type": "derivation", "name": "r-ncappc-0.3.0"}, "ncar": {"_type": "derivation", "name": "r-ncar-0.4.5"}, "ncbit": {"_type": "derivation", "name": "r-ncbit-2013.03.29.1"}, "ncdf4": {"_type": "derivation", "name": "r-ncdf4-1.19"}, "ncdf4_helpers": {"_type": "derivation", "name": "r-ncdf4.helpers-0.3-6"}, "ncdfFlow": {"_type": "derivation", "name": "r-ncdfFlow-2.42.1"}, "ncdfgeom": {"_type": "derivation", "name": "r-ncdfgeom-1.1.3"}, "ncdump": {"_type": "derivation", "name": "r-ncdump-0.0.3"}, "ncf": {"_type": "derivation", "name": "r-ncf-1.3-2"}, "ncg": {"_type": "derivation", "name": "r-ncg-0.1.1"}, "ncmeta": {"_type": "derivation", "name": "r-ncmeta-0.3.5"}, "ncodeR": {"_type": "derivation", "name": "r-ncodeR-0.2.0.1"}, "ncpen": {"_type": "derivation", "name": "r-ncpen-1.0.0"}, "ncvreg": {"_type": "derivation", "name": "r-ncvreg-3.13.0"}, "nda": {"_type": "derivation", "name": "r-nda-0.1.6"}, "ndexr": {"_type": "derivation", "name": "r-ndexr-1.18.0"}, "ndi": {"_type": "derivation", "name": "r-ndi-0.1.2"}, "ndjson": {"_type": "derivation", "name": "r-ndjson-0.9.0"}, "ndl": {"_type": "derivation", "name": "r-ndl-0.2.18"}, "ndtv": {"_type": "derivation", "name": "r-ndtv-0.13.2"}, "ndvtest": {"_type": "derivation", "name": "r-ndvtest-1.0-0"}, "nearBynding": {"_type": "derivation", "name": "r-nearBynding-1.6.0"}, "nearfar": {"_type": "derivation", "name": "r-nearfar-1.2"}, "neariso": {"_type": "derivation", "name": "r-neariso-1.0.1"}, "neat": {"_type": "derivation", "name": "r-neat-1.2.3"}, "neatRanges": {"_type": "derivation", "name": "r-neatRanges-0.1.4"}, "neatStats": {"_type": "derivation", "name": "r-neatStats-1.11.0"}, "neatmaps": {"_type": "derivation", "name": "r-neatmaps-2.1.0"}, "nebula": {"_type": "derivation", "name": "r-nebula-1.2.0"}, "needmining": {"_type": "derivation", "name": "r-needmining-0.1.1"}, "needs": {"_type": "derivation", "name": "r-needs-0.0.3"}, "needy": {"_type": "derivation", "name": "r-needy-0.2"}, "negenes": {"_type": "derivation", "name": "r-negenes-1.0-12"}, "negligible": {"_type": "derivation", "name": "r-negligible-0.1.2"}, "neighbours": {"_type": "derivation", "name": "r-neighbours-0.1-2"}, "neighbr": {"_type": "derivation", "name": "r-neighbr-1.0.3"}, "neldermead": {"_type": "derivation", "name": "r-neldermead-1.0-12"}, "nempi": {"_type": "derivation", "name": "r-nempi-1.4.0"}, "neo2R": {"_type": "derivation", "name": "r-neo2R-2.1.1"}, "neo4jshell": {"_type": "derivation", "name": "r-neo4jshell-0.1.2"}, "neo4r": {"_type": "derivation", "name": "r-neo4r-0.1.1"}, "neonOS": {"_type": "derivation", "name": "r-neonOS-1.0.0"}, "neonUtilities": {"_type": "derivation", "name": "r-neonUtilities-2.1.4"}, "neonstore": {"_type": "derivation", "name": "r-neonstore-0.4.4"}, "neotoma": {"_type": "derivation", "name": "r-neotoma-1.7.4"}, "nephro": {"_type": "derivation", "name": "r-nephro-1.3"}, "neptune": {"_type": "derivation", "name": "r-neptune-0.2.3"}, "nesRdata": {"_type": "derivation", "name": "r-nesRdata-0.3.1"}, "nestedcv": {"_type": "derivation", "name": "r-nestedcv-0.4.0"}, "nestedmodels": {"_type": "derivation", "name": "r-nestedmodels-1.0.1"}, "nestfs": {"_type": "derivation", "name": "r-nestfs-1.0.2"}, "nestr": {"_type": "derivation", "name": "r-nestr-0.1.2"}, "net4pg": {"_type": "derivation", "name": "r-net4pg-0.1.1"}, "netClust": {"_type": "derivation", "name": "r-netClust-1.0.1"}, "netCoin": {"_type": "derivation", "name": "r-netCoin-2.0.20"}, "netDx": {"_type": "derivation", "name": "r-netDx-1.8.0"}, "netOmics": {"_type": "derivation", "name": "r-netOmics-1.2.0"}, "netSEM": {"_type": "derivation", "name": "r-netSEM-0.6.0"}, "netShiny": {"_type": "derivation", "name": "r-netShiny-1.0"}, "netSmooth": {"_type": "derivation", "name": "r-netSmooth-1.16.0"}, "netUtils": {"_type": "derivation", "name": "r-netUtils-0.8.0"}, "netZooR": {"_type": "derivation", "name": "r-netZooR-1.0.0"}, "netassoc": {"_type": "derivation", "name": "r-netassoc-0.7.0"}, "netbiov": {"_type": "derivation", "name": "r-netbiov-1.30.0"}, "netboost": {"_type": "derivation", "name": "r-netboost-2.4.1"}, "netboxr": {"_type": "derivation", "name": "r-netboxr-1.7.1"}, "netchain": {"_type": "derivation", "name": "r-netchain-0.2.0"}, "netcmc": {"_type": "derivation", "name": "r-netcmc-1.0.1"}, "netcom": {"_type": "derivation", "name": "r-netcom-2.1.6"}, "netcontrol": {"_type": "derivation", "name": "r-netcontrol-0.1"}, "netdiffuseR": {"_type": "derivation", "name": "r-netdiffuseR-1.22.4"}, "netgen": {"_type": "derivation", "name": "r-netgen-1.3.2"}, "netgsa": {"_type": "derivation", "name": "r-netgsa-4.0.4"}, "netgwas": {"_type": "derivation", "name": "r-netgwas-1.14.1"}, "nethet": {"_type": "derivation", "name": "r-nethet-1.28.0"}, "netie": {"_type": "derivation", "name": "r-netie-1.0"}, "netjack": {"_type": "derivation", "name": "r-netjack-1.2.0"}, "netmap": {"_type": "derivation", "name": "r-netmap-0.1.1"}, "netmediate": {"_type": "derivation", "name": "r-netmediate-0.1.0"}, "netmeta": {"_type": "derivation", "name": "r-netmeta-2.5-0"}, "netmhc2pan": {"_type": "derivation", "name": "r-netmhc2pan-1.3.1"}, "netplot": {"_type": "derivation", "name": "r-netplot-0.1-1"}, "netprioR": {"_type": "derivation", "name": "r-netprioR-1.22.0"}, "netrankr": {"_type": "derivation", "name": "r-netrankr-1.2.0"}, "netregR": {"_type": "derivation", "name": "r-netregR-1.0.1"}, "netresponse": {"_type": "derivation", "name": "r-netresponse-1.56.1"}, "netropy": {"_type": "derivation", "name": "r-netropy-0.1.0"}, "nets": {"_type": "derivation", "name": "r-nets-0.9.1"}, "netseg": {"_type": "derivation", "name": "r-netseg-1.0-1"}, "netstat": {"_type": "derivation", "name": "r-netstat-0.1.2"}, "nettskjemar": {"_type": "derivation", "name": "r-nettskjemar-0.1.4"}, "network": {"_type": "derivation", "name": "r-network-1.18.0"}, "networkABC": {"_type": "derivation", "name": "r-networkABC-0.8-1"}, "networkBMA": {"_type": "derivation", "name": "r-networkBMA-2.35.0"}, "networkD3": {"_type": "derivation", "name": "r-networkD3-0.4"}, "networkDynamic": {"_type": "derivation", "name": "r-networkDynamic-0.11.2"}, "networkDynamicData": {"_type": "derivation", "name": "r-networkDynamicData-0.2.1"}, "networkGen": {"_type": "derivation", "name": "r-networkGen-0.1.1"}, "networkR": {"_type": "derivation", "name": "r-networkR-0.1.2"}, "networkTomography": {"_type": "derivation", "name": "r-networkTomography-0.3"}, "networkreporting": {"_type": "derivation", "name": "r-networkreporting-0.1.1"}, "networkscaleup": {"_type": "derivation", "name": "r-networkscaleup-0.1-1"}, "networksis": {"_type": "derivation", "name": "r-networksis-2.1-3"}, "networktools": {"_type": "derivation", "name": "r-networktools-1.5.0"}, "networktree": {"_type": "derivation", "name": "r-networktree-1.0.1"}, "neuRosim": {"_type": "derivation", "name": "r-neuRosim-0.2-13"}, "neural": {"_type": "derivation", "name": "r-neural-1.4.2.2"}, "neuralnet": {"_type": "derivation", "name": "r-neuralnet-1.44.2"}, "neurobase": {"_type": "derivation", "name": "r-neurobase-1.32.3"}, "neuroblastoma": {"_type": "derivation", "name": "r-neuroblastoma-1.0"}, "neurocInstall": {"_type": "derivation", "name": "r-neurocInstall-0.12.0"}, "neurohcp": {"_type": "derivation", "name": "r-neurohcp-0.9.0"}, "neuroim": {"_type": "derivation", "name": "r-neuroim-0.0.6"}, "neuromplex": {"_type": "derivation", "name": "r-neuromplex-1.0-1"}, "neuronorm": {"_type": "derivation", "name": "r-neuronorm-1.0.2"}, "neutralitytestr": {"_type": "derivation", "name": "r-neutralitytestr-0.0.3"}, "nevada": {"_type": "derivation", "name": "r-nevada-0.1.0"}, "neverhpfilter": {"_type": "derivation", "name": "r-neverhpfilter-0.4-0"}, "newFocus": {"_type": "derivation", "name": "r-newFocus-1.1"}, "newTestSurvRec": {"_type": "derivation", "name": "r-newTestSurvRec-1.0.2"}, "newsanchor": {"_type": "derivation", "name": "r-newsanchor-0.1.1"}, "newscatcheR": {"_type": "derivation", "name": "r-newscatcheR-0.1.1"}, "newsmap": {"_type": "derivation", "name": "r-newsmap-0.8.1"}, "newsmd": {"_type": "derivation", "name": "r-newsmd-0.4.0"}, "nextGenShinyApps": {"_type": "derivation", "name": "r-nextGenShinyApps-1.5"}, "nfer": {"_type": "derivation", "name": "r-nfer-1.1.0"}, "nfl4th": {"_type": "derivation", "name": "r-nfl4th-1.0.2"}, "nflfastR": {"_type": "derivation", "name": "r-nflfastR-4.4.0"}, "nflplotR": {"_type": "derivation", "name": "r-nflplotR-1.1.0"}, "nflreadr": {"_type": "derivation", "name": "r-nflreadr-1.3.1"}, "nflseedR": {"_type": "derivation", "name": "r-nflseedR-1.1.0"}, "nflverse": {"_type": "derivation", "name": "r-nflverse-1.0.2"}, "nftbart": {"_type": "derivation", "name": "r-nftbart-1.4"}, "ngboostForecast": {"_type": "derivation", "name": "r-ngboostForecast-0.1.1"}, "ngram": {"_type": "derivation", "name": "r-ngram-3.2.1"}, "ngramr": {"_type": "derivation", "name": "r-ngramr-1.9.0"}, "ngramrr": {"_type": "derivation", "name": "r-ngramrr-0.2.0"}, "ngsReports": {"_type": "derivation", "name": "r-ngsReports-1.12.4"}, "ngspatial": {"_type": "derivation", "name": "r-ngspatial-1.2-2"}, "nhanesA": {"_type": "derivation", "name": "r-nhanesA-0.7.1"}, "nhdR": {"_type": "derivation", "name": "r-nhdR-0.5.9"}, "nhdplusTools": {"_type": "derivation", "name": "r-nhdplusTools-0.5.7"}, "nhlapi": {"_type": "derivation", "name": "r-nhlapi-0.1.4"}, "nhlscrape": {"_type": "derivation", "name": "r-nhlscrape-0.1.3"}, "nhm": {"_type": "derivation", "name": "r-nhm-0.1.0"}, "nhs_predict": {"_type": "derivation", "name": "r-nhs.predict-1.4.0"}, "nhsnumber": {"_type": "derivation", "name": "r-nhsnumber-0.1.2"}, "nhstplot": {"_type": "derivation", "name": "r-nhstplot-1.1.0"}, "niaidMI": {"_type": "derivation", "name": "r-niaidMI-1.1.0"}, "nic": {"_type": "derivation", "name": "r-nic-0.0.1"}, "nice": {"_type": "derivation", "name": "r-nice-0.4-1"}, "nicheROVER": {"_type": "derivation", "name": "r-nicheROVER-1.1.0"}, "nichevol": {"_type": "derivation", "name": "r-nichevol-0.1.19"}, "nifti_io": {"_type": "derivation", "name": "r-nifti.io-1.0.0"}, "nightmares": {"_type": "derivation", "name": "r-nightmares-0.0.2"}, "nilde": {"_type": "derivation", "name": "r-nilde-1.1-7"}, "nima": {"_type": "derivation", "name": "r-nima-0.6.2"}, "nimble": {"_type": "derivation", "name": "r-nimble-0.12.2"}, "nimbleAPT": {"_type": "derivation", "name": "r-nimbleAPT-1.0.4"}, "nimbleCarbon": {"_type": "derivation", "name": "r-nimbleCarbon-0.2.1"}, "nimbleEcology": {"_type": "derivation", "name": "r-nimbleEcology-0.4.1"}, "nimbleNoBounds": {"_type": "derivation", "name": "r-nimbleNoBounds-1.0.1"}, "nimbleSCR": {"_type": "derivation", "name": "r-nimbleSCR-0.2.0"}, "nimbleSMC": {"_type": "derivation", "name": "r-nimbleSMC-0.10.1"}, "nipals": {"_type": "derivation", "name": "r-nipals-0.8"}, "nipnTK": {"_type": "derivation", "name": "r-nipnTK-0.1.0"}, "nitrcbot": {"_type": "derivation", "name": "r-nitrcbot-1.2"}, "nivm": {"_type": "derivation", "name": "r-nivm-0.3"}, "nixmass": {"_type": "derivation", "name": "r-nixmass-1.0.2"}, "njgeo": {"_type": "derivation", "name": "r-njgeo-0.1.0"}, "njtr1": {"_type": "derivation", "name": "r-njtr1-0.3.2"}, "nlMS": {"_type": "derivation", "name": "r-nlMS-1.1"}, "nlWaldTest": {"_type": "derivation", "name": "r-nlWaldTest-1.1.3"}, "nlaR": {"_type": "derivation", "name": "r-nlaR-0.4.0"}, "nlcv": {"_type": "derivation", "name": "r-nlcv-0.3.5"}, "nleqslv": {"_type": "derivation", "name": "r-nleqslv-3.3.3"}, "nlirms": {"_type": "derivation", "name": "r-nlirms-3.4.4"}, "nlist": {"_type": "derivation", "name": "r-nlist-0.3.3"}, "nlive": {"_type": "derivation", "name": "r-nlive-0.1.0"}, "nlme": {"_type": "derivation", "name": "r-nlme-3.1-160"}, "nlmeODE": {"_type": "derivation", "name": "r-nlmeODE-1.1"}, "nlmeU": {"_type": "derivation", "name": "r-nlmeU-0.70-9"}, "nlmeVPC": {"_type": "derivation", "name": "r-nlmeVPC-2.5"}, "nlmixr": {"_type": "derivation", "name": "r-nlmixr-2.0.7"}, "nlmixr2": {"_type": "derivation", "name": "r-nlmixr2-2.0.8"}, "nlmixr2data": {"_type": "derivation", "name": "r-nlmixr2data-2.0.7"}, "nlmixr2est": {"_type": "derivation", "name": "r-nlmixr2est-2.1.1"}, "nlmixr2extra": {"_type": "derivation", "name": "r-nlmixr2extra-2.0.8"}, "nlmixr2plot": {"_type": "derivation", "name": "r-nlmixr2plot-2.0.7"}, "nlmm": {"_type": "derivation", "name": "r-nlmm-1.0.1"}, "nlmrt": {"_type": "derivation", "name": "r-nlmrt-2016.3.2"}, "nlnet": {"_type": "derivation", "name": "r-nlnet-1.4"}, "nloptr": {"_type": "derivation", "name": "r-nloptr-2.0.3"}, "nlpred": {"_type": "derivation", "name": "r-nlpred-1.0.1"}, "nlraa": {"_type": "derivation", "name": "r-nlraa-1.5"}, "nlreg": {"_type": "derivation", "name": "r-nlreg-1.2-2.2"}, "nlrr": {"_type": "derivation", "name": "r-nlrr-0.1"}, "nlrx": {"_type": "derivation", "name": "r-nlrx-0.4.3"}, "nls2": {"_type": "derivation", "name": "r-nls2-0.3-3"}, "nlsMicrobio": {"_type": "derivation", "name": "r-nlsMicrobio-0.0-3"}, "nls_multstart": {"_type": "derivation", "name": "r-nls.multstart-1.2.0"}, "nlsem": {"_type": "derivation", "name": "r-nlsem-0.8"}, "nlshelper": {"_type": "derivation", "name": "r-nlshelper-0.2"}, "nlshrink": {"_type": "derivation", "name": "r-nlshrink-1.0.1"}, "nlsic": {"_type": "derivation", "name": "r-nlsic-1.0.2"}, "nlsmsn": {"_type": "derivation", "name": "r-nlsmsn-0.0-6"}, "nlsr": {"_type": "derivation", "name": "r-nlsr-2022.8.16"}, "nlsrk": {"_type": "derivation", "name": "r-nlsrk-1.1"}, "nlstac": {"_type": "derivation", "name": "r-nlstac-0.1.0"}, "nlstools": {"_type": "derivation", "name": "r-nlstools-2.0-0"}, "nlt": {"_type": "derivation", "name": "r-nlt-2.2-1"}, "nltm": {"_type": "derivation", "name": "r-nltm-1.4.4"}, "nlts": {"_type": "derivation", "name": "r-nlts-1.0-2"}, "nmaINLA": {"_type": "derivation", "name": "r-nmaINLA-1.1.0"}, "nmadb": {"_type": "derivation", "name": "r-nmadb-1.2.0"}, "nmaplateplot": {"_type": "derivation", "name": "r-nmaplateplot-1.0.1"}, "nmarank": {"_type": "derivation", "name": "r-nmarank-0.2-3"}, "nmathresh": {"_type": "derivation", "name": "r-nmathresh-0.1.6"}, "nmixgof": {"_type": "derivation", "name": "r-nmixgof-0.1.0"}, "nmm": {"_type": "derivation", "name": "r-nmm-0.9"}, "nmslibR": {"_type": "derivation", "name": "r-nmslibR-1.0.6"}, "nmw": {"_type": "derivation", "name": "r-nmw-0.1.4"}, "nnGarrote": {"_type": "derivation", "name": "r-nnGarrote-1.0.4"}, "nnNorm": {"_type": "derivation", "name": "r-nnNorm-2.60.0"}, "nnSVG": {"_type": "derivation", "name": "r-nnSVG-1.0.4"}, "nnTensor": {"_type": "derivation", "name": "r-nnTensor-1.1.8"}, "nna": {"_type": "derivation", "name": "r-nna-0.0.2.1"}, "nncc": {"_type": "derivation", "name": "r-nncc-1.0.0"}, "nnet": {"_type": "derivation", "name": "r-nnet-7.3-18"}, "nnetpredint": {"_type": "derivation", "name": "r-nnetpredint-1.2"}, "nnfor": {"_type": "derivation", "name": "r-nnfor-0.9.8"}, "nngeo": {"_type": "derivation", "name": "r-nngeo-0.4.6"}, "nnlasso": {"_type": "derivation", "name": "r-nnlasso-0.3"}, "nnlib2Rcpp": {"_type": "derivation", "name": "r-nnlib2Rcpp-0.1.9"}, "nnls": {"_type": "derivation", "name": "r-nnls-1.4"}, "nnspat": {"_type": "derivation", "name": "r-nnspat-0.1.1"}, "nnt": {"_type": "derivation", "name": "r-nnt-0.1.4"}, "nntrf": {"_type": "derivation", "name": "r-nntrf-0.1.4"}, "noaaoceans": {"_type": "derivation", "name": "r-noaaoceans-0.3.0"}, "noaastormevents": {"_type": "derivation", "name": "r-noaastormevents-0.2.0"}, "noah": {"_type": "derivation", "name": "r-noah-0.1.0"}, "noctua": {"_type": "derivation", "name": "r-noctua-2.6.0"}, "nodbi": {"_type": "derivation", "name": "r-nodbi-0.8.1"}, "node2vec": {"_type": "derivation", "name": "r-node2vec-0.1.0"}, "nodeHarvest": {"_type": "derivation", "name": "r-nodeHarvest-0.7-3"}, "nodeSub": {"_type": "derivation", "name": "r-nodeSub-1.2.5"}, "nodiv": {"_type": "derivation", "name": "r-nodiv-1.4.0"}, "nofrills": {"_type": "derivation", "name": "r-nofrills-0.3.2"}, "noia": {"_type": "derivation", "name": "r-noia-0.97.1"}, "noise": {"_type": "derivation", "name": "r-noise-1.0.1"}, "noisemodel": {"_type": "derivation", "name": "r-noisemodel-1.0.2"}, "noisyCE2": {"_type": "derivation", "name": "r-noisyCE2-1.1.0"}, "noisySBM": {"_type": "derivation", "name": "r-noisySBM-0.1.4"}, "noisyr": {"_type": "derivation", "name": "r-noisyr-1.0.0"}, "nombre": {"_type": "derivation", "name": "r-nombre-0.4.1"}, "nomclust": {"_type": "derivation", "name": "r-nomclust-2.5.0"}, "nominatimlite": {"_type": "derivation", "name": "r-nominatimlite-0.1.6"}, "nomisr": {"_type": "derivation", "name": "r-nomisr-0.4.7"}, "nomnoml": {"_type": "derivation", "name": "r-nomnoml-0.2.5"}, "nomogramEx": {"_type": "derivation", "name": "r-nomogramEx-3.0"}, "nomogramFormula": {"_type": "derivation", "name": "r-nomogramFormula-1.2.0.0"}, "nomordR": {"_type": "derivation", "name": "r-nomordR-0.1"}, "noncompliance": {"_type": "derivation", "name": "r-noncompliance-0.2.2"}, "noncomplyR": {"_type": "derivation", "name": "r-noncomplyR-1.0"}, "nondetects": {"_type": "derivation", "name": "r-nondetects-2.26.0"}, "nonet": {"_type": "derivation", "name": "r-nonet-0.4.0"}, "nonlinearICP": {"_type": "derivation", "name": "r-nonlinearICP-0.1.2.1"}, "nonlinearTseries": {"_type": "derivation", "name": "r-nonlinearTseries-0.2.12"}, "nonmem2R": {"_type": "derivation", "name": "r-nonmem2R-0.2.4"}, "nonmemica": {"_type": "derivation", "name": "r-nonmemica-0.9.9"}, "nonneg_cg": {"_type": "derivation", "name": "r-nonneg.cg-0.1.6-1"}, "nonnest2": {"_type": "derivation", "name": "r-nonnest2-0.5-5"}, "nonpar": {"_type": "derivation", "name": "r-nonpar-1.0.2"}, "nonparaeff": {"_type": "derivation", "name": "r-nonparaeff-0.5-13"}, "nonparametric_bayes": {"_type": "derivation", "name": "r-nonparametric.bayes-0.0.1"}, "nontarget": {"_type": "derivation", "name": "r-nontarget-1.9"}, "nontargetData": {"_type": "derivation", "name": "r-nontargetData-1.1"}, "nopaco": {"_type": "derivation", "name": "r-nopaco-1.0.6"}, "nopp": {"_type": "derivation", "name": "r-nopp-1.1.2"}, "nor1mix": {"_type": "derivation", "name": "r-nor1mix-1.3-0"}, "nord": {"_type": "derivation", "name": "r-nord-1.0.0"}, "nordklimdata1": {"_type": "derivation", "name": "r-nordklimdata1-1.2"}, "norgeo": {"_type": "derivation", "name": "r-norgeo-2.1.1"}, "norm": {"_type": "derivation", "name": "r-norm-1.0-10.0"}, "norm2": {"_type": "derivation", "name": "r-norm2-2.0.4"}, "normalize450K": {"_type": "derivation", "name": "r-normalize450K-1.24.0"}, "normalizeH": {"_type": "derivation", "name": "r-normalizeH-1.0.0"}, "normalp": {"_type": "derivation", "name": "r-normalp-0.7.2"}, "normalr": {"_type": "derivation", "name": "r-normalr-1.0.0"}, "normr": {"_type": "derivation", "name": "r-normr-1.22.0"}, "normtest": {"_type": "derivation", "name": "r-normtest-1.1"}, "normwhn_test": {"_type": "derivation", "name": "r-normwhn.test-1.0"}, "nortest": {"_type": "derivation", "name": "r-nortest-1.0-4"}, "nortestARMA": {"_type": "derivation", "name": "r-nortestARMA-1.0.2"}, "nortsTest": {"_type": "derivation", "name": "r-nortsTest-1.0.3"}, "nos": {"_type": "derivation", "name": "r-nos-1.1.0"}, "nose": {"_type": "derivation", "name": "r-nose-1.0"}, "nosoi": {"_type": "derivation", "name": "r-nosoi-1.1.0"}, "not": {"_type": "derivation", "name": "r-not-1.4"}, "notifyR": {"_type": "derivation", "name": "r-notifyR-1.02"}, "notifyme": {"_type": "derivation", "name": "r-notifyme-0.3.0"}, "novelforestSG": {"_type": "derivation", "name": "r-novelforestSG-2.0.0"}, "nowcastDFM": {"_type": "derivation", "name": "r-nowcastDFM-1.0.0"}, "nowcasting": {"_type": "derivation", "name": "r-nowcasting-1.1.4"}, "noweb": {"_type": "derivation", "name": "r-noweb-1.1-2"}, "np": {"_type": "derivation", "name": "r-np-0.60-16"}, "npExact": {"_type": "derivation", "name": "r-npExact-0.2"}, "npGSEA": {"_type": "derivation", "name": "r-npGSEA-1.32.0"}, "npIntFactRep": {"_type": "derivation", "name": "r-npIntFactRep-1.5"}, "npROCRegression": {"_type": "derivation", "name": "r-npROCRegression-1.0-6"}, "nparACT": {"_type": "derivation", "name": "r-nparACT-0.8"}, "nparLD": {"_type": "derivation", "name": "r-nparLD-2.2"}, "nparMD": {"_type": "derivation", "name": "r-nparMD-0.2.1"}, "nparcomp": {"_type": "derivation", "name": "r-nparcomp-3.0"}, "nparsurv": {"_type": "derivation", "name": "r-nparsurv-0.1.0"}, "npbr": {"_type": "derivation", "name": "r-npbr-1.7"}, "npcopTest": {"_type": "derivation", "name": "r-npcopTest-1.03"}, "npcp": {"_type": "derivation", "name": "r-npcp-0.2-2"}, "npcs": {"_type": "derivation", "name": "r-npcs-0.1.0"}, "npcure": {"_type": "derivation", "name": "r-npcure-0.1-5"}, "npde": {"_type": "derivation", "name": "r-npde-3.2"}, "nph": {"_type": "derivation", "name": "r-nph-2.1"}, "nphPower": {"_type": "derivation", "name": "r-nphPower-1.0.0"}, "nphRCT": {"_type": "derivation", "name": "r-nphRCT-0.1.0"}, "nplplot": {"_type": "derivation", "name": "r-nplplot-4.6"}, "nplr": {"_type": "derivation", "name": "r-nplr-0.1-7"}, "nplyr": {"_type": "derivation", "name": "r-nplyr-0.1.0"}, "npm": {"_type": "derivation", "name": "r-npm-1.0.0"}, "npmlda": {"_type": "derivation", "name": "r-npmlda-1.0.0"}, "npmlreg": {"_type": "derivation", "name": "r-npmlreg-0.46-5"}, "npmr": {"_type": "derivation", "name": "r-npmr-1.2"}, "npmv": {"_type": "derivation", "name": "r-npmv-2.4.0"}, "npordtests": {"_type": "derivation", "name": "r-npordtests-1.2"}, "nppbib": {"_type": "derivation", "name": "r-nppbib-1.2-0"}, "npphen": {"_type": "derivation", "name": "r-npphen-1.5.2"}, "nprcgenekeepr": {"_type": "derivation", "name": "r-nprcgenekeepr-1.0.5"}, "npreg": {"_type": "derivation", "name": "r-npreg-1.0-9"}, "npregderiv": {"_type": "derivation", "name": "r-npregderiv-1.0"}, "npregfast": {"_type": "derivation", "name": "r-npregfast-1.5.2"}, "nprobust": {"_type": "derivation", "name": "r-nprobust-0.4.0"}, "nproc": {"_type": "derivation", "name": "r-nproc-2.1.5"}, "nprotreg": {"_type": "derivation", "name": "r-nprotreg-1.1.0"}, "npsf": {"_type": "derivation", "name": "r-npsf-0.8.0"}, "npsr": {"_type": "derivation", "name": "r-npsr-0.1.1"}, "npst": {"_type": "derivation", "name": "r-npst-2.0"}, "npsurv": {"_type": "derivation", "name": "r-npsurv-0.5-0"}, "npsurvSS": {"_type": "derivation", "name": "r-npsurvSS-1.0.1"}, "nptest": {"_type": "derivation", "name": "r-nptest-1.0-3"}, "npwbs": {"_type": "derivation", "name": "r-npwbs-0.2.0"}, "nricens": {"_type": "derivation", "name": "r-nricens-1.6"}, "nsRFA": {"_type": "derivation", "name": "r-nsRFA-0.7-15"}, "nsROC": {"_type": "derivation", "name": "r-nsROC-1.1"}, "nsapi": {"_type": "derivation", "name": "r-nsapi-0.1.1"}, "nsarfima": {"_type": "derivation", "name": "r-nsarfima-0.2.0.0"}, "nscancor": {"_type": "derivation", "name": "r-nscancor-0.6.1-25"}, "nsdr": {"_type": "derivation", "name": "r-nsdr-0.1.1"}, "nse": {"_type": "derivation", "name": "r-nse-1.20"}, "nse2r": {"_type": "derivation", "name": "r-nse2r-0.1.5"}, "nser": {"_type": "derivation", "name": "r-nser-1.4.3"}, "nseval": {"_type": "derivation", "name": "r-nseval-0.4.2"}, "nsga2R": {"_type": "derivation", "name": "r-nsga2R-1.1"}, "nsga3": {"_type": "derivation", "name": "r-nsga3-0.0.3"}, "nsgp": {"_type": "derivation", "name": "r-nsgp-1.0.5"}, "nsm3data": {"_type": "derivation", "name": "r-nsm3data-0.1"}, "nsp": {"_type": "derivation", "name": "r-nsp-1.0.0"}, "nspmix": {"_type": "derivation", "name": "r-nspmix-1.5-0"}, "nsprcomp": {"_type": "derivation", "name": "r-nsprcomp-0.5.1-2"}, "nsrr": {"_type": "derivation", "name": "r-nsrr-0.2.0"}, "nsyllable": {"_type": "derivation", "name": "r-nsyllable-1.0.1"}, "ntwk": {"_type": "derivation", "name": "r-ntwk-1.0.0"}, "nuCpos": {"_type": "derivation", "name": "r-nuCpos-1.14.0"}, "nucim": {"_type": "derivation", "name": "r-nucim-1.0.11"}, "nucleR": {"_type": "derivation", "name": "r-nucleR-2.28.0"}, "nucleoSim": {"_type": "derivation", "name": "r-nucleoSim-1.24.0"}, "nugohs1a520180_db": {"_type": "derivation", "name": "r-nugohs1a520180.db-3.4.0"}, "nugohs1a520180cdf": {"_type": "derivation", "name": "r-nugohs1a520180cdf-3.4.0"}, "nugohs1a520180probe": {"_type": "derivation", "name": "r-nugohs1a520180probe-3.4.0"}, "nugomm1a520177_db": {"_type": "derivation", "name": "r-nugomm1a520177.db-3.4.0"}, "nugomm1a520177cdf": {"_type": "derivation", "name": "r-nugomm1a520177cdf-3.4.0"}, "nugomm1a520177probe": {"_type": "derivation", "name": "r-nugomm1a520177probe-3.4.0"}, "nullabor": {"_type": "derivation", "name": "r-nullabor-0.3.9"}, "nullranges": {"_type": "derivation", "name": "r-nullranges-1.2.0"}, "nullrangesData": {"_type": "derivation", "name": "r-nullrangesData-1.2.0"}, "numDeriv": {"_type": "derivation", "name": "r-numDeriv-2016.8-1.1"}, "numGen": {"_type": "derivation", "name": "r-numGen-0.1.1"}, "numKM": {"_type": "derivation", "name": "r-numKM-0.2.0"}, "numOSL": {"_type": "derivation", "name": "r-numOSL-2.6"}, "numbat": {"_type": "derivation", "name": "r-numbat-1.0.2"}, "numberofalleles": {"_type": "derivation", "name": "r-numberofalleles-1.0.1"}, "numbers": {"_type": "derivation", "name": "r-numbers-0.8-2"}, "numbersBR": {"_type": "derivation", "name": "r-numbersBR-0.0.2"}, "numform": {"_type": "derivation", "name": "r-numform-0.7.0"}, "nutriNetwork": {"_type": "derivation", "name": "r-nutriNetwork-0.1.1"}, "nutrientr": {"_type": "derivation", "name": "r-nutrientr-0.1"}, "nvctr": {"_type": "derivation", "name": "r-nvctr-0.1.4"}, "nvmix": {"_type": "derivation", "name": "r-nvmix-0.1-0"}, "nycflights13": {"_type": "derivation", "name": "r-nycflights13-1.0.2"}, "nzelect": {"_type": "derivation", "name": "r-nzelect-0.4.0"}, "nzffdr": {"_type": "derivation", "name": "r-nzffdr-2.0.0"}, "nzilbb_labbcat": {"_type": "derivation", "name": "r-nzilbb.labbcat-1.1-1"}, "nzpullover": {"_type": "derivation", "name": "r-nzpullover-0.3.0"}, "o2geosocial": {"_type": "derivation", "name": "r-o2geosocial-1.1.0"}, "o2plsda": {"_type": "derivation", "name": "r-o2plsda-0.0.18"}, "oRus": {"_type": "derivation", "name": "r-oRus-1.0.0"}, "oaColors": {"_type": "derivation", "name": "r-oaColors-0.0.4"}, "oaPlots": {"_type": "derivation", "name": "r-oaPlots-0.0.25"}, "oai": {"_type": "derivation", "name": "r-oai-0.3.2"}, "oaqc": {"_type": "derivation", "name": "r-oaqc-1.0"}, "oaxaca": {"_type": "derivation", "name": "r-oaxaca-0.1.5"}, "obAnalytics": {"_type": "derivation", "name": "r-obAnalytics-0.1.1"}, "obfuscatoR": {"_type": "derivation", "name": "r-obfuscatoR-0.2.1"}, "objectProperties": {"_type": "derivation", "name": "r-objectProperties-0.6.8"}, "objectSignals": {"_type": "derivation", "name": "r-objectSignals-0.10.3"}, "objectremover": {"_type": "derivation", "name": "r-objectremover-0.8.1"}, "oblicubes": {"_type": "derivation", "name": "r-oblicubes-0.1.2"}, "obliqueRF": {"_type": "derivation", "name": "r-obliqueRF-0.3"}, "obliqueRSF": {"_type": "derivation", "name": "r-obliqueRSF-0.1.2"}, "obsSens": {"_type": "derivation", "name": "r-obsSens-1.4"}, "obs_agree": {"_type": "derivation", "name": "r-obs.agree-1.0"}, "observer": {"_type": "derivation", "name": "r-observer-0.1.2"}, "oc": {"_type": "derivation", "name": "r-oc-1.2"}, "occ": {"_type": "derivation", "name": "r-occ-1.1"}, "occCite": {"_type": "derivation", "name": "r-occCite-0.5.6"}, "occTest": {"_type": "derivation", "name": "r-occTest-0.1"}, "occugene": {"_type": "derivation", "name": "r-occugene-1.56.0"}, "occupancy": {"_type": "derivation", "name": "r-occupancy-1.2"}, "ocd": {"_type": "derivation", "name": "r-ocd-1.1"}, "oce": {"_type": "derivation", "name": "r-oce-1.7-10"}, "oceCens": {"_type": "derivation", "name": "r-oceCens-0.1.1"}, "oceanexplorer": {"_type": "derivation", "name": "r-oceanexplorer-0.0.2"}, "oceanic": {"_type": "derivation", "name": "r-oceanic-0.1.4"}, "oceanis": {"_type": "derivation", "name": "r-oceanis-1.8.5"}, "oceanmap": {"_type": "derivation", "name": "r-oceanmap-0.1.1"}, "oceanwaves": {"_type": "derivation", "name": "r-oceanwaves-0.2.0"}, "ocedata": {"_type": "derivation", "name": "r-ocedata-0.2.2"}, "ockc": {"_type": "derivation", "name": "r-ockc-1.0"}, "oclust": {"_type": "derivation", "name": "r-oclust-0.1.0"}, "ocomposition": {"_type": "derivation", "name": "r-ocomposition-1.1"}, "ocp": {"_type": "derivation", "name": "r-ocp-0.1.1"}, "ocs4R": {"_type": "derivation", "name": "r-ocs4R-0.2-3"}, "oct4": {"_type": "derivation", "name": "r-oct4-1.12.0"}, "od": {"_type": "derivation", "name": "r-od-0.4.0"}, "odbc": {"_type": "derivation", "name": "r-odbc-1.3.3"}, "odds_converter": {"_type": "derivation", "name": "r-odds.converter-1.4.8"}, "odds_n_ends": {"_type": "derivation", "name": "r-odds.n.ends-0.1.4"}, "oddsapiR": {"_type": "derivation", "name": "r-oddsapiR-0.0.1"}, "oddsratio": {"_type": "derivation", "name": "r-oddsratio-2.0.1"}, "oddstream": {"_type": "derivation", "name": "r-oddstream-0.5.0"}, "odeGUTS": {"_type": "derivation", "name": "r-odeGUTS-1.0.1"}, "odeintr": {"_type": "derivation", "name": "r-odeintr-1.7.1"}, "odetector": {"_type": "derivation", "name": "r-odetector-1.0.0"}, "odin": {"_type": "derivation", "name": "r-odin-1.2.4"}, "odk": {"_type": "derivation", "name": "r-odk-1.5"}, "odns": {"_type": "derivation", "name": "r-odns-1.0.1"}, "odpc": {"_type": "derivation", "name": "r-odpc-2.0.5"}, "odr": {"_type": "derivation", "name": "r-odr-1.3.1"}, "odseq": {"_type": "derivation", "name": "r-odseq-1.24.0"}, "oem": {"_type": "derivation", "name": "r-oem-2.0.11"}, "oenb": {"_type": "derivation", "name": "r-oenb-0.0.2"}, "oews2020": {"_type": "derivation", "name": "r-oews2020-1.0.0"}, "oews2021": {"_type": "derivation", "name": "r-oews2021-1.0.0"}, "ofGEM": {"_type": "derivation", "name": "r-ofGEM-1.0"}, "officedown": {"_type": "derivation", "name": "r-officedown-0.2.4"}, "officer": {"_type": "derivation", "name": "r-officer-0.4.4"}, "offlineChange": {"_type": "derivation", "name": "r-offlineChange-0.0.4"}, "oglmx": {"_type": "derivation", "name": "r-oglmx-3.0.0.0"}, "ohenery": {"_type": "derivation", "name": "r-ohenery-0.1.1"}, "ohoegdm": {"_type": "derivation", "name": "r-ohoegdm-0.1.0"}, "ohtadstats": {"_type": "derivation", "name": "r-ohtadstats-2.1.1"}, "oii": {"_type": "derivation", "name": "r-oii-1.0.2.1"}, "ojsr": {"_type": "derivation", "name": "r-ojsr-0.1.2"}, "okmesonet": {"_type": "derivation", "name": "r-okmesonet-0.1.5"}, "olctools": {"_type": "derivation", "name": "r-olctools-0.3.0"}, "oligo": {"_type": "derivation", "name": "r-oligo-1.60.0"}, "oligoClasses": {"_type": "derivation", "name": "r-oligoClasses-1.58.0"}, "oligoData": {"_type": "derivation", "name": "r-oligoData-1.8.0"}, "ollg": {"_type": "derivation", "name": "r-ollg-1.0.0"}, "ollggamma": {"_type": "derivation", "name": "r-ollggamma-1.0.2"}, "olr": {"_type": "derivation", "name": "r-olr-1.1"}, "olsrr": {"_type": "derivation", "name": "r-olsrr-0.5.3"}, "omd": {"_type": "derivation", "name": "r-omd-1.0"}, "omicRexposome": {"_type": "derivation", "name": "r-omicRexposome-1.18.0"}, "omicade4": {"_type": "derivation", "name": "r-omicade4-1.36.0"}, "omicplotR": {"_type": "derivation", "name": "r-omicplotR-1.16.0"}, "omics": {"_type": "derivation", "name": "r-omics-0.1-5"}, "omicsPrint": {"_type": "derivation", "name": "r-omicsPrint-1.16.0"}, "omicsViewer": {"_type": "derivation", "name": "r-omicsViewer-1.0.1"}, "omicwas": {"_type": "derivation", "name": "r-omicwas-0.8.0"}, "omnibus": {"_type": "derivation", "name": "r-omnibus-1.1.2"}, "omopr": {"_type": "derivation", "name": "r-omopr-0.2"}, "ompBAM": {"_type": "derivation", "name": "r-ompBAM-1.0.0"}, "ompr": {"_type": "derivation", "name": "r-ompr-1.0.3"}, "ompr_roi": {"_type": "derivation", "name": "r-ompr.roi-1.0.1"}, "omsvg": {"_type": "derivation", "name": "r-omsvg-0.1.0"}, "omu": {"_type": "derivation", "name": "r-omu-1.0.7"}, "onadata": {"_type": "derivation", "name": "r-onadata-0.1"}, "onbabynames": {"_type": "derivation", "name": "r-onbabynames-0.0.1"}, "onbrand": {"_type": "derivation", "name": "r-onbrand-1.0.2"}, "onc_api": {"_type": "derivation", "name": "r-onc.api-2.0.1.0"}, "once": {"_type": "derivation", "name": "r-once-0.4.1"}, "oncoPredict": {"_type": "derivation", "name": "r-oncoPredict-0.2"}, "oncomix": {"_type": "derivation", "name": "r-oncomix-1.18.0"}, "oncomodel": {"_type": "derivation", "name": "r-oncomodel-1.0"}, "oncrawlR": {"_type": "derivation", "name": "r-oncrawlR-0.2.0"}, "ondisc": {"_type": "derivation", "name": "r-ondisc-1.0.0"}, "oneSENSE": {"_type": "derivation", "name": "r-oneSENSE-1.18.0"}, "oneclust": {"_type": "derivation", "name": "r-oneclust-0.2.2"}, "onehot": {"_type": "derivation", "name": "r-onehot-0.1.1"}, "onelogin": {"_type": "derivation", "name": "r-onelogin-0.2.0"}, "onemap": {"_type": "derivation", "name": "r-onemap-2.8.2"}, "onemapsgapi": {"_type": "derivation", "name": "r-onemapsgapi-1.0.0"}, "onepass": {"_type": "derivation", "name": "r-onepass-0.1.2"}, "onewaytests": {"_type": "derivation", "name": "r-onewaytests-2.6"}, "onion": {"_type": "derivation", "name": "r-onion-1.5-0"}, "onlineBcp": {"_type": "derivation", "name": "r-onlineBcp-0.1.8"}, "onlineCOV": {"_type": "derivation", "name": "r-onlineCOV-1.3"}, "onlineFDR": {"_type": "derivation", "name": "r-onlineFDR-2.4.0"}, "onlinePCA": {"_type": "derivation", "name": "r-onlinePCA-1.3.1"}, "onlineVAR": {"_type": "derivation", "name": "r-onlineVAR-0.1-1"}, "onlineforecast": {"_type": "derivation", "name": "r-onlineforecast-1.0.1"}, "onlineretail": {"_type": "derivation", "name": "r-onlineretail-0.1.2"}, "onls": {"_type": "derivation", "name": "r-onls-0.1-1"}, "onmaRg": {"_type": "derivation", "name": "r-onmaRg-0.1.2"}, "onnx": {"_type": "derivation", "name": "r-onnx-0.0.3"}, "onpoint": {"_type": "derivation", "name": "r-onpoint-1.0.2"}, "onsr": {"_type": "derivation", "name": "r-onsr-1.0.1"}, "ontoFAST": {"_type": "derivation", "name": "r-ontoFAST-1.0.0"}, "ontoProc": {"_type": "derivation", "name": "r-ontoProc-1.18.0"}, "ontoProcData": {"_type": "derivation", "name": "r-ontoProcData-0.99.9"}, "ontologics": {"_type": "derivation", "name": "r-ontologics-0.5.2"}, "ontologyIndex": {"_type": "derivation", "name": "r-ontologyIndex-2.10"}, "ontologyPlot": {"_type": "derivation", "name": "r-ontologyPlot-1.6"}, "ontologySimilarity": {"_type": "derivation", "name": "r-ontologySimilarity-2.5"}, "oolong": {"_type": "derivation", "name": "r-oolong-0.4.1"}, "oompaBase": {"_type": "derivation", "name": "r-oompaBase-3.2.9"}, "oompaData": {"_type": "derivation", "name": "r-oompaData-3.1.2"}, "ooplah": {"_type": "derivation", "name": "r-ooplah-0.2.0"}, "oops": {"_type": "derivation", "name": "r-oops-0.2.0"}, "oottest": {"_type": "derivation", "name": "r-oottest-0.9.1"}, "opGMMassessment": {"_type": "derivation", "name": "r-opGMMassessment-0.3.2"}, "opa": {"_type": "derivation", "name": "r-opa-0.5.3"}, "opalr": {"_type": "derivation", "name": "r-opalr-3.2.0"}, "opdisDownsampling": {"_type": "derivation", "name": "r-opdisDownsampling-0.8.2"}, "openCR": {"_type": "derivation", "name": "r-openCR-2.2.5"}, "openCyto": {"_type": "derivation", "name": "r-openCyto-2.8.4"}, "openEBGM": {"_type": "derivation", "name": "r-openEBGM-0.8.3"}, "openMSE": {"_type": "derivation", "name": "r-openMSE-1.0.0"}, "openNLP": {"_type": "derivation", "name": "r-openNLP-0.2-7"}, "openNLPdata": {"_type": "derivation", "name": "r-openNLPdata-1.5.3-4"}, "openPrimeR": {"_type": "derivation", "name": "r-openPrimeR-1.18.0"}, "openPrimeRui": {"_type": "derivation", "name": "r-openPrimeRui-1.18.0"}, "openSTARS": {"_type": "derivation", "name": "r-openSTARS-1.2.3"}, "openSkies": {"_type": "derivation", "name": "r-openSkies-1.1.6"}, "openVA": {"_type": "derivation", "name": "r-openVA-1.1.0"}, "openadds": {"_type": "derivation", "name": "r-openadds-0.2.0"}, "openai": {"_type": "derivation", "name": "r-openai-0.1.0"}, "openair": {"_type": "derivation", "name": "r-openair-2.11"}, "openairmaps": {"_type": "derivation", "name": "r-openairmaps-0.5.1"}, "openalexR": {"_type": "derivation", "name": "r-openalexR-1.0.0"}, "openbankeR": {"_type": "derivation", "name": "r-openbankeR-0.1.1"}, "openblender": {"_type": "derivation", "name": "r-openblender-0.5.81"}, "opencage": {"_type": "derivation", "name": "r-opencage-0.2.2"}, "opencpu": {"_type": "derivation", "name": "r-opencpu-2.2.8"}, "opencv": {"_type": "derivation", "name": "r-opencv-0.2.3"}, "opendatatoronto": {"_type": "derivation", "name": "r-opendatatoronto-0.1.5"}, "opendotaR": {"_type": "derivation", "name": "r-opendotaR-0.1.4"}, "openeo": {"_type": "derivation", "name": "r-openeo-1.2.2"}, "openintro": {"_type": "derivation", "name": "r-openintro-2.4.0"}, "openmetrics": {"_type": "derivation", "name": "r-openmetrics-0.3.0"}, "openssl": {"_type": "derivation", "name": "r-openssl-2.0.4"}, "opentimsr": {"_type": "derivation", "name": "r-opentimsr-1.0.13"}, "opentraj": {"_type": "derivation", "name": "r-opentraj-1.0"}, "opentripplanner": {"_type": "derivation", "name": "r-opentripplanner-0.4.0"}, "openxlsx": {"_type": "derivation", "name": "r-openxlsx-4.2.5.1"}, "openxlsx2": {"_type": "derivation", "name": "r-openxlsx2-0.3"}, "opera": {"_type": "derivation", "name": "r-opera-1.2.0"}, "operator_tools": {"_type": "derivation", "name": "r-operator.tools-1.6.3"}, "operators": {"_type": "derivation", "name": "r-operators-0.1-8"}, "opitools": {"_type": "derivation", "name": "r-opitools-1.8.0"}, "oposSOM": {"_type": "derivation", "name": "r-oposSOM-2.14.0"}, "oppar": {"_type": "derivation", "name": "r-oppar-1.24.0"}, "oppr": {"_type": "derivation", "name": "r-oppr-1.0.4"}, "oppti": {"_type": "derivation", "name": "r-oppti-1.10.0"}, "optAUC": {"_type": "derivation", "name": "r-optAUC-1.0"}, "optBiomarker": {"_type": "derivation", "name": "r-optBiomarker-1.0-28"}, "optCluster": {"_type": "derivation", "name": "r-optCluster-1.3.2"}, "optR": {"_type": "derivation", "name": "r-optR-1.2.5"}, "optband": {"_type": "derivation", "name": "r-optband-0.2.1"}, "optbdmaeAT": {"_type": "derivation", "name": "r-optbdmaeAT-1.0.1"}, "optbin": {"_type": "derivation", "name": "r-optbin-1.2"}, "optedr": {"_type": "derivation", "name": "r-optedr-1.0.1"}, "optextras": {"_type": "derivation", "name": "r-optextras-2019-12.4"}, "optiRum": {"_type": "derivation", "name": "r-optiRum-0.40.1"}, "optiSel": {"_type": "derivation", "name": "r-optiSel-2.0.5"}, "optiSolve": {"_type": "derivation", "name": "r-optiSolve-1.0"}, "opticskxi": {"_type": "derivation", "name": "r-opticskxi-0.1"}, "opticut": {"_type": "derivation", "name": "r-opticut-0.1-2"}, "optifunset": {"_type": "derivation", "name": "r-optifunset-1.0"}, "optigrab": {"_type": "derivation", "name": "r-optigrab-0.9.2.1"}, "optimCheck": {"_type": "derivation", "name": "r-optimCheck-1.0"}, "optimLanduse": {"_type": "derivation", "name": "r-optimLanduse-1.1.0"}, "optimParallel": {"_type": "derivation", "name": "r-optimParallel-1.0-2"}, "optimStrat": {"_type": "derivation", "name": "r-optimStrat-2.3"}, "optim_functions": {"_type": "derivation", "name": "r-optim.functions-0.1"}, "optimalFlow": {"_type": "derivation", "name": "r-optimalFlow-1.8.0"}, "optimalFlowData": {"_type": "derivation", "name": "r-optimalFlowData-1.8.0"}, "optimalThreshold": {"_type": "derivation", "name": "r-optimalThreshold-1.0"}, "optimall": {"_type": "derivation", "name": "r-optimall-0.1.1"}, "optimbase": {"_type": "derivation", "name": "r-optimbase-1.0-10"}, "optimg": {"_type": "derivation", "name": "r-optimg-0.1.2"}, "optimization": {"_type": "derivation", "name": "r-optimization-1.0-9"}, "optimizeR": {"_type": "derivation", "name": "r-optimizeR-0.1.1"}, "optimos_prime": {"_type": "derivation", "name": "r-optimos.prime-0.1.2"}, "optimr": {"_type": "derivation", "name": "r-optimr-2019-12.16"}, "optimsimplex": {"_type": "derivation", "name": "r-optimsimplex-1.0-8"}, "optimus": {"_type": "derivation", "name": "r-optimus-0.2.0"}, "optimx": {"_type": "derivation", "name": "r-optimx-2022-4.30"}, "optinterv": {"_type": "derivation", "name": "r-optinterv-0.1.0"}, "optional": {"_type": "derivation", "name": "r-optional-2.0.1"}, "optionstrat": {"_type": "derivation", "name": "r-optionstrat-1.4.1"}, "optiscale": {"_type": "derivation", "name": "r-optiscale-1.2.2"}, "optistock": {"_type": "derivation", "name": "r-optistock-0.0.1"}, "optmatch": {"_type": "derivation", "name": "r-optmatch-0.10.5"}, "optparse": {"_type": "derivation", "name": "r-optparse-1.7.3"}, "optpart": {"_type": "derivation", "name": "r-optpart-3.0-3"}, "optrcdmaeAT": {"_type": "derivation", "name": "r-optrcdmaeAT-1.0.0"}, "optrees": {"_type": "derivation", "name": "r-optrees-1.0"}, "optweight": {"_type": "derivation", "name": "r-optweight-0.2.5"}, "opusminer": {"_type": "derivation", "name": "r-opusminer-0.1-1"}, "orQA": {"_type": "derivation", "name": "r-orQA-0.2.1"}, "ora": {"_type": "derivation", "name": "r-ora-2.0-1"}, "orca": {"_type": "derivation", "name": "r-orca-1.1-1"}, "orclus": {"_type": "derivation", "name": "r-orclus-0.2-6"}, "orcutt": {"_type": "derivation", "name": "r-orcutt-2.3"}, "ordDisp": {"_type": "derivation", "name": "r-ordDisp-2.1.1"}, "ordPens": {"_type": "derivation", "name": "r-ordPens-1.0.0"}, "ordbetareg": {"_type": "derivation", "name": "r-ordbetareg-0.5.0"}, "ordcrm": {"_type": "derivation", "name": "r-ordcrm-1.0.0"}, "orderbook": {"_type": "derivation", "name": "r-orderbook-1.03"}, "ordering": {"_type": "derivation", "name": "r-ordering-0.7.0"}, "orderly": {"_type": "derivation", "name": "r-orderly-1.4.3"}, "orders": {"_type": "derivation", "name": "r-orders-0.1.6"}, "orderstats": {"_type": "derivation", "name": "r-orderstats-0.1.0"}, "ordiBreadth": {"_type": "derivation", "name": "r-ordiBreadth-1.0"}, "ordinal": {"_type": "derivation", "name": "r-ordinal-2019.12-10"}, "ordinalClust": {"_type": "derivation", "name": "r-ordinalClust-1.3.5"}, "ordinalCont": {"_type": "derivation", "name": "r-ordinalCont-2.0.2"}, "ordinalForest": {"_type": "derivation", "name": "r-ordinalForest-2.4-2"}, "ordinalLBM": {"_type": "derivation", "name": "r-ordinalLBM-1.0"}, "ordinalNet": {"_type": "derivation", "name": "r-ordinalNet-2.12"}, "ordinalRR": {"_type": "derivation", "name": "r-ordinalRR-1.1"}, "ordinalbayes": {"_type": "derivation", "name": "r-ordinalbayes-0.1.1"}, "ordinalgmifs": {"_type": "derivation", "name": "r-ordinalgmifs-1.0.7"}, "ordinalpattern": {"_type": "derivation", "name": "r-ordinalpattern-0.2.1"}, "ordr": {"_type": "derivation", "name": "r-ordr-0.1.1"}, "ore": {"_type": "derivation", "name": "r-ore-1.7.1.1"}, "oreo": {"_type": "derivation", "name": "r-oreo-1.0"}, "ores": {"_type": "derivation", "name": "r-ores-0.3.2"}, "orf": {"_type": "derivation", "name": "r-orf-0.1.4"}, "org": {"_type": "derivation", "name": "r-org-2022.7.21"}, "orgR": {"_type": "derivation", "name": "r-orgR-0.9.0"}, "org_Ag_eg_db": {"_type": "derivation", "name": "r-org.Ag.eg.db-3.15.0"}, "org_At_tair_db": {"_type": "derivation", "name": "r-org.At.tair.db-3.15.1"}, "org_Bt_eg_db": {"_type": "derivation", "name": "r-org.Bt.eg.db-3.15.0"}, "org_Ce_eg_db": {"_type": "derivation", "name": "r-org.Ce.eg.db-3.15.0"}, "org_Cf_eg_db": {"_type": "derivation", "name": "r-org.Cf.eg.db-3.15.0"}, "org_Dm_eg_db": {"_type": "derivation", "name": "r-org.Dm.eg.db-3.15.0"}, "org_Dr_eg_db": {"_type": "derivation", "name": "r-org.Dr.eg.db-3.15.0"}, "org_EcK12_eg_db": {"_type": "derivation", "name": "r-org.EcK12.eg.db-3.15.0"}, "org_EcSakai_eg_db": {"_type": "derivation", "name": "r-org.EcSakai.eg.db-3.15.0"}, "org_Gg_eg_db": {"_type": "derivation", "name": "r-org.Gg.eg.db-3.15.0"}, "org_Hs_eg_db": {"_type": "derivation", "name": "r-org.Hs.eg.db-3.15.0"}, "org_Mm_eg_db": {"_type": "derivation", "name": "r-org.Mm.eg.db-3.15.0"}, "org_Mmu_eg_db": {"_type": "derivation", "name": "r-org.Mmu.eg.db-3.15.0"}, "org_Mxanthus_db": {"_type": "derivation", "name": "r-org.Mxanthus.db-1.0.27"}, "org_Pf_plasmo_db": {"_type": "derivation", "name": "r-org.Pf.plasmo.db-3.14.0"}, "org_Pt_eg_db": {"_type": "derivation", "name": "r-org.Pt.eg.db-3.15.0"}, "org_Rn_eg_db": {"_type": "derivation", "name": "r-org.Rn.eg.db-3.15.0"}, "org_Sc_sgd_db": {"_type": "derivation", "name": "r-org.Sc.sgd.db-3.15.0"}, "org_Ss_eg_db": {"_type": "derivation", "name": "r-org.Ss.eg.db-3.15.0"}, "org_Xl_eg_db": {"_type": "derivation", "name": "r-org.Xl.eg.db-3.15.0"}, "organizr": {"_type": "derivation", "name": "r-organizr-0.1.0"}, "orgutils": {"_type": "derivation", "name": "r-orgutils-0.4-1"}, "orientlib": {"_type": "derivation", "name": "r-orientlib-0.10.4"}, "origami": {"_type": "derivation", "name": "r-origami-1.0.7"}, "origin": {"_type": "derivation", "name": "r-origin-1.0.0"}, "orloca": {"_type": "derivation", "name": "r-orloca-4.10"}, "orloca_es": {"_type": "derivation", "name": "r-orloca.es-4.9"}, "ormBigData": {"_type": "derivation", "name": "r-ormBigData-0.0.1"}, "ormPlot": {"_type": "derivation", "name": "r-ormPlot-0.3.4"}, "oro_dicom": {"_type": "derivation", "name": "r-oro.dicom-0.5.3"}, "oro_nifti": {"_type": "derivation", "name": "r-oro.nifti-0.11.4"}, "oro_pet": {"_type": "derivation", "name": "r-oro.pet-0.2.7"}, "orsifronts": {"_type": "derivation", "name": "r-orsifronts-0.2.0"}, "orsk": {"_type": "derivation", "name": "r-orsk-1.0-6"}, "orthoDr": {"_type": "derivation", "name": "r-orthoDr-0.6.5"}, "orthogene": {"_type": "derivation", "name": "r-orthogene-1.2.1"}, "orthogonalsplinebasis": {"_type": "derivation", "name": "r-orthogonalsplinebasis-0.1.7"}, "orthopolynom": {"_type": "derivation", "name": "r-orthopolynom-1.0-6.1"}, "osDesign": {"_type": "derivation", "name": "r-osDesign-1.8"}, "osc": {"_type": "derivation", "name": "r-osc-1.0.5"}, "oscar": {"_type": "derivation", "name": "r-oscar-1.0.4"}, "osd": {"_type": "derivation", "name": "r-osd-0.1"}, "osfr": {"_type": "derivation", "name": "r-osfr-0.2.9"}, "oshka": {"_type": "derivation", "name": "r-oshka-0.1.2"}, "oskeyring": {"_type": "derivation", "name": "r-oskeyring-0.1.5"}, "osmar": {"_type": "derivation", "name": "r-osmar-1.1-7"}, "osmdata": {"_type": "derivation", "name": "r-osmdata-0.1.10"}, "osmextract": {"_type": "derivation", "name": "r-osmextract-0.4.1"}, "osmgeosample": {"_type": "derivation", "name": "r-osmgeosample-0.1"}, "osmose": {"_type": "derivation", "name": "r-osmose-3.3.4"}, "osmplotr": {"_type": "derivation", "name": "r-osmplotr-0.3.3"}, "ospsuite_utils": {"_type": "derivation", "name": "r-ospsuite.utils-1.2.0"}, "osqp": {"_type": "derivation", "name": "r-osqp-0.6.0.6"}, "osrm": {"_type": "derivation", "name": "r-osrm-4.0.0"}, "osrmr": {"_type": "derivation", "name": "r-osrmr-0.1.36"}, "ot": {"_type": "derivation", "name": "r-ot-0.2.0"}, "otinference": {"_type": "derivation", "name": "r-otinference-0.1.0"}, "otp": {"_type": "derivation", "name": "r-otp-0.1.0"}, "otpr": {"_type": "derivation", "name": "r-otpr-0.5.1"}, "otrimle": {"_type": "derivation", "name": "r-otrimle-2.0"}, "otsad": {"_type": "derivation", "name": "r-otsad-0.2.0"}, "ottr": {"_type": "derivation", "name": "r-ottr-1.2.0"}, "ottrpal": {"_type": "derivation", "name": "r-ottrpal-1.0.1"}, "otuSummary": {"_type": "derivation", "name": "r-otuSummary-0.1.1"}, "otvPlots": {"_type": "derivation", "name": "r-otvPlots-0.2.1"}, "ouch": {"_type": "derivation", "name": "r-ouch-2.18"}, "outForest": {"_type": "derivation", "name": "r-outForest-0.1.2"}, "outbreaker2": {"_type": "derivation", "name": "r-outbreaker2-1.1.3"}, "outbreaks": {"_type": "derivation", "name": "r-outbreaks-1.9.0"}, "outcomerate": {"_type": "derivation", "name": "r-outcomerate-1.0.1"}, "outerbase": {"_type": "derivation", "name": "r-outerbase-0.1.0"}, "outlierensembles": {"_type": "derivation", "name": "r-outlierensembles-0.1.0"}, "outliers": {"_type": "derivation", "name": "r-outliers-0.15"}, "outliertree": {"_type": "derivation", "name": "r-outliertree-1.8.1-1"}, "outreg": {"_type": "derivation", "name": "r-outreg-0.2.2"}, "outsider": {"_type": "derivation", "name": "r-outsider-0.1.1"}, "outsider_base": {"_type": "derivation", "name": "r-outsider.base-0.1.4"}, "ouxy": {"_type": "derivation", "name": "r-ouxy-2.1"}, "overdisp": {"_type": "derivation", "name": "r-overdisp-0.1.1"}, "overlap": {"_type": "derivation", "name": "r-overlap-0.3.4"}, "overlapping": {"_type": "derivation", "name": "r-overlapping-2.0"}, "overlapptest": {"_type": "derivation", "name": "r-overlapptest-1.2-4"}, "override": {"__functionArgs": {"R": false, "overrides": false, "pkgs": false}, "__functor": "<function>"}, "overrideDerivation": "<function>", "overture": {"_type": "derivation", "name": "r-overture-0.4-0"}, "overviewR": {"_type": "derivation", "name": "r-overviewR-0.0.11"}, "owd": {"_type": "derivation", "name": "r-owd-1.0.6"}, "owdbr": {"_type": "derivation", "name": "r-owdbr-1.0.1.1"}, "owidR": {"_type": "derivation", "name": "r-owidR-1.4.0"}, "owmr": {"_type": "derivation", "name": "r-owmr-0.8.2"}, "ows4R": {"_type": "derivation", "name": "r-ows4R-0.3-1"}, "ox": {"_type": "derivation", "name": "r-ox-0.1.0"}, "oxcAAR": {"_type": "derivation", "name": "r-oxcAAR-1.1.1"}, "oxcgrt": {"_type": "derivation", "name": "r-oxcgrt-0.1.0"}, "oysteR": {"_type": "derivation", "name": "r-oysteR-0.1.1"}, "oz": {"_type": "derivation", "name": "r-oz-1.0-21"}, "ozmaps": {"_type": "derivation", "name": "r-ozmaps-0.4.5"}, "p2distance": {"_type": "derivation", "name": "r-p2distance-1.0.1"}, "p3state_msm": {"_type": "derivation", "name": "r-p3state.msm-1.3"}, "pARI": {"_type": "derivation", "name": "r-pARI-1.1.1"}, "pAnalysis": {"_type": "derivation", "name": "r-pAnalysis-2.0"}, "pBrackets": {"_type": "derivation", "name": "r-pBrackets-1.0.1"}, "pCODE": {"_type": "derivation", "name": "r-pCODE-0.9.4"}, "pCalibrate": {"_type": "derivation", "name": "r-pCalibrate-0.2-1"}, "pGMGM": {"_type": "derivation", "name": "r-pGMGM-1.0"}, "pGPx": {"_type": "derivation", "name": "r-pGPx-0.1.2"}, "pKSEA": {"_type": "derivation", "name": "r-pKSEA-0.0.1"}, "pRF": {"_type": "derivation", "name": "r-pRF-1.2"}, "pROC": {"_type": "derivation", "name": "r-pROC-1.18.0"}, "pRSR": {"_type": "derivation", "name": "r-pRSR-3.1.1"}, "pRecipe": {"_type": "derivation", "name": "r-pRecipe-0.4.0"}, "pRepDesigns": {"_type": "derivation", "name": "r-pRepDesigns-1.0.0"}, "pRoloc": {"_type": "derivation", "name": "r-pRoloc-1.36.0"}, "pRolocGUI": {"_type": "derivation", "name": "r-pRolocGUI-2.6.0"}, "pRolocdata": {"_type": "derivation", "name": "r-pRolocdata-1.34.0"}, "pTITAN2": {"_type": "derivation", "name": "r-pTITAN2-1.0.2"}, "pa": {"_type": "derivation", "name": "r-pa-1.2-2"}, "pacbpred": {"_type": "derivation", "name": "r-pacbpred-0.92.2"}, "pack": {"_type": "derivation", "name": "r-pack-0.1-1"}, "packClassic": {"_type": "derivation", "name": "r-packClassic-0.5.2"}, "packDAMipd": {"_type": "derivation", "name": "r-packDAMipd-0.2.2"}, "packFinder": {"_type": "derivation", "name": "r-packFinder-1.8.0"}, "packHV": {"_type": "derivation", "name": "r-packHV-2.2"}, "packMBPLSDA": {"_type": "derivation", "name": "r-packMBPLSDA-0.9.0"}, "packS4": {"_type": "derivation", "name": "r-packS4-0.9.3"}, "packageDiff": {"_type": "derivation", "name": "r-packageDiff-0.1"}, "packageRank": {"_type": "derivation", "name": "r-packageRank-0.7.2"}, "packagefinder": {"_type": "derivation", "name": "r-packagefinder-0.3.2"}, "packager": {"_type": "derivation", "name": "r-packager-1.14.0"}, "packagetrackr": {"_type": "derivation", "name": "r-packagetrackr-0.1.1"}, "packcircles": {"_type": "derivation", "name": "r-packcircles-0.3.4"}, "packer": {"_type": "derivation", "name": "r-packer-0.1.3"}, "packrat": {"_type": "derivation", "name": "r-packrat-0.8.1"}, "pacman": {"_type": "derivation", "name": "r-pacman-0.5.1"}, "paco": {"_type": "derivation", "name": "r-paco-0.4.2"}, "pacotest": {"_type": "derivation", "name": "r-pacotest-0.4.1"}, "pacs": {"_type": "derivation", "name": "r-pacs-0.4.8"}, "pacviz": {"_type": "derivation", "name": "r-pacviz-1.0.2"}, "padma": {"_type": "derivation", "name": "r-padma-1.6.0"}, "padr": {"_type": "derivation", "name": "r-padr-0.6.1"}, "paeg1acdf": {"_type": "derivation", "name": "r-paeg1acdf-2.18.0"}, "paeg1aprobe": {"_type": "derivation", "name": "r-paeg1aprobe-2.18.0"}, "paf": {"_type": "derivation", "name": "r-paf-1.0"}, "pafdR": {"_type": "derivation", "name": "r-pafdR-1.0"}, "pafr": {"_type": "derivation", "name": "r-pafr-0.0.2"}, "pageRank": {"_type": "derivation", "name": "r-pageRank-1.6.0"}, "pagedown": {"_type": "derivation", "name": "r-pagedown-0.19"}, "pagemap": {"_type": "derivation", "name": "r-pagemap-0.1.3"}, "pagenum": {"_type": "derivation", "name": "r-pagenum-1.2"}, "pageviews": {"_type": "derivation", "name": "r-pageviews-0.5.0"}, "pagoda2": {"_type": "derivation", "name": "r-pagoda2-1.0.10"}, "pagoo": {"_type": "derivation", "name": "r-pagoo-0.3.13"}, "painbow": {"_type": "derivation", "name": "r-painbow-1.0.1"}, "painter": {"_type": "derivation", "name": "r-painter-0.1.0"}, "paintingr": {"_type": "derivation", "name": "r-paintingr-0.1.0"}, "paintmap": {"_type": "derivation", "name": "r-paintmap-1.0"}, "paircompviz": {"_type": "derivation", "name": "r-paircompviz-1.34.0"}, "pairedCI": {"_type": "derivation", "name": "r-pairedCI-0.5-4"}, "pairheatmap": {"_type": "derivation", "name": "r-pairheatmap-1.0.1"}, "pairkat": {"_type": "derivation", "name": "r-pairkat-1.2.0"}, "pairsD3": {"_type": "derivation", "name": "r-pairsD3-0.1.3"}, "pairwise": {"_type": "derivation", "name": "r-pairwise-0.6.0-0"}, "pairwiseCI": {"_type": "derivation", "name": "r-pairwiseCI-0.1-27"}, "pairwiseComparisons": {"_type": "derivation", "name": "r-pairwiseComparisons-3.1.6"}, "pak": {"_type": "derivation", "name": "r-pak-0.3.1"}, "palaeoSig": {"_type": "derivation", "name": "r-palaeoSig-2.0-3"}, "palasso": {"_type": "derivation", "name": "r-palasso-0.0.8"}, "pald": {"_type": "derivation", "name": "r-pald-0.0.2"}, "paleoMAS": {"_type": "derivation", "name": "r-paleoMAS-2.0-1"}, "paleoTS": {"_type": "derivation", "name": "r-paleoTS-0.5.3"}, "paleobioDB": {"_type": "derivation", "name": "r-paleobioDB-0.7.0"}, "paleobuddy": {"_type": "derivation", "name": "r-paleobuddy-1.0.0"}, "paleofire": {"_type": "derivation", "name": "r-paleofire-1.2.4"}, "paleomorph": {"_type": "derivation", "name": "r-paleomorph-0.1.4"}, "paleopop": {"_type": "derivation", "name": "r-paleopop-2.1.4"}, "paleotree": {"_type": "derivation", "name": "r-paleotree-3.4.5"}, "paletteer": {"_type": "derivation", "name": "r-paletteer-1.5.0"}, "paletteknife": {"_type": "derivation", "name": "r-paletteknife-0.4.2"}, "palettesForR": {"_type": "derivation", "name": "r-palettesForR-0.1.2"}, "palettetown": {"_type": "derivation", "name": "r-palettetown-0.1.1"}, "palinsol": {"_type": "derivation", "name": "r-palinsol-0.93"}, "palm": {"_type": "derivation", "name": "r-palm-1.1.4"}, "palmerpenguins": {"_type": "derivation", "name": "r-palmerpenguins-0.1.1"}, "palmid": {"_type": "derivation", "name": "r-palmid-0.0.3"}, "palmtree": {"_type": "derivation", "name": "r-palmtree-0.9-1"}, "palr": {"_type": "derivation", "name": "r-palr-0.3.0"}, "pals": {"_type": "derivation", "name": "r-pals-1.7"}, "pamctdp": {"_type": "derivation", "name": "r-pamctdp-0.3.2"}, "pamm": {"_type": "derivation", "name": "r-pamm-1.121"}, "pammtools": {"_type": "derivation", "name": "r-pammtools-0.5.8"}, "pampe": {"_type": "derivation", "name": "r-pampe-1.1.2"}, "pamr": {"_type": "derivation", "name": "r-pamr-1.56.1"}, "pan": {"_type": "derivation", "name": "r-pan-1.6"}, "pandaR": {"_type": "derivation", "name": "r-pandaR-1.28.0"}, "pander": {"_type": "derivation", "name": "r-pander-0.6.5"}, "pandoc": {"_type": "derivation", "name": "r-pandoc-0.1.0"}, "pandocfilters": {"_type": "derivation", "name": "r-pandocfilters-0.1-6"}, "panelAR": {"_type": "derivation", "name": "r-panelAR-0.1"}, "panelView": {"_type": "derivation", "name": "r-panelView-1.1.11"}, "panelWranglR": {"_type": "derivation", "name": "r-panelWranglR-1.2.13"}, "panelaggregation": {"_type": "derivation", "name": "r-panelaggregation-0.1.1"}, "panelcn_mops": {"_type": "derivation", "name": "r-panelcn.mops-1.18.0"}, "panelr": {"_type": "derivation", "name": "r-panelr-0.7.6"}, "panelvar": {"_type": "derivation", "name": "r-panelvar-0.5.4"}, "pangaear": {"_type": "derivation", "name": "r-pangaear-1.1.0"}, "panp": {"_type": "derivation", "name": "r-panp-1.66.0"}, "panstarrs": {"_type": "derivation", "name": "r-panstarrs-0.1.0"}, "papaja": {"_type": "derivation", "name": "r-papaja-0.1.1"}, "papayar": {"_type": "derivation", "name": "r-papayar-1.0"}, "papci": {"_type": "derivation", "name": "r-papci-0.1.0"}, "papeR": {"_type": "derivation", "name": "r-papeR-1.0-5"}, "paperplanes": {"_type": "derivation", "name": "r-paperplanes-0.0.1.9"}, "parSim": {"_type": "derivation", "name": "r-parSim-0.1.4"}, "parade": {"_type": "derivation", "name": "r-parade-0.1"}, "paradox": {"_type": "derivation", "name": "r-paradox-0.10.0"}, "parallelDist": {"_type": "derivation", "name": "r-parallelDist-0.2.6"}, "parallelMCMCcombine": {"_type": "derivation", "name": "r-parallelMCMCcombine-2.0"}, "parallelML": {"_type": "derivation", "name": "r-parallelML-1.2"}, "parallelMap": {"_type": "derivation", "name": "r-parallelMap-1.5.1"}, "parallelPlot": {"_type": "derivation", "name": "r-parallelPlot-0.2.0"}, "parallelly": {"_type": "derivation", "name": "r-parallelly-1.32.1"}, "param6": {"_type": "derivation", "name": "r-param6-0.2.4"}, "paramGUI": {"_type": "derivation", "name": "r-paramGUI-2.1.4"}, "parameters": {"_type": "derivation", "name": "r-parameters-0.19.0"}, "paramhetero": {"_type": "derivation", "name": "r-paramhetero-1.0.0"}, "paramlink": {"_type": "derivation", "name": "r-paramlink-1.1-5"}, "paramlink2": {"_type": "derivation", "name": "r-paramlink2-1.0.3"}, "params": {"_type": "derivation", "name": "r-params-0.7.3"}, "paramtest": {"_type": "derivation", "name": "r-paramtest-0.1.0"}, "paran": {"_type": "derivation", "name": "r-paran-1.5.2"}, "parathyroidSE": {"_type": "derivation", "name": "r-parathyroidSE-1.34.0"}, "parboost": {"_type": "derivation", "name": "r-parboost-0.1.4"}, "parcats": {"_type": "derivation", "name": "r-parcats-0.0.4"}, "parcoords": {"_type": "derivation", "name": "r-parcoords-1.0.0"}, "pareg": {"_type": "derivation", "name": "r-pareg-1.0.0"}, "parfm": {"_type": "derivation", "name": "r-parfm-2.7.6"}, "parglm": {"_type": "derivation", "name": "r-parglm-0.1.7"}, "parglms": {"_type": "derivation", "name": "r-parglms-1.28.0"}, "parlitools": {"_type": "derivation", "name": "r-parlitools-0.4.1"}, "parma": {"_type": "derivation", "name": "r-parma-1.7"}, "parmigene": {"_type": "derivation", "name": "r-parmigene-1.1.0"}, "parmsurvfit": {"_type": "derivation", "name": "r-parmsurvfit-0.1.0"}, "parody": {"_type": "derivation", "name": "r-parody-1.54.0"}, "paropt": {"_type": "derivation", "name": "r-paropt-0.2.1"}, "parqr": {"_type": "derivation", "name": "r-parqr-0.1.0"}, "parseRPDR": {"_type": "derivation", "name": "r-parseRPDR-0.2.3"}, "parsec": {"_type": "derivation", "name": "r-parsec-1.2.6"}, "parsedate": {"_type": "derivation", "name": "r-parsedate-1.3.1"}, "parsel": {"_type": "derivation", "name": "r-parsel-0.2.1"}, "parsermd": {"_type": "derivation", "name": "r-parsermd-0.1.2"}, "parsnip": {"_type": "derivation", "name": "r-parsnip-1.0.2"}, "partDSA": {"_type": "derivation", "name": "r-partDSA-0.9.14"}, "partR2": {"_type": "derivation", "name": "r-partR2-0.9.1"}, "partialAR": {"_type": "derivation", "name": "r-partialAR-1.0.12"}, "partialCI": {"_type": "derivation", "name": "r-partialCI-1.2.0"}, "partialOR": {"_type": "derivation", "name": "r-partialOR-0.9"}, "partialised": {"_type": "derivation", "name": "r-partialised-0.1.0"}, "particle_swarm_optimisation": {"_type": "derivation", "name": "r-particle.swarm.optimisation-1.0"}, "particles": {"_type": "derivation", "name": "r-particles-0.2.3"}, "partition": {"_type": "derivation", "name": "r-partition-0.1.4"}, "partitionBEFsp": {"_type": "derivation", "name": "r-partitionBEFsp-1.0"}, "partitionComparison": {"_type": "derivation", "name": "r-partitionComparison-0.2.5"}, "partitionMap": {"_type": "derivation", "name": "r-partitionMap-0.5"}, "partitionMetric": {"_type": "derivation", "name": "r-partitionMetric-1.1"}, "partitions": {"_type": "derivation", "name": "r-partitions-1.10-7"}, "partools": {"_type": "derivation", "name": "r-partools-1.1.6"}, "partsm": {"_type": "derivation", "name": "r-partsm-1.1-3"}, "party": {"_type": "derivation", "name": "r-party-1.3-11"}, "partykit": {"_type": "derivation", "name": "r-partykit-1.2-16"}, "parviol": {"_type": "derivation", "name": "r-parviol-1.1"}, "parzer": {"_type": "derivation", "name": "r-parzer-0.4.1"}, "pasadr": {"_type": "derivation", "name": "r-pasadr-1.0"}, "pasilla": {"_type": "derivation", "name": "r-pasilla-1.24.0"}, "pasillaBamSubset": {"_type": "derivation", "name": "r-pasillaBamSubset-0.34.0"}, "pass_lme": {"_type": "derivation", "name": "r-pass.lme-0.9.0"}, "passport": {"_type": "derivation", "name": "r-passport-0.3.0"}, "passt": {"_type": "derivation", "name": "r-passt-0.1.3"}, "password": {"_type": "derivation", "name": "r-password-1.0-0"}, "pasteAsComment": {"_type": "derivation", "name": "r-pasteAsComment-0.2.0"}, "pastecs": {"_type": "derivation", "name": "r-pastecs-1.3.21"}, "pastis": {"_type": "derivation", "name": "r-pastis-0.1-2"}, "patPRO": {"_type": "derivation", "name": "r-patPRO-1.1.0"}, "patchDVI": {"_type": "derivation", "name": "r-patchDVI-1.10.1"}, "patchSynctex": {"_type": "derivation", "name": "r-patchSynctex-0.1-4"}, "patchwork": {"_type": "derivation", "name": "r-patchwork-1.1.2"}, "patentr": {"_type": "derivation", "name": "r-patentr-0.1.4"}, "patentsview": {"_type": "derivation", "name": "r-patentsview-0.3.0"}, "pathRender": {"_type": "derivation", "name": "r-pathRender-1.64.0"}, "pathVar": {"_type": "derivation", "name": "r-pathVar-1.26.0"}, "path_chain": {"_type": "derivation", "name": "r-path.chain-0.2.0"}, "pathdiagram": {"_type": "derivation", "name": "r-pathdiagram-0.1.9.1"}, "pathfindR": {"_type": "derivation", "name": "r-pathfindR-1.6.4"}, "pathfindR_data": {"_type": "derivation", "name": "r-pathfindR.data-1.1.2"}, "pathifier": {"_type": "derivation", "name": "r-pathifier-1.34.0"}, "pathlibr": {"_type": "derivation", "name": "r-pathlibr-0.1.0"}, "pathlit": {"_type": "derivation", "name": "r-pathlit-0.1.0"}, "pathmapping": {"_type": "derivation", "name": "r-pathmapping-1.0.2"}, "pathmodelfit": {"_type": "derivation", "name": "r-pathmodelfit-1.0.5"}, "paths": {"_type": "derivation", "name": "r-paths-0.1.1"}, "pathview": {"_type": "derivation", "name": "r-pathview-1.36.1"}, "pathviewr": {"_type": "derivation", "name": "r-pathviewr-1.1.3"}, "pathwayPCA": {"_type": "derivation", "name": "r-pathwayPCA-1.12.0"}, "pathwayTMB": {"_type": "derivation", "name": "r-pathwayTMB-0.1.3"}, "patientProfilesVis": {"_type": "derivation", "name": "r-patientProfilesVis-2.0.2"}, "patrick": {"_type": "derivation", "name": "r-patrick-0.2.0"}, "patternator": {"_type": "derivation", "name": "r-patternator-0.1.0"}, "patternize": {"_type": "derivation", "name": "r-patternize-0.0.3"}, "patternplot": {"_type": "derivation", "name": "r-patternplot-1.0.0"}, "pauwels2014": {"_type": "derivation", "name": "r-pauwels2014-1.0"}, "pavo": {"_type": "derivation", "name": "r-pavo-2.8.0"}, "pawacc": {"_type": "derivation", "name": "r-pawacc-1.2.2"}, "paws": {"_type": "derivation", "name": "r-paws-0.1.12"}, "paws_analytics": {"_type": "derivation", "name": "r-paws.analytics-0.1.12"}, "paws_application_integration": {"_type": "derivation", "name": "r-paws.application.integration-0.1.13"}, "paws_common": {"_type": "derivation", "name": "r-paws.common-0.5.1"}, "paws_compute": {"_type": "derivation", "name": "r-paws.compute-0.1.13"}, "paws_cost_management": {"_type": "derivation", "name": "r-paws.cost.management-0.1.12"}, "paws_customer_engagement": {"_type": "derivation", "name": "r-paws.customer.engagement-0.1.12"}, "paws_database": {"_type": "derivation", "name": "r-paws.database-0.1.12"}, "paws_developer_tools": {"_type": "derivation", "name": "r-paws.developer.tools-0.1.12"}, "paws_end_user_computing": {"_type": "derivation", "name": "r-paws.end.user.computing-0.1.12"}, "paws_machine_learning": {"_type": "derivation", "name": "r-paws.machine.learning-0.1.12"}, "paws_management": {"_type": "derivation", "name": "r-paws.management-0.1.12"}, "paws_networking": {"_type": "derivation", "name": "r-paws.networking-0.1.12"}, "paws_security_identity": {"_type": "derivation", "name": "r-paws.security.identity-0.1.12"}, "paws_storage": {"_type": "derivation", "name": "r-paws.storage-0.1.12"}, "paxtoolsr": {"_type": "derivation", "name": "r-paxtoolsr-1.30.0"}, "pbANOVA": {"_type": "derivation", "name": "r-pbANOVA-0.1.0"}, "pbapply": {"_type": "derivation", "name": "r-pbapply-1.5-0"}, "pbatR": {"_type": "derivation", "name": "r-pbatR-2.2-13"}, "pbbd": {"_type": "derivation", "name": "r-pbbd-1.0.0"}, "pbcc": {"_type": "derivation", "name": "r-pbcc-0.0.3"}, "pbdBASE": {"_type": "derivation", "name": "r-pbdBASE-0.5-3"}, "pbdMPI": {"_type": "derivation", "name": "r-pbdMPI-0.4-6"}, "pbdPROF": {"_type": "derivation", "name": "r-pbdPROF-0.4-0"}, "pbdRPC": {"_type": "derivation", "name": "r-pbdRPC-0.2-1"}, "pbdSLAP": {"_type": "derivation", "name": "r-pbdSLAP-0.3-3"}, "pbdZMQ": {"_type": "derivation", "name": "r-pbdZMQ-0.3-8"}, "pbivnorm": {"_type": "derivation", "name": "r-pbivnorm-0.6.0"}, "pbixr": {"_type": "derivation", "name": "r-pbixr-0.1.4"}, "pbkrtest": {"_type": "derivation", "name": "r-pbkrtest-0.5.1"}, "pbm": {"_type": "derivation", "name": "r-pbm-1.2.1"}, "pbmcapply": {"_type": "derivation", "name": "r-pbmcapply-1.5.1"}, "pbo": {"_type": "derivation", "name": "r-pbo-1.3.5"}, "pbs": {"_type": "derivation", "name": "r-pbs-1.1"}, "pbv": {"_type": "derivation", "name": "r-pbv-0.4-22"}, "pcFactorStan": {"_type": "derivation", "name": "r-pcFactorStan-1.5.3"}, "pcIRT": {"_type": "derivation", "name": "r-pcIRT-0.2.4"}, "pcLasso": {"_type": "derivation", "name": "r-pcLasso-1.2"}, "pcSteiner": {"_type": "derivation", "name": "r-pcSteiner-1.0.0.1"}, "pca3d": {"_type": "derivation", "name": "r-pca3d-0.10.2"}, "pcaBootPlot": {"_type": "derivation", "name": "r-pcaBootPlot-0.2.0"}, "pcaExplorer": {"_type": "derivation", "name": "r-pcaExplorer-2.22.0"}, "pcaL1": {"_type": "derivation", "name": "r-pcaL1-1.5.6"}, "pcaMethods": {"_type": "derivation", "name": "r-pcaMethods-1.88.0"}, "pcaPP": {"_type": "derivation", "name": "r-pcaPP-2.0-3"}, "pcadapt": {"_type": "derivation", "name": "r-pcadapt-4.3.3"}, "pcal": {"_type": "derivation", "name": "r-pcal-1.0.0"}, "pcalg": {"_type": "derivation", "name": "r-pcalg-2.7-7"}, "pcalls": {"_type": "derivation", "name": "r-pcalls-1.0"}, "pcaone": {"_type": "derivation", "name": "r-pcaone-1.0.0"}, "pcatsAPIclientR": {"_type": "derivation", "name": "r-pcatsAPIclientR-1.0.0"}, "pccc": {"_type": "derivation", "name": "r-pccc-1.0.5"}, "pcdpca": {"_type": "derivation", "name": "r-pcdpca-0.4"}, "pcds": {"_type": "derivation", "name": "r-pcds-0.1.4"}, "pcensmix": {"_type": "derivation", "name": "r-pcensmix-1.2-1"}, "pcev": {"_type": "derivation", "name": "r-pcev-2.2.2"}, "pcg": {"_type": "derivation", "name": "r-pcg-1.1"}, "pcgen": {"_type": "derivation", "name": "r-pcgen-0.2.0"}, "pch": {"_type": "derivation", "name": "r-pch-2.0"}, "pchc": {"_type": "derivation", "name": "r-pchc-0.8"}, "pcmabc": {"_type": "derivation", "name": "r-pcmabc-1.1.3"}, "pcnetmeta": {"_type": "derivation", "name": "r-pcnetmeta-2.8"}, "pco": {"_type": "derivation", "name": "r-pco-1.0.1"}, "pcoxtime": {"_type": "derivation", "name": "r-pcoxtime-1.0.4"}, "pcr": {"_type": "derivation", "name": "r-pcr-1.2.2"}, "pcse": {"_type": "derivation", "name": "r-pcse-1.9.1.1"}, "pcsstools": {"_type": "derivation", "name": "r-pcsstools-0.1.1"}, "pct": {"_type": "derivation", "name": "r-pct-0.9.3"}, "pcts": {"_type": "derivation", "name": "r-pcts-0.15.5"}, "pcxn": {"_type": "derivation", "name": "r-pcxn-2.18.0"}, "pcxnData": {"_type": "derivation", "name": "r-pcxnData-2.18.0"}, "pdInfoBuilder": {"_type": "derivation", "name": "r-pdInfoBuilder-1.60.0"}, "pdR": {"_type": "derivation", "name": "r-pdR-1.8"}, "pdSpecEst": {"_type": "derivation", "name": "r-pdSpecEst-1.2.4"}, "pd_081229_hg18_promoter_medip_hx1": {"_type": "derivation", "name": "r-pd.081229.hg18.promoter.medip.hx1-0.99.4"}, "pd_2006_07_18_hg18_refseq_promoter": {"_type": "derivation", "name": "r-pd.2006.07.18.hg18.refseq.promoter-1.8.1"}, "pd_2006_07_18_mm8_refseq_promoter": {"_type": "derivation", "name": "r-pd.2006.07.18.mm8.refseq.promoter-0.99.3"}, "pd_2006_10_31_rn34_refseq_promoter": {"_type": "derivation", "name": "r-pd.2006.10.31.rn34.refseq.promoter-0.99.3"}, "pd_ag": {"_type": "derivation", "name": "r-pd.ag-3.12.0"}, "pd_aragene_1_0_st": {"_type": "derivation", "name": "r-pd.aragene.1.0.st-3.12.0"}, "pd_aragene_1_1_st": {"_type": "derivation", "name": "r-pd.aragene.1.1.st-3.12.0"}, "pd_atdschip_tiling": {"_type": "derivation", "name": "r-pd.atdschip.tiling-0.34.0"}, "pd_ath1_121501": {"_type": "derivation", "name": "r-pd.ath1.121501-3.12.0"}, "pd_barley1": {"_type": "derivation", "name": "r-pd.barley1-3.12.0"}, "pd_bovgene_1_0_st": {"_type": "derivation", "name": "r-pd.bovgene.1.0.st-3.12.0"}, "pd_bovgene_1_1_st": {"_type": "derivation", "name": "r-pd.bovgene.1.1.st-3.12.0"}, "pd_bovine": {"_type": "derivation", "name": "r-pd.bovine-3.12.0"}, "pd_bsubtilis": {"_type": "derivation", "name": "r-pd.bsubtilis-3.12.0"}, "pd_cangene_1_0_st": {"_type": "derivation", "name": "r-pd.cangene.1.0.st-3.12.0"}, "pd_cangene_1_1_st": {"_type": "derivation", "name": "r-pd.cangene.1.1.st-3.12.0"}, "pd_canine": {"_type": "derivation", "name": "r-pd.canine-3.12.0"}, "pd_canine_2": {"_type": "derivation", "name": "r-pd.canine.2-3.12.0"}, "pd_celegans": {"_type": "derivation", "name": "r-pd.celegans-3.12.0"}, "pd_charm_hg18_example": {"_type": "derivation", "name": "r-pd.charm.hg18.example-0.99.4"}, "pd_chicken": {"_type": "derivation", "name": "r-pd.chicken-3.12.0"}, "pd_chigene_1_0_st": {"_type": "derivation", "name": "r-pd.chigene.1.0.st-3.12.0"}, "pd_chigene_1_1_st": {"_type": "derivation", "name": "r-pd.chigene.1.1.st-3.12.0"}, "pd_chogene_2_0_st": {"_type": "derivation", "name": "r-pd.chogene.2.0.st-3.12.0"}, "pd_chogene_2_1_st": {"_type": "derivation", "name": "r-pd.chogene.2.1.st-3.12.0"}, "pd_citrus": {"_type": "derivation", "name": "r-pd.citrus-3.12.0"}, "pd_clariom_d_human": {"_type": "derivation", "name": "r-pd.clariom.d.human-3.14.1"}, "pd_clariom_s_human": {"_type": "derivation", "name": "r-pd.clariom.s.human-3.14.1"}, "pd_clariom_s_human_ht": {"_type": "derivation", "name": "r-pd.clariom.s.human.ht-3.14.1"}, "pd_clariom_s_mouse": {"_type": "derivation", "name": "r-pd.clariom.s.mouse-3.14.1"}, "pd_clariom_s_mouse_ht": {"_type": "derivation", "name": "r-pd.clariom.s.mouse.ht-3.14.1"}, "pd_clariom_s_rat": {"_type": "derivation", "name": "r-pd.clariom.s.rat-3.14.1"}, "pd_clariom_s_rat_ht": {"_type": "derivation", "name": "r-pd.clariom.s.rat.ht-3.14.1"}, "pd_cotton": {"_type": "derivation", "name": "r-pd.cotton-3.12.0"}, "pd_cyngene_1_0_st": {"_type": "derivation", "name": "r-pd.cyngene.1.0.st-3.12.0"}, "pd_cyngene_1_1_st": {"_type": "derivation", "name": "r-pd.cyngene.1.1.st-3.12.0"}, "pd_cyrgene_1_0_st": {"_type": "derivation", "name": "r-pd.cyrgene.1.0.st-3.12.0"}, "pd_cyrgene_1_1_st": {"_type": "derivation", "name": "r-pd.cyrgene.1.1.st-3.12.0"}, "pd_cytogenetics_array": {"_type": "derivation", "name": "r-pd.cytogenetics.array-3.12.0"}, "pd_drogene_1_0_st": {"_type": "derivation", "name": "r-pd.drogene.1.0.st-3.12.0"}, "pd_drogene_1_1_st": {"_type": "derivation", "name": "r-pd.drogene.1.1.st-3.12.0"}, "pd_drosgenome1": {"_type": "derivation", "name": "r-pd.drosgenome1-3.12.0"}, "pd_drosophila_2": {"_type": "derivation", "name": "r-pd.drosophila.2-3.12.0"}, "pd_e_coli_2": {"_type": "derivation", "name": "r-pd.e.coli.2-3.12.0"}, "pd_ecoli": {"_type": "derivation", "name": "r-pd.ecoli-3.12.0"}, "pd_ecoli_asv2": {"_type": "derivation", "name": "r-pd.ecoli.asv2-3.12.0"}, "pd_elegene_1_0_st": {"_type": "derivation", "name": "r-pd.elegene.1.0.st-3.12.0"}, "pd_elegene_1_1_st": {"_type": "derivation", "name": "r-pd.elegene.1.1.st-3.12.0"}, "pd_equgene_1_0_st": {"_type": "derivation", "name": "r-pd.equgene.1.0.st-3.12.0"}, "pd_equgene_1_1_st": {"_type": "derivation", "name": "r-pd.equgene.1.1.st-3.12.0"}, "pd_feinberg_hg18_me_hx1": {"_type": "derivation", "name": "r-pd.feinberg.hg18.me.hx1-0.99.3"}, "pd_feinberg_mm8_me_hx1": {"_type": "derivation", "name": "r-pd.feinberg.mm8.me.hx1-0.99.3"}, "pd_felgene_1_0_st": {"_type": "derivation", "name": "r-pd.felgene.1.0.st-3.12.0"}, "pd_felgene_1_1_st": {"_type": "derivation", "name": "r-pd.felgene.1.1.st-3.12.0"}, "pd_fingene_1_0_st": {"_type": "derivation", "name": "r-pd.fingene.1.0.st-3.12.0"}, "pd_fingene_1_1_st": {"_type": "derivation", "name": "r-pd.fingene.1.1.st-3.12.0"}, "pd_genomewidesnp_5": {"_type": "derivation", "name": "r-pd.genomewidesnp.5-3.14.1"}, "pd_genomewidesnp_6": {"_type": "derivation", "name": "r-pd.genomewidesnp.6-3.14.1"}, "pd_guigene_1_0_st": {"_type": "derivation", "name": "r-pd.guigene.1.0.st-3.12.0"}, "pd_guigene_1_1_st": {"_type": "derivation", "name": "r-pd.guigene.1.1.st-3.12.0"}, "pd_hc_g110": {"_type": "derivation", "name": "r-pd.hc.g110-3.12.0"}, "pd_hg18_60mer_expr": {"_type": "derivation", "name": "r-pd.hg18.60mer.expr-3.12.0"}, "pd_hg_focus": {"_type": "derivation", "name": "r-pd.hg.focus-3.12.0"}, "pd_hg_u133_plus_2": {"_type": "derivation", "name": "r-pd.hg.u133.plus.2-3.12.0"}, "pd_hg_u133a": {"_type": "derivation", "name": "r-pd.hg.u133a-3.12.0"}, "pd_hg_u133a_2": {"_type": "derivation", "name": "r-pd.hg.u133a.2-3.12.0"}, "pd_hg_u133a_tag": {"_type": "derivation", "name": "r-pd.hg.u133a.tag-3.12.0"}, "pd_hg_u133b": {"_type": "derivation", "name": "r-pd.hg.u133b-3.12.0"}, "pd_hg_u219": {"_type": "derivation", "name": "r-pd.hg.u219-3.12.0"}, "pd_hg_u95a": {"_type": "derivation", "name": "r-pd.hg.u95a-3.12.0"}, "pd_hg_u95av2": {"_type": "derivation", "name": "r-pd.hg.u95av2-3.12.0"}, "pd_hg_u95b": {"_type": "derivation", "name": "r-pd.hg.u95b-3.12.0"}, "pd_hg_u95c": {"_type": "derivation", "name": "r-pd.hg.u95c-3.12.0"}, "pd_hg_u95d": {"_type": "derivation", "name": "r-pd.hg.u95d-3.12.0"}, "pd_hg_u95e": {"_type": "derivation", "name": "r-pd.hg.u95e-3.12.0"}, "pd_ht_hg_u133_plus_pm": {"_type": "derivation", "name": "r-pd.ht.hg.u133.plus.pm-3.12.0"}, "pd_ht_hg_u133a": {"_type": "derivation", "name": "r-pd.ht.hg.u133a-3.12.0"}, "pd_ht_mg_430a": {"_type": "derivation", "name": "r-pd.ht.mg.430a-3.12.0"}, "pd_hta_2_0": {"_type": "derivation", "name": "r-pd.hta.2.0-3.12.2"}, "pd_hu6800": {"_type": "derivation", "name": "r-pd.hu6800-3.12.0"}, "pd_huex_1_0_st_v2": {"_type": "derivation", "name": "r-pd.huex.1.0.st.v2-3.14.1"}, "pd_hugene_1_0_st_v1": {"_type": "derivation", "name": "r-pd.hugene.1.0.st.v1-3.14.1"}, "pd_hugene_1_1_st_v1": {"_type": "derivation", "name": "r-pd.hugene.1.1.st.v1-3.14.1"}, "pd_hugene_2_0_st": {"_type": "derivation", "name": "r-pd.hugene.2.0.st-3.14.1"}, "pd_hugene_2_1_st": {"_type": "derivation", "name": "r-pd.hugene.2.1.st-3.14.1"}, "pd_maize": {"_type": "derivation", "name": "r-pd.maize-3.12.0"}, "pd_mapping250k_nsp": {"_type": "derivation", "name": "r-pd.mapping250k.nsp-3.12.0"}, "pd_mapping250k_sty": {"_type": "derivation", "name": "r-pd.mapping250k.sty-3.12.0"}, "pd_mapping50k_hind240": {"_type": "derivation", "name": "r-pd.mapping50k.hind240-3.12.0"}, "pd_mapping50k_xba240": {"_type": "derivation", "name": "r-pd.mapping50k.xba240-3.12.0"}, "pd_margene_1_0_st": {"_type": "derivation", "name": "r-pd.margene.1.0.st-3.12.0"}, "pd_margene_1_1_st": {"_type": "derivation", "name": "r-pd.margene.1.1.st-3.12.0"}, "pd_medgene_1_0_st": {"_type": "derivation", "name": "r-pd.medgene.1.0.st-3.12.0"}, "pd_medgene_1_1_st": {"_type": "derivation", "name": "r-pd.medgene.1.1.st-3.12.0"}, "pd_medicago": {"_type": "derivation", "name": "r-pd.medicago-3.12.0"}, "pd_mg_u74a": {"_type": "derivation", "name": "r-pd.mg.u74a-3.12.0"}, "pd_mg_u74av2": {"_type": "derivation", "name": "r-pd.mg.u74av2-3.12.0"}, "pd_mg_u74b": {"_type": "derivation", "name": "r-pd.mg.u74b-3.12.0"}, "pd_mg_u74bv2": {"_type": "derivation", "name": "r-pd.mg.u74bv2-3.12.0"}, "pd_mg_u74c": {"_type": "derivation", "name": "r-pd.mg.u74c-3.12.0"}, "pd_mg_u74cv2": {"_type": "derivation", "name": "r-pd.mg.u74cv2-3.12.0"}, "pd_mirna_1_0": {"_type": "derivation", "name": "r-pd.mirna.1.0-3.12.0"}, "pd_mirna_2_0": {"_type": "derivation", "name": "r-pd.mirna.2.0-3.12.0"}, "pd_mirna_3_0": {"_type": "derivation", "name": "r-pd.mirna.3.0-3.12.0"}, "pd_mirna_3_1": {"_type": "derivation", "name": "r-pd.mirna.3.1-3.8.1"}, "pd_mirna_4_0": {"_type": "derivation", "name": "r-pd.mirna.4.0-3.12.0"}, "pd_moe430a": {"_type": "derivation", "name": "r-pd.moe430a-3.12.0"}, "pd_moe430b": {"_type": "derivation", "name": "r-pd.moe430b-3.12.0"}, "pd_moex_1_0_st_v1": {"_type": "derivation", "name": "r-pd.moex.1.0.st.v1-3.14.1"}, "pd_mogene_1_0_st_v1": {"_type": "derivation", "name": "r-pd.mogene.1.0.st.v1-3.14.1"}, "pd_mogene_1_1_st_v1": {"_type": "derivation", "name": "r-pd.mogene.1.1.st.v1-3.14.1"}, "pd_mogene_2_0_st": {"_type": "derivation", "name": "r-pd.mogene.2.0.st-3.14.1"}, "pd_mogene_2_1_st": {"_type": "derivation", "name": "r-pd.mogene.2.1.st-3.14.1"}, "pd_mouse430_2": {"_type": "derivation", "name": "r-pd.mouse430.2-3.12.0"}, "pd_mouse430a_2": {"_type": "derivation", "name": "r-pd.mouse430a.2-3.12.0"}, "pd_mta_1_0": {"_type": "derivation", "name": "r-pd.mta.1.0-3.12.0"}, "pd_mu11ksuba": {"_type": "derivation", "name": "r-pd.mu11ksuba-3.12.0"}, "pd_mu11ksubb": {"_type": "derivation", "name": "r-pd.mu11ksubb-3.12.0"}, "pd_nugo_hs1a520180": {"_type": "derivation", "name": "r-pd.nugo.hs1a520180-3.4.0"}, "pd_nugo_mm1a520177": {"_type": "derivation", "name": "r-pd.nugo.mm1a520177-3.4.0"}, "pd_ovigene_1_0_st": {"_type": "derivation", "name": "r-pd.ovigene.1.0.st-3.12.0"}, "pd_ovigene_1_1_st": {"_type": "derivation", "name": "r-pd.ovigene.1.1.st-3.12.0"}, "pd_pae_g1a": {"_type": "derivation", "name": "r-pd.pae.g1a-3.12.0"}, "pd_plasmodium_anopheles": {"_type": "derivation", "name": "r-pd.plasmodium.anopheles-3.12.0"}, "pd_poplar": {"_type": "derivation", "name": "r-pd.poplar-3.12.0"}, "pd_porcine": {"_type": "derivation", "name": "r-pd.porcine-3.12.0"}, "pd_porgene_1_0_st": {"_type": "derivation", "name": "r-pd.porgene.1.0.st-3.12.0"}, "pd_porgene_1_1_st": {"_type": "derivation", "name": "r-pd.porgene.1.1.st-3.12.0"}, "pd_rabgene_1_0_st": {"_type": "derivation", "name": "r-pd.rabgene.1.0.st-3.12.0"}, "pd_rabgene_1_1_st": {"_type": "derivation", "name": "r-pd.rabgene.1.1.st-3.12.0"}, "pd_rae230a": {"_type": "derivation", "name": "r-pd.rae230a-3.12.0"}, "pd_rae230b": {"_type": "derivation", "name": "r-pd.rae230b-3.12.0"}, "pd_raex_1_0_st_v1": {"_type": "derivation", "name": "r-pd.raex.1.0.st.v1-3.14.1"}, "pd_ragene_1_0_st_v1": {"_type": "derivation", "name": "r-pd.ragene.1.0.st.v1-3.14.1"}, "pd_ragene_1_1_st_v1": {"_type": "derivation", "name": "r-pd.ragene.1.1.st.v1-3.14.1"}, "pd_ragene_2_0_st": {"_type": "derivation", "name": "r-pd.ragene.2.0.st-3.14.1"}, "pd_ragene_2_1_st": {"_type": "derivation", "name": "r-pd.ragene.2.1.st-3.14.1"}, "pd_rat230_2": {"_type": "derivation", "name": "r-pd.rat230.2-3.12.0"}, "pd_rcngene_1_0_st": {"_type": "derivation", "name": "r-pd.rcngene.1.0.st-3.12.0"}, "pd_rcngene_1_1_st": {"_type": "derivation", "name": "r-pd.rcngene.1.1.st-3.12.0"}, "pd_rg_u34a": {"_type": "derivation", "name": "r-pd.rg.u34a-3.12.0"}, "pd_rg_u34b": {"_type": "derivation", "name": "r-pd.rg.u34b-3.12.0"}, "pd_rg_u34c": {"_type": "derivation", "name": "r-pd.rg.u34c-3.12.0"}, "pd_rhegene_1_0_st": {"_type": "derivation", "name": "r-pd.rhegene.1.0.st-3.12.0"}, "pd_rhegene_1_1_st": {"_type": "derivation", "name": "r-pd.rhegene.1.1.st-3.12.0"}, "pd_rhesus": {"_type": "derivation", "name": "r-pd.rhesus-3.12.0"}, "pd_rice": {"_type": "derivation", "name": "r-pd.rice-3.12.0"}, "pd_rjpgene_1_0_st": {"_type": "derivation", "name": "r-pd.rjpgene.1.0.st-3.12.0"}, "pd_rjpgene_1_1_st": {"_type": "derivation", "name": "r-pd.rjpgene.1.1.st-3.12.0"}, "pd_rn_u34": {"_type": "derivation", "name": "r-pd.rn.u34-3.12.0"}, "pd_rta_1_0": {"_type": "derivation", "name": "r-pd.rta.1.0-3.12.2"}, "pd_rusgene_1_0_st": {"_type": "derivation", "name": "r-pd.rusgene.1.0.st-3.12.0"}, "pd_rusgene_1_1_st": {"_type": "derivation", "name": "r-pd.rusgene.1.1.st-3.12.0"}, "pd_s_aureus": {"_type": "derivation", "name": "r-pd.s.aureus-3.12.0"}, "pd_soybean": {"_type": "derivation", "name": "r-pd.soybean-3.12.0"}, "pd_soygene_1_0_st": {"_type": "derivation", "name": "r-pd.soygene.1.0.st-3.12.0"}, "pd_soygene_1_1_st": {"_type": "derivation", "name": "r-pd.soygene.1.1.st-3.12.0"}, "pd_sugar_cane": {"_type": "derivation", "name": "r-pd.sugar.cane-3.12.0"}, "pd_tomato": {"_type": "derivation", "name": "r-pd.tomato-3.12.0"}, "pd_u133_x3p": {"_type": "derivation", "name": "r-pd.u133.x3p-3.12.0"}, "pd_vitis_vinifera": {"_type": "derivation", "name": "r-pd.vitis.vinifera-3.12.0"}, "pd_wheat": {"_type": "derivation", "name": "r-pd.wheat-3.12.0"}, "pd_x_laevis_2": {"_type": "derivation", "name": "r-pd.x.laevis.2-3.12.0"}, "pd_x_tropicalis": {"_type": "derivation", "name": "r-pd.x.tropicalis-3.12.0"}, "pd_xenopus_laevis": {"_type": "derivation", "name": "r-pd.xenopus.laevis-3.12.0"}, "pd_yeast_2": {"_type": "derivation", "name": "r-pd.yeast.2-3.12.0"}, "pd_yg_s98": {"_type": "derivation", "name": "r-pd.yg.s98-3.12.0"}, "pd_zebgene_1_0_st": {"_type": "derivation", "name": "r-pd.zebgene.1.0.st-3.12.0"}, "pd_zebgene_1_1_st": {"_type": "derivation", "name": "r-pd.zebgene.1.1.st-3.12.0"}, "pd_zebrafish": {"_type": "derivation", "name": "r-pd.zebrafish-3.12.0"}, "pda": {"_type": "derivation", "name": "r-pda-1.0-2"}, "pdc": {"_type": "derivation", "name": "r-pdc-1.0.3"}, "pder": {"_type": "derivation", "name": "r-pder-1.0-2"}, "pdfCluster": {"_type": "derivation", "name": "r-pdfCluster-1.0-3"}, "pdfetch": {"_type": "derivation", "name": "r-pdfetch-0.2.7"}, "pdfminer": {"_type": "derivation", "name": "r-pdfminer-1.0"}, "pdfsearch": {"_type": "derivation", "name": "r-pdfsearch-0.3.0"}, "pdftables": {"_type": "derivation", "name": "r-pdftables-0.1"}, "pdftools": {"_type": "derivation", "name": "r-pdftools-3.3.2"}, "pdi": {"_type": "derivation", "name": "r-pdi-0.4.2"}, "pdist": {"_type": "derivation", "name": "r-pdist-1.2.1"}, "pdmod": {"_type": "derivation", "name": "r-pdmod-1.0.1"}, "pdp": {"_type": "derivation", "name": "r-pdp-0.8.1"}, "pdqr": {"_type": "derivation", "name": "r-pdqr-0.3.0"}, "pds3": {"_type": "derivation", "name": "r-pds3-0.5.0"}, "pdxTrees": {"_type": "derivation", "name": "r-pdxTrees-0.4.0"}, "pdynmc": {"_type": "derivation", "name": "r-pdynmc-0.9.8"}, "peRiodiCS": {"_type": "derivation", "name": "r-peRiodiCS-0.5.0"}, "peRspective": {"_type": "derivation", "name": "r-peRspective-0.1.1"}, "peacesciencer": {"_type": "derivation", "name": "r-peacesciencer-1.0.0"}, "peacots": {"_type": "derivation", "name": "r-peacots-1.3"}, "peakPantheR": {"_type": "derivation", "name": "r-peakPantheR-1.10.0"}, "peakPick": {"_type": "derivation", "name": "r-peakPick-0.11"}, "peakRAM": {"_type": "derivation", "name": "r-peakRAM-1.0.2"}, "pearson7": {"_type": "derivation", "name": "r-pearson7-1.0-3"}, "pec": {"_type": "derivation", "name": "r-pec-2022.05.04"}, "peco": {"_type": "derivation", "name": "r-peco-1.8.0"}, "pecora": {"_type": "derivation", "name": "r-pecora-0.1.1"}, "pedSimulate": {"_type": "derivation", "name": "r-pedSimulate-1.4.0"}, "pedalfast_data": {"_type": "derivation", "name": "r-pedalfast.data-1.0.0"}, "pedbarrayv10_db": {"_type": "derivation", "name": "r-pedbarrayv10.db-3.2.3"}, "pedbarrayv9_db": {"_type": "derivation", "name": "r-pedbarrayv9.db-3.2.3"}, "pedbp": {"_type": "derivation", "name": "r-pedbp-1.0.1"}, "pedbuildr": {"_type": "derivation", "name": "r-pedbuildr-0.2.1"}, "pedgene": {"_type": "derivation", "name": "r-pedgene-3.6"}, "pedigree": {"_type": "derivation", "name": "r-pedigree-1.4.2"}, "pedigreeTools": {"_type": "derivation", "name": "r-pedigreeTools-0.1"}, "pedigreemm": {"_type": "derivation", "name": "r-pedigreemm-0.3-3"}, "pedmod": {"_type": "derivation", "name": "r-pedmod-0.2.4"}, "pedmut": {"_type": "derivation", "name": "r-pedmut-0.3.0"}, "pedometrics": {"_type": "derivation", "name": "r-pedometrics-0.12.1"}, "pedprobr": {"_type": "derivation", "name": "r-pedprobr-0.7.0"}, "pedquant": {"_type": "derivation", "name": "r-pedquant-0.2.0"}, "pedsuite": {"_type": "derivation", "name": "r-pedsuite-1.1.0"}, "pedtools": {"_type": "derivation", "name": "r-pedtools-1.3.0"}, "peermodels": {"_type": "derivation", "name": "r-peermodels-0.10.3"}, "pegas": {"_type": "derivation", "name": "r-pegas-1.1"}, "pell": {"_type": "derivation", "name": "r-pell-0.1.0"}, "pema": {"_type": "derivation", "name": "r-pema-0.1.2"}, "pems_utils": {"_type": "derivation", "name": "r-pems.utils-0.2.29.1"}, "penAFT": {"_type": "derivation", "name": "r-penAFT-0.2.0"}, "penDvine": {"_type": "derivation", "name": "r-penDvine-0.2.4"}, "penMSM": {"_type": "derivation", "name": "r-penMSM-0.99"}, "penPHcure": {"_type": "derivation", "name": "r-penPHcure-1.0.2"}, "penalized": {"_type": "derivation", "name": "r-penalized-0.9-52"}, "penalizedLDA": {"_type": "derivation", "name": "r-penalizedLDA-1.1"}, "penalizedSVM": {"_type": "derivation", "name": "r-penalizedSVM-1.1.3"}, "penalizedclr": {"_type": "derivation", "name": "r-penalizedclr-0.1.0"}, "penaltyLearning": {"_type": "derivation", "name": "r-penaltyLearning-2020.5.13"}, "pencal": {"_type": "derivation", "name": "r-pencal-1.2.2"}, "pencopulaCond": {"_type": "derivation", "name": "r-pencopulaCond-0.2"}, "pendensity": {"_type": "derivation", "name": "r-pendensity-0.2.13"}, "penfa": {"_type": "derivation", "name": "r-penfa-0.1.1"}, "pengls": {"_type": "derivation", "name": "r-pengls-1.2.0"}, "penppml": {"_type": "derivation", "name": "r-penppml-0.2.0"}, "pense": {"_type": "derivation", "name": "r-pense-2.1.0"}, "pensim": {"_type": "derivation", "name": "r-pensim-1.3.3"}, "peopleanalytics": {"_type": "derivation", "name": "r-peopleanalytics-0.1.0"}, "peopleanalyticsdata": {"_type": "derivation", "name": "r-peopleanalyticsdata-0.2.1"}, "pepDat": {"_type": "derivation", "name": "r-pepDat-1.16.0"}, "pepStat": {"_type": "derivation", "name": "r-pepStat-1.30.0"}, "pepXMLTab": {"_type": "derivation", "name": "r-pepXMLTab-1.30.0"}, "pepe": {"_type": "derivation", "name": "r-pepe-1.2.0"}, "peperr": {"_type": "derivation", "name": "r-peperr-1.4"}, "peppm": {"_type": "derivation", "name": "r-peppm-0.0.1"}, "pepr": {"_type": "derivation", "name": "r-pepr-0.4.0"}, "peptider": {"_type": "derivation", "name": "r-peptider-0.2.2"}, "pequod": {"_type": "derivation", "name": "r-pequod-0.0-5"}, "perARMA": {"_type": "derivation", "name": "r-perARMA-1.6"}, "peramo": {"_type": "derivation", "name": "r-peramo-0.1.0"}, "perccal": {"_type": "derivation", "name": "r-perccal-1.0"}, "perccalc": {"_type": "derivation", "name": "r-perccalc-1.0.5"}, "percentiles": {"_type": "derivation", "name": "r-percentiles-0.2.2"}, "perfectphyloR": {"_type": "derivation", "name": "r-perfectphyloR-0.2.1"}, "performance": {"_type": "derivation", "name": "r-performance-0.10.0"}, "performanceEstimation": {"_type": "derivation", "name": "r-performanceEstimation-1.1.0"}, "pergola": {"_type": "derivation", "name": "r-pergola-1.0"}, "periodicDNA": {"_type": "derivation", "name": "r-periodicDNA-1.6.0"}, "periscope": {"_type": "derivation", "name": "r-periscope-1.0.1"}, "perm": {"_type": "derivation", "name": "r-perm-1.0-0.2"}, "permGPU": {"_type": "derivation", "name": "r-permGPU-0.15"}, "permGS": {"_type": "derivation", "name": "r-permGS-0.2.5"}, "permPATH": {"_type": "derivation", "name": "r-permPATH-1.2"}, "permimp": {"_type": "derivation", "name": "r-permimp-1.0-2"}, "permubiome": {"_type": "derivation", "name": "r-permubiome-1.3.1"}, "permuco": {"_type": "derivation", "name": "r-permuco-1.1.2"}, "permutations": {"_type": "derivation", "name": "r-permutations-1.0-9"}, "permute": {"_type": "derivation", "name": "r-permute-0.9-7"}, "permutes": {"_type": "derivation", "name": "r-permutes-2.6"}, "perry": {"_type": "derivation", "name": "r-perry-0.3.1"}, "perryExamples": {"_type": "derivation", "name": "r-perryExamples-0.1.1"}, "persDx": {"_type": "derivation", "name": "r-persDx-0.1.0"}, "persiandictionary": {"_type": "derivation", "name": "r-persiandictionary-1.0"}, "personalized": {"_type": "derivation", "name": "r-personalized-0.2.7"}, "personalized2part": {"_type": "derivation", "name": "r-personalized2part-0.0.1"}, "personalr": {"_type": "derivation", "name": "r-personalr-1.0.3"}, "personograph": {"_type": "derivation", "name": "r-personograph-0.1.3"}, "personr": {"_type": "derivation", "name": "r-personr-1.0.0"}, "perspectev": {"_type": "derivation", "name": "r-perspectev-1.1"}, "perturbR": {"_type": "derivation", "name": "r-perturbR-0.1.3"}, "perturbatr": {"_type": "derivation", "name": "r-perturbatr-1.13.0"}, "peruse": {"_type": "derivation", "name": "r-peruse-0.3.1"}, "pesel": {"_type": "derivation", "name": "r-pesel-0.7.3"}, "pestr": {"_type": "derivation", "name": "r-pestr-0.8.2"}, "petitr": {"_type": "derivation", "name": "r-petitr-1.0"}, "petrinetR": {"_type": "derivation", "name": "r-petrinetR-0.2.1"}, "pewdata": {"_type": "derivation", "name": "r-pewdata-0.3.2"}, "pexm": {"_type": "derivation", "name": "r-pexm-1.1.2"}, "pez": {"_type": "derivation", "name": "r-pez-1.2-4"}, "pfa": {"_type": "derivation", "name": "r-pfa-1.1"}, "pfica": {"_type": "derivation", "name": "r-pfica-0.1.2"}, "pfocal": {"_type": "derivation", "name": "r-pfocal-1.0.0"}, "pgTools": {"_type": "derivation", "name": "r-pgTools-1.0.1"}, "pgam": {"_type": "derivation", "name": "r-pgam-0.4.17"}, "pgca": {"_type": "derivation", "name": "r-pgca-1.20.0"}, "pgdraw": {"_type": "derivation", "name": "r-pgdraw-1.1"}, "pgee_mixed": {"_type": "derivation", "name": "r-pgee.mixed-0.1.0"}, "pgirmess": {"_type": "derivation", "name": "r-pgirmess-2.0.0"}, "pglm": {"_type": "derivation", "name": "r-pglm-0.2-3"}, "pgmm": {"_type": "derivation", "name": "r-pgmm-1.2.6"}, "pgnorm": {"_type": "derivation", "name": "r-pgnorm-2.0"}, "pgraph": {"_type": "derivation", "name": "r-pgraph-1.6"}, "pgsc": {"_type": "derivation", "name": "r-pgsc-1.0.0"}, "pguIMP": {"_type": "derivation", "name": "r-pguIMP-0.0.0.3"}, "ph2bayes": {"_type": "derivation", "name": "r-ph2bayes-0.0.2"}, "ph2bye": {"_type": "derivation", "name": "r-ph2bye-0.1.4"}, "ph2mult": {"_type": "derivation", "name": "r-ph2mult-0.1.1"}, "ph2rand": {"_type": "derivation", "name": "r-ph2rand-0.1.0"}, "phacking": {"_type": "derivation", "name": "r-phacking-0.0.1"}, "phangorn": {"_type": "derivation", "name": "r-phangorn-2.10.0"}, "phantasus": {"_type": "derivation", "name": "r-phantasus-1.16.2"}, "pharmaRTF": {"_type": "derivation", "name": "r-pharmaRTF-0.1.4"}, "pharmr": {"_type": "derivation", "name": "r-pharmr-0.73.1"}, "phase": {"_type": "derivation", "name": "r-phase-1.2.5"}, "phase1PRMD": {"_type": "derivation", "name": "r-phase1PRMD-1.0.2"}, "phase1RMD": {"_type": "derivation", "name": "r-phase1RMD-1.0.9"}, "phaseR": {"_type": "derivation", "name": "r-phaseR-2.2.1"}, "phastCons100way_UCSC_hg19": {"_type": "derivation", "name": "r-phastCons100way.UCSC.hg19-3.7.2"}, "phastCons100way_UCSC_hg38": {"_type": "derivation", "name": "r-phastCons100way.UCSC.hg38-3.7.1"}, "phastCons30way_UCSC_hg38": {"_type": "derivation", "name": "r-phastCons30way.UCSC.hg38-3.13.0"}, "phastCons7way_UCSC_hg38": {"_type": "derivation", "name": "r-phastCons7way.UCSC.hg38-3.7.1"}, "phateR": {"_type": "derivation", "name": "r-phateR-1.0.7"}, "phd": {"_type": "derivation", "name": "r-phd-0.2"}, "pheatmap": {"_type": "derivation", "name": "r-pheatmap-1.0.12"}, "phecodemap": {"_type": "derivation", "name": "r-phecodemap-0.1.0"}, "phemd": {"_type": "derivation", "name": "r-phemd-1.12.0"}, "phenModel": {"_type": "derivation", "name": "r-phenModel-1.0"}, "phenability": {"_type": "derivation", "name": "r-phenability-2.0"}, "phenesse": {"_type": "derivation", "name": "r-phenesse-0.1.2"}, "phenex": {"_type": "derivation", "name": "r-phenex-1.4-5"}, "phenmod": {"_type": "derivation", "name": "r-phenmod-1.2-7"}, "pheno": {"_type": "derivation", "name": "r-pheno-1.7-0"}, "phenoCDM": {"_type": "derivation", "name": "r-phenoCDM-0.1.3"}, "phenoTest": {"_type": "derivation", "name": "r-phenoTest-1.44.0"}, "phenocamr": {"_type": "derivation", "name": "r-phenocamr-1.1.5"}, "phenofit": {"_type": "derivation", "name": "r-phenofit-0.3.2"}, "phenology": {"_type": "derivation", "name": "r-phenology-7.9"}, "phenomap": {"_type": "derivation", "name": "r-phenomap-1.2.1"}, "phenopath": {"_type": "derivation", "name": "r-phenopath-1.20.0"}, "phenopix": {"_type": "derivation", "name": "r-phenopix-2.4.2"}, "phers": {"_type": "derivation", "name": "r-phers-0.0.3"}, "phiDelta": {"_type": "derivation", "name": "r-phiDelta-1.0.1"}, "phia": {"_type": "derivation", "name": "r-phia-0.2-1"}, "philentropy": {"_type": "derivation", "name": "r-philentropy-0.6.0"}, "philr": {"_type": "derivation", "name": "r-philr-1.22.0"}, "phm": {"_type": "derivation", "name": "r-phm-1.1.0"}, "phonR": {"_type": "derivation", "name": "r-phonR-1.0-7"}, "phonTools": {"_type": "derivation", "name": "r-phonTools-0.2-2.1"}, "phonenumber": {"_type": "derivation", "name": "r-phonenumber-0.2.3"}, "phonfieldwork": {"_type": "derivation", "name": "r-phonfieldwork-0.0.11"}, "phonics": {"_type": "derivation", "name": "r-phonics-1.3.10"}, "phosphonormalizer": {"_type": "derivation", "name": "r-phosphonormalizer-1.20.0"}, "phosphoricons": {"_type": "derivation", "name": "r-phosphoricons-0.1.2"}, "photobiology": {"_type": "derivation", "name": "r-photobiology-0.10.14"}, "photobiologyFilters": {"_type": "derivation", "name": "r-photobiologyFilters-0.5.2"}, "photobiologyInOut": {"_type": "derivation", "name": "r-photobiologyInOut-0.4.26"}, "photobiologyLEDs": {"_type": "derivation", "name": "r-photobiologyLEDs-0.5.1"}, "photobiologyLamps": {"_type": "derivation", "name": "r-photobiologyLamps-0.5.1"}, "photobiologyPlants": {"_type": "derivation", "name": "r-photobiologyPlants-0.4.2"}, "photobiologySensors": {"_type": "derivation", "name": "r-photobiologySensors-0.5.0"}, "photobiologySun": {"_type": "derivation", "name": "r-photobiologySun-0.4.1"}, "photobiologyWavebands": {"_type": "derivation", "name": "r-photobiologyWavebands-0.5.0"}, "photosynthesis": {"_type": "derivation", "name": "r-photosynthesis-2.0.3"}, "phreeqc": {"_type": "derivation", "name": "r-phreeqc-3.7.4"}, "phuassess": {"_type": "derivation", "name": "r-phuassess-1.1"}, "phyclust": {"_type": "derivation", "name": "r-phyclust-0.1-32"}, "phyext2": {"_type": "derivation", "name": "r-phyext2-0.0.4"}, "phylin": {"_type": "derivation", "name": "r-phylin-2.0.2"}, "phyloTop": {"_type": "derivation", "name": "r-phyloTop-2.1.1"}, "phylobase": {"_type": "derivation", "name": "r-phylobase-0.8.10"}, "phylocanvas": {"_type": "derivation", "name": "r-phylocanvas-0.1.3"}, "phyloclim": {"_type": "derivation", "name": "r-phyloclim-0.9.5"}, "phylocomr": {"_type": "derivation", "name": "r-phylocomr-0.3.2"}, "phylogram": {"_type": "derivation", "name": "r-phylogram-2.1.0"}, "phyloland": {"_type": "derivation", "name": "r-phyloland-1.3"}, "phylolm": {"_type": "derivation", "name": "r-phylolm-2.6.2"}, "phylometrics": {"_type": "derivation", "name": "r-phylometrics-0.0.1"}, "phylopath": {"_type": "derivation", "name": "r-phylopath-1.1.3"}, "phyloregion": {"_type": "derivation", "name": "r-phyloregion-1.0.6"}, "phylosamp": {"_type": "derivation", "name": "r-phylosamp-0.1.6"}, "phyloseq": {"_type": "derivation", "name": "r-phyloseq-1.40.0"}, "phyloseqGraphTest": {"_type": "derivation", "name": "r-phyloseqGraphTest-0.1.0"}, "phylosignal": {"_type": "derivation", "name": "r-phylosignal-1.3"}, "phylotate": {"_type": "derivation", "name": "r-phylotate-1.3"}, "phylotools": {"_type": "derivation", "name": "r-phylotools-0.2.2"}, "phyr": {"_type": "derivation", "name": "r-phyr-1.1.0"}, "phyreg": {"_type": "derivation", "name": "r-phyreg-1.0.2"}, "physiology": {"_type": "derivation", "name": "r-physiology-1.2.1"}, "physx": {"_type": "derivation", "name": "r-physx-1.0"}, "phytools": {"_type": "derivation", "name": "r-phytools-1.2-0"}, "phytotools": {"_type": "derivation", "name": "r-phytotools-1.0"}, "piRF": {"_type": "derivation", "name": "r-piRF-0.1.0"}, "piano": {"_type": "derivation", "name": "r-piano-2.12.1"}, "piar": {"_type": "derivation", "name": "r-piar-0.4.0"}, "picR": {"_type": "derivation", "name": "r-picR-1.0.0"}, "picante": {"_type": "derivation", "name": "r-picante-1.8.2"}, "picasso": {"_type": "derivation", "name": "r-picasso-1.3.1"}, "picker": {"_type": "derivation", "name": "r-picker-0.2.6"}, "pickgene": {"_type": "derivation", "name": "r-pickgene-1.68.0"}, "pid": {"_type": "derivation", "name": "r-pid-0.50"}, "piecemaker": {"_type": "derivation", "name": "r-piecemaker-1.0.1"}, "piecepackr": {"_type": "derivation", "name": "r-piecepackr-1.12.0"}, "piecewiseSEM": {"_type": "derivation", "name": "r-piecewiseSEM-2.1.2"}, "pig_db0": {"_type": "derivation", "name": "r-pig.db0-3.15.0"}, "piggyback": {"_type": "derivation", "name": "r-piggyback-0.1.4"}, "pillar": {"_type": "derivation", "name": "r-pillar-1.8.1"}, "pim": {"_type": "derivation", "name": "r-pim-2.0.2"}, "pimeta": {"_type": "derivation", "name": "r-pimeta-1.1.3"}, "pinbasic": {"_type": "derivation", "name": "r-pinbasic-1.2.2"}, "pinfsc50": {"_type": "derivation", "name": "r-pinfsc50-1.2.0"}, "pingers": {"_type": "derivation", "name": "r-pingers-0.1.1"}, "pingr": {"_type": "derivation", "name": "r-pingr-2.0.2"}, "pinnacle_API": {"_type": "derivation", "name": "r-pinnacle.API-2.3.3"}, "pinnacle_data": {"_type": "derivation", "name": "r-pinnacle.data-0.1.4"}, "pinochet": {"_type": "derivation", "name": "r-pinochet-0.1.0"}, "pinp": {"_type": "derivation", "name": "r-pinp-0.0.10"}, "pins": {"_type": "derivation", "name": "r-pins-1.0.3"}, "pinterestadsR": {"_type": "derivation", "name": "r-pinterestadsR-0.1.0"}, "pinyin": {"_type": "derivation", "name": "r-pinyin-1.1.6"}, "pipeComp": {"_type": "derivation", "name": "r-pipeComp-1.6.0"}, "pipeFrame": {"_type": "derivation", "name": "r-pipeFrame-1.12.0"}, "pipeGS": {"_type": "derivation", "name": "r-pipeGS-0.4"}, "pipeR": {"_type": "derivation", "name": "r-pipeR-0.6.1.3"}, "pipe_design": {"_type": "derivation", "name": "r-pipe.design-0.5.1"}, "pipebind": {"_type": "derivation", "name": "r-pipebind-0.1.1"}, "pipefittr": {"_type": "derivation", "name": "r-pipefittr-0.1.2"}, "pipeliner": {"_type": "derivation", "name": "r-pipeliner-0.1.1"}, "pipenostics": {"_type": "derivation", "name": "r-pipenostics-0.1.7"}, "pirate": {"_type": "derivation", "name": "r-pirate-1.0.0"}, "piratings": {"_type": "derivation", "name": "r-piratings-0.1.9"}, "pirouette": {"_type": "derivation", "name": "r-pirouette-1.6.5"}, "pisaRT": {"_type": "derivation", "name": "r-pisaRT-2.0.1"}, "pitchRx": {"_type": "derivation", "name": "r-pitchRx-1.8.2"}, "piton": {"_type": "derivation", "name": "r-piton-1.0.0"}, "pivmet": {"_type": "derivation", "name": "r-pivmet-0.4.0"}, "pivotaltrackR": {"_type": "derivation", "name": "r-pivotaltrackR-0.2.0"}, "pivottabler": {"_type": "derivation", "name": "r-pivottabler-1.5.4"}, "piwikproR": {"_type": "derivation", "name": "r-piwikproR-0.4.0"}, "pixarfilms": {"_type": "derivation", "name": "r-pixarfilms-0.2.1"}, "pixelclasser": {"_type": "derivation", "name": "r-pixelclasser-1.1.0"}, "pixelpuzzle": {"_type": "derivation", "name": "r-pixelpuzzle-1.0.0"}, "pixels": {"_type": "derivation", "name": "r-pixels-0.1.1"}, "pixiedust": {"_type": "derivation", "name": "r-pixiedust-0.9.1"}, "pixmap": {"_type": "derivation", "name": "r-pixmap-0.4-12"}, "pkdata": {"_type": "derivation", "name": "r-pkdata-0.1.0"}, "pkgDepTools": {"_type": "derivation", "name": "r-pkgDepTools-1.62.0"}, "pkgKitten": {"_type": "derivation", "name": "r-pkgKitten-0.2.2"}, "pkgbuild": {"_type": "derivation", "name": "r-pkgbuild-1.3.1"}, "pkgcache": {"_type": "derivation", "name": "r-pkgcache-2.0.3"}, "pkgcond": {"_type": "derivation", "name": "r-pkgcond-0.1.1"}, "pkgconfig": {"_type": "derivation", "name": "r-pkgconfig-2.0.3"}, "pkgdepR": {"_type": "derivation", "name": "r-pkgdepR-1.0.0"}, "pkgdepends": {"_type": "derivation", "name": "r-pkgdepends-0.3.2"}, "pkgdown": {"_type": "derivation", "name": "r-pkgdown-2.0.6"}, "pkgfilecache": {"_type": "derivation", "name": "r-pkgfilecache-0.1.4"}, "pkggraph": {"_type": "derivation", "name": "r-pkggraph-0.2.3"}, "pkglite": {"_type": "derivation", "name": "r-pkglite-0.2.1"}, "pkgload": {"_type": "derivation", "name": "r-pkgload-1.3.1"}, "pkgmaker": {"_type": "derivation", "name": "r-pkgmaker-0.32.2"}, "pkgndep": {"_type": "derivation", "name": "r-pkgndep-1.2.0"}, "pkgnet": {"_type": "derivation", "name": "r-pkgnet-0.4.2"}, "pkgnews": {"_type": "derivation", "name": "r-pkgnews-0.0.2"}, "pkgsearch": {"_type": "derivation", "name": "r-pkgsearch-3.1.2"}, "pkgstats": {"_type": "derivation", "name": "r-pkgstats-0.1.1"}, "pkgverse": {"_type": "derivation", "name": "r-pkgverse-0.0.1"}, "pkmon": {"_type": "derivation", "name": "r-pkmon-1.0"}, "pkr": {"_type": "derivation", "name": "r-pkr-0.1.3"}, "pks": {"_type": "derivation", "name": "r-pks-0.5-0"}, "pksensi": {"_type": "derivation", "name": "r-pksensi-1.2.3"}, "plRasch": {"_type": "derivation", "name": "r-plRasch-1.0"}, "plac": {"_type": "derivation", "name": "r-plac-0.1.1"}, "placer": {"_type": "derivation", "name": "r-placer-0.1.3"}, "places": {"_type": "derivation", "name": "r-places-0.1.1"}, "plainview": {"_type": "derivation", "name": "r-plainview-0.2.0"}, "plan": {"_type": "derivation", "name": "r-plan-0.4-4"}, "planar": {"_type": "derivation", "name": "r-planar-1.6"}, "planet": {"_type": "derivation", "name": "r-planet-1.4.0"}, "planets": {"_type": "derivation", "name": "r-planets-0.1.0"}, "plantecophys": {"_type": "derivation", "name": "r-plantecophys-1.4-6"}, "plantecowrap": {"_type": "derivation", "name": "r-plantecowrap-1.0.4"}, "plaqr": {"_type": "derivation", "name": "r-plaqr-2.0"}, "plasFIA": {"_type": "derivation", "name": "r-plasFIA-1.24.0"}, "plasmodiumanophelescdf": {"_type": "derivation", "name": "r-plasmodiumanophelescdf-2.18.0"}, "plasmodiumanophelesprobe": {"_type": "derivation", "name": "r-plasmodiumanophelesprobe-2.18.0"}, "plater": {"_type": "derivation", "name": "r-plater-1.0.4"}, "platetools": {"_type": "derivation", "name": "r-platetools-0.1.5"}, "platowork": {"_type": "derivation", "name": "r-platowork-0.0.1"}, "plattice": {"_type": "derivation", "name": "r-plattice-1.0"}, "plde": {"_type": "derivation", "name": "r-plde-0.1.2"}, "pleLMA": {"_type": "derivation", "name": "r-pleLMA-0.2.1"}, "pleio": {"_type": "derivation", "name": "r-pleio-1.6"}, "pleiotest": {"_type": "derivation", "name": "r-pleiotest-1.0.0"}, "plethy": {"_type": "derivation", "name": "r-plethy-1.34.0"}, "plfMA": {"_type": "derivation", "name": "r-plfMA-2.0"}, "plfm": {"_type": "derivation", "name": "r-plfm-2.2.5"}, "plgem": {"_type": "derivation", "name": "r-plgem-1.68.0"}, "plgp": {"_type": "derivation", "name": "r-plgp-1.1-12"}, "plier": {"_type": "derivation", "name": "r-plier-1.66.0"}, "pliman": {"_type": "derivation", "name": "r-pliman-1.1.0"}, "plink": {"_type": "derivation", "name": "r-plink-1.5-1"}, "plinkFile": {"_type": "derivation", "name": "r-plinkFile-0.1.0"}, "plinkQC": {"_type": "derivation", "name": "r-plinkQC-0.3.4"}, "plm": {"_type": "derivation", "name": "r-plm-2.6-2"}, "plmm": {"_type": "derivation", "name": "r-plmm-0.1-1"}, "pln": {"_type": "derivation", "name": "r-pln-0.2-2"}, "plnr": {"_type": "derivation", "name": "r-plnr-2022.6.8"}, "plogr": {"_type": "derivation", "name": "r-plogr-0.2.0"}, "plot3D": {"_type": "derivation", "name": "r-plot3D-1.4"}, "plot3Drgl": {"_type": "derivation", "name": "r-plot3Drgl-1.0.3"}, "plot3logit": {"_type": "derivation", "name": "r-plot3logit-3.1.3"}, "plotBart": {"_type": "derivation", "name": "r-plotBart-0.1.7"}, "plotDK": {"_type": "derivation", "name": "r-plotDK-0.1.0"}, "plotGMM": {"_type": "derivation", "name": "r-plotGMM-0.2.2"}, "plotGrouper": {"_type": "derivation", "name": "r-plotGrouper-1.14.0"}, "plotHMM": {"_type": "derivation", "name": "r-plotHMM-2022.1.25"}, "plotKML": {"_type": "derivation", "name": "r-plotKML-0.8-3"}, "plotMCMC": {"_type": "derivation", "name": "r-plotMCMC-2.0.1"}, "plotMElm": {"_type": "derivation", "name": "r-plotMElm-0.1.5"}, "plotROC": {"_type": "derivation", "name": "r-plotROC-2.3.0"}, "plotSEMM": {"_type": "derivation", "name": "r-plotSEMM-2.4"}, "plot_matrix": {"_type": "derivation", "name": "r-plot.matrix-1.6.2"}, "plotbb": {"_type": "derivation", "name": "r-plotbb-0.0.6"}, "plotdap": {"_type": "derivation", "name": "r-plotdap-1.0.0"}, "plotfunctions": {"_type": "derivation", "name": "r-plotfunctions-1.4"}, "plotgardener": {"_type": "derivation", "name": "r-plotgardener-1.2.10"}, "plotgardenerData": {"_type": "derivation", "name": "r-plotgardenerData-1.2.0"}, "plothelper": {"_type": "derivation", "name": "r-plothelper-0.1.9"}, "plotluck": {"_type": "derivation", "name": "r-plotluck-1.1.1"}, "plotly": {"_type": "derivation", "name": "r-plotly-4.10.0"}, "plotlyGeoAssets": {"_type": "derivation", "name": "r-plotlyGeoAssets-0.0.2"}, "plotmm": {"_type": "derivation", "name": "r-plotmm-0.1.0"}, "plotmo": {"_type": "derivation", "name": "r-plotmo-3.6.2"}, "plotpc": {"_type": "derivation", "name": "r-plotpc-1.0.4"}, "plotprotein": {"_type": "derivation", "name": "r-plotprotein-1.0"}, "plotrix": {"_type": "derivation", "name": "r-plotrix-3.8-2"}, "plotrr": {"_type": "derivation", "name": "r-plotrr-1.0.0"}, "plotscale": {"_type": "derivation", "name": "r-plotscale-0.1.6"}, "plotwidgets": {"_type": "derivation", "name": "r-plotwidgets-0.5.1"}, "plpoisson": {"_type": "derivation", "name": "r-plpoisson-0.3.0"}, "pls": {"_type": "derivation", "name": "r-pls-2.8-1"}, "plsRbeta": {"_type": "derivation", "name": "r-plsRbeta-0.2.9"}, "plsRcox": {"_type": "derivation", "name": "r-plsRcox-1.7.6"}, "plsRglm": {"_type": "derivation", "name": "r-plsRglm-1.5.0"}, "plsVarSel": {"_type": "derivation", "name": "r-plsVarSel-0.9.9"}, "plsdepot": {"_type": "derivation", "name": "r-plsdepot-0.1.17"}, "plsdof": {"_type": "derivation", "name": "r-plsdof-0.3-0"}, "plsgenomics": {"_type": "derivation", "name": "r-plsgenomics-1.5-2"}, "plsmod": {"_type": "derivation", "name": "r-plsmod-1.0.0"}, "plsmselect": {"_type": "derivation", "name": "r-plsmselect-0.2.0"}, "plsr": {"_type": "derivation", "name": "r-plsr-0.0.1"}, "pltesim": {"_type": "derivation", "name": "r-pltesim-1.0"}, "plu": {"_type": "derivation", "name": "r-plu-0.2.3"}, "plugdensity": {"_type": "derivation", "name": "r-plugdensity-0.8-4"}, "plumber": {"_type": "derivation", "name": "r-plumber-1.2.1"}, "plumberDeploy": {"_type": "derivation", "name": "r-plumberDeploy-0.2.1"}, "plumbertableau": {"_type": "derivation", "name": "r-plumbertableau-0.1.0"}, "plumbr": {"_type": "derivation", "name": "r-plumbr-0.6.10"}, "pluralize": {"_type": "derivation", "name": "r-pluralize-0.2.0"}, "plus": {"_type": "derivation", "name": "r-plus-1.0"}, "pluscode": {"_type": "derivation", "name": "r-pluscode-0.1.0"}, "plusser": {"_type": "derivation", "name": "r-plusser-0.4-0"}, "plyr": {"_type": "derivation", "name": "r-plyr-1.8.7"}, "plyranges": {"_type": "derivation", "name": "r-plyranges-1.16.0"}, "pm4py": {"_type": "derivation", "name": "r-pm4py-1.2.7"}, "pmc": {"_type": "derivation", "name": "r-pmc-1.0.4"}, "pmcgd": {"_type": "derivation", "name": "r-pmcgd-1.1"}, "pmclust": {"_type": "derivation", "name": "r-pmclust-0.2-1"}, "pmd": {"_type": "derivation", "name": "r-pmd-0.2.1"}, "pmdplyr": {"_type": "derivation", "name": "r-pmdplyr-0.3.3"}, "pmetar": {"_type": "derivation", "name": "r-pmetar-0.4.0"}, "pmhtutorial": {"_type": "derivation", "name": "r-pmhtutorial-1.5"}, "pmlbr": {"_type": "derivation", "name": "r-pmlbr-0.2.0"}, "pmledecon": {"_type": "derivation", "name": "r-pmledecon-0.2.1"}, "pmm": {"_type": "derivation", "name": "r-pmm-1.28.0"}, "pmml": {"_type": "derivation", "name": "r-pmml-2.5.2"}, "pmmlTransformations": {"_type": "derivation", "name": "r-pmmlTransformations-1.3.3"}, "pmp": {"_type": "derivation", "name": "r-pmp-1.8.0"}, "pmparser": {"_type": "derivation", "name": "r-pmparser-1.0.10"}, "pmpp": {"_type": "derivation", "name": "r-pmpp-0.1.1"}, "pmr": {"_type": "derivation", "name": "r-pmr-1.2.5.1"}, "pmsampsize": {"_type": "derivation", "name": "r-pmsampsize-1.1.2"}, "pmultinom": {"_type": "derivation", "name": "r-pmultinom-1.0.0"}, "pmwg": {"_type": "derivation", "name": "r-pmwg-0.2.0"}, "pmxTools": {"_type": "derivation", "name": "r-pmxTools-1.2.3"}, "pmxpartab": {"_type": "derivation", "name": "r-pmxpartab-0.5.0"}, "png": {"_type": "derivation", "name": "r-png-0.1-7"}, "pnmtrem": {"_type": "derivation", "name": "r-pnmtrem-1.3"}, "pnn": {"_type": "derivation", "name": "r-pnn-1.0.1"}, "poLCA": {"_type": "derivation", "name": "r-poLCA-1.6.0.1"}, "pocketapi": {"_type": "derivation", "name": "r-pocketapi-0.1"}, "pocrm": {"_type": "derivation", "name": "r-pocrm-0.13"}, "podcleaner": {"_type": "derivation", "name": "r-podcleaner-0.1.2"}, "podkat": {"_type": "derivation", "name": "r-podkat-1.28.0"}, "podr": {"_type": "derivation", "name": "r-podr-0.0.5"}, "poems": {"_type": "derivation", "name": "r-poems-1.0.4"}, "pogit": {"_type": "derivation", "name": "r-pogit-1.3.0"}, "pogos": {"_type": "derivation", "name": "r-pogos-1.16.0"}, "poibin": {"_type": "derivation", "name": "r-poibin-1.5"}, "poilog": {"_type": "derivation", "name": "r-poilog-0.4.2"}, "pointRes": {"_type": "derivation", "name": "r-pointRes-2.0.1"}, "pointblank": {"_type": "derivation", "name": "r-pointblank-0.11.2"}, "pointdensityP": {"_type": "derivation", "name": "r-pointdensityP-0.3.5"}, "pointr": {"_type": "derivation", "name": "r-pointr-0.2.0"}, "poio": {"_type": "derivation", "name": "r-poio-0.0-4"}, "poisDoubleSamp": {"_type": "derivation", "name": "r-poisDoubleSamp-1.1.1"}, "poisFErobust": {"_type": "derivation", "name": "r-poisFErobust-2.0.0"}, "poisbinom": {"_type": "derivation", "name": "r-poisbinom-1.0.1"}, "poismf": {"_type": "derivation", "name": "r-poismf-0.4.0-2"}, "poisson": {"_type": "derivation", "name": "r-poisson-1.0"}, "poissonMT": {"_type": "derivation", "name": "r-poissonMT-0.3-5"}, "poisson_glm_mix": {"_type": "derivation", "name": "r-poisson.glm.mix-1.3"}, "poissonreg": {"_type": "derivation", "name": "r-poissonreg-1.0.1"}, "poistweedie": {"_type": "derivation", "name": "r-poistweedie-1.0.1"}, "poker": {"_type": "derivation", "name": "r-poker-0.8.8"}, "polaroid": {"_type": "derivation", "name": "r-polaroid-0.0.1"}, "policytree": {"_type": "derivation", "name": "r-policytree-1.2.0"}, "polimetrics": {"_type": "derivation", "name": "r-polimetrics-1.2.1.14"}, "poliscidata": {"_type": "derivation", "name": "r-poliscidata-2.3.0"}, "polished": {"_type": "derivation", "name": "r-polished-0.7.0"}, "polite": {"_type": "derivation", "name": "r-polite-0.1.2"}, "politeness": {"_type": "derivation", "name": "r-politeness-0.8.7"}, "pollen": {"_type": "derivation", "name": "r-pollen-0.82.0"}, "pollimetry": {"_type": "derivation", "name": "r-pollimetry-1.0.1"}, "pollster": {"_type": "derivation", "name": "r-pollster-0.1.4"}, "polmineR": {"_type": "derivation", "name": "r-polmineR-0.8.7"}, "polspline": {"_type": "derivation", "name": "r-polspline-1.1.20"}, "polyCub": {"_type": "derivation", "name": "r-polyCub-0.8.0"}, "polyMatrix": {"_type": "derivation", "name": "r-polyMatrix-0.9.16"}, "polyPK": {"_type": "derivation", "name": "r-polyPK-3.1.0"}, "polyRAD": {"_type": "derivation", "name": "r-polyRAD-1.6"}, "polySegratio": {"_type": "derivation", "name": "r-polySegratio-0.2-5"}, "polySegratioMM": {"_type": "derivation", "name": "r-polySegratioMM-0.6-4"}, "polyaAeppli": {"_type": "derivation", "name": "r-polyaAeppli-2.0.2"}, "polyapost": {"_type": "derivation", "name": "r-polyapost-1.7"}, "polyclip": {"_type": "derivation", "name": "r-polyclip-1.10-4"}, "polycor": {"_type": "derivation", "name": "r-polycor-0.8-1"}, "polyester": {"_type": "derivation", "name": "r-polyester-1.32.0"}, "polyfreqs": {"_type": "derivation", "name": "r-polyfreqs-1.0.2"}, "polyglot": {"_type": "derivation", "name": "r-polyglot-0.3.0"}, "polylabelr": {"_type": "derivation", "name": "r-polylabelr-0.2.0"}, "polymapR": {"_type": "derivation", "name": "r-polymapR-1.1.2"}, "polynom": {"_type": "derivation", "name": "r-polynom-1.4-1"}, "polypharmacy": {"_type": "derivation", "name": "r-polypharmacy-1.0.0"}, "polypoly": {"_type": "derivation", "name": "r-polypoly-0.0.3"}, "polyqtlR": {"_type": "derivation", "name": "r-polyqtlR-0.0.9"}, "polyreg": {"_type": "derivation", "name": "r-polyreg-0.8.0"}, "polysat": {"_type": "derivation", "name": "r-polysat-1.7-7"}, "polywog": {"_type": "derivation", "name": "r-polywog-0.4-1"}, "pom": {"_type": "derivation", "name": "r-pom-1.1"}, "pomcheckr": {"_type": "derivation", "name": "r-pomcheckr-0.1.1"}, "pomdp": {"_type": "derivation", "name": "r-pomdp-1.0.3"}, "pomdpSolve": {"_type": "derivation", "name": "r-pomdpSolve-1.0.1"}, "pomodoro": {"_type": "derivation", "name": "r-pomodoro-3.8.0"}, "pomp": {"_type": "derivation", "name": "r-pomp-4.3"}, "pompom": {"_type": "derivation", "name": "r-pompom-0.2.1"}, "pompp": {"_type": "derivation", "name": "r-pompp-0.1.2"}, "pooh": {"_type": "derivation", "name": "r-pooh-0.3-2"}, "pool": {"_type": "derivation", "name": "r-pool-0.1.6"}, "poolVIM": {"_type": "derivation", "name": "r-poolVIM-1.0.0"}, "poolfstat": {"_type": "derivation", "name": "r-poolfstat-2.1.1"}, "pooling": {"_type": "derivation", "name": "r-pooling-1.1.2"}, "poolr": {"_type": "derivation", "name": "r-poolr-1.1-1"}, "poorman": {"_type": "derivation", "name": "r-poorman-0.2.6"}, "pop": {"_type": "derivation", "name": "r-pop-0.1"}, "popEpi": {"_type": "derivation", "name": "r-popEpi-0.4.10"}, "popKorn": {"_type": "derivation", "name": "r-popKorn-0.3-0"}, "popPCR": {"_type": "derivation", "name": "r-popPCR-0.1.1.1"}, "popPyramid": {"_type": "derivation", "name": "r-popPyramid-0.1.1"}, "popRF": {"_type": "derivation", "name": "r-popRF-1.0.0"}, "popReconstruct": {"_type": "derivation", "name": "r-popReconstruct-1.0-6"}, "pop_lion": {"_type": "derivation", "name": "r-pop.lion-1.0.1"}, "pop_wolf": {"_type": "derivation", "name": "r-pop.wolf-1.0"}, "popbayes": {"_type": "derivation", "name": "r-popbayes-1.1"}, "popbio": {"_type": "derivation", "name": "r-popbio-2.7"}, "popdemo": {"_type": "derivation", "name": "r-popdemo-1.3-1"}, "popgenr": {"_type": "derivation", "name": "r-popgenr-0.2"}, "popkin": {"_type": "derivation", "name": "r-popkin-1.3.17"}, "poplarcdf": {"_type": "derivation", "name": "r-poplarcdf-2.18.0"}, "poplarprobe": {"_type": "derivation", "name": "r-poplarprobe-2.18.0"}, "poppr": {"_type": "derivation", "name": "r-poppr-2.9.3"}, "popsom": {"_type": "derivation", "name": "r-popsom-6.0"}, "popstudy": {"_type": "derivation", "name": "r-popstudy-1.0.0"}, "poptrend": {"_type": "derivation", "name": "r-poptrend-0.1.0"}, "populR": {"_type": "derivation", "name": "r-populR-0.1.6"}, "population": {"_type": "derivation", "name": "r-population-0.3"}, "populationPDXdesign": {"_type": "derivation", "name": "r-populationPDXdesign-1.0.3"}, "porcine_db": {"_type": "derivation", "name": "r-porcine.db-3.13.0"}, "porcinecdf": {"_type": "derivation", "name": "r-porcinecdf-2.18.0"}, "porcineprobe": {"_type": "derivation", "name": "r-porcineprobe-2.18.0"}, "porridge": {"_type": "derivation", "name": "r-porridge-0.3.1"}, "port4me": {"_type": "derivation", "name": "r-port4me-0.5.0"}, "portalr": {"_type": "derivation", "name": "r-portalr-0.3.10"}, "portes": {"_type": "derivation", "name": "r-portes-5.0"}, "portfolio": {"_type": "derivation", "name": "r-portfolio-0.5-2"}, "portfolioBacktest": {"_type": "derivation", "name": "r-portfolioBacktest-0.4.1"}, "portfolio_optimization": {"_type": "derivation", "name": "r-portfolio.optimization-1.0-0"}, "portsort": {"_type": "derivation", "name": "r-portsort-0.1.0"}, "portvine": {"_type": "derivation", "name": "r-portvine-1.0.1"}, "postGGIR": {"_type": "derivation", "name": "r-postGGIR-2.4.0.2"}, "postGIStools": {"_type": "derivation", "name": "r-postGIStools-0.2.4"}, "postHoc": {"_type": "derivation", "name": "r-postHoc-0.1.3"}, "postcards": {"_type": "derivation", "name": "r-postcards-0.2.3"}, "posterdown": {"_type": "derivation", "name": "r-posterdown-1.0"}, "posterior": {"_type": "derivation", "name": "r-posterior-1.3.1"}, "postinfectious": {"_type": "derivation", "name": "r-postinfectious-0.1.0"}, "postlightmercury": {"_type": "derivation", "name": "r-postlightmercury-1.2"}, "postlogic": {"_type": "derivation", "name": "r-postlogic-0.1.0.1"}, "postpack": {"_type": "derivation", "name": "r-postpack-0.5.3"}, "potential": {"_type": "derivation", "name": "r-potential-0.2.0"}, "potools": {"_type": "derivation", "name": "r-potools-0.2.2"}, "potts": {"_type": "derivation", "name": "r-potts-0.5-11"}, "pould": {"_type": "derivation", "name": "r-pould-1.0.1"}, "povcalnetR": {"_type": "derivation", "name": "r-povcalnetR-0.1.1"}, "powRICLPM": {"_type": "derivation", "name": "r-powRICLPM-0.1.0"}, "pow_int": {"_type": "derivation", "name": "r-pow.int-1.3"}, "powdR": {"_type": "derivation", "name": "r-powdR-1.3.0"}, "powdist": {"_type": "derivation", "name": "r-powdist-0.1.4"}, "poweRlaw": {"_type": "derivation", "name": "r-poweRlaw-0.70.6"}, "powerAnalysis": {"_type": "derivation", "name": "r-powerAnalysis-0.2.1"}, "powerCompRisk": {"_type": "derivation", "name": "r-powerCompRisk-1.0.1"}, "powerEQTL": {"_type": "derivation", "name": "r-powerEQTL-0.3.4"}, "powerGWASinteraction": {"_type": "derivation", "name": "r-powerGWASinteraction-1.1.3"}, "powerHaDeX": {"_type": "derivation", "name": "r-powerHaDeX-1.0"}, "powerLATE": {"_type": "derivation", "name": "r-powerLATE-0.1.1"}, "powerMediation": {"_type": "derivation", "name": "r-powerMediation-0.3.4"}, "powerSurvEpi": {"_type": "derivation", "name": "r-powerSurvEpi-0.1.3"}, "powerTCR": {"_type": "derivation", "name": "r-powerTCR-1.16.0"}, "powerbiR": {"_type": "derivation", "name": "r-powerbiR-0.1.0"}, "powerbydesign": {"_type": "derivation", "name": "r-powerbydesign-1.0.5"}, "powerjoin": {"_type": "derivation", "name": "r-powerjoin-0.0.1"}, "powerly": {"_type": "derivation", "name": "r-powerly-1.8.6"}, "powerpkg": {"_type": "derivation", "name": "r-powerpkg-1.6"}, "powerplus": {"_type": "derivation", "name": "r-powerplus-3.1"}, "ppcSpatial": {"_type": "derivation", "name": "r-ppcSpatial-0.2.0"}, "ppcc": {"_type": "derivation", "name": "r-ppcc-1.2"}, "ppclust": {"_type": "derivation", "name": "r-ppclust-1.1.0"}, "ppcong": {"_type": "derivation", "name": "r-ppcong-0.0.2"}, "ppcor": {"_type": "derivation", "name": "r-ppcor-1.1"}, "ppcseq": {"_type": "derivation", "name": "r-ppcseq-1.4.0"}, "ppdiag": {"_type": "derivation", "name": "r-ppdiag-0.1.1"}, "ppgam": {"_type": "derivation", "name": "r-ppgam-1.0.1"}, "ppgmmga": {"_type": "derivation", "name": "r-ppgmmga-1.2"}, "ppiData": {"_type": "derivation", "name": "r-ppiData-0.34.0"}, "ppiStats": {"_type": "derivation", "name": "r-ppiStats-1.62.0"}, "ppitables": {"_type": "derivation", "name": "r-ppitables-0.5.4"}, "ppmHR": {"_type": "derivation", "name": "r-ppmHR-1.0"}, "ppmSuite": {"_type": "derivation", "name": "r-ppmSuite-0.2.4"}, "ppmf": {"_type": "derivation", "name": "r-ppmf-0.1.3"}, "ppmlasso": {"_type": "derivation", "name": "r-ppmlasso-1.2"}, "pps": {"_type": "derivation", "name": "r-pps-1.0"}, "ppsbm": {"_type": "derivation", "name": "r-ppsbm-0.2.2"}, "ppseq": {"_type": "derivation", "name": "r-ppseq-0.2.0"}, "ppsr": {"_type": "derivation", "name": "r-ppsr-0.0.2"}, "pqantimalarials": {"_type": "derivation", "name": "r-pqantimalarials-0.2"}, "pqrfe": {"_type": "derivation", "name": "r-pqrfe-1.0"}, "pqsfinder": {"_type": "derivation", "name": "r-pqsfinder-2.12.0"}, "prLogistic": {"_type": "derivation", "name": "r-prLogistic-1.2"}, "prWarp": {"_type": "derivation", "name": "r-prWarp-1.0.0"}, "prabclus": {"_type": "derivation", "name": "r-prabclus-2.3-2"}, "pracma": {"_type": "derivation", "name": "r-pracma-2.4.2"}, "pragma": {"_type": "derivation", "name": "r-pragma-0.1.3"}, "prais": {"_type": "derivation", "name": "r-prais-1.1.2"}, "praise": {"_type": "derivation", "name": "r-praise-1.0.0"}, "praktikum": {"_type": "derivation", "name": "r-praktikum-0.1"}, "pram": {"_type": "derivation", "name": "r-pram-1.12.0"}, "praznik": {"_type": "derivation", "name": "r-praznik-11.0.0"}, "prcbench": {"_type": "derivation", "name": "r-prcbench-1.1.1"}, "prclust": {"_type": "derivation", "name": "r-prclust-1.3"}, "prcr": {"_type": "derivation", "name": "r-prcr-0.2.1"}, "pre": {"_type": "derivation", "name": "r-pre-1.0.5"}, "prebs": {"_type": "derivation", "name": "r-prebs-1.36.0"}, "prebsdata": {"_type": "derivation", "name": "r-prebsdata-1.32.0"}, "precintcon": {"_type": "derivation", "name": "r-precintcon-2.3.0"}, "precisePlacement": {"_type": "derivation", "name": "r-precisePlacement-0.1.0"}, "preciseTAD": {"_type": "derivation", "name": "r-preciseTAD-1.6.0"}, "preciseTADhub": {"_type": "derivation", "name": "r-preciseTADhub-1.4.0"}, "precisely": {"_type": "derivation", "name": "r-precisely-0.1.2"}, "precmed": {"_type": "derivation", "name": "r-precmed-1.0.0"}, "precommit": {"_type": "derivation", "name": "r-precommit-0.3.2"}, "precrec": {"_type": "derivation", "name": "r-precrec-0.12.9"}, "predReliability": {"_type": "derivation", "name": "r-predReliability-0.1.0"}, "predfairness": {"_type": "derivation", "name": "r-predfairness-0.1.0"}, "predhy": {"_type": "derivation", "name": "r-predhy-1.2.0"}, "predict3d": {"_type": "derivation", "name": "r-predict3d-0.1.3.3"}, "predictMe": {"_type": "derivation", "name": "r-predictMe-0.1"}, "prediction": {"_type": "derivation", "name": "r-prediction-0.3.14"}, "predictionInterval": {"_type": "derivation", "name": "r-predictionInterval-1.0.0"}, "predictionet": {"_type": "derivation", "name": "r-predictionet-1.40.0"}, "predictmeans": {"_type": "derivation", "name": "r-predictmeans-1.0.6"}, "predictoR": {"_type": "derivation", "name": "r-predictoR-2.0.7"}, "predictrace": {"_type": "derivation", "name": "r-predictrace-2.0.0"}, "predieval": {"_type": "derivation", "name": "r-predieval-0.1.1"}, "predint": {"_type": "derivation", "name": "r-predint-1.1.1"}, "predkmeans": {"_type": "derivation", "name": "r-predkmeans-0.1.1"}, "predmixcor": {"_type": "derivation", "name": "r-predmixcor-1.1-1"}, "predtools": {"_type": "derivation", "name": "r-predtools-0.0.2"}, "predtoolsTS": {"_type": "derivation", "name": "r-predtoolsTS-0.1.1"}, "prefeR": {"_type": "derivation", "name": "r-prefeR-0.1.3"}, "preferably": {"_type": "derivation", "name": "r-preferably-0.4.1"}, "preference": {"_type": "derivation", "name": "r-preference-1.1.6"}, "prefmod": {"_type": "derivation", "name": "r-prefmod-0.8-35"}, "prenoms": {"_type": "derivation", "name": "r-prenoms-0.0.1"}, "prepdat": {"_type": "derivation", "name": "r-prepdat-1.0.8"}, "prepplot": {"_type": "derivation", "name": "r-prepplot-1.0-1"}, "preprocessCore": {"_type": "derivation", "name": "r-preprocessCore-1.58.0"}, "preputils": {"_type": "derivation", "name": "r-preputils-1.0.3"}, "prereg": {"_type": "derivation", "name": "r-prereg-0.6.0"}, "preregr": {"_type": "derivation", "name": "r-preregr-0.2.5"}, "presens": {"_type": "derivation", "name": "r-presens-2.1.0"}, "presenter": {"_type": "derivation", "name": "r-presenter-0.1.1"}, "presentes": {"_type": "derivation", "name": "r-presentes-0.1.0"}, "preseqR": {"_type": "derivation", "name": "r-preseqR-4.0.0"}, "presize": {"_type": "derivation", "name": "r-presize-0.3.3"}, "presmTP": {"_type": "derivation", "name": "r-presmTP-1.1.0"}, "presser": {"_type": "derivation", "name": "r-presser-1.1.0"}, "prettifyAddins": {"_type": "derivation", "name": "r-prettifyAddins-2.5.0"}, "prettyB": {"_type": "derivation", "name": "r-prettyB-0.2.2"}, "prettyGraphs": {"_type": "derivation", "name": "r-prettyGraphs-2.1.6"}, "prettyR": {"_type": "derivation", "name": "r-prettyR-2.2-3"}, "prettycode": {"_type": "derivation", "name": "r-prettycode-1.1.0"}, "prettydoc": {"_type": "derivation", "name": "r-prettydoc-0.4.1"}, "prettyglm": {"_type": "derivation", "name": "r-prettyglm-0.1.0"}, "prettymapr": {"_type": "derivation", "name": "r-prettymapr-0.2.4"}, "prettyunits": {"_type": "derivation", "name": "r-prettyunits-1.1.1"}, "prevR": {"_type": "derivation", "name": "r-prevR-4.0.0"}, "prevalence": {"_type": "derivation", "name": "r-prevalence-0.4.1"}, "prevederer": {"_type": "derivation", "name": "r-prevederer-0.0.1"}, "previsionio": {"_type": "derivation", "name": "r-previsionio-11.7.0"}, "prevtoinc": {"_type": "derivation", "name": "r-prevtoinc-0.12.0"}, "prewas": {"_type": "derivation", "name": "r-prewas-1.1.1"}, "priceR": {"_type": "derivation", "name": "r-priceR-0.1.67"}, "pricesensitivitymeter": {"_type": "derivation", "name": "r-pricesensitivitymeter-1.2.2"}, "prider": {"_type": "derivation", "name": "r-prider-1.0.4"}, "prim": {"_type": "derivation", "name": "r-prim-1.0.20"}, "primate": {"_type": "derivation", "name": "r-primate-0.2.0"}, "primePCA": {"_type": "derivation", "name": "r-primePCA-1.2"}, "primefactr": {"_type": "derivation", "name": "r-primefactr-0.1.1"}, "primer": {"_type": "derivation", "name": "r-primer-1.2.0"}, "primerTree": {"_type": "derivation", "name": "r-primerTree-1.0.6"}, "primes": {"_type": "derivation", "name": "r-primes-1.4.0"}, "primeviewcdf": {"_type": "derivation", "name": "r-primeviewcdf-2.18.0"}, "primeviewprobe": {"_type": "derivation", "name": "r-primeviewprobe-2.18.0"}, "primirTSS": {"_type": "derivation", "name": "r-primirTSS-1.14.0"}, "princurve": {"_type": "derivation", "name": "r-princurve-2.1.6"}, "prinsimp": {"_type": "derivation", "name": "r-prinsimp-0.8-8"}, "printr": {"_type": "derivation", "name": "r-printr-0.2"}, "prinvars": {"_type": "derivation", "name": "r-prinvars-0.1.0"}, "prioGene": {"_type": "derivation", "name": "r-prioGene-1.0.1"}, "prioriactions": {"_type": "derivation", "name": "r-prioriactions-0.4.1"}, "prioritizr": {"_type": "derivation", "name": "r-prioritizr-7.2.2"}, "prioritizrdata": {"_type": "derivation", "name": "r-prioritizrdata-0.2.4"}, "prioritylasso": {"_type": "derivation", "name": "r-prioritylasso-0.2.5"}, "prism": {"_type": "derivation", "name": "r-prism-0.2.0"}, "prismadiagramR": {"_type": "derivation", "name": "r-prismadiagramR-1.0.0"}, "prismatic": {"_type": "derivation", "name": "r-prismatic-1.1.1"}, "prisonbrief": {"_type": "derivation", "name": "r-prisonbrief-0.1.2"}, "prithulib": {"_type": "derivation", "name": "r-prithulib-1.0.2"}, "prnsamplr": {"_type": "derivation", "name": "r-prnsamplr-0.2.1"}, "pro": {"_type": "derivation", "name": "r-pro-0.1.1"}, "proActiv": {"_type": "derivation", "name": "r-proActiv-1.6.0"}, "proBAMr": {"_type": "derivation", "name": "r-proBAMr-1.30.0"}, "proBatch": {"_type": "derivation", "name": "r-proBatch-1.11.0"}, "proDA": {"_type": "derivation", "name": "r-proDA-1.10.0"}, "proFIA": {"_type": "derivation", "name": "r-proFIA-1.22.0"}, "proPubBills": {"_type": "derivation", "name": "r-proPubBills-0.1"}, "prob": {"_type": "derivation", "name": "r-prob-1.0-1"}, "probFDA": {"_type": "derivation", "name": "r-probFDA-1.0.1"}, "probably": {"_type": "derivation", "name": "r-probably-0.1.0"}, "probemod": {"_type": "derivation", "name": "r-probemod-0.2.1"}, "probout": {"_type": "derivation", "name": "r-probout-1.1.2"}, "proccalibrad": {"_type": "derivation", "name": "r-proccalibrad-0.14"}, "proceduralnames": {"_type": "derivation", "name": "r-proceduralnames-0.2.2"}, "processR": {"_type": "derivation", "name": "r-processR-0.2.6"}, "processanimateR": {"_type": "derivation", "name": "r-processanimateR-1.0.5"}, "processcheckR": {"_type": "derivation", "name": "r-processcheckR-0.1.4"}, "processmapR": {"_type": "derivation", "name": "r-processmapR-0.5.2"}, "processmonitR": {"_type": "derivation", "name": "r-processmonitR-0.1.0"}, "processx": {"_type": "derivation", "name": "r-processx-3.8.0"}, "procmaps": {"_type": "derivation", "name": "r-procmaps-0.0.4"}, "procoil": {"_type": "derivation", "name": "r-procoil-2.24.0"}, "prodest": {"_type": "derivation", "name": "r-prodest-1.0.1"}, "prodigenr": {"_type": "derivation", "name": "r-prodigenr-0.6.2"}, "prodlim": {"_type": "derivation", "name": "r-prodlim-2019.11.13"}, "productivity": {"_type": "derivation", "name": "r-productivity-1.1.0"}, "productplots": {"_type": "derivation", "name": "r-productplots-0.1.1"}, "profExtrema": {"_type": "derivation", "name": "r-profExtrema-0.2.1"}, "prof_tree": {"_type": "derivation", "name": "r-prof.tree-0.1.0"}, "proffer": {"_type": "derivation", "name": "r-proffer-0.1.5"}, "profile": {"_type": "derivation", "name": "r-profile-1.0.3"}, "profileModel": {"_type": "derivation", "name": "r-profileModel-0.6.1"}, "profileR": {"_type": "derivation", "name": "r-profileR-0.3-5"}, "profileScoreDist": {"_type": "derivation", "name": "r-profileScoreDist-1.24.0"}, "profileplyr": {"_type": "derivation", "name": "r-profileplyr-1.12.0"}, "profmem": {"_type": "derivation", "name": "r-profmem-0.6.0"}, "profoc": {"_type": "derivation", "name": "r-profoc-0.9.3"}, "profr": {"_type": "derivation", "name": "r-profr-0.3.3"}, "proftools": {"_type": "derivation", "name": "r-proftools-0.99-3"}, "profvis": {"_type": "derivation", "name": "r-profvis-0.3.7"}, "progeny": {"_type": "derivation", "name": "r-progeny-1.18.0"}, "progenyClust": {"_type": "derivation", "name": "r-progenyClust-1.2"}, "prognosticROC": {"_type": "derivation", "name": "r-prognosticROC-0.7"}, "progress": {"_type": "derivation", "name": "r-progress-1.2.2"}, "progressr": {"_type": "derivation", "name": "r-progressr-0.11.0"}, "proj4": {"_type": "derivation", "name": "r-proj4-1.0-11"}, "projectR": {"_type": "derivation", "name": "r-projectR-1.12.0"}, "projections": {"_type": "derivation", "name": "r-projections-0.5.4"}, "projects": {"_type": "derivation", "name": "r-projects-2.1.3"}, "projmgr": {"_type": "derivation", "name": "r-projmgr-0.1.0"}, "projpred": {"_type": "derivation", "name": "r-projpred-2.2.1"}, "prolific_api": {"_type": "derivation", "name": "r-prolific.api-0.5"}, "prome": {"_type": "derivation", "name": "r-prome-1.5.6.70"}, "promethee123": {"_type": "derivation", "name": "r-promethee123-0.1.0"}, "promises": {"_type": "derivation", "name": "r-promises-1.2.0.1"}, "promor": {"_type": "derivation", "name": "r-promor-0.1.0"}, "promote": {"_type": "derivation", "name": "r-promote-1.1.1"}, "promotionImpact": {"_type": "derivation", "name": "r-promotionImpact-0.1.5"}, "prompt": {"_type": "derivation", "name": "r-prompt-1.0.1"}, "prompter": {"_type": "derivation", "name": "r-prompter-1.1.0"}, "promr": {"_type": "derivation", "name": "r-promr-0.1.3"}, "propOverlap": {"_type": "derivation", "name": "r-propOverlap-1.0"}, "prop_comb_RR": {"_type": "derivation", "name": "r-prop.comb.RR-1.2"}, "propagate": {"_type": "derivation", "name": "r-propagate-1.0-6"}, "properties": {"_type": "derivation", "name": "r-properties-0.0-9"}, "prophet": {"_type": "derivation", "name": "r-prophet-1.0"}, "proportion": {"_type": "derivation", "name": "r-proportion-2.0.0"}, "propr": {"_type": "derivation", "name": "r-propr-4.2.6"}, "prospectr": {"_type": "derivation", "name": "r-prospectr-0.2.6"}, "prostateCancerCamcap": {"_type": "derivation", "name": "r-prostateCancerCamcap-1.24.0"}, "prostateCancerGrasso": {"_type": "derivation", "name": "r-prostateCancerGrasso-1.24.0"}, "prostateCancerStockholm": {"_type": "derivation", "name": "r-prostateCancerStockholm-1.24.0"}, "prostateCancerTaylor": {"_type": "derivation", "name": "r-prostateCancerTaylor-1.24.0"}, "prostateCancerVarambally": {"_type": "derivation", "name": "r-prostateCancerVarambally-1.24.0"}, "protGear": {"_type": "derivation", "name": "r-protGear-1.0.0"}, "protViz": {"_type": "derivation", "name": "r-protViz-0.7.3"}, "protag": {"_type": "derivation", "name": "r-protag-1.0.0"}, "protein8k": {"_type": "derivation", "name": "r-protein8k-0.0.1"}, "proteinProfiles": {"_type": "derivation", "name": "r-proteinProfiles-1.36.0"}, "proteomicdesign": {"_type": "derivation", "name": "r-proteomicdesign-2.0"}, "proteomics": {"_type": "derivation", "name": "r-proteomics-0.2"}, "proteus": {"_type": "derivation", "name": "r-proteus-1.0.0"}, "proto": {"_type": "derivation", "name": "r-proto-1.0.0"}, "protoclass": {"_type": "derivation", "name": "r-protoclass-1.0"}, "protoclust": {"_type": "derivation", "name": "r-protoclust-1.6.4"}, "protolite": {"_type": "derivation", "name": "r-protolite-2.1.3"}, "proton": {"_type": "derivation", "name": "r-proton-1.0"}, "protoshiny": {"_type": "derivation", "name": "r-protoshiny-0.1.0"}, "prototest": {"_type": "derivation", "name": "r-prototest-1.2"}, "protr": {"_type": "derivation", "name": "r-protr-1.6-2"}, "protti": {"_type": "derivation", "name": "r-protti-0.5.0"}, "proustr": {"_type": "derivation", "name": "r-proustr-0.4.0"}, "provDebugR": {"_type": "derivation", "name": "r-provDebugR-1.0.1"}, "provExplainR": {"_type": "derivation", "name": "r-provExplainR-1.1.1"}, "provGraphR": {"_type": "derivation", "name": "r-provGraphR-1.0.1"}, "provParseR": {"_type": "derivation", "name": "r-provParseR-1.0"}, "provSummarizeR": {"_type": "derivation", "name": "r-provSummarizeR-1.5.1"}, "provTraceR": {"_type": "derivation", "name": "r-provTraceR-1.0"}, "provViz": {"_type": "derivation", "name": "r-provViz-1.0.9"}, "provenance": {"_type": "derivation", "name": "r-provenance-4.0"}, "proverbs": {"_type": "derivation", "name": "r-proverbs-0.1.0"}, "proxirr": {"_type": "derivation", "name": "r-proxirr-0.2"}, "proxy": {"_type": "derivation", "name": "r-proxy-0.4-27"}, "proxyC": {"_type": "derivation", "name": "r-proxyC-0.3.3"}, "prozor": {"_type": "derivation", "name": "r-prozor-0.3.1"}, "prrd": {"_type": "derivation", "name": "r-prrd-0.0.5"}, "prt": {"_type": "derivation", "name": "r-prt-0.1.5"}, "pryr": {"_type": "derivation", "name": "r-pryr-0.1.5"}, "ps": {"_type": "derivation", "name": "r-ps-1.7.2"}, "psData": {"_type": "derivation", "name": "r-psData-0.2.2"}, "psSubpathway": {"_type": "derivation", "name": "r-psSubpathway-0.1.1"}, "psbcGroup": {"_type": "derivation", "name": "r-psbcGroup-1.5"}, "psborrow": {"_type": "derivation", "name": "r-psborrow-0.2.0"}, "pscl": {"_type": "derivation", "name": "r-pscl-1.5.5"}, "pscore": {"_type": "derivation", "name": "r-pscore-0.4.0"}, "psd": {"_type": "derivation", "name": "r-psd-2.1.1"}, "psda": {"_type": "derivation", "name": "r-psda-1.4.0"}, "psdr": {"_type": "derivation", "name": "r-psdr-1.0.1"}, "pse": {"_type": "derivation", "name": "r-pse-0.4.7"}, "pseudo": {"_type": "derivation", "name": "r-pseudo-1.4.3"}, "pseudorank": {"_type": "derivation", "name": "r-pseudorank-1.0.1"}, "pseval": {"_type": "derivation", "name": "r-pseval-1.3.1"}, "psfmi": {"_type": "derivation", "name": "r-psfmi-1.0.0"}, "psgp": {"_type": "derivation", "name": "r-psgp-0.3-19"}, "psica": {"_type": "derivation", "name": "r-psica-1.0.2"}, "psichomics": {"_type": "derivation", "name": "r-psichomics-1.22.1"}, "psidR": {"_type": "derivation", "name": "r-psidR-2.1"}, "psmineR": {"_type": "derivation", "name": "r-psmineR-0.1.0"}, "pso": {"_type": "derivation", "name": "r-pso-1.0.4"}, "psoptim": {"_type": "derivation", "name": "r-psoptim-1.0"}, "psp": {"_type": "derivation", "name": "r-psp-0.1"}, "pspatreg": {"_type": "derivation", "name": "r-pspatreg-1.0.4"}, "pspearman": {"_type": "derivation", "name": "r-pspearman-0.3-1"}, "pspline": {"_type": "derivation", "name": "r-pspline-1.0-19"}, "pspline_inference": {"_type": "derivation", "name": "r-pspline.inference-1.0.4"}, "psqn": {"_type": "derivation", "name": "r-psqn-0.3.1"}, "psr": {"_type": "derivation", "name": "r-psr-0.1.0"}, "psre": {"_type": "derivation", "name": "r-psre-0.1.2"}, "psrwe": {"_type": "derivation", "name": "r-psrwe-3.1"}, "pssm": {"_type": "derivation", "name": "r-pssm-1.1"}, "pssmooth": {"_type": "derivation", "name": "r-pssmooth-1.0.3"}, "pstest": {"_type": "derivation", "name": "r-pstest-0.1.3.900"}, "psy": {"_type": "derivation", "name": "r-psy-1.2"}, "psycModel": {"_type": "derivation", "name": "r-psycModel-0.4.1"}, "psych": {"_type": "derivation", "name": "r-psych-2.2.9"}, "psychReport": {"_type": "derivation", "name": "r-psychReport-3.0.2"}, "psychTools": {"_type": "derivation", "name": "r-psychTools-2.2.9"}, "psychmeta": {"_type": "derivation", "name": "r-psychmeta-2.6.5"}, "psycho": {"_type": "derivation", "name": "r-psycho-0.6.1"}, "psychometric": {"_type": "derivation", "name": "r-psychometric-2.3"}, "psychomix": {"_type": "derivation", "name": "r-psychomix-1.1-8"}, "psychonetrics": {"_type": "derivation", "name": "r-psychonetrics-0.10"}, "psychotools": {"_type": "derivation", "name": "r-psychotools-0.7-2"}, "psychotree": {"_type": "derivation", "name": "r-psychotree-0.16-0"}, "psychrolib": {"_type": "derivation", "name": "r-psychrolib-2.5.2"}, "psychtm": {"_type": "derivation", "name": "r-psychtm-2021.1.0"}, "psygenet2r": {"_type": "derivation", "name": "r-psygenet2r-1.28.0"}, "psymetadata": {"_type": "derivation", "name": "r-psymetadata-1.0.1"}, "psymonitor": {"_type": "derivation", "name": "r-psymonitor-0.0.2"}, "psyntur": {"_type": "derivation", "name": "r-psyntur-0.1.0"}, "psyosphere": {"_type": "derivation", "name": "r-psyosphere-0.1.6"}, "psyphy": {"_type": "derivation", "name": "r-psyphy-0.2-3"}, "psyverse": {"_type": "derivation", "name": "r-psyverse-0.1.0"}, "ptairData": {"_type": "derivation", "name": "r-ptairData-1.4.0"}, "ptairMS": {"_type": "derivation", "name": "r-ptairMS-1.4.1"}, "ptest": {"_type": "derivation", "name": "r-ptest-1.0-8"}, "ptf": {"_type": "derivation", "name": "r-ptf-0.0.1"}, "ptinpoly": {"_type": "derivation", "name": "r-ptinpoly-2.8"}, "ptm": {"_type": "derivation", "name": "r-ptm-0.2.6"}, "ptmixed": {"_type": "derivation", "name": "r-ptmixed-1.1.3"}, "ptools": {"_type": "derivation", "name": "r-ptools-1.0.1"}, "pts2polys": {"_type": "derivation", "name": "r-pts2polys-0.1.3"}, "ptspotter": {"_type": "derivation", "name": "r-ptspotter-1.0.1"}, "ptsuite": {"_type": "derivation", "name": "r-ptsuite-1.0.0"}, "ptvapi": {"_type": "derivation", "name": "r-ptvapi-2.0.3"}, "ptw": {"_type": "derivation", "name": "r-ptw-1.9-16"}, "ptwikiwords": {"_type": "derivation", "name": "r-ptwikiwords-0.0.3"}, "ptycho": {"_type": "derivation", "name": "r-ptycho-1.1-4"}, "pubchunks": {"_type": "derivation", "name": "r-pubchunks-0.3.0"}, "pubh": {"_type": "derivation", "name": "r-pubh-1.2.7"}, "publipha": {"_type": "derivation", "name": "r-publipha-0.1.1"}, "pubmedR": {"_type": "derivation", "name": "r-pubmedR-0.0.3"}, "pubmed_mineR": {"_type": "derivation", "name": "r-pubmed.mineR-1.0.19"}, "pubtatordb": {"_type": "derivation", "name": "r-pubtatordb-0.1.4"}, "pullword": {"_type": "derivation", "name": "r-pullword-0.3"}, "puls": {"_type": "derivation", "name": "r-puls-0.1.2"}, "pulsar": {"_type": "derivation", "name": "r-pulsar-0.3.8"}, "pulseTD": {"_type": "derivation", "name": "r-pulseTD-0.1.0"}, "pulsedSilac": {"_type": "derivation", "name": "r-pulsedSilac-1.9.1"}, "puma": {"_type": "derivation", "name": "r-puma-3.38.0"}, "pumadata": {"_type": "derivation", "name": "r-pumadata-2.32.0"}, "pumilioR": {"_type": "derivation", "name": "r-pumilioR-1.3.1"}, "puniform": {"_type": "derivation", "name": "r-puniform-0.2.5"}, "pureseqtmr": {"_type": "derivation", "name": "r-pureseqtmr-1.2"}, "purge": {"_type": "derivation", "name": "r-purge-0.2.1"}, "purgeR": {"_type": "derivation", "name": "r-purgeR-1.5"}, "purging": {"_type": "derivation", "name": "r-purging-1.0.0"}, "purrr": {"_type": "derivation", "name": "r-purrr-0.3.5"}, "purrrlyr": {"_type": "derivation", "name": "r-purrrlyr-0.0.8"}, "pushbar": {"_type": "derivation", "name": "r-pushbar-0.1.0"}, "pushoverr": {"_type": "derivation", "name": "r-pushoverr-1.1.0"}, "puzzle": {"_type": "derivation", "name": "r-puzzle-0.0.1"}, "pvLRT": {"_type": "derivation", "name": "r-pvLRT-0.4"}, "pvac": {"_type": "derivation", "name": "r-pvac-1.44.0"}, "pvaluefunctions": {"_type": "derivation", "name": "r-pvaluefunctions-1.6.2"}, "pvar": {"_type": "derivation", "name": "r-pvar-2.2.7"}, "pvca": {"_type": "derivation", "name": "r-pvca-1.36.0"}, "pvclass": {"_type": "derivation", "name": "r-pvclass-1.4"}, "pvclust": {"_type": "derivation", "name": "r-pvclust-2.2-0"}, "pvcurveanalysis": {"_type": "derivation", "name": "r-pvcurveanalysis-1.0.0"}, "pvldcurve": {"_type": "derivation", "name": "r-pvldcurve-1.2.6"}, "pvsR": {"_type": "derivation", "name": "r-pvsR-0.3"}, "pwOmics": {"_type": "derivation", "name": "r-pwOmics-1.28.0"}, "pwlmm": {"_type": "derivation", "name": "r-pwlmm-1.1.1"}, "pwr": {"_type": "derivation", "name": "r-pwr-1.3-0"}, "pwr2": {"_type": "derivation", "name": "r-pwr2-1.0"}, "pwr2ppl": {"_type": "derivation", "name": "r-pwr2ppl-0.5.0"}, "pwrAB": {"_type": "derivation", "name": "r-pwrAB-0.1.0"}, "pwrEWAS": {"_type": "derivation", "name": "r-pwrEWAS-1.10.0"}, "pwrEWAS_data": {"_type": "derivation", "name": "r-pwrEWAS.data-1.10.0"}, "pwrFDR": {"_type": "derivation", "name": "r-pwrFDR-2.8.9"}, "pwrRasch": {"_type": "derivation", "name": "r-pwrRasch-0.1-2"}, "pwt": {"_type": "derivation", "name": "r-pwt-7.1-1"}, "pwt10": {"_type": "derivation", "name": "r-pwt10-10.0-0"}, "pwt8": {"_type": "derivation", "name": "r-pwt8-8.1-1"}, "pwt9": {"_type": "derivation", "name": "r-pwt9-9.1-0"}, "pxR": {"_type": "derivation", "name": "r-pxR-0.42.4"}, "pxweb": {"_type": "derivation", "name": "r-pxweb-0.16.1"}, "pyMTurkR": {"_type": "derivation", "name": "r-pyMTurkR-1.1.5"}, "pycno": {"_type": "derivation", "name": "r-pycno-1.2"}, "pyinit": {"_type": "derivation", "name": "r-pyinit-1.1.3"}, "pylintR": {"_type": "derivation", "name": "r-pylintR-0.1.0"}, "pyramid": {"_type": "derivation", "name": "r-pyramid-1.5"}, "pysd2r": {"_type": "derivation", "name": "r-pysd2r-0.1.0"}, "pzfx": {"_type": "derivation", "name": "r-pzfx-0.3.0"}, "qCBA": {"_type": "derivation", "name": "r-qCBA-0.5.1"}, "qGaussian": {"_type": "derivation", "name": "r-qGaussian-0.1.8"}, "qLearn": {"_type": "derivation", "name": "r-qLearn-1.0"}, "qMRI": {"_type": "derivation", "name": "r-qMRI-1.2"}, "qPCRtools": {"_type": "derivation", "name": "r-qPCRtools-0.2.1"}, "qPLEXanalyzer": {"_type": "derivation", "name": "r-qPLEXanalyzer-1.14.0"}, "qPLEXdata": {"_type": "derivation", "name": "r-qPLEXdata-1.14.0"}, "qacBase": {"_type": "derivation", "name": "r-qacBase-1.0.3"}, "qad": {"_type": "derivation", "name": "r-qad-1.0.3"}, "qap": {"_type": "derivation", "name": "r-qap-0.1-2"}, "qape": {"_type": "derivation", "name": "r-qape-2.0"}, "qat": {"_type": "derivation", "name": "r-qat-0.74"}, "qbld": {"_type": "derivation", "name": "r-qbld-1.0.3"}, "qboxplot": {"_type": "derivation", "name": "r-qboxplot-0.2"}, "qbr": {"_type": "derivation", "name": "r-qbr-1.1.0"}, "qcQpcr": {"_type": "derivation", "name": "r-qcQpcr-1.5"}, "qcapower": {"_type": "derivation", "name": "r-qcapower-0.1.0"}, "qcc": {"_type": "derivation", "name": "r-qcc-2.7"}, "qccrs": {"_type": "derivation", "name": "r-qccrs-0.1.0"}, "qch": {"_type": "derivation", "name": "r-qch-1.0.0"}, "qckitfastq": {"_type": "derivation", "name": "r-qckitfastq-1.12.0"}, "qcmetrics": {"_type": "derivation", "name": "r-qcmetrics-1.34.0"}, "qcpm": {"_type": "derivation", "name": "r-qcpm-0.2"}, "qcr": {"_type": "derivation", "name": "r-qcr-1.4"}, "qcv": {"_type": "derivation", "name": "r-qcv-1.0"}, "qdap": {"_type": "derivation", "name": "r-qdap-2.4.3"}, "qdapDictionaries": {"_type": "derivation", "name": "r-qdapDictionaries-1.0.7"}, "qdapRegex": {"_type": "derivation", "name": "r-qdapRegex-0.7.5"}, "qdapTools": {"_type": "derivation", "name": "r-qdapTools-1.3.5"}, "qdm": {"_type": "derivation", "name": "r-qdm-0.1-0"}, "qfasar": {"_type": "derivation", "name": "r-qfasar-1.2.1"}, "qgam": {"_type": "derivation", "name": "r-qgam-1.3.4"}, "qgcomp": {"_type": "derivation", "name": "r-qgcomp-2.9.0"}, "qgcompint": {"_type": "derivation", "name": "r-qgcompint-0.7.0"}, "qgg": {"_type": "derivation", "name": "r-qgg-1.1.1"}, "qgraph": {"_type": "derivation", "name": "r-qgraph-1.9.2"}, "qgshiny": {"_type": "derivation", "name": "r-qgshiny-0.1.0"}, "qgtools": {"_type": "derivation", "name": "r-qgtools-2.0"}, "qha": {"_type": "derivation", "name": "r-qha-0.0.8"}, "qicharts": {"_type": "derivation", "name": "r-qicharts-0.5.8"}, "qicharts2": {"_type": "derivation", "name": "r-qicharts2-0.7.2"}, "qif": {"_type": "derivation", "name": "r-qif-1.5"}, "qiitr": {"_type": "derivation", "name": "r-qiitr-0.1.1"}, "qkerntool": {"_type": "derivation", "name": "r-qkerntool-1.19"}, "qlcMatrix": {"_type": "derivation", "name": "r-qlcMatrix-0.9.7"}, "qlcal": {"_type": "derivation", "name": "r-qlcal-0.0.3"}, "qlifetable": {"_type": "derivation", "name": "r-qlifetable-0.0.1-13"}, "qmap": {"_type": "derivation", "name": "r-qmap-1.0-4"}, "qmd": {"_type": "derivation", "name": "r-qmd-1.1.2"}, "qmethod": {"_type": "derivation", "name": "r-qmethod-1.8"}, "qmix": {"_type": "derivation", "name": "r-qmix-0.1.2.0"}, "qmrparser": {"_type": "derivation", "name": "r-qmrparser-0.1.6"}, "qmtools": {"_type": "derivation", "name": "r-qmtools-1.0.0"}, "qmvs": {"_type": "derivation", "name": "r-qmvs-0.1.1"}, "qoi": {"_type": "derivation", "name": "r-qoi-0.0.3"}, "qoma_smuggler": {"_type": "derivation", "name": "r-qoma.smuggler-0.0.1"}, "qpNCA": {"_type": "derivation", "name": "r-qpNCA-1.1.6"}, "qpcR": {"_type": "derivation", "name": "r-qpcR-1.4-1"}, "qpcrNorm": {"_type": "derivation", "name": "r-qpcrNorm-1.54.0"}, "qpdf": {"_type": "derivation", "name": "r-qpdf-1.3.0"}, "qpgraph": {"_type": "derivation", "name": "r-qpgraph-2.30.2"}, "qpmadr": {"_type": "derivation", "name": "r-qpmadr-1.1.0-0"}, "qqboxplot": {"_type": "derivation", "name": "r-qqboxplot-0.2.0"}, "qqconf": {"_type": "derivation", "name": "r-qqconf-1.3.0"}, "qqman": {"_type": "derivation", "name": "r-qqman-0.1.8"}, "qqplotr": {"_type": "derivation", "name": "r-qqplotr-0.0.5"}, "qqr": {"_type": "derivation", "name": "r-qqr-0.0.1"}, "qqtest": {"_type": "derivation", "name": "r-qqtest-1.2.0"}, "qqvases": {"_type": "derivation", "name": "r-qqvases-1.0.0"}, "qrLMM": {"_type": "derivation", "name": "r-qrLMM-2.2"}, "qrNLMM": {"_type": "derivation", "name": "r-qrNLMM-3.3"}, "qra": {"_type": "derivation", "name": "r-qra-0.2.7"}, "qrage": {"_type": "derivation", "name": "r-qrage-1.0"}, "qrandom": {"_type": "derivation", "name": "r-qrandom-1.2.6"}, "qrcm": {"_type": "derivation", "name": "r-qrcm-3.0"}, "qrcmNP": {"_type": "derivation", "name": "r-qrcmNP-0.2.0"}, "qrcode": {"_type": "derivation", "name": "r-qrcode-0.1.4"}, "qrencoder": {"_type": "derivation", "name": "r-qrencoder-0.1.0"}, "qris": {"_type": "derivation", "name": "r-qris-1.0.0"}, "qrjoint": {"_type": "derivation", "name": "r-qrjoint-2.0-6"}, "qrmdata": {"_type": "derivation", "name": "r-qrmdata-2022-05-31-1"}, "qrmix": {"_type": "derivation", "name": "r-qrmix-0.9.0"}, "qrmtools": {"_type": "derivation", "name": "r-qrmtools-0.0-16"}, "qrng": {"_type": "derivation", "name": "r-qrng-0.0-8"}, "qrnn": {"_type": "derivation", "name": "r-qrnn-2.0.5"}, "qrqc": {"_type": "derivation", "name": "r-qrqc-1.50.0"}, "qs": {"_type": "derivation", "name": "r-qs-0.25.4"}, "qsea": {"_type": "derivation", "name": "r-qsea-1.22.0"}, "qsimulatR": {"_type": "derivation", "name": "r-qsimulatR-1.1"}, "qsmooth": {"_type": "derivation", "name": "r-qsmooth-1.12.0"}, "qsort": {"_type": "derivation", "name": "r-qsort-0.2.3"}, "qsplines": {"_type": "derivation", "name": "r-qsplines-1.0.0"}, "qst": {"_type": "derivation", "name": "r-qst-0.1.2"}, "qsub": {"_type": "derivation", "name": "r-qsub-1.1.3"}, "qsvaR": {"_type": "derivation", "name": "r-qsvaR-1.0.0"}, "qte": {"_type": "derivation", "name": "r-qte-1.3.1"}, "qtl": {"_type": "derivation", "name": "r-qtl-1.52"}, "qtl2": {"_type": "derivation", "name": "r-qtl2-0.28"}, "qtl2convert": {"_type": "derivation", "name": "r-qtl2convert-0.28"}, "qtl2fst": {"_type": "derivation", "name": "r-qtl2fst-0.26"}, "qtl2ggplot": {"_type": "derivation", "name": "r-qtl2ggplot-1.2.1"}, "qtl2pattern": {"_type": "derivation", "name": "r-qtl2pattern-1.2.0"}, "qtl2pleio": {"_type": "derivation", "name": "r-qtl2pleio-1.4.3"}, "qtlDesign": {"_type": "derivation", "name": "r-qtlDesign-0.941"}, "qtlbook": {"_type": "derivation", "name": "r-qtlbook-0.18-8"}, "qtlc": {"_type": "derivation", "name": "r-qtlc-1.0"}, "qtlcharts": {"_type": "derivation", "name": "r-qtlcharts-0.16"}, "qtlhot": {"_type": "derivation", "name": "r-qtlhot-1.0.4"}, "qtlmt": {"_type": "derivation", "name": "r-qtlmt-0.1-6"}, "qtlnet": {"_type": "derivation", "name": "r-qtlnet-1.5.4"}, "qtlpoly": {"_type": "derivation", "name": "r-qtlpoly-0.2.3"}, "quRan": {"_type": "derivation", "name": "r-quRan-0.1.0"}, "quad": {"_type": "derivation", "name": "r-quad-1.0"}, "quadcleanR": {"_type": "derivation", "name": "r-quadcleanR-1.1.0"}, "quadmatrix": {"_type": "derivation", "name": "r-quadmatrix-0.1.0"}, "quadmesh": {"_type": "derivation", "name": "r-quadmesh-0.5.5"}, "quadprog": {"_type": "derivation", "name": "r-quadprog-1.5-8"}, "quadprogXT": {"_type": "derivation", "name": "r-quadprogXT-0.0.5"}, "quadrupen": {"_type": "derivation", "name": "r-quadrupen-0.2-9"}, "quadtree": {"_type": "derivation", "name": "r-quadtree-0.1.9"}, "qualCI": {"_type": "derivation", "name": "r-qualCI-0.1"}, "qualV": {"_type": "derivation", "name": "r-qualV-0.3-4"}, "qualmap": {"_type": "derivation", "name": "r-qualmap-0.2.1"}, "qualpalr": {"_type": "derivation", "name": "r-qualpalr-0.4.3"}, "qualtRics": {"_type": "derivation", "name": "r-qualtRics-3.1.6"}, "qualvar": {"_type": "derivation", "name": "r-qualvar-0.2.0"}, "qualypsoss": {"_type": "derivation", "name": "r-qualypsoss-1.1.1"}, "quantCurves": {"_type": "derivation", "name": "r-quantCurves-1.0.0"}, "quantable": {"_type": "derivation", "name": "r-quantable-0.3.6"}, "quantdates": {"_type": "derivation", "name": "r-quantdates-1.0"}, "quantdr": {"_type": "derivation", "name": "r-quantdr-1.2.2"}, "quanteda": {"_type": "derivation", "name": "r-quanteda-3.2.3"}, "quanteda_textmodels": {"_type": "derivation", "name": "r-quanteda.textmodels-0.9.5-1"}, "quanteda_textplots": {"_type": "derivation", "name": "r-quanteda.textplots-0.94.2"}, "quanteda_textstats": {"_type": "derivation", "name": "r-quanteda.textstats-0.96"}, "quantification": {"_type": "derivation", "name": "r-quantification-0.2.0"}, "quantileDA": {"_type": "derivation", "name": "r-quantileDA-1.1"}, "quantilogram": {"_type": "derivation", "name": "r-quantilogram-2.2.1"}, "quantiseqr": {"_type": "derivation", "name": "r-quantiseqr-1.4.1"}, "quantities": {"_type": "derivation", "name": "r-quantities-0.1.6"}, "quantkriging": {"_type": "derivation", "name": "r-quantkriging-0.1.0"}, "quantmod": {"_type": "derivation", "name": "r-quantmod-0.4.20"}, "quantoptr": {"_type": "derivation", "name": "r-quantoptr-0.1.3"}, "quantreg": {"_type": "derivation", "name": "r-quantreg-5.94"}, "quantregForest": {"_type": "derivation", "name": "r-quantregForest-1.3-7"}, "quantregGrowth": {"_type": "derivation", "name": "r-quantregGrowth-1.4-0"}, "quantregRanger": {"_type": "derivation", "name": "r-quantregRanger-1.0"}, "quantreg_nonpar": {"_type": "derivation", "name": "r-quantreg.nonpar-1.0"}, "quantro": {"_type": "derivation", "name": "r-quantro-1.30.0"}, "quantsmooth": {"_type": "derivation", "name": "r-quantsmooth-1.62.0"}, "quantspec": {"_type": "derivation", "name": "r-quantspec-1.2-3"}, "quarks": {"_type": "derivation", "name": "r-quarks-1.1.3"}, "quarrint": {"_type": "derivation", "name": "r-quarrint-1.0.0"}, "quarto": {"_type": "derivation", "name": "r-quarto-1.2"}, "queryparser": {"_type": "derivation", "name": "r-queryparser-0.3.1"}, "queryup": {"_type": "derivation", "name": "r-queryup-1.0.0"}, "quest": {"_type": "derivation", "name": "r-quest-0.1.0"}, "questionr": {"_type": "derivation", "name": "r-questionr-0.7.7"}, "queuecomputer": {"_type": "derivation", "name": "r-queuecomputer-1.1.0"}, "queueing": {"_type": "derivation", "name": "r-queueing-0.2.12"}, "quhomology": {"_type": "derivation", "name": "r-quhomology-1.1.1"}, "quickNmix": {"_type": "derivation", "name": "r-quickNmix-1.1.1"}, "quickPlot": {"_type": "derivation", "name": "r-quickPlot-0.1.8"}, "quickReg": {"_type": "derivation", "name": "r-quickReg-1.5.0"}, "quickblock": {"_type": "derivation", "name": "r-quickblock-0.2.0"}, "quickcheck": {"_type": "derivation", "name": "r-quickcheck-0.1.2"}, "quickerstats": {"_type": "derivation", "name": "r-quickerstats-0.0.1"}, "quickmapr": {"_type": "derivation", "name": "r-quickmapr-0.3.0"}, "quickmatch": {"_type": "derivation", "name": "r-quickmatch-0.2.1"}, "quickpsy": {"_type": "derivation", "name": "r-quickpsy-0.1.5.1"}, "quickregression": {"_type": "derivation", "name": "r-quickregression-0.2"}, "quid": {"_type": "derivation", "name": "r-quid-0.0.1"}, "quiddich": {"_type": "derivation", "name": "r-quiddich-1.0.0"}, "quietR": {"_type": "derivation", "name": "r-quietR-0.1.0"}, "quiltr": {"_type": "derivation", "name": "r-quiltr-0.1.0"}, "quincunx": {"_type": "derivation", "name": "r-quincunx-0.1.5"}, "quint": {"_type": "derivation", "name": "r-quint-2.2.2"}, "quokar": {"_type": "derivation", "name": "r-quokar-0.1.0"}, "quotedargs": {"_type": "derivation", "name": "r-quotedargs-0.1.3"}, "qusage": {"_type": "derivation", "name": "r-qusage-2.30.0"}, "qut": {"_type": "derivation", "name": "r-qut-2.2"}, "qvalue": {"_type": "derivation", "name": "r-qvalue-2.28.0"}, "qvcalc": {"_type": "derivation", "name": "r-qvcalc-1.0.2"}, "qwraps2": {"_type": "derivation", "name": "r-qwraps2-0.5.2"}, "r02pro": {"_type": "derivation", "name": "r-r02pro-0.1"}, "r10kcod_db": {"_type": "derivation", "name": "r-r10kcod.db-3.4.0"}, "r2d2": {"_type": "derivation", "name": "r-r2d2-1.0.1"}, "r2d3": {"_type": "derivation", "name": "r-r2d3-0.2.6"}, "r2dRue": {"_type": "derivation", "name": "r-r2dRue-1.0.4"}, "r2dictionary": {"_type": "derivation", "name": "r-r2dictionary-0.1"}, "r2dii_analysis": {"_type": "derivation", "name": "r-r2dii.analysis-0.2.0"}, "r2dii_data": {"_type": "derivation", "name": "r-r2dii.data-0.3.1"}, "r2dii_match": {"_type": "derivation", "name": "r-r2dii.match-0.1.1"}, "r2dii_plot": {"_type": "derivation", "name": "r-r2dii.plot-0.3.0"}, "r2glmm": {"_type": "derivation", "name": "r-r2glmm-0.1.2"}, "r2mlm": {"_type": "derivation", "name": "r-r2mlm-0.3.2"}, "r2pmml": {"_type": "derivation", "name": "r-r2pmml-0.26.0"}, "r2pptx": {"_type": "derivation", "name": "r-r2pptx-0.1.0"}, "r2r": {"_type": "derivation", "name": "r-r2r-0.1.1"}, "r2redux": {"_type": "derivation", "name": "r-r2redux-1.0.12"}, "r2resize": {"_type": "derivation", "name": "r-r2resize-1.3"}, "r2rtf": {"_type": "derivation", "name": "r-r2rtf-0.3.5"}, "r2shortcode": {"_type": "derivation", "name": "r-r2shortcode-0.1"}, "r2spss": {"_type": "derivation", "name": "r-r2spss-0.3.2"}, "r2sundials": {"_type": "derivation", "name": "r-r2sundials-5.0.0-10"}, "r2symbols": {"_type": "derivation", "name": "r-r2symbols-1.2"}, "r3Cseq": {"_type": "derivation", "name": "r-r3Cseq-1.42.0"}, "r3PG": {"_type": "derivation", "name": "r-r3PG-0.1.4"}, "r3dmol": {"_type": "derivation", "name": "r-r3dmol-0.1.2"}, "r3js": {"_type": "derivation", "name": "r-r3js-0.0.1"}, "r4googleads": {"_type": "derivation", "name": "r-r4googleads-0.1.1"}, "r4lineups": {"_type": "derivation", "name": "r-r4lineups-0.1.1"}, "r4ss": {"_type": "derivation", "name": "r-r4ss-1.44.0"}, "r511": {"_type": "derivation", "name": "r-r511-0.1.1"}, "r5r": {"_type": "derivation", "name": "r-r5r-0.7.1"}, "r6extended": {"_type": "derivation", "name": "r-r6extended-0.1.2"}, "r6methods": {"_type": "derivation", "name": "r-r6methods-0.1.0"}, "rADA": {"_type": "derivation", "name": "r-rADA-1.1.9"}, "rARPACK": {"_type": "derivation", "name": "r-rARPACK-0.11-0"}, "rATTAINS": {"_type": "derivation", "name": "r-rATTAINS-0.1.3"}, "rAltmetric": {"_type": "derivation", "name": "r-rAltmetric-0.7.0"}, "rAmCharts": {"_type": "derivation", "name": "r-rAmCharts-2.1.15"}, "rAmCharts4": {"_type": "derivation", "name": "r-rAmCharts4-1.6.0"}, "rAverage": {"_type": "derivation", "name": "r-rAverage-0.5-8"}, "rAvis": {"_type": "derivation", "name": "r-rAvis-0.1.4"}, "rBDAT": {"_type": "derivation", "name": "r-rBDAT-0.10.0"}, "rBMF": {"_type": "derivation", "name": "r-rBMF-1.1"}, "rBayesianOptimization": {"_type": "derivation", "name": "r-rBayesianOptimization-1.2.0"}, "rBeta2009": {"_type": "derivation", "name": "r-rBeta2009-1.0"}, "rBiasCorrection": {"_type": "derivation", "name": "r-rBiasCorrection-0.3.4"}, "rBiopaxParser": {"_type": "derivation", "name": "r-rBiopaxParser-2.36.0"}, "rCAT": {"_type": "derivation", "name": "r-rCAT-0.1.6"}, "rCBA": {"_type": "derivation", "name": "r-rCBA-0.4.3"}, "rCGH": {"_type": "derivation", "name": "r-rCGH-1.26.0"}, "rCMA": {"_type": "derivation", "name": "r-rCMA-1.1.1"}, "rCNV": {"_type": "derivation", "name": "r-rCNV-1.1.0"}, "rCRM": {"_type": "derivation", "name": "r-rCRM-0.1.1"}, "rChoiceDialogs": {"_type": "derivation", "name": "r-rChoiceDialogs-1.0.6.1"}, "rClinicalCodes": {"_type": "derivation", "name": "r-rClinicalCodes-1.0.1"}, "rD3plot": {"_type": "derivation", "name": "r-rD3plot-1.0.25"}, "rDEA": {"_type": "derivation", "name": "r-rDEA-1.2-6"}, "rDGIdb": {"_type": "derivation", "name": "r-rDGIdb-1.22.0"}, "rDNAse": {"_type": "derivation", "name": "r-rDNAse-1.1-1"}, "rDataPipeline": {"_type": "derivation", "name": "r-rDataPipeline-0.54.1"}, "rDecode": {"_type": "derivation", "name": "r-rDecode-0.1.0"}, "rDotNet": {"_type": "derivation", "name": "r-rDotNet-0.9.1"}, "rDppDiversity": {"_type": "derivation", "name": "r-rDppDiversity-0.0.2"}, "rEDM": {"_type": "derivation", "name": "r-rEDM-1.13.1"}, "rEMM": {"_type": "derivation", "name": "r-rEMM-1.2.0"}, "rENA": {"_type": "derivation", "name": "r-rENA-0.2.4"}, "rFDSN": {"_type": "derivation", "name": "r-rFDSN-0.0.0"}, "rFIA": {"_type": "derivation", "name": "r-rFIA-1.0.0"}, "rFSA": {"_type": "derivation", "name": "r-rFSA-0.9.6"}, "rFerns": {"_type": "derivation", "name": "r-rFerns-5.0.0"}, "rForest": {"_type": "derivation", "name": "r-rForest-0.1.4"}, "rGADEM": {"_type": "derivation", "name": "r-rGADEM-2.44.1"}, "rGEDI": {"_type": "derivation", "name": "r-rGEDI-0.1.11"}, "rGREAT": {"_type": "derivation", "name": "r-rGREAT-1.28.0"}, "rGV": {"_type": "derivation", "name": "r-rGV-0.0.2"}, "rGammaGamma": {"_type": "derivation", "name": "r-rGammaGamma-1.0.12"}, "rGenomeTracks": {"_type": "derivation", "name": "r-rGenomeTracks-1.2.0"}, "rGenomeTracksData": {"_type": "derivation", "name": "r-rGenomeTracksData-0.99.0"}, "rGhanaCensus": {"_type": "derivation", "name": "r-rGhanaCensus-0.1.0"}, "rGroovy": {"_type": "derivation", "name": "r-rGroovy-1.3"}, "rHL7": {"_type": "derivation", "name": "r-rHL7-1.0.0"}, "rHealthDataGov": {"_type": "derivation", "name": "r-rHealthDataGov-1.0.1"}, "rHpcc": {"_type": "derivation", "name": "r-rHpcc-1.0"}, "rIP": {"_type": "derivation", "name": "r-rIP-1.2.0"}, "rIntervalTree": {"_type": "derivation", "name": "r-rIntervalTree-0.1.0"}, "rIsing": {"_type": "derivation", "name": "r-rIsing-0.1.0"}, "rJPSGCS": {"_type": "derivation", "name": "r-rJPSGCS-0.2-10"}, "rJava": {"_type": "derivation", "name": "r-rJava-1.0-6"}, "rJython": {"_type": "derivation", "name": "r-rJython-0.0-4"}, "rKIN": {"_type": "derivation", "name": "r-rKIN-0.1"}, "rKOMICS": {"_type": "derivation", "name": "r-rKOMICS-1.1"}, "rKenyaForex": {"_type": "derivation", "name": "r-rKenyaForex-0.1.0"}, "rKolada": {"_type": "derivation", "name": "r-rKolada-0.2.1"}, "rLDCP": {"_type": "derivation", "name": "r-rLDCP-1.0.2"}, "rLFT": {"_type": "derivation", "name": "r-rLFT-1.0.1"}, "rLTP": {"_type": "derivation", "name": "r-rLTP-0.1.4"}, "rLakeAnalyzer": {"_type": "derivation", "name": "r-rLakeAnalyzer-1.11.4.1"}, "rLiDAR": {"_type": "derivation", "name": "r-rLiDAR-0.1.5"}, "rMEA": {"_type": "derivation", "name": "r-rMEA-1.2.2"}, "rMIDAS": {"_type": "derivation", "name": "r-rMIDAS-0.4.1"}, "rMR": {"_type": "derivation", "name": "r-rMR-1.1.0"}, "rMVP": {"_type": "derivation", "name": "r-rMVP-1.0.6"}, "rMisbeta": {"_type": "derivation", "name": "r-rMisbeta-1.0"}, "rModeling": {"_type": "derivation", "name": "r-rModeling-0.0.3"}, "rNMF": {"_type": "derivation", "name": "r-rNMF-0.5.0"}, "rNOMADS": {"_type": "derivation", "name": "r-rNOMADS-2.5.1"}, "rNeighborGWAS": {"_type": "derivation", "name": "r-rNeighborGWAS-1.2.4"}, "rNeighborQTL": {"_type": "derivation", "name": "r-rNeighborQTL-1.1.2"}, "rODE": {"_type": "derivation", "name": "r-rODE-0.99.6"}, "rPACI": {"_type": "derivation", "name": "r-rPACI-0.2.2"}, "rPAex": {"_type": "derivation", "name": "r-rPAex-1.0.2"}, "rPBK": {"_type": "derivation", "name": "r-rPBK-0.2.0"}, "rPackedBar": {"_type": "derivation", "name": "r-rPackedBar-0.2.2"}, "rPanglaoDB": {"_type": "derivation", "name": "r-rPanglaoDB-0.2.1"}, "rPowerSampleSize": {"_type": "derivation", "name": "r-rPowerSampleSize-1.0.2"}, "rPraat": {"_type": "derivation", "name": "r-rPraat-1.3.2-1"}, "rPref": {"_type": "derivation", "name": "r-rPref-1.3"}, "rQCC": {"_type": "derivation", "name": "r-rQCC-2.22.5"}, "rRAP": {"_type": "derivation", "name": "r-rRAP-1.1"}, "rRDP": {"_type": "derivation", "name": "r-rRDP-1.30.0"}, "rRDPData": {"_type": "derivation", "name": "r-rRDPData-1.16.0"}, "rRofex": {"_type": "derivation", "name": "r-rRofex-2.0.6"}, "rSAFE": {"_type": "derivation", "name": "r-rSAFE-0.1.4"}, "rSCA": {"_type": "derivation", "name": "r-rSCA-3.1"}, "rSEA": {"_type": "derivation", "name": "r-rSEA-2.1.1"}, "rSFA": {"_type": "derivation", "name": "r-rSFA-1.5"}, "rSHAPE": {"_type": "derivation", "name": "r-rSHAPE-0.3.2"}, "rSPARCS": {"_type": "derivation", "name": "r-rSPARCS-0.1.0"}, "rSPDE": {"_type": "derivation", "name": "r-rSPDE-1.2.0"}, "rSQM": {"_type": "derivation", "name": "r-rSQM-1.3.14"}, "rSWeeP": {"_type": "derivation", "name": "r-rSWeeP-1.8.0"}, "rScudo": {"_type": "derivation", "name": "r-rScudo-1.12.0"}, "rSpectral": {"_type": "derivation", "name": "r-rSpectral-1.0.0.9"}, "rStrava": {"_type": "derivation", "name": "r-rStrava-1.1.4"}, "rTCRBCRr": {"_type": "derivation", "name": "r-rTCRBCRr-0.1.1"}, "rTG": {"_type": "derivation", "name": "r-rTG-1.0.1"}, "rTLS": {"_type": "derivation", "name": "r-rTLS-0.2.5.2"}, "rTRIPLEXCWFlux": {"_type": "derivation", "name": "r-rTRIPLEXCWFlux-0.1.0"}, "rTRM": {"_type": "derivation", "name": "r-rTRM-1.34.0"}, "rTRMui": {"_type": "derivation", "name": "r-rTRMui-1.34.0"}, "rTRNG": {"_type": "derivation", "name": "r-rTRNG-4.23.1-2"}, "rTableICC": {"_type": "derivation", "name": "r-rTableICC-1.0.7"}, "rTensor": {"_type": "derivation", "name": "r-rTensor-1.4.8"}, "rTensor2": {"_type": "derivation", "name": "r-rTensor2-0.1.0"}, "rTephra": {"_type": "derivation", "name": "r-rTephra-0.1"}, "rTorch": {"_type": "derivation", "name": "r-rTorch-0.4.2"}, "rUM": {"_type": "derivation", "name": "r-rUM-1.0.1"}, "rWBclimate": {"_type": "derivation", "name": "r-rWBclimate-0.1.3"}, "rWikiPathways": {"_type": "derivation", "name": "r-rWikiPathways-1.16.0"}, "rWind": {"_type": "derivation", "name": "r-rWind-1.1.7"}, "rWishart": {"_type": "derivation", "name": "r-rWishart-0.1.2"}, "rYoutheria": {"_type": "derivation", "name": "r-rYoutheria-1.0.3"}, "r_assert": {"_type": "derivation", "name": "r-assert-1.0.1"}, "r_blip": {"_type": "derivation", "name": "r-r.blip-1.1"}, "r_import": {"_type": "derivation", "name": "r-import-1.3.0"}, "r_jive": {"_type": "derivation", "name": "r-r.jive-2.4"}, "r_proxy": {"_type": "derivation", "name": "r-r.proxy-0.1.0"}, "ra4bayesmeta": {"_type": "derivation", "name": "r-ra4bayesmeta-1.0-7"}, "rabhit": {"_type": "derivation", "name": "r-rabhit-0.2.4"}, "rabi": {"_type": "derivation", "name": "r-rabi-1.0.2"}, "racademyocean": {"_type": "derivation", "name": "r-racademyocean-0.1.0"}, "raceland": {"_type": "derivation", "name": "r-raceland-1.1.2"}, "racir": {"_type": "derivation", "name": "r-racir-2.0.0"}, "ractivecampaign": {"_type": "derivation", "name": "r-ractivecampaign-0.2.0"}, "radar": {"_type": "derivation", "name": "r-radar-1.0.0"}, "radarBoxplot": {"_type": "derivation", "name": "r-radarBoxplot-1.0.5"}, "radarchart": {"_type": "derivation", "name": "r-radarchart-0.3.1"}, "radiant": {"_type": "derivation", "name": "r-radiant-1.4.4"}, "radiant_basics": {"_type": "derivation", "name": "r-radiant.basics-1.4.4"}, "radiant_data": {"_type": "derivation", "name": "r-radiant.data-1.4.5"}, "radiant_design": {"_type": "derivation", "name": "r-radiant.design-1.4.4"}, "radiant_model": {"_type": "derivation", "name": "r-radiant.model-1.4.8"}, "radiant_multivariate": {"_type": "derivation", "name": "r-radiant.multivariate-1.4.4"}, "radir": {"_type": "derivation", "name": "r-radir-1.0.4"}, "radix": {"_type": "derivation", "name": "r-radix-0.6"}, "radlibs": {"_type": "derivation", "name": "r-radlibs-0.2.0"}, "radmixture": {"_type": "derivation", "name": "r-radmixture-0.0.1"}, "radous": {"_type": "derivation", "name": "r-radous-0.1.3"}, "radsafer": {"_type": "derivation", "name": "r-radsafer-2.2.6"}, "rae230a_db": {"_type": "derivation", "name": "r-rae230a.db-3.13.0"}, "rae230acdf": {"_type": "derivation", "name": "r-rae230acdf-2.18.0"}, "rae230aprobe": {"_type": "derivation", "name": "r-rae230aprobe-2.18.0"}, "rae230b_db": {"_type": "derivation", "name": "r-rae230b.db-3.13.0"}, "rae230bcdf": {"_type": "derivation", "name": "r-rae230bcdf-2.18.0"}, "rae230bprobe": {"_type": "derivation", "name": "r-rae230bprobe-2.18.0"}, "raex10stprobeset_db": {"_type": "derivation", "name": "r-raex10stprobeset.db-8.8.0"}, "raex10sttranscriptcluster_db": {"_type": "derivation", "name": "r-raex10sttranscriptcluster.db-8.8.0"}, "rafalib": {"_type": "derivation", "name": "r-rafalib-1.0.0"}, "ragene10stprobeset_db": {"_type": "derivation", "name": "r-ragene10stprobeset.db-8.8.0"}, "ragene10sttranscriptcluster_db": {"_type": "derivation", "name": "r-ragene10sttranscriptcluster.db-8.8.0"}, "ragene10stv1cdf": {"_type": "derivation", "name": "r-ragene10stv1cdf-2.18.0"}, "ragene10stv1probe": {"_type": "derivation", "name": "r-ragene10stv1probe-2.18.0"}, "ragene11stprobeset_db": {"_type": "derivation", "name": "r-ragene11stprobeset.db-8.8.0"}, "ragene11sttranscriptcluster_db": {"_type": "derivation", "name": "r-ragene11sttranscriptcluster.db-8.8.0"}, "ragene20stprobeset_db": {"_type": "derivation", "name": "r-ragene20stprobeset.db-8.8.0"}, "ragene20sttranscriptcluster_db": {"_type": "derivation", "name": "r-ragene20sttranscriptcluster.db-8.8.0"}, "ragene21stprobeset_db": {"_type": "derivation", "name": "r-ragene21stprobeset.db-8.8.0"}, "ragene21sttranscriptcluster_db": {"_type": "derivation", "name": "r-ragene21sttranscriptcluster.db-8.8.0"}, "ragg": {"_type": "derivation", "name": "r-ragg-1.2.4"}, "rags2ridges": {"_type": "derivation", "name": "r-rags2ridges-2.2.6"}, "ragt2ridges": {"_type": "derivation", "name": "r-ragt2ridges-0.3.4"}, "ragtop": {"_type": "derivation", "name": "r-ragtop-1.1.1"}, "rai": {"_type": "derivation", "name": "r-rai-1.0.0"}, "rain": {"_type": "derivation", "name": "r-rain-1.30.0"}, "rainbow": {"_type": "derivation", "name": "r-rainbow-3.7"}, "raincin": {"_type": "derivation", "name": "r-raincin-1.0.3"}, "rainette": {"_type": "derivation", "name": "r-rainette-0.3.0"}, "rainfarmr": {"_type": "derivation", "name": "r-rainfarmr-0.1"}, "rairtable": {"_type": "derivation", "name": "r-rairtable-0.1.1"}, "rakeR": {"_type": "derivation", "name": "r-rakeR-0.2.1"}, "ralger": {"_type": "derivation", "name": "r-ralger-2.2.4"}, "rama": {"_type": "derivation", "name": "r-rama-1.70.0"}, "ramchoice": {"_type": "derivation", "name": "r-ramchoice-2.1"}, "ramcmc": {"_type": "derivation", "name": "r-ramcmc-0.1.2"}, "rameritrade": {"_type": "derivation", "name": "r-rameritrade-0.1.5"}, "ramify": {"_type": "derivation", "name": "r-ramify-0.3.3"}, "ramlegacy": {"_type": "derivation", "name": "r-ramlegacy-0.2.0"}, "ramps": {"_type": "derivation", "name": "r-ramps-0.6.17"}, "ramr": {"_type": "derivation", "name": "r-ramr-1.4.0"}, "ramsvm": {"_type": "derivation", "name": "r-ramsvm-2.3"}, "ramwas": {"_type": "derivation", "name": "r-ramwas-1.20.0"}, "randChecks": {"_type": "derivation", "name": "r-randChecks-0.2.1"}, "randNames": {"_type": "derivation", "name": "r-randNames-0.2.3"}, "randPack": {"_type": "derivation", "name": "r-randPack-1.42.0"}, "randRotation": {"_type": "derivation", "name": "r-randRotation-1.8.0"}, "randaes": {"_type": "derivation", "name": "r-randaes-0.3"}, "randcorr": {"_type": "derivation", "name": "r-randcorr-1.0"}, "randgeo": {"_type": "derivation", "name": "r-randgeo-0.3.0"}, "randnet": {"_type": "derivation", "name": "r-randnet-0.5"}, "rando": {"_type": "derivation", "name": "r-rando-0.2.0"}, "random": {"_type": "derivation", "name": "r-random-0.2.6"}, "randomForest": {"_type": "derivation", "name": "r-randomForest-4.7-1.1"}, "randomForestExplainer": {"_type": "derivation", "name": "r-randomForestExplainer-0.10.1"}, "randomForestSRC": {"_type": "derivation", "name": "r-randomForestSRC-3.1.1"}, "randomGLM": {"_type": "derivation", "name": "r-randomGLM-1.10-1"}, "randomLCA": {"_type": "derivation", "name": "r-randomLCA-1.1-2"}, "randomNames": {"_type": "derivation", "name": "r-randomNames-1.5-0.0"}, "randomUniformForest": {"_type": "derivation", "name": "r-randomUniformForest-1.1.6"}, "random_polychor_pa": {"_type": "derivation", "name": "r-random.polychor.pa-1.1.4-4"}, "randomcoloR": {"_type": "derivation", "name": "r-randomcoloR-1.1.0.1"}, "randomizationInference": {"_type": "derivation", "name": "r-randomizationInference-1.0.4"}, "randomizeBE": {"_type": "derivation", "name": "r-randomizeBE-0.3-5"}, "randomizeR": {"_type": "derivation", "name": "r-randomizeR-2.0.0"}, "randomizr": {"_type": "derivation", "name": "r-randomizr-0.22.0"}, "randomsearch": {"_type": "derivation", "name": "r-randomsearch-0.2.0"}, "randquotes": {"_type": "derivation", "name": "r-randquotes-0.1.1"}, "randtests": {"_type": "derivation", "name": "r-randtests-1.0.1"}, "randtoolbox": {"_type": "derivation", "name": "r-randtoolbox-2.0.2"}, "rangeBuilder": {"_type": "derivation", "name": "r-rangeBuilder-1.6"}, "rangeMapper": {"_type": "derivation", "name": "r-rangeMapper-2.0.3"}, "rangeModelMetadata": {"_type": "derivation", "name": "r-rangeModelMetadata-0.1.4"}, "rangemap": {"_type": "derivation", "name": "r-rangemap-0.1.18"}, "ranger": {"_type": "derivation", "name": "r-ranger-0.14.1"}, "rankFD": {"_type": "derivation", "name": "r-rankFD-0.1.1"}, "rankICC": {"_type": "derivation", "name": "r-rankICC-0.1.0"}, "rankUncertainty": {"_type": "derivation", "name": "r-rankUncertainty-1.0.2.0"}, "rankdifferencetest": {"_type": "derivation", "name": "r-rankdifferencetest-2021-11-25"}, "rankdist": {"_type": "derivation", "name": "r-rankdist-1.1.4"}, "rankhazard": {"_type": "derivation", "name": "r-rankhazard-1.1.0"}, "rankinPlot": {"_type": "derivation", "name": "r-rankinPlot-1.0.1"}, "rankrate": {"_type": "derivation", "name": "r-rankrate-1.0.0"}, "ranlip": {"_type": "derivation", "name": "r-ranlip-1.0.1"}, "rapbase": {"_type": "derivation", "name": "r-rapbase-1.23.0"}, "rapiclient": {"_type": "derivation", "name": "r-rapiclient-0.1.3"}, "rapidjsonr": {"_type": "derivation", "name": "r-rapidjsonr-1.2.0"}, "rapidoc": {"_type": "derivation", "name": "r-rapidoc-8.4.3"}, "rapidraker": {"_type": "derivation", "name": "r-rapidraker-0.1.3"}, "rapidxmlr": {"_type": "derivation", "name": "r-rapidxmlr-0.1.0"}, "rappdirs": {"_type": "derivation", "name": "r-rappdirs-0.3.3"}, "rapport": {"_type": "derivation", "name": "r-rapport-1.1"}, "rapportools": {"_type": "derivation", "name": "r-rapportools-1.1"}, "rappsflyer": {"_type": "derivation", "name": "r-rappsflyer-0.2.0"}, "rapsimng": {"_type": "derivation", "name": "r-rapsimng-0.3.0"}, "raptr": {"_type": "derivation", "name": "r-raptr-0.2.1"}, "rare": {"_type": "derivation", "name": "r-rare-0.1.1"}, "rareGE": {"_type": "derivation", "name": "r-rareGE-0.1"}, "rareNMtests": {"_type": "derivation", "name": "r-rareNMtests-1.2"}, "rarms": {"_type": "derivation", "name": "r-rarms-1.0.0"}, "rasciidoc": {"_type": "derivation", "name": "r-rasciidoc-4.0.2"}, "rasclass": {"_type": "derivation", "name": "r-rasclass-0.2.2"}, "rassta": {"_type": "derivation", "name": "r-rassta-1.0.5"}, "raster": {"_type": "derivation", "name": "r-raster-3.6-3"}, "rasterDT": {"_type": "derivation", "name": "r-rasterDT-0.3.1"}, "rasterImage": {"_type": "derivation", "name": "r-rasterImage-0.4.0"}, "rasterKernelEstimates": {"_type": "derivation", "name": "r-rasterKernelEstimates-1.0.2"}, "rasterList": {"_type": "derivation", "name": "r-rasterList-0.5.8"}, "rasterVis": {"_type": "derivation", "name": "r-rasterVis-0.51.2"}, "rasterbc": {"_type": "derivation", "name": "r-rasterbc-1.0.1"}, "rasterdiv": {"_type": "derivation", "name": "r-rasterdiv-0.2-5.2"}, "rasterize": {"_type": "derivation", "name": "r-rasterize-0.1"}, "rasterly": {"_type": "derivation", "name": "r-rasterly-0.2.0"}, "rasterpdf": {"_type": "derivation", "name": "r-rasterpdf-0.1.1"}, "rasterpic": {"_type": "derivation", "name": "r-rasterpic-0.2.1"}, "rat2302_db": {"_type": "derivation", "name": "r-rat2302.db-3.13.0"}, "rat2302cdf": {"_type": "derivation", "name": "r-rat2302cdf-2.18.0"}, "rat2302frmavecs": {"_type": "derivation", "name": "r-rat2302frmavecs-0.99.11"}, "rat2302probe": {"_type": "derivation", "name": "r-rat2302probe-2.18.0"}, "ratCHRLOC": {"_type": "derivation", "name": "r-ratCHRLOC-2.1.6"}, "rat_db0": {"_type": "derivation", "name": "r-rat.db0-3.15.0"}, "ratdat": {"_type": "derivation", "name": "r-ratdat-1.0.0"}, "ratelimitr": {"_type": "derivation", "name": "r-ratelimitr-0.4.1"}, "ratematrix": {"_type": "derivation", "name": "r-ratematrix-1.2.4"}, "rater": {"_type": "derivation", "name": "r-rater-1.2.0"}, "rateratio_test": {"_type": "derivation", "name": "r-rateratio.test-1.1"}, "raters": {"_type": "derivation", "name": "r-raters-2.0.2"}, "ratesci": {"_type": "derivation", "name": "r-ratesci-0.4-0"}, "rationalfun": {"_type": "derivation", "name": "r-rationalfun-0.1-1"}, "ratios": {"_type": "derivation", "name": "r-ratios-1.2.0"}, "rattle": {"_type": "derivation", "name": "r-rattle-5.5.1"}, "rattle_data": {"_type": "derivation", "name": "r-rattle.data-1.0.2"}, "rattoxfxcdf": {"_type": "derivation", "name": "r-rattoxfxcdf-2.18.0"}, "rattoxfxprobe": {"_type": "derivation", "name": "r-rattoxfxprobe-2.18.0"}, "ravedash": {"_type": "derivation", "name": "r-ravedash-0.1.2"}, "raveio": {"_type": "derivation", "name": "r-raveio-0.0.9"}, "ravelRy": {"_type": "derivation", "name": "r-ravelRy-0.1.0"}, "raven_rdf": {"_type": "derivation", "name": "r-raven.rdf-0.2.0"}, "ravetools": {"_type": "derivation", "name": "r-ravetools-0.0.8"}, "raw": {"_type": "derivation", "name": "r-raw-0.1.8"}, "rawKS": {"_type": "derivation", "name": "r-rawKS-0.1.0"}, "rawr": {"_type": "derivation", "name": "r-rawr-0.1.3"}, "rawrr": {"_type": "derivation", "name": "r-rawrr-1.4.0"}, "raws_profile": {"_type": "derivation", "name": "r-raws.profile-0.1.0"}, "rayimage": {"_type": "derivation", "name": "r-rayimage-0.7.3"}, "raymolecule": {"_type": "derivation", "name": "r-raymolecule-0.5.0"}, "rayrender": {"_type": "derivation", "name": "r-rayrender-0.28.8"}, "rayshader": {"_type": "derivation", "name": "r-rayshader-0.24.10"}, "raytracing": {"_type": "derivation", "name": "r-raytracing-0.6.0"}, "rayvertex": {"_type": "derivation", "name": "r-rayvertex-0.4.11"}, "rb3": {"_type": "derivation", "name": "r-rb3-0.0.6"}, "rbace": {"_type": "derivation", "name": "r-rbace-0.2.2"}, "rbacon": {"_type": "derivation", "name": "r-rbacon-2.5.8"}, "rbart": {"_type": "derivation", "name": "r-rbart-1.0"}, "rbcb": {"_type": "derivation", "name": "r-rbcb-0.1.10"}, "rbch": {"_type": "derivation", "name": "r-rbch-0.1-1"}, "rbedrock": {"_type": "derivation", "name": "r-rbedrock-0.2.0"}, "rbefdata": {"_type": "derivation", "name": "r-rbefdata-0.3.5"}, "rbenchmark": {"_type": "derivation", "name": "r-rbenchmark-1.0.0"}, "rbenvo": {"_type": "derivation", "name": "r-rbenvo-1.0.5"}, "rbgm": {"_type": "derivation", "name": "r-rbgm-0.1.0"}, "rbhl": {"_type": "derivation", "name": "r-rbhl-0.9.2"}, "rbi": {"_type": "derivation", "name": "r-rbi-0.10.4"}, "rbi_helpers": {"_type": "derivation", "name": "r-rbi.helpers-0.3.2"}, "rbibutils": {"_type": "derivation", "name": "r-rbibutils-2.2.9"}, "rbin": {"_type": "derivation", "name": "r-rbin-0.2.0"}, "rbioacc": {"_type": "derivation", "name": "r-rbioacc-1.1-0"}, "rbioapi": {"_type": "derivation", "name": "r-rbioapi-0.7.7"}, "rbiom": {"_type": "derivation", "name": "r-rbiom-1.0.3"}, "rbiouml": {"_type": "derivation", "name": "r-rbiouml-1.11"}, "rbison": {"_type": "derivation", "name": "r-rbison-1.0.0"}, "rbit": {"_type": "derivation", "name": "r-rbit-1.0.0"}, "rbitcoinchartsapi": {"_type": "derivation", "name": "r-rbitcoinchartsapi-1.0.4"}, "rblt": {"_type": "derivation", "name": "r-rblt-0.2.4.5"}, "rbmi": {"_type": "derivation", "name": "r-rbmi-1.2.1"}, "rbmn": {"_type": "derivation", "name": "r-rbmn-0.9-5"}, "rbokeh": {"_type": "derivation", "name": "r-rbokeh-0.5.2"}, "rbooster": {"_type": "derivation", "name": "r-rbooster-1.1.0"}, "rbounds": {"_type": "derivation", "name": "r-rbounds-2.2"}, "rbridge": {"_type": "derivation", "name": "r-rbridge-1.0.2"}, "rbscCI": {"_type": "derivation", "name": "r-rbscCI-0.1.0"}, "rbsurv": {"_type": "derivation", "name": "r-rbsurv-2.54.0"}, "rbtc": {"_type": "derivation", "name": "r-rbtc-0.1-6"}, "rbtt": {"_type": "derivation", "name": "r-rbtt-0.1.0"}, "rbundler": {"_type": "derivation", "name": "r-rbundler-0.3.7"}, "rbw": {"_type": "derivation", "name": "r-rbw-0.3.2"}, "rcDEA": {"_type": "derivation", "name": "r-rcDEA-1.0"}, "rcage": {"_type": "derivation", "name": "r-rcage-1.2"}, "rcaiman": {"_type": "derivation", "name": "r-rcaiman-1.0.8"}, "rcane": {"_type": "derivation", "name": "r-rcane-1.0"}, "rcanvec": {"_type": "derivation", "name": "r-rcanvec-0.2.1"}, "rcarbon": {"_type": "derivation", "name": "r-rcarbon-1.4.4"}, "rcartocolor": {"_type": "derivation", "name": "r-rcartocolor-2.0.0"}, "rcbalance": {"_type": "derivation", "name": "r-rcbalance-1.8.8"}, "rcbayes": {"_type": "derivation", "name": "r-rcbayes-0.2.0"}, "rcbsubset": {"_type": "derivation", "name": "r-rcbsubset-1.1.7"}, "rcc": {"_type": "derivation", "name": "r-rcc-1.0.0"}, "rccdates": {"_type": "derivation", "name": "r-rccdates-1.0.0"}, "rccmisc": {"_type": "derivation", "name": "r-rccmisc-0.3.7"}, "rccola": {"_type": "derivation", "name": "r-rccola-1.0.2"}, "rcdd": {"_type": "derivation", "name": "r-rcdd-1.5"}, "rcdk": {"_type": "derivation", "name": "r-rcdk-3.7.0"}, "rcdklibs": {"_type": "derivation", "name": "r-rcdklibs-2.8"}, "rcellminer": {"_type": "derivation", "name": "r-rcellminer-2.18.0"}, "rcellminerData": {"_type": "derivation", "name": "r-rcellminerData-2.18.0"}, "rchallenge": {"_type": "derivation", "name": "r-rchallenge-1.3.4"}, "rcheology": {"_type": "derivation", "name": "r-rcheology-4.2.1.0"}, "rchess": {"_type": "derivation", "name": "r-rchess-0.1"}, "rchie": {"_type": "derivation", "name": "r-rchie-1.0.2"}, "rcites": {"_type": "derivation", "name": "r-rcites-1.2.0"}, "rcitoid": {"_type": "derivation", "name": "r-rcitoid-0.1.0"}, "rclipboard": {"_type": "derivation", "name": "r-rclipboard-0.1.6"}, "rcmdcheck": {"_type": "derivation", "name": "r-rcmdcheck-1.4.0"}, "rco": {"_type": "derivation", "name": "r-rco-1.0.2"}, "rcol": {"_type": "derivation", "name": "r-rcol-0.2.0"}, "rcolors": {"_type": "derivation", "name": "r-rcolors-0.1.0"}, "rcompanion": {"_type": "derivation", "name": "r-rcompanion-2.4.18"}, "rcompendium": {"_type": "derivation", "name": "r-rcompendium-1.0"}, "rconfig": {"_type": "derivation", "name": "r-rconfig-0.1.3"}, "rcoreoa": {"_type": "derivation", "name": "r-rcoreoa-0.4.0"}, "rcorpora": {"_type": "derivation", "name": "r-rcorpora-2.0.0"}, "rcosmo": {"_type": "derivation", "name": "r-rcosmo-1.1.3"}, "rcrimeanalysis": {"_type": "derivation", "name": "r-rcrimeanalysis-0.4.2"}, "rcrossref": {"_type": "derivation", "name": "r-rcrossref-1.1.0"}, "rcrypt": {"_type": "derivation", "name": "r-rcrypt-0.1.1"}, "rcssci": {"_type": "derivation", "name": "r-rcssci-0.1.0"}, "rct3": {"_type": "derivation", "name": "r-rct3-1.0.4"}, "rcube": {"_type": "derivation", "name": "r-rcube-0.5"}, "rdacca_hp": {"_type": "derivation", "name": "r-rdacca.hp-1.0-8"}, "rdaemon": {"_type": "derivation", "name": "r-rdaemon-1.0.6"}, "rdaisi": {"_type": "derivation", "name": "r-rdaisi-0.1.3"}, "rdatacite": {"_type": "derivation", "name": "r-rdatacite-0.5.2"}, "rdataretriever": {"_type": "derivation", "name": "r-rdataretriever-3.1.0"}, "rdbnomics": {"_type": "derivation", "name": "r-rdbnomics-0.6.4"}, "rdd": {"_type": "derivation", "name": "r-rdd-0.57"}, "rddapp": {"_type": "derivation", "name": "r-rddapp-1.3.0"}, "rdddr": {"_type": "derivation", "name": "r-rdddr-1.0.0"}, "rddensity": {"_type": "derivation", "name": "r-rddensity-2.2"}, "rddi": {"_type": "derivation", "name": "r-rddi-0.1.1"}, "rddtools": {"_type": "derivation", "name": "r-rddtools-1.6.0"}, "rde": {"_type": "derivation", "name": "r-rde-0.1.0"}, "rdecision": {"_type": "derivation", "name": "r-rdecision-1.1.3"}, "rdetools": {"_type": "derivation", "name": "r-rdetools-1.0"}, "rdflib": {"_type": "derivation", "name": "r-rdflib-0.2.5"}, "rdfp": {"_type": "derivation", "name": "r-rdfp-0.1.4"}, "rdhs": {"_type": "derivation", "name": "r-rdhs-0.7.6"}, "rdi": {"_type": "derivation", "name": "r-rdi-1.0.0"}, "rdian": {"_type": "derivation", "name": "r-rdian-0.1.1"}, "rdist": {"_type": "derivation", "name": "r-rdist-0.0.5"}, "rdiversity": {"_type": "derivation", "name": "r-rdiversity-2.2.0"}, "rdlocrand": {"_type": "derivation", "name": "r-rdlocrand-1.0"}, "rdmulti": {"_type": "derivation", "name": "r-rdmulti-0.9"}, "rdnb": {"_type": "derivation", "name": "r-rdnb-0.1-5"}, "rdoc": {"_type": "derivation", "name": "r-rdoc-0.1.0"}, "rdomains": {"_type": "derivation", "name": "r-rdomains-0.2.1"}, "rdoxygen": {"_type": "derivation", "name": "r-rdoxygen-1.0.0"}, "rdpower": {"_type": "derivation", "name": "r-rdpower-2.2"}, "rdrobust": {"_type": "derivation", "name": "r-rdrobust-2.1.0"}, "rdrop2": {"_type": "derivation", "name": "r-rdrop2-0.8.2.1"}, "rdryad": {"_type": "derivation", "name": "r-rdryad-1.0.0"}, "rdtLite": {"_type": "derivation", "name": "r-rdtLite-1.4"}, "rdwd": {"_type": "derivation", "name": "r-rdwd-1.6.0"}, "rdwplus": {"_type": "derivation", "name": "r-rdwplus-0.1.0"}, "re2": {"_type": "derivation", "name": "r-re2-0.1.2"}, "reReg": {"_type": "derivation", "name": "r-reReg-1.4.4"}, "reactR": {"_type": "derivation", "name": "r-reactR-0.4.4"}, "reactable": {"_type": "derivation", "name": "r-reactable-0.3.0"}, "reactablefmtr": {"_type": "derivation", "name": "r-reactablefmtr-2.0.0"}, "reactlog": {"_type": "derivation", "name": "r-reactlog-1.1.1"}, "reactome_db": {"_type": "derivation", "name": "r-reactome.db-1.81.0"}, "readABF": {"_type": "derivation", "name": "r-readABF-1.0.2"}, "readBrukerFlexData": {"_type": "derivation", "name": "r-readBrukerFlexData-1.9.0"}, "readHAC": {"_type": "derivation", "name": "r-readHAC-1.0"}, "readJDX": {"_type": "derivation", "name": "r-readJDX-0.6.1"}, "readMLData": {"_type": "derivation", "name": "r-readMLData-0.9-7"}, "readMzXmlData": {"_type": "derivation", "name": "r-readMzXmlData-2.8.1"}, "readODS": {"_type": "derivation", "name": "r-readODS-1.7.0"}, "readOffice": {"_type": "derivation", "name": "r-readOffice-0.2.2"}, "readSX": {"_type": "derivation", "name": "r-readSX-0.8.3"}, "read_dbc": {"_type": "derivation", "name": "r-read.dbc-1.0.5"}, "read_gb": {"_type": "derivation", "name": "r-read.gb-2.2"}, "read_gt3x": {"_type": "derivation", "name": "r-read.gt3x-1.2.0"}, "readabs": {"_type": "derivation", "name": "r-readabs-0.4.12"}, "readbitmap": {"_type": "derivation", "name": "r-readbitmap-0.1.5"}, "readbulk": {"_type": "derivation", "name": "r-readbulk-1.1.3"}, "reader": {"_type": "derivation", "name": "r-reader-1.0.6"}, "readit": {"_type": "derivation", "name": "r-readit-1.0.0"}, "readmnist": {"_type": "derivation", "name": "r-readmnist-1.0.6"}, "readmoRe": {"_type": "derivation", "name": "r-readmoRe-0.2-12"}, "readobj": {"_type": "derivation", "name": "r-readobj-0.4.1"}, "readr": {"_type": "derivation", "name": "r-readr-2.1.3"}, "readrba": {"_type": "derivation", "name": "r-readrba-0.1.3"}, "readroper": {"_type": "derivation", "name": "r-readroper-0.9.3"}, "readsdmx": {"_type": "derivation", "name": "r-readsdmx-0.3.0"}, "readsdr": {"_type": "derivation", "name": "r-readsdr-0.2.0"}, "readsparse": {"_type": "derivation", "name": "r-readsparse-0.1.5-3"}, "readstata13": {"_type": "derivation", "name": "r-readstata13-0.10.0"}, "readtext": {"_type": "derivation", "name": "r-readtext-0.81"}, "readtextgrid": {"_type": "derivation", "name": "r-readtextgrid-0.1.1"}, "readthat": {"_type": "derivation", "name": "r-readthat-0.0.1"}, "readwritesqlite": {"_type": "derivation", "name": "r-readwritesqlite-0.2.0"}, "readxl": {"_type": "derivation", "name": "r-readxl-1.4.1"}, "readxlsb": {"_type": "derivation", "name": "r-readxlsb-0.1.4"}, "realtest": {"_type": "derivation", "name": "r-realtest-0.2.1"}, "rearrr": {"_type": "derivation", "name": "r-rearrr-0.3.1"}, "reasonabletools": {"_type": "derivation", "name": "r-reasonabletools-0.1"}, "rebird": {"_type": "derivation", "name": "r-rebird-1.3.0"}, "rebmix": {"_type": "derivation", "name": "r-rebmix-2.14.2"}, "rebook": {"_type": "derivation", "name": "r-rebook-1.6.0"}, "rebus": {"_type": "derivation", "name": "r-rebus-0.1-3"}, "rebus_base": {"_type": "derivation", "name": "r-rebus.base-0.0-3"}, "rebus_datetimes": {"_type": "derivation", "name": "r-rebus.datetimes-0.0-1"}, "rebus_numbers": {"_type": "derivation", "name": "r-rebus.numbers-0.0-1"}, "rebus_unicode": {"_type": "derivation", "name": "r-rebus.unicode-0.0-2"}, "recapr": {"_type": "derivation", "name": "r-recapr-0.4.4"}, "receptLoss": {"_type": "derivation", "name": "r-receptLoss-1.8.0"}, "receptiviti": {"_type": "derivation", "name": "r-receptiviti-0.1.2"}, "recexcavAAR": {"_type": "derivation", "name": "r-recexcavAAR-0.3.0"}, "rechonest": {"_type": "derivation", "name": "r-rechonest-1.2"}, "recipes": {"_type": "derivation", "name": "r-recipes-1.0.2"}, "reclin": {"_type": "derivation", "name": "r-reclin-0.1.2"}, "reclin2": {"_type": "derivation", "name": "r-reclin2-0.2.0"}, "recluster": {"_type": "derivation", "name": "r-recluster-2.9"}, "recmap": {"_type": "derivation", "name": "r-recmap-1.0.11"}, "recodeflow": {"_type": "derivation", "name": "r-recodeflow-0.1.0"}, "recoder": {"_type": "derivation", "name": "r-recoder-0.1"}, "recogito": {"_type": "derivation", "name": "r-recogito-0.2.1"}, "recolorize": {"_type": "derivation", "name": "r-recolorize-0.1.0"}, "recom": {"_type": "derivation", "name": "r-recom-1.0"}, "recombinator": {"_type": "derivation", "name": "r-recombinator-1.0.1"}, "recometrics": {"_type": "derivation", "name": "r-recometrics-0.1.6-1"}, "recommenderlab": {"_type": "derivation", "name": "r-recommenderlab-1.0.2"}, "recommenderlabBX": {"_type": "derivation", "name": "r-recommenderlabBX-0.2-0"}, "recommenderlabJester": {"_type": "derivation", "name": "r-recommenderlabJester-0.2-0"}, "reconsi": {"_type": "derivation", "name": "r-reconsi-1.8.0"}, "reconstructKM": {"_type": "derivation", "name": "r-reconstructKM-0.3.0"}, "reconstructr": {"_type": "derivation", "name": "r-reconstructr-2.0.4"}, "recorder": {"_type": "derivation", "name": "r-recorder-0.8.2"}, "recosystem": {"_type": "derivation", "name": "r-recosystem-0.5"}, "recount": {"_type": "derivation", "name": "r-recount-1.22.0"}, "recount3": {"_type": "derivation", "name": "r-recount3-1.6.0"}, "recountmethylation": {"_type": "derivation", "name": "r-recountmethylation-1.6.1"}, "recoup": {"_type": "derivation", "name": "r-recoup-1.24.0"}, "recurrentpseudo": {"_type": "derivation", "name": "r-recurrentpseudo-1.0.0"}, "recurse": {"_type": "derivation", "name": "r-recurse-1.1.2"}, "recurseForDerivations": false, "red": {"_type": "derivation", "name": "r-red-1.5.0"}, "redR": {"_type": "derivation", "name": "r-redR-1.0.1"}, "reda": {"_type": "derivation", "name": "r-reda-0.5.4"}, "redcapAPI": {"_type": "derivation", "name": "r-redcapAPI-2.3"}, "reddPrec": {"_type": "derivation", "name": "r-reddPrec-0.4.0"}, "redist": {"_type": "derivation", "name": "r-redist-4.0.1"}, "redistmetrics": {"_type": "derivation", "name": "r-redistmetrics-1.0.2"}, "redland": {"_type": "derivation", "name": "r-redland-1.0.17-16"}, "redlistr": {"_type": "derivation", "name": "r-redlistr-1.0.3"}, "redoc": {"_type": "derivation", "name": "r-redoc-2.0.0.49"}, "redux": {"_type": "derivation", "name": "r-redux-1.1.3"}, "ref_ICAR": {"_type": "derivation", "name": "r-ref.ICAR-1.0"}, "refdb": {"_type": "derivation", "name": "r-refdb-0.1.1"}, "refer": {"_type": "derivation", "name": "r-refer-0.1.0"}, "referenceIntervals": {"_type": "derivation", "name": "r-referenceIntervals-1.3.0"}, "refineR": {"_type": "derivation", "name": "r-refineR-1.5.1"}, "refinr": {"_type": "derivation", "name": "r-refinr-0.3.2"}, "refitME": {"_type": "derivation", "name": "r-refitME-1.2.2"}, "refnr": {"_type": "derivation", "name": "r-refnr-0.1.0"}, "refreg": {"_type": "derivation", "name": "r-refreg-0.1.1"}, "refreshr": {"_type": "derivation", "name": "r-refreshr-0.1.0"}, "refset": {"_type": "derivation", "name": "r-refset-0.1.1"}, "refuge": {"_type": "derivation", "name": "r-refuge-0.3.3"}, "refund": {"_type": "derivation", "name": "r-refund-0.1-28"}, "refund_shiny": {"_type": "derivation", "name": "r-refund.shiny-1.0"}, "regDIF": {"_type": "derivation", "name": "r-regDIF-1.0.0"}, "regRSM": {"_type": "derivation", "name": "r-regRSM-0.5"}, "regclass": {"_type": "derivation", "name": "r-regclass-1.6"}, "regexPipes": {"_type": "derivation", "name": "r-regexPipes-0.0.1"}, "regexSelect": {"_type": "derivation", "name": "r-regexSelect-1.0.0"}, "regexTestR": {"_type": "derivation", "name": "r-regexTestR-0.1.3"}, "regfilter": {"_type": "derivation", "name": "r-regfilter-1.0.2"}, "reghelper": {"_type": "derivation", "name": "r-reghelper-1.1.1"}, "regionReport": {"_type": "derivation", "name": "r-regionReport-1.30.0"}, "regional": {"_type": "derivation", "name": "r-regional-0.3.3"}, "regioncode": {"_type": "derivation", "name": "r-regioncode-0.1.1"}, "regioneR": {"_type": "derivation", "name": "r-regioneR-1.28.0"}, "regions": {"_type": "derivation", "name": "r-regions-0.1.8"}, "registr": {"_type": "derivation", "name": "r-registr-2.1.0"}, "registry": {"_type": "derivation", "name": "r-registry-0.5-1"}, "reglogit": {"_type": "derivation", "name": "r-reglogit-1.2-6"}, "regmed": {"_type": "derivation", "name": "r-regmed-2.0.4"}, "regmedint": {"_type": "derivation", "name": "r-regmedint-1.0.0"}, "regnet": {"_type": "derivation", "name": "r-regnet-1.0.0"}, "rego": {"_type": "derivation", "name": "r-rego-1.5.2"}, "regplot": {"_type": "derivation", "name": "r-regplot-1.1"}, "regport": {"_type": "derivation", "name": "r-regport-0.3.0"}, "regpro": {"_type": "derivation", "name": "r-regpro-0.1.1"}, "regr_easy": {"_type": "derivation", "name": "r-regr.easy-1.0.1"}, "regrap": {"_type": "derivation", "name": "r-regrap-1.0.1"}, "regress": {"_type": "derivation", "name": "r-regress-1.3-21"}, "regressoR": {"_type": "derivation", "name": "r-regressoR-2.0.1"}, "regrrr": {"_type": "derivation", "name": "r-regrrr-0.1.3"}, "regsem": {"_type": "derivation", "name": "r-regsem-1.9.3"}, "regspec": {"_type": "derivation", "name": "r-regspec-2.6"}, "regsplice": {"_type": "derivation", "name": "r-regsplice-1.22.0"}, "regsubseq": {"_type": "derivation", "name": "r-regsubseq-0.12"}, "regtomean": {"_type": "derivation", "name": "r-regtomean-1.1"}, "regtools": {"_type": "derivation", "name": "r-regtools-1.7.0"}, "regutools": {"_type": "derivation", "name": "r-regutools-1.8.0"}, "regweight": {"_type": "derivation", "name": "r-regweight-1.0.2"}, "rehh": {"_type": "derivation", "name": "r-rehh-3.2.2"}, "rehh_data": {"_type": "derivation", "name": "r-rehh.data-1.0.0"}, "rehydratoR": {"_type": "derivation", "name": "r-rehydratoR-0.5.2"}, "reinstallr": {"_type": "derivation", "name": "r-reinstallr-0.1.5"}, "reinsureR": {"_type": "derivation", "name": "r-reinsureR-0.1.0"}, "relMix": {"_type": "derivation", "name": "r-relMix-1.3.3"}, "relSim": {"_type": "derivation", "name": "r-relSim-0.3-4"}, "rela": {"_type": "derivation", "name": "r-rela-4.1"}, "relaimpo": {"_type": "derivation", "name": "r-relaimpo-2.2-6"}, "relatable": {"_type": "derivation", "name": "r-relatable-1.0.0"}, "relations": {"_type": "derivation", "name": "r-relations-0.6-12"}, "relaxo": {"_type": "derivation", "name": "r-relaxo-0.1-2"}, "reldist": {"_type": "derivation", "name": "r-reldist-1.7-1"}, "relen": {"_type": "derivation", "name": "r-relen-1.0.1"}, "relevance": {"_type": "derivation", "name": "r-relevance-1.3"}, "relevent": {"_type": "derivation", "name": "r-relevent-1.1"}, "relgam": {"_type": "derivation", "name": "r-relgam-1.0"}, "reliaR": {"_type": "derivation", "name": "r-reliaR-0.01"}, "reliabilitydiag": {"_type": "derivation", "name": "r-reliabilitydiag-0.2.1"}, "relimp": {"_type": "derivation", "name": "r-relimp-1.0-5"}, "relliptical": {"_type": "derivation", "name": "r-relliptical-1.2.0"}, "relsurv": {"_type": "derivation", "name": "r-relsurv-2.2-8"}, "rem": {"_type": "derivation", "name": "r-rem-1.3.1"}, "rema": {"_type": "derivation", "name": "r-rema-0.0.1"}, "remaCor": {"_type": "derivation", "name": "r-remaCor-0.0.9"}, "remap": {"_type": "derivation", "name": "r-remap-0.3.0"}, "rematch": {"_type": "derivation", "name": "r-rematch-1.0.1"}, "rematch2": {"_type": "derivation", "name": "r-rematch2-2.1.2"}, "remedy": {"_type": "derivation", "name": "r-remedy-0.1.0"}, "remindR": {"_type": "derivation", "name": "r-remindR-0.0.1"}, "remiod": {"_type": "derivation", "name": "r-remiod-1.0.1"}, "remote": {"_type": "derivation", "name": "r-remote-1.2.1"}, "remoter": {"_type": "derivation", "name": "r-remoter-0.4-0"}, "remotes": {"_type": "derivation", "name": "r-remotes-2.4.2"}, "rempsyc": {"_type": "derivation", "name": "r-rempsyc-0.0.9"}, "remss": {"_type": "derivation", "name": "r-remss-1.0.1"}, "renderthis": {"_type": "derivation", "name": "r-renderthis-0.2.0"}, "renpow": {"_type": "derivation", "name": "r-renpow-0.1-1"}, "rentrez": {"_type": "derivation", "name": "r-rentrez-1.2.3"}, "renv": {"_type": "derivation", "name": "r-renv-0.16.0"}, "renz": {"_type": "derivation", "name": "r-renz-0.1.1"}, "repairData": {"_type": "derivation", "name": "r-repairData-0.1.0"}, "repana": {"_type": "derivation", "name": "r-repana-1.23.2"}, "repeated": {"_type": "derivation", "name": "r-repeated-1.1.6"}, "repec": {"_type": "derivation", "name": "r-repec-0.1.0"}, "repello": {"_type": "derivation", "name": "r-repello-1.0.1"}, "repfdr": {"_type": "derivation", "name": "r-repfdr-1.2.3"}, "replacer": {"_type": "derivation", "name": "r-replacer-1.0.2"}, "replicateBE": {"_type": "derivation", "name": "r-replicateBE-1.1.3"}, "replicatedpp2w": {"_type": "derivation", "name": "r-replicatedpp2w-0.1-3"}, "replicationInterval": {"_type": "derivation", "name": "r-replicationInterval-2.0.1"}, "repmis": {"_type": "derivation", "name": "r-repmis-0.5"}, "repmod": {"_type": "derivation", "name": "r-repmod-0.1.7"}, "repo": {"_type": "derivation", "name": "r-repo-2.1.5"}, "repoRter_nih": {"_type": "derivation", "name": "r-repoRter.nih-0.1.3"}, "repolr": {"_type": "derivation", "name": "r-repolr-3.4"}, "report": {"_type": "derivation", "name": "r-report-0.5.5"}, "reportROC": {"_type": "derivation", "name": "r-reportROC-3.6"}, "reportReg": {"_type": "derivation", "name": "r-reportReg-0.3.0"}, "reportRmd": {"_type": "derivation", "name": "r-reportRmd-0.0.1"}, "reporter": {"_type": "derivation", "name": "r-reporter-1.3.7"}, "reportfactory": {"_type": "derivation", "name": "r-reportfactory-0.4.0"}, "reportr": {"_type": "derivation", "name": "r-reportr-1.3.0"}, "reporttools": {"_type": "derivation", "name": "r-reporttools-1.1.3"}, "repr": {"_type": "derivation", "name": "r-repr-1.1.4"}, "represent": {"_type": "derivation", "name": "r-represent-1.0"}, "representr": {"_type": "derivation", "name": "r-representr-0.1.4"}, "represtools": {"_type": "derivation", "name": "r-represtools-0.1.3"}, "reprex": {"_type": "derivation", "name": "r-reprex-2.0.2"}, "reproducer": {"_type": "derivation", "name": "r-reproducer-0.4.2"}, "reproducible": {"_type": "derivation", "name": "r-reproducible-1.2.10"}, "reproj": {"_type": "derivation", "name": "r-reproj-0.4.3"}, "repurrrsive": {"_type": "derivation", "name": "r-repurrrsive-1.0.0"}, "reqres": {"_type": "derivation", "name": "r-reqres-0.2.5"}, "request": {"_type": "derivation", "name": "r-request-0.1.0"}, "requiRements": {"_type": "derivation", "name": "r-requiRements-0.0.1"}, "requireR": {"_type": "derivation", "name": "r-requireR-1.0.0.1"}, "rerandPower": {"_type": "derivation", "name": "r-rerandPower-0.0.1"}, "rerddap": {"_type": "derivation", "name": "r-rerddap-1.0.0"}, "rerddapXtracto": {"_type": "derivation", "name": "r-rerddapXtracto-1.1.3"}, "resample": {"_type": "derivation", "name": "r-resample-0.6"}, "resampledata": {"_type": "derivation", "name": "r-resampledata-0.3.1"}, "resampledata3": {"_type": "derivation", "name": "r-resampledata3-1.0"}, "rescue": {"_type": "derivation", "name": "r-rescue-1.0.3"}, "resemble": {"_type": "derivation", "name": "r-resemble-2.2.1"}, "reservoir": {"_type": "derivation", "name": "r-reservoir-1.1.5"}, "resevol": {"_type": "derivation", "name": "r-resevol-0.3.0.1"}, "reshape": {"_type": "derivation", "name": "r-reshape-0.8.9"}, "reshape2": {"_type": "derivation", "name": "r-reshape2-1.4.4"}, "resourcer": {"_type": "derivation", "name": "r-resourcer-1.3.0"}, "respR": {"_type": "derivation", "name": "r-respR-2.0.2"}, "respirometry": {"_type": "derivation", "name": "r-respirometry-1.3.0"}, "responsePatterns": {"_type": "derivation", "name": "r-responsePatterns-0.1.0"}, "restatapi": {"_type": "derivation", "name": "r-restatapi-0.13.3"}, "restaurant": {"_type": "derivation", "name": "r-restaurant-0.1.0"}, "restez": {"_type": "derivation", "name": "r-restez-2.1.2"}, "restfulSE": {"_type": "derivation", "name": "r-restfulSE-1.18.0"}, "restfulSEData": {"_type": "derivation", "name": "r-restfulSEData-1.18.0"}, "restfulr": {"_type": "derivation", "name": "r-restfulr-0.0.15"}, "restimizeapi": {"_type": "derivation", "name": "r-restimizeapi-1.0.0"}, "restoptr": {"_type": "derivation", "name": "r-restoptr-1.0.2"}, "restorepoint": {"_type": "derivation", "name": "r-restorepoint-0.2"}, "restrictedMVN": {"_type": "derivation", "name": "r-restrictedMVN-1.0"}, "restriktor": {"_type": "derivation", "name": "r-restriktor-0.3-500"}, "resumer": {"_type": "derivation", "name": "r-resumer-0.0.5"}, "rethinker": {"_type": "derivation", "name": "r-rethinker-1.1.0"}, "rethnicity": {"_type": "derivation", "name": "r-rethnicity-0.2.3"}, "reticulate": {"_type": "derivation", "name": "r-reticulate-1.26"}, "retistruct": {"_type": "derivation", "name": "r-retistruct-0.6.3"}, "retractcheck": {"_type": "derivation", "name": "r-retractcheck-1.0.0"}, "retriever": {"_type": "derivation", "name": "r-retriever-0.2.1"}, "retrocombinator": {"_type": "derivation", "name": "r-retrocombinator-1.0.0"}, "retrodesign": {"_type": "derivation", "name": "r-retrodesign-0.1.0"}, "retroharmonize": {"_type": "derivation", "name": "r-retroharmonize-0.2.0"}, "retrosheet": {"_type": "derivation", "name": "r-retrosheet-1.1.4"}, "retry": {"_type": "derivation", "name": "r-retry-0.1.0"}, "reutils": {"_type": "derivation", "name": "r-reutils-0.2.3"}, "reval": {"_type": "derivation", "name": "r-reval-3.1-0"}, "revdbayes": {"_type": "derivation", "name": "r-revdbayes-1.4.9"}, "revealedPrefs": {"_type": "derivation", "name": "r-revealedPrefs-0.4.1"}, "revealjs": {"_type": "derivation", "name": "r-revealjs-0.9"}, "reveneraR": {"_type": "derivation", "name": "r-reveneraR-0.1.2"}, "revengc": {"_type": "derivation", "name": "r-revengc-1.0.4"}, "reverseR": {"_type": "derivation", "name": "r-reverseR-0.1"}, "revgeo": {"_type": "derivation", "name": "r-revgeo-0.15"}, "revpref": {"_type": "derivation", "name": "r-revpref-0.1.0"}, "revss": {"_type": "derivation", "name": "r-revss-1.0.4"}, "revtools": {"_type": "derivation", "name": "r-revtools-0.4.1"}, "revulyticsR": {"_type": "derivation", "name": "r-revulyticsR-0.0.3"}, "reweight": {"_type": "derivation", "name": "r-reweight-1.2.1"}, "rewie": {"_type": "derivation", "name": "r-rewie-0.1.0"}, "rex": {"_type": "derivation", "name": "r-rex-1.2.1"}, "rexpokit": {"_type": "derivation", "name": "r-rexpokit-0.26.6.7"}, "rexposome": {"_type": "derivation", "name": "r-rexposome-1.18.2"}, "rextendr": {"_type": "derivation", "name": "r-rextendr-0.2.0"}, "rfPermute": {"_type": "derivation", "name": "r-rfPermute-2.5.1"}, "rfPred": {"_type": "derivation", "name": "r-rfPred-1.34.2"}, "rfUtilities": {"_type": "derivation", "name": "r-rfUtilities-2.1-5"}, "rfVarImpOOB": {"_type": "derivation", "name": "r-rfVarImpOOB-1.0.3"}, "rfaRm": {"_type": "derivation", "name": "r-rfaRm-1.8.0"}, "rfacebookstat": {"_type": "derivation", "name": "r-rfacebookstat-2.8.0"}, "rfacts": {"_type": "derivation", "name": "r-rfacts-0.2.1"}, "rfieldclimate": {"_type": "derivation", "name": "r-rfieldclimate-0.1.0"}, "rfigshare": {"_type": "derivation", "name": "r-rfigshare-0.3.8"}, "rfinance": {"_type": "derivation", "name": "r-rfinance-0.1.0"}, "rfinterval": {"_type": "derivation", "name": "r-rfinterval-1.0.0"}, "rfishbase": {"_type": "derivation", "name": "r-rfishbase-4.0.0"}, "rfishdraw": {"_type": "derivation", "name": "r-rfishdraw-0.1.0"}, "rfisheries": {"_type": "derivation", "name": "r-rfisheries-0.2"}, "rfishnet2": {"_type": "derivation", "name": "r-rfishnet2-0.2.0"}, "rflashtext": {"_type": "derivation", "name": "r-rflashtext-0.1.0"}, "rflexscan": {"_type": "derivation", "name": "r-rflexscan-1.0.0"}, "rflsgen": {"_type": "derivation", "name": "r-rflsgen-1.2.0"}, "rfm": {"_type": "derivation", "name": "r-rfm-0.2.2"}, "rfoaas": {"_type": "derivation", "name": "r-rfoaas-2.3.2"}, "rfordummies": {"_type": "derivation", "name": "r-rfordummies-0.1.6"}, "rforensicbatwing": {"_type": "derivation", "name": "r-rforensicbatwing-1.3.1"}, "rfvimptest": {"_type": "derivation", "name": "r-rfvimptest-0.1.2"}, "rfviz": {"_type": "derivation", "name": "r-rfviz-1.0.1"}, "rgabriel": {"_type": "derivation", "name": "r-rgabriel-0.9"}, "rgbif": {"_type": "derivation", "name": "r-rgbif-3.7.3"}, "rgdal": {"_type": "derivation", "name": "r-rgdal-1.5-32"}, "rgdax": {"_type": "derivation", "name": "r-rgdax-1.2.1"}, "rgee": {"_type": "derivation", "name": "r-rgee-1.1.5"}, "rgen": {"_type": "derivation", "name": "r-rgen-0.0.1"}, "rgenius": {"_type": "derivation", "name": "r-rgenius-0.1.0"}, "rgenoud": {"_type": "derivation", "name": "r-rgenoud-5.9-0.3"}, "rgeoda": {"_type": "derivation", "name": "r-rgeoda-0.0.9"}, "rgeolocate": {"_type": "derivation", "name": "r-rgeolocate-1.4.2"}, "rgeopat2": {"_type": "derivation", "name": "r-rgeopat2-0.3.9"}, "rgeoprofile": {"_type": "derivation", "name": "r-rgeoprofile-0.2.2"}, "rgeos": {"_type": "derivation", "name": "r-rgeos-0.5-9"}, "rgexf": {"_type": "derivation", "name": "r-rgexf-0.16.2"}, "rgho": {"_type": "derivation", "name": "r-rgho-3.0.0"}, "rgl": {"_type": "derivation", "name": "r-rgl-0.110.2"}, "rgl2gltf": {"_type": "derivation", "name": "r-rgl2gltf-1.0.3"}, "rglobi": {"_type": "derivation", "name": "r-rglobi-0.2.28"}, "rglplus": {"_type": "derivation", "name": "r-rglplus-1.0"}, "rglwidget": {"_type": "derivation", "name": "r-rglwidget-0.2.1"}, "rgnparser": {"_type": "derivation", "name": "r-rgnparser-0.2.0"}, "rgoogleads": {"_type": "derivation", "name": "r-rgoogleads-0.8.0"}, "rgoogleslides": {"_type": "derivation", "name": "r-rgoogleslides-0.3.2"}, "rgoslin": {"_type": "derivation", "name": "r-rgoslin-1.0.99"}, "rgovcan": {"_type": "derivation", "name": "r-rgovcan-1.0.3"}, "rgplates": {"_type": "derivation", "name": "r-rgplates-0.2.0"}, "rgr": {"_type": "derivation", "name": "r-rgr-1.1.15"}, "rgraph6": {"_type": "derivation", "name": "r-rgraph6-2.0-2"}, "rgrass": {"_type": "derivation", "name": "r-rgrass-0.3-6"}, "rgrass7": {"_type": "derivation", "name": "r-rgrass7-0.2-11"}, "rgrassdoc": {"_type": "derivation", "name": "r-rgrassdoc-1.0.0"}, "rgsepd": {"_type": "derivation", "name": "r-rgsepd-1.28.0"}, "rgsp": {"_type": "derivation", "name": "r-rgsp-0.2.0"}, "rgtmx": {"_type": "derivation", "name": "r-rgtmx-0.1.4"}, "rgu34a_db": {"_type": "derivation", "name": "r-rgu34a.db-3.13.0"}, "rgu34acdf": {"_type": "derivation", "name": "r-rgu34acdf-2.18.0"}, "rgu34aprobe": {"_type": "derivation", "name": "r-rgu34aprobe-2.18.0"}, "rgu34b_db": {"_type": "derivation", "name": "r-rgu34b.db-3.13.0"}, "rgu34bcdf": {"_type": "derivation", "name": "r-rgu34bcdf-2.18.0"}, "rgu34bprobe": {"_type": "derivation", "name": "r-rgu34bprobe-2.18.0"}, "rgu34c_db": {"_type": "derivation", "name": "r-rgu34c.db-3.13.0"}, "rgu34ccdf": {"_type": "derivation", "name": "r-rgu34ccdf-2.18.0"}, "rgu34cprobe": {"_type": "derivation", "name": "r-rgu34cprobe-2.18.0"}, "rguatlas4k_db": {"_type": "derivation", "name": "r-rguatlas4k.db-3.2.3"}, "rgug4105a_db": {"_type": "derivation", "name": "r-rgug4105a.db-3.2.3"}, "rgug4130a_db": {"_type": "derivation", "name": "r-rgug4130a.db-3.2.3"}, "rgug4131a_db": {"_type": "derivation", "name": "r-rgug4131a.db-3.2.3"}, "rgugik": {"_type": "derivation", "name": "r-rgugik-0.3.3"}, "rgw": {"_type": "derivation", "name": "r-rgw-0.3.0"}, "rhandsontable": {"_type": "derivation", "name": "r-rhandsontable-0.3.8"}, "rhcoclust": {"_type": "derivation", "name": "r-rhcoclust-1.1.0"}, "rhdf5": {"_type": "derivation", "name": "r-rhdf5-2.40.0"}, "rhdf5client": {"_type": "derivation", "name": "r-rhdf5client-1.18.0"}, "rhdf5filters": {"_type": "derivation", "name": "r-rhdf5filters-1.8.0"}, "rheroicons": {"_type": "derivation", "name": "r-rheroicons-0.4.0"}, "rhesus_db0": {"_type": "derivation", "name": "r-rhesus.db0-3.15.0"}, "rhesuscdf": {"_type": "derivation", "name": "r-rhesuscdf-2.18.0"}, "rhesusprobe": {"_type": "derivation", "name": "r-rhesusprobe-2.18.0"}, "rheumaticConditionWOLLBOLD": {"_type": "derivation", "name": "r-rheumaticConditionWOLLBOLD-1.34.0"}, "rhierbaps": {"_type": "derivation", "name": "r-rhierbaps-1.1.3"}, "rhino": {"_type": "derivation", "name": "r-rhino-1.1.1"}, "rhli": {"_type": "derivation", "name": "r-rhli-0.0.2"}, "rhmc": {"_type": "derivation", "name": "r-rhmc-1.0.0"}, "rhnerm": {"_type": "derivation", "name": "r-rhnerm-1.1"}, "rhoR": {"_type": "derivation", "name": "r-rhoR-1.3.0.3"}, "rhosa": {"_type": "derivation", "name": "r-rhosa-0.2.0"}, "rhosp": {"_type": "derivation", "name": "r-rhosp-1.10"}, "rhub": {"_type": "derivation", "name": "r-rhub-1.1.2"}, "rhymer": {"_type": "derivation", "name": "r-rhymer-1.1.0"}, "rhype": {"_type": "derivation", "name": "r-rhype-0.3.0"}, "ri": {"_type": "derivation", "name": "r-ri-0.9"}, "ri16cod_db": {"_type": "derivation", "name": "r-ri16cod.db-3.4.0"}, "ri2": {"_type": "derivation", "name": "r-ri2-0.4.0"}, "riAFTBART": {"_type": "derivation", "name": "r-riAFTBART-0.3.2"}, "ribd": {"_type": "derivation", "name": "r-ribd-1.5.0"}, "riboSeqR": {"_type": "derivation", "name": "r-riboSeqR-1.30.0"}, "ribor": {"_type": "derivation", "name": "r-ribor-1.8.0"}, "ribosomaldatabaseproject11_5MgDb": {"_type": "derivation", "name": "r-ribosomaldatabaseproject11.5MgDb-1.00.0"}, "ribosomeProfilingQC": {"_type": "derivation", "name": "r-ribosomeProfilingQC-1.8.0"}, "ricecdf": {"_type": "derivation", "name": "r-ricecdf-2.18.0"}, "ricegeneann": {"_type": "derivation", "name": "r-ricegeneann-1.0.2"}, "riceidconverter": {"_type": "derivation", "name": "r-riceidconverter-1.1.1"}, "riceprobe": {"_type": "derivation", "name": "r-riceprobe-2.18.0"}, "riceware": {"_type": "derivation", "name": "r-riceware-0.4"}, "rich": {"_type": "derivation", "name": "r-rich-1.0.1"}, "ricu": {"_type": "derivation", "name": "r-ricu-0.5.3"}, "ridge": {"_type": "derivation", "name": "r-ridge-3.3"}, "ridigbio": {"_type": "derivation", "name": "r-ridigbio-0.3.6"}, "ridittools": {"_type": "derivation", "name": "r-ridittools-0.1"}, "riem": {"_type": "derivation", "name": "r-riem-0.3.0"}, "rifi": {"_type": "derivation", "name": "r-rifi-1.0.0"}, "rifle": {"_type": "derivation", "name": "r-rifle-1.0"}, "rigr": {"_type": "derivation", "name": "r-rigr-1.0.4"}, "riingo": {"_type": "derivation", "name": "r-riingo-0.3.1"}, "rijkspalette": {"_type": "derivation", "name": "r-rijkspalette-1.0.2"}, "rim": {"_type": "derivation", "name": "r-rim-0.5.2"}, "rimu": {"_type": "derivation", "name": "r-rimu-0.6"}, "rinat": {"_type": "derivation", "name": "r-rinat-0.1.9"}, "ring": {"_type": "derivation", "name": "r-ring-1.0.3"}, "ringostat": {"_type": "derivation", "name": "r-ringostat-0.1.5"}, "rintcal": {"_type": "derivation", "name": "r-rintcal-0.5.0"}, "rintimg": {"_type": "derivation", "name": "r-rintimg-0.1.0"}, "rintrojs": {"_type": "derivation", "name": "r-rintrojs-0.3.2"}, "rio": {"_type": "derivation", "name": "r-rio-0.5.29"}, "rioja": {"_type": "derivation", "name": "r-rioja-1.0-2"}, "riot": {"_type": "derivation", "name": "r-riot-1.0.0"}, "ripserr": {"_type": "derivation", "name": "r-ripserr-0.1.1"}, "rise": {"_type": "derivation", "name": "r-rise-1.0.4"}, "riskCommunicator": {"_type": "derivation", "name": "r-riskCommunicator-1.0.1"}, "riskParityPortfolio": {"_type": "derivation", "name": "r-riskParityPortfolio-0.2.2"}, "riskPredictClustData": {"_type": "derivation", "name": "r-riskPredictClustData-0.2.6"}, "riskR": {"_type": "derivation", "name": "r-riskR-1.1"}, "riskRegression": {"_type": "derivation", "name": "r-riskRegression-2022.09.23"}, "riskSimul": {"_type": "derivation", "name": "r-riskSimul-0.1.1"}, "riskclustr": {"_type": "derivation", "name": "r-riskclustr-0.4.0"}, "riskmetric": {"_type": "derivation", "name": "r-riskmetric-0.1.2"}, "risksetROC": {"_type": "derivation", "name": "r-risksetROC-1.0.4.1"}, "riskyr": {"_type": "derivation", "name": "r-riskyr-0.4.0"}, "ritis": {"_type": "derivation", "name": "r-ritis-1.0.0"}, "riv": {"_type": "derivation", "name": "r-riv-2.0-5"}, "riverconn": {"_type": "derivation", "name": "r-riverconn-0.3.22"}, "riverdist": {"_type": "derivation", "name": "r-riverdist-0.15.5"}, "rivernet": {"_type": "derivation", "name": "r-rivernet-1.2.1"}, "riverplot": {"_type": "derivation", "name": "r-riverplot-0.10"}, "rivervis": {"_type": "derivation", "name": "r-rivervis-0.46.0"}, "rivr": {"_type": "derivation", "name": "r-rivr-1.2-3"}, "rjade": {"_type": "derivation", "name": "r-rjade-0.1.1"}, "rjags": {"_type": "derivation", "name": "r-rjags-4-13"}, "rjazz": {"_type": "derivation", "name": "r-rjazz-0.1.7"}, "rjdmarkdown": {"_type": "derivation", "name": "r-rjdmarkdown-0.2.0"}, "rjdqa": {"_type": "derivation", "name": "r-rjdqa-0.1.1"}, "rje": {"_type": "derivation", "name": "r-rje-1.11.0"}, "rjmcmc": {"_type": "derivation", "name": "r-rjmcmc-0.4.5"}, "rjpdmp": {"_type": "derivation", "name": "r-rjpdmp-2.0.0"}, "rjqpd": {"_type": "derivation", "name": "r-rjqpd-0.2.3"}, "rjson": {"_type": "derivation", "name": "r-rjson-0.2.21"}, "rjsoncons": {"_type": "derivation", "name": "r-rjsoncons-1.0.0"}, "rjstat": {"_type": "derivation", "name": "r-rjstat-0.4.2"}, "rjwsacruncher": {"_type": "derivation", "name": "r-rjwsacruncher-0.1.2"}, "rkafka": {"_type": "derivation", "name": "r-rkafka-1.4"}, "rkafkajars": {"_type": "derivation", "name": "r-rkafkajars-1.2"}, "rkeops": {"_type": "derivation", "name": "r-rkeops-1.4.2.2"}, "rknn": {"_type": "derivation", "name": "r-rknn-1.2-1"}, "rkt": {"_type": "derivation", "name": "r-rkt-1.6"}, "rkvo": {"_type": "derivation", "name": "r-rkvo-0.1"}, "rlang": {"_type": "derivation", "name": "r-rlang-1.0.6"}, "rlas": {"_type": "derivation", "name": "r-rlas-1.6.1"}, "rlc": {"_type": "derivation", "name": "r-rlc-0.4.1"}, "rlcv": {"_type": "derivation", "name": "r-rlcv-1.0.0"}, "rld": {"_type": "derivation", "name": "r-rld-1.0"}, "rle": {"_type": "derivation", "name": "r-rle-0.9.2"}, "rleafmap": {"_type": "derivation", "name": "r-rleafmap-0.2"}, "rlecuyer": {"_type": "derivation", "name": "r-rlecuyer-0.3-5"}, "rlemon": {"_type": "derivation", "name": "r-rlemon-0.2.0"}, "rless": {"_type": "derivation", "name": "r-rless-0.1.1"}, "rlfsm": {"_type": "derivation", "name": "r-rlfsm-1.1.2"}, "rlibkriging": {"_type": "derivation", "name": "r-rlibkriging-0.7-0"}, "rliger": {"_type": "derivation", "name": "r-rliger-1.0.0"}, "rlist": {"_type": "derivation", "name": "r-rlist-0.4.6.2"}, "rlmDataDriven": {"_type": "derivation", "name": "r-rlmDataDriven-0.4.0"}, "rlme": {"_type": "derivation", "name": "r-rlme-0.5"}, "rlog": {"_type": "derivation", "name": "r-rlog-0.1.0"}, "rly": {"_type": "derivation", "name": "r-rly-1.7.4"}, "rmBayes": {"_type": "derivation", "name": "r-rmBayes-0.1.15"}, "rma_exact": {"_type": "derivation", "name": "r-rma.exact-0.1.0"}, "rmaf": {"_type": "derivation", "name": "r-rmaf-3.0.1"}, "rmake": {"_type": "derivation", "name": "r-rmake-1.1.0"}, "rmangal": {"_type": "derivation", "name": "r-rmangal-2.1.1"}, "rmapshaper": {"_type": "derivation", "name": "r-rmapshaper-0.4.6"}, "rmapzen": {"_type": "derivation", "name": "r-rmapzen-0.4.3"}, "rmarchingcubes": {"_type": "derivation", "name": "r-rmarchingcubes-0.1.3"}, "rmargint": {"_type": "derivation", "name": "r-rmargint-2.0.2"}, "rmarkdown": {"_type": "derivation", "name": "r-rmarkdown-2.17"}, "rmatio": {"_type": "derivation", "name": "r-rmatio-0.16.0"}, "rmcfs": {"_type": "derivation", "name": "r-rmcfs-1.3.5"}, "rmcorr": {"_type": "derivation", "name": "r-rmcorr-0.5.2"}, "rmdHelpers": {"_type": "derivation", "name": "r-rmdHelpers-1.2"}, "rmda": {"_type": "derivation", "name": "r-rmda-1.6"}, "rmdcev": {"_type": "derivation", "name": "r-rmdcev-1.2.4"}, "rmdfiltr": {"_type": "derivation", "name": "r-rmdfiltr-0.1.3"}, "rmdformats": {"_type": "derivation", "name": "r-rmdformats-1.0.4"}, "rmdpartials": {"_type": "derivation", "name": "r-rmdpartials-0.5.8"}, "rmdplugr": {"_type": "derivation", "name": "r-rmdplugr-0.4.1"}, "rmdshower": {"_type": "derivation", "name": "r-rmdshower-2.1.1"}, "rmdwc": {"_type": "derivation", "name": "r-rmdwc-0.2.1"}, "rmelting": {"_type": "derivation", "name": "r-rmelting-1.12.0"}, "rmeta": {"_type": "derivation", "name": "r-rmeta-3.0"}, "rmetalog": {"_type": "derivation", "name": "r-rmetalog-1.0.3"}, "rmgarch": {"_type": "derivation", "name": "r-rmgarch-1.3-9"}, "rmi": {"_type": "derivation", "name": "r-rmi-0.1.1"}, "rminer": {"_type": "derivation", "name": "r-rminer-1.4.6"}, "rminizinc": {"_type": "derivation", "name": "r-rminizinc-0.0.8"}, "rminqa": {"_type": "derivation", "name": "r-rminqa-0.1.1"}, "rmio": {"_type": "derivation", "name": "r-rmio-0.4.0"}, "rmonad": {"_type": "derivation", "name": "r-rmonad-0.7.0"}, "rmoo": {"_type": "derivation", "name": "r-rmoo-0.2.0"}, "rmpw": {"_type": "derivation", "name": "r-rmpw-0.0.4"}, "rms": {"_type": "derivation", "name": "r-rms-6.3-0"}, "rms_gof": {"_type": "derivation", "name": "r-rms.gof-1.0"}, "rmsb": {"_type": "derivation", "name": "r-rmsb-0.1.0"}, "rmsfact": {"_type": "derivation", "name": "r-rmsfact-0.0.3"}, "rmsfuns": {"_type": "derivation", "name": "r-rmsfuns-1.0.0.1"}, "rmspc": {"_type": "derivation", "name": "r-rmspc-1.2.0"}, "rmt": {"_type": "derivation", "name": "r-rmt-1.0"}, "rmumps": {"_type": "derivation", "name": "r-rmumps-5.2.1-20"}, "rmutil": {"_type": "derivation", "name": "r-rmutil-1.1.10"}, "rmweather": {"_type": "derivation", "name": "r-rmweather-0.1.51"}, "rmytarget": {"_type": "derivation", "name": "r-rmytarget-2.4.0"}, "rmzqc": {"_type": "derivation", "name": "r-rmzqc-0.1.0"}, "rnaEditr": {"_type": "derivation", "name": "r-rnaEditr-1.6.0"}, "rnaseqcomp": {"_type": "derivation", "name": "r-rnaseqcomp-1.26.0"}, "rnassqs": {"_type": "derivation", "name": "r-rnassqs-0.6.1"}, "rnaturalearth": {"_type": "derivation", "name": "r-rnaturalearth-0.1.0"}, "rnaturalearthdata": {"_type": "derivation", "name": "r-rnaturalearthdata-0.1.0"}, "rnbp": {"_type": "derivation", "name": "r-rnbp-0.2.1"}, "rncl": {"_type": "derivation", "name": "r-rncl-0.8.6"}, "rneos": {"_type": "derivation", "name": "r-rneos-0.4-0"}, "rnetcarto": {"_type": "derivation", "name": "r-rnetcarto-0.2.5"}, "rngSetSeed": {"_type": "derivation", "name": "r-rngSetSeed-0.3-2"}, "rngWELL": {"_type": "derivation", "name": "r-rngWELL-0.10-7"}, "rngtools": {"_type": "derivation", "name": "r-rngtools-1.5.2"}, "rngwell19937": {"_type": "derivation", "name": "r-rngwell19937-0.6-0"}, "rnmamod": {"_type": "derivation", "name": "r-rnmamod-0.2.0"}, "rnn": {"_type": "derivation", "name": "r-rnn-1.8.0"}, "rnoaa": {"_type": "derivation", "name": "r-rnoaa-1.3.8"}, "rnpn": {"_type": "derivation", "name": "r-rnpn-1.2.5"}, "rnr": {"_type": "derivation", "name": "r-rnr-0.2.1"}, "rnrfa": {"_type": "derivation", "name": "r-rnrfa-2.1.0"}, "rnu34_db": {"_type": "derivation", "name": "r-rnu34.db-3.13.0"}, "rnu34cdf": {"_type": "derivation", "name": "r-rnu34cdf-2.18.0"}, "rnu34probe": {"_type": "derivation", "name": "r-rnu34probe-2.18.0"}, "roadoi": {"_type": "derivation", "name": "r-roadoi-0.7.2"}, "roads": {"_type": "derivation", "name": "r-roads-1.0.0"}, "roahd": {"_type": "derivation", "name": "r-roahd-1.4.3"}, "roar": {"_type": "derivation", "name": "r-roar-1.32.0"}, "robCompositions": {"_type": "derivation", "name": "r-robCompositions-2.3.1"}, "robFitConGraph": {"_type": "derivation", "name": "r-robFitConGraph-0.1.0"}, "robber": {"_type": "derivation", "name": "r-robber-0.2.2"}, "robcbi": {"_type": "derivation", "name": "r-robcbi-1.1-3"}, "robcor": {"_type": "derivation", "name": "r-robcor-0.1-6.1"}, "robcp": {"_type": "derivation", "name": "r-robcp-0.3.7"}, "roben": {"_type": "derivation", "name": "r-roben-0.1.0"}, "robeth": {"_type": "derivation", "name": "r-robeth-2.7-6"}, "robets": {"_type": "derivation", "name": "r-robets-1.4"}, "robfilter": {"_type": "derivation", "name": "r-robfilter-4.1.2"}, "robflreg": {"_type": "derivation", "name": "r-robflreg-1.0"}, "robin": {"_type": "derivation", "name": "r-robin-1.1.1"}, "robis": {"_type": "derivation", "name": "r-robis-2.11.3"}, "robmed": {"_type": "derivation", "name": "r-robmed-1.0.0"}, "robmixglm": {"_type": "derivation", "name": "r-robmixglm-1.2-3"}, "robnptests": {"_type": "derivation", "name": "r-robnptests-1.0.0"}, "roboBayes": {"_type": "derivation", "name": "r-roboBayes-1.1"}, "robomit": {"_type": "derivation", "name": "r-robomit-1.0.6"}, "robotstxt": {"_type": "derivation", "name": "r-robotstxt-0.7.13"}, "robreg3S": {"_type": "derivation", "name": "r-robreg3S-0.3"}, "robregcc": {"_type": "derivation", "name": "r-robregcc-1.1"}, "robsel": {"_type": "derivation", "name": "r-robsel-0.1.0"}, "robservable": {"_type": "derivation", "name": "r-robservable-0.2.2"}, "robslopes": {"_type": "derivation", "name": "r-robslopes-1.1.2"}, "robsurvey": {"_type": "derivation", "name": "r-robsurvey-0.5"}, "robumeta": {"_type": "derivation", "name": "r-robumeta-2.0"}, "robust": {"_type": "derivation", "name": "r-robust-0.7-1"}, "robust2sls": {"_type": "derivation", "name": "r-robust2sls-0.2.1"}, "robustBLME": {"_type": "derivation", "name": "r-robustBLME-0.1.3"}, "robustDA": {"_type": "derivation", "name": "r-robustDA-1.2"}, "robustETM": {"_type": "derivation", "name": "r-robustETM-1.0"}, "robustHD": {"_type": "derivation", "name": "r-robustHD-0.7.3"}, "robustX": {"_type": "derivation", "name": "r-robustX-1.2-5"}, "robustarima": {"_type": "derivation", "name": "r-robustarima-0.2.6"}, "robustbase": {"_type": "derivation", "name": "r-robustbase-0.95-0"}, "robustbetareg": {"_type": "derivation", "name": "r-robustbetareg-0.3.0"}, "robustcov": {"_type": "derivation", "name": "r-robustcov-0.1"}, "robustfa": {"_type": "derivation", "name": "r-robustfa-1.0-5"}, "robustgam": {"_type": "derivation", "name": "r-robustgam-0.1.7"}, "robustlm": {"_type": "derivation", "name": "r-robustlm-0.1.0"}, "robustlmm": {"_type": "derivation", "name": "r-robustlmm-3.0-4"}, "robustmeta": {"_type": "derivation", "name": "r-robustmeta-1.1-1"}, "robustrank": {"_type": "derivation", "name": "r-robustrank-2019.9-10"}, "robustrao": {"_type": "derivation", "name": "r-robustrao-1.0-5"}, "robustreg": {"_type": "derivation", "name": "r-robustreg-0.1-11"}, "robustsae": {"_type": "derivation", "name": "r-robustsae-0.1.0"}, "robustsur": {"_type": "derivation", "name": "r-robustsur-0.0-7"}, "robvis": {"_type": "derivation", "name": "r-robvis-0.3.0"}, "rocNIT": {"_type": "derivation", "name": "r-rocNIT-1.0"}, "rocTree": {"_type": "derivation", "name": "r-rocTree-1.1.1"}, "rocbc": {"_type": "derivation", "name": "r-rocbc-0.1.1"}, "rocc": {"_type": "derivation", "name": "r-rocc-1.3"}, "roccv": {"_type": "derivation", "name": "r-roccv-1.2"}, "rock": {"_type": "derivation", "name": "r-rock-0.5.5"}, "rockchalk": {"_type": "derivation", "name": "r-rockchalk-1.8.157"}, "rocker": {"_type": "derivation", "name": "r-rocker-0.3.1"}, "rockr": {"_type": "derivation", "name": "r-rockr-1.0.0"}, "roclang": {"_type": "derivation", "name": "r-roclang-0.2.0"}, "rocnp": {"_type": "derivation", "name": "r-rocnp-0.1.0"}, "rococo": {"_type": "derivation", "name": "r-rococo-1.1.7"}, "rocsvm_path": {"_type": "derivation", "name": "r-rocsvm.path-0.1.0"}, "rodd": {"_type": "derivation", "name": "r-rodd-0.2-1"}, "rodeo": {"_type": "derivation", "name": "r-rodeo-0.7.7"}, "rofanova": {"_type": "derivation", "name": "r-rofanova-1.0.0"}, "roger": {"_type": "derivation", "name": "r-roger-1.2-0"}, "roistats": {"_type": "derivation", "name": "r-roistats-0.1.1"}, "roll": {"_type": "derivation", "name": "r-roll-1.1.6"}, "rollRegres": {"_type": "derivation", "name": "r-rollRegres-0.1.4"}, "rollbar": {"_type": "derivation", "name": "r-rollbar-0.1.0"}, "rolldown": {"_type": "derivation", "name": "r-rolldown-0.1"}, "rollinglda": {"_type": "derivation", "name": "r-rollinglda-0.1.2"}, "rollmatch": {"_type": "derivation", "name": "r-rollmatch-2.0.2"}, "roloc": {"_type": "derivation", "name": "r-roloc-0.1-1"}, "rolocISCCNBS": {"_type": "derivation", "name": "r-rolocISCCNBS-0.1"}, "rolog": {"_type": "derivation", "name": "r-rolog-0.9.4"}, "rolr": {"_type": "derivation", "name": "r-rolr-1.0.0"}, "rols": {"_type": "derivation", "name": "r-rols-2.24.4"}, "romic": {"_type": "derivation", "name": "r-romic-1.0.0"}, "rootSolve": {"_type": "derivation", "name": "r-rootSolve-1.8.2.3"}, "rootWishart": {"_type": "derivation", "name": "r-rootWishart-0.4.1"}, "roots": {"_type": "derivation", "name": "r-roots-1.0"}, "rope": {"_type": "derivation", "name": "r-rope-1.0"}, "ropenblas": {"_type": "derivation", "name": "r-ropenblas-0.3.0"}, "ropendata": {"_type": "derivation", "name": "r-ropendata-0.1.0"}, "ropensecretsapi": {"_type": "derivation", "name": "r-ropensecretsapi-1.0.1"}, "roperators": {"_type": "derivation", "name": "r-roperators-1.2.0"}, "ropercenter": {"_type": "derivation", "name": "r-ropercenter-0.3.1"}, "ropls": {"_type": "derivation", "name": "r-ropls-1.28.2"}, "roprov": {"_type": "derivation", "name": "r-roprov-0.1.2"}, "roptim": {"_type": "derivation", "name": "r-roptim-0.1.6"}, "roptions": {"_type": "derivation", "name": "r-roptions-1.0.3"}, "rorcid": {"_type": "derivation", "name": "r-rorcid-0.7.0"}, "rorqual_morpho": {"_type": "derivation", "name": "r-rorqual.morpho-0.1.1"}, "rorutadis": {"_type": "derivation", "name": "r-rorutadis-0.4.2"}, "rosetta": {"_type": "derivation", "name": "r-rosetta-0.3.9"}, "rosetteApi": {"_type": "derivation", "name": "r-rosetteApi-1.14.4"}, "rosm": {"_type": "derivation", "name": "r-rosm-0.2.6"}, "rospca": {"_type": "derivation", "name": "r-rospca-1.0.4"}, "rotasym": {"_type": "derivation", "name": "r-rotasym-1.1.3"}, "rotationForest": {"_type": "derivation", "name": "r-rotationForest-0.1.3"}, "rotations": {"_type": "derivation", "name": "r-rotations-1.6.4"}, "rotl": {"_type": "derivation", "name": "r-rotl-3.0.14"}, "rotor": {"_type": "derivation", "name": "r-rotor-0.3.7"}, "roughnet": {"_type": "derivation", "name": "r-roughnet-1.0.0"}, "roughsf": {"_type": "derivation", "name": "r-roughsf-1.0.0"}, "round": {"_type": "derivation", "name": "r-round-0.20-0"}, "roundhouse": {"_type": "derivation", "name": "r-roundhouse-0.0.2"}, "routr": {"_type": "derivation", "name": "r-routr-0.4.1"}, "roxut": {"_type": "derivation", "name": "r-roxut-0.4.0"}, "roxygen2": {"_type": "derivation", "name": "r-roxygen2-7.2.1"}, "roxygen2md": {"_type": "derivation", "name": "r-roxygen2md-1.0.0"}, "roxytest": {"_type": "derivation", "name": "r-roxytest-0.0.1"}, "royston": {"_type": "derivation", "name": "r-royston-1.2"}, "rpact": {"_type": "derivation", "name": "r-rpact-3.3.1"}, "rpanel": {"_type": "derivation", "name": "r-rpanel-1.1-5.1"}, "rpart": {"_type": "derivation", "name": "r-rpart-4.1.19"}, "rpartScore": {"_type": "derivation", "name": "r-rpartScore-1.0-2"}, "rpart_LAD": {"_type": "derivation", "name": "r-rpart.LAD-0.1.2"}, "rpart_plot": {"_type": "derivation", "name": "r-rpart.plot-3.1.1"}, "rpart_utils": {"_type": "derivation", "name": "r-rpart.utils-0.5"}, "rpatrec": {"_type": "derivation", "name": "r-rpatrec-1.0.1"}, "rpca": {"_type": "derivation", "name": "r-rpca-0.2.3"}, "rpcdsearch": {"_type": "derivation", "name": "r-rpcdsearch-1.0"}, "rpdo": {"_type": "derivation", "name": "r-rpdo-0.3.1"}, "rpf": {"_type": "derivation", "name": "r-rpf-1.0.11"}, "rphylopic": {"_type": "derivation", "name": "r-rphylopic-0.3.0"}, "rpicosat": {"_type": "derivation", "name": "r-rpicosat-1.0.1"}, "rpinterest": {"_type": "derivation", "name": "r-rpinterest-0.3.1"}, "rpivotTable": {"_type": "derivation", "name": "r-rpivotTable-0.3.0"}, "rplos": {"_type": "derivation", "name": "r-rplos-1.0.0"}, "rplotengine": {"_type": "derivation", "name": "r-rplotengine-1.0-8"}, "rpls": {"_type": "derivation", "name": "r-rpls-0.6.0"}, "rplum": {"_type": "derivation", "name": "r-rplum-0.2.2"}, "rpmodel": {"_type": "derivation", "name": "r-rpmodel-1.2.0"}, "rpms": {"_type": "derivation", "name": "r-rpms-0.5.1"}, "rpnf": {"_type": "derivation", "name": "r-rpnf-1.0.5"}, "rportfolio": {"_type": "derivation", "name": "r-rportfolio-0.0.3"}, "rportfolios": {"_type": "derivation", "name": "r-rportfolios-1.0-1"}, "rpostgis": {"_type": "derivation", "name": "r-rpostgis-1.4.3"}, "rpql": {"_type": "derivation", "name": "r-rpql-0.8"}, "rpredictit": {"_type": "derivation", "name": "r-rpredictit-0.1.0"}, "rprev": {"_type": "derivation", "name": "r-rprev-1.0.5"}, "rprime": {"_type": "derivation", "name": "r-rprime-0.1.2"}, "rprimer": {"_type": "derivation", "name": "r-rprimer-1.0.0"}, "rprintf": {"_type": "derivation", "name": "r-rprintf-0.2.1"}, "rprojroot": {"_type": "derivation", "name": "r-rprojroot-2.0.3"}, "rprojtree": {"_type": "derivation", "name": "r-rprojtree-1.0.0"}, "rpsftm": {"_type": "derivation", "name": "r-rpsftm-1.2.7"}, "rpsychi": {"_type": "derivation", "name": "r-rpsychi-0.8"}, "rptR": {"_type": "derivation", "name": "r-rptR-0.9.22"}, "rpubs": {"_type": "derivation", "name": "r-rpubs-0.2.2"}, "rpx": {"_type": "derivation", "name": "r-rpx-2.4.1"}, "rpymat": {"_type": "derivation", "name": "r-rpymat-0.1.3"}, "rqPen": {"_type": "derivation", "name": "r-rqPen-3.0"}, "rqdatatable": {"_type": "derivation", "name": "r-rqdatatable-1.3.1"}, "rqt": {"_type": "derivation", "name": "r-rqt-1.22.0"}, "rqubic": {"_type": "derivation", "name": "r-rqubic-1.42.0"}, "rquery": {"_type": "derivation", "name": "r-rquery-1.4.9"}, "rr": {"_type": "derivation", "name": "r-rr-1.4.1"}, "rr2": {"_type": "derivation", "name": "r-rr2-1.0.2"}, "rrBLUP": {"_type": "derivation", "name": "r-rrBLUP-4.6.1"}, "rrMixture": {"_type": "derivation", "name": "r-rrMixture-0.1-2"}, "rrapply": {"_type": "derivation", "name": "r-rrapply-1.2.6"}, "rrat": {"_type": "derivation", "name": "r-rrat-1.0.0"}, "rrcov": {"_type": "derivation", "name": "r-rrcov-1.7-2"}, "rrcov3way": {"_type": "derivation", "name": "r-rrcov3way-0.2-5"}, "rrcovHD": {"_type": "derivation", "name": "r-rrcovHD-0.2-7"}, "rrcovNA": {"_type": "derivation", "name": "r-rrcovNA-0.4-15"}, "rrd": {"_type": "derivation", "name": "r-rrd-0.2.4"}, "rrecsys": {"_type": "derivation", "name": "r-rrecsys-0.9.7.3.1"}, "rredis": {"_type": "derivation", "name": "r-rredis-1.7.0"}, "rredlist": {"_type": "derivation", "name": "r-rredlist-0.7.0"}, "rrefine": {"_type": "derivation", "name": "r-rrefine-2.0.0"}, "rreg": {"_type": "derivation", "name": "r-rreg-0.2.1"}, "rrepast": {"_type": "derivation", "name": "r-rrepast-0.8.0"}, "rres": {"_type": "derivation", "name": "r-rres-1.1"}, "rriskDistributions": {"_type": "derivation", "name": "r-rriskDistributions-2.1.2"}, "rrnni": {"_type": "derivation", "name": "r-rrnni-0.1.0"}, "rroad": {"_type": "derivation", "name": "r-rroad-0.0.5"}, "rromeo": {"_type": "derivation", "name": "r-rromeo-0.1.1"}, "rrpack": {"_type": "derivation", "name": "r-rrpack-0.1-13"}, "rrr": {"_type": "derivation", "name": "r-rrr-1.0.0"}, "rrscale": {"_type": "derivation", "name": "r-rrscale-1.0"}, "rrtable": {"_type": "derivation", "name": "r-rrtable-0.3.0"}, "rrum": {"_type": "derivation", "name": "r-rrum-0.2.0"}, "rrvgo": {"_type": "derivation", "name": "r-rrvgo-1.8.0"}, "rsae": {"_type": "derivation", "name": "r-rsae-0.2"}, "rsample": {"_type": "derivation", "name": "r-rsample-1.1.0"}, "rsat": {"_type": "derivation", "name": "r-rsat-0.1.18"}, "rsatscan": {"_type": "derivation", "name": "r-rsatscan-0.3.9200"}, "rsbml": {"_type": "derivation", "name": "r-rsbml-2.54.0"}, "rsbp": {"_type": "derivation", "name": "r-rsbp-0.1.0"}, "rscala": {"_type": "derivation", "name": "r-rscala-3.2.19"}, "rscc": {"_type": "derivation", "name": "r-rscc-0.2.1"}, "rscimark": {"_type": "derivation", "name": "r-rscimark-1.0"}, "rsconnect": {"_type": "derivation", "name": "r-rsconnect-0.8.28"}, "rscontract": {"_type": "derivation", "name": "r-rscontract-0.1.2"}, "rscopus": {"_type": "derivation", "name": "r-rscopus-0.6.6"}, "rscorecard": {"_type": "derivation", "name": "r-rscorecard-0.24.0"}, "rsdNE": {"_type": "derivation", "name": "r-rsdNE-1.0.0"}, "rsdepth": {"_type": "derivation", "name": "r-rsdepth-0.1-22"}, "rsdmx": {"_type": "derivation", "name": "r-rsdmx-0.6"}, "rseedcalc": {"_type": "derivation", "name": "r-rseedcalc-1.3"}, "rsem": {"_type": "derivation", "name": "r-rsem-0.5.0"}, "rsemmed": {"_type": "derivation", "name": "r-rsemmed-1.6.0"}, "rsetse": {"_type": "derivation", "name": "r-rsetse-0.5.0"}, "rsf": {"_type": "derivation", "name": "r-rsf-0.3.0"}, "rshift": {"_type": "derivation", "name": "r-rshift-2.1.1"}, "rsimsum": {"_type": "derivation", "name": "r-rsimsum-0.11.3"}, "rsinaica": {"_type": "derivation", "name": "r-rsinaica-0.6.1"}, "rskey": {"_type": "derivation", "name": "r-rskey-0.4.4"}, "rsleep": {"_type": "derivation", "name": "r-rsleep-1.0.4"}, "rslp": {"_type": "derivation", "name": "r-rslp-0.2.0"}, "rslurm": {"_type": "derivation", "name": "r-rslurm-0.6.1"}, "rsm": {"_type": "derivation", "name": "r-rsm-2.10.3"}, "rsmatrix": {"_type": "derivation", "name": "r-rsmatrix-0.2.4"}, "rsnps": {"_type": "derivation", "name": "r-rsnps-0.5.0.0"}, "rsoi": {"_type": "derivation", "name": "r-rsoi-0.5.5"}, "rsolr": {"_type": "derivation", "name": "r-rsolr-0.0.13"}, "rspa": {"_type": "derivation", "name": "r-rspa-0.2.7"}, "rsparkling": {"_type": "derivation", "name": "r-rsparkling-0.2.19"}, "rsparse": {"_type": "derivation", "name": "r-rsparse-0.5.1"}, "rspiro": {"_type": "derivation", "name": "r-rspiro-0.2"}, "rspm": {"_type": "derivation", "name": "r-rspm-0.2.2"}, "rsppfp": {"_type": "derivation", "name": "r-rsppfp-1.0.4"}, "rsprite2": {"_type": "derivation", "name": "r-rsprite2-0.2.0"}, "rsq": {"_type": "derivation", "name": "r-rsq-2.5"}, "rsqliteadmin": {"_type": "derivation", "name": "r-rsqliteadmin-1.0.1"}, "rstac": {"_type": "derivation", "name": "r-rstac-0.9.1-5"}, "rstack": {"_type": "derivation", "name": "r-rstack-1.0.0"}, "rstackdeque": {"_type": "derivation", "name": "r-rstackdeque-1.1.1"}, "rstan": {"_type": "derivation", "name": "r-rstan-2.21.7"}, "rstanarm": {"_type": "derivation", "name": "r-rstanarm-2.21.3"}, "rstanemax": {"_type": "derivation", "name": "r-rstanemax-0.1.3"}, "rstantools": {"_type": "derivation", "name": "r-rstantools-2.2.0"}, "rstatix": {"_type": "derivation", "name": "r-rstatix-0.7.0"}, "rstatscn": {"_type": "derivation", "name": "r-rstatscn-1.1.3"}, "rstiefel": {"_type": "derivation", "name": "r-rstiefel-1.0.1"}, "rstoat": {"_type": "derivation", "name": "r-rstoat-1.0.2"}, "rstpm2": {"_type": "derivation", "name": "r-rstpm2-1.5.8"}, "rstream": {"_type": "derivation", "name": "r-rstream-1.3.7"}, "rstudio_prefs": {"_type": "derivation", "name": "r-rstudio.prefs-0.1.9"}, "rstudioapi": {"_type": "derivation", "name": "r-rstudioapi-0.14"}, "rsubgroup": {"_type": "derivation", "name": "r-rsubgroup-1.1"}, "rsurface": {"_type": "derivation", "name": "r-rsurface-1.1.0"}, "rsurfer": {"_type": "derivation", "name": "r-rsurfer-0.2"}, "rsurveycto": {"_type": "derivation", "name": "r-rsurveycto-0.1.2"}, "rsvd": {"_type": "derivation", "name": "r-rsvd-1.0.5"}, "rsvddpd": {"_type": "derivation", "name": "r-rsvddpd-1.0.0"}, "rsvg": {"_type": "derivation", "name": "r-rsvg-2.3.2"}, "rsyncrosim": {"_type": "derivation", "name": "r-rsyncrosim-1.4.2"}, "rsyntax": {"_type": "derivation", "name": "r-rsyntax-0.1.4"}, "rsyslog": {"_type": "derivation", "name": "r-rsyslog-1.0.2"}, "rt": {"_type": "derivation", "name": "r-rt-1.1.0"}, "rt3": {"_type": "derivation", "name": "r-rt3-0.1.2"}, "rt_test": {"_type": "derivation", "name": "r-rt.test-1.18.7.9"}, "rta10probeset_db": {"_type": "derivation", "name": "r-rta10probeset.db-8.8.0"}, "rta10transcriptcluster_db": {"_type": "derivation", "name": "r-rta10transcriptcluster.db-8.8.0"}, "rtables": {"_type": "derivation", "name": "r-rtables-0.5.1"}, "rtape": {"_type": "derivation", "name": "r-rtape-2.2"}, "rtdists": {"_type": "derivation", "name": "r-rtdists-0.11-5"}, "rtematres": {"_type": "derivation", "name": "r-rtematres-0.2"}, "rtemps": {"_type": "derivation", "name": "r-rtemps-0.8.0"}, "rtern": {"_type": "derivation", "name": "r-rtern-0.1.2"}, "rtext": {"_type": "derivation", "name": "r-rtext-0.1.22"}, "rtf": {"_type": "derivation", "name": "r-rtf-0.4-14.1"}, "rtgstat": {"_type": "derivation", "name": "r-rtgstat-0.3.2"}, "rticles": {"_type": "derivation", "name": "r-rticles-0.24"}, "rticulate": {"_type": "derivation", "name": "r-rticulate-1.7.3"}, "rtiddlywiki": {"_type": "derivation", "name": "r-rtiddlywiki-0.1.0"}, "rtide": {"_type": "derivation", "name": "r-rtide-0.0.9"}, "rties": {"_type": "derivation", "name": "r-rties-5.0.0"}, "rtika": {"_type": "derivation", "name": "r-rtika-2.4.1"}, "rtip": {"_type": "derivation", "name": "r-rtip-1.1.1"}, "rtist": {"_type": "derivation", "name": "r-rtist-1.0.0"}, "rtk": {"_type": "derivation", "name": "r-rtk-0.2.6.1"}, "rtkore": {"_type": "derivation", "name": "r-rtkore-1.6.7"}, "rtmpt": {"_type": "derivation", "name": "r-rtmpt-1.0-0"}, "rtodoist": {"_type": "derivation", "name": "r-rtodoist-0.1.0"}, "rtop": {"_type": "derivation", "name": "r-rtop-0.5-14"}, "rtracklayer": {"_type": "derivation", "name": "r-rtracklayer-1.56.1"}, "rtrek": {"_type": "derivation", "name": "r-rtrek-0.3.3"}, "rtrend": {"_type": "derivation", "name": "r-rtrend-0.1.3"}, "rtrends": {"_type": "derivation", "name": "r-rtrends-0.1.0"}, "rtrim": {"_type": "derivation", "name": "r-rtrim-2.1.1"}, "rtry": {"_type": "derivation", "name": "r-rtry-1.0.0"}, "rts": {"_type": "derivation", "name": "r-rts-1.1-8"}, "rts2": {"_type": "derivation", "name": "r-rts2-0.4"}, "rtsVis": {"_type": "derivation", "name": "r-rtsVis-0.0.3"}, "rtsdata": {"_type": "derivation", "name": "r-rtsdata-0.1.3"}, "rtson": {"_type": "derivation", "name": "r-rtson-1.3"}, "rtsplot": {"_type": "derivation", "name": "r-rtsplot-0.1.4"}, "rtu34_db": {"_type": "derivation", "name": "r-rtu34.db-3.13.0"}, "rtu34cdf": {"_type": "derivation", "name": "r-rtu34cdf-2.18.0"}, "rtu34probe": {"_type": "derivation", "name": "r-rtu34probe-2.18.0"}, "rtweet": {"_type": "derivation", "name": "r-rtweet-1.0.2"}, "rtype": {"_type": "derivation", "name": "r-rtype-0.1-1"}, "rtypeform": {"_type": "derivation", "name": "r-rtypeform-2.1.0"}, "rubias": {"_type": "derivation", "name": "r-rubias-0.3.3"}, "rucm": {"_type": "derivation", "name": "r-rucm-0.6"}, "rucrdtw": {"_type": "derivation", "name": "r-rucrdtw-0.1.4"}, "rugarch": {"_type": "derivation", "name": "r-rugarch-1.4-9"}, "ruimtehol": {"_type": "derivation", "name": "r-ruimtehol-0.3"}, "ruin": {"_type": "derivation", "name": "r-ruin-0.1.1"}, "ruler": {"_type": "derivation", "name": "r-ruler-0.2.4"}, "rules": {"_type": "derivation", "name": "r-rules-1.0.0"}, "rumidas": {"_type": "derivation", "name": "r-rumidas-0.1.1"}, "runcharter": {"_type": "derivation", "name": "r-runcharter-0.2.0"}, "runes": {"_type": "derivation", "name": "r-runes-0.1.0"}, "runexp": {"_type": "derivation", "name": "r-runexp-0.2.1"}, "runibic": {"_type": "derivation", "name": "r-runibic-1.18.0"}, "runjags": {"_type": "derivation", "name": "r-runjags-2.2.1-7"}, "runner": {"_type": "derivation", "name": "r-runner-0.4.2"}, "runonce": {"_type": "derivation", "name": "r-runonce-0.2.3"}, "runstats": {"_type": "derivation", "name": "r-runstats-1.1.0"}, "rusda": {"_type": "derivation", "name": "r-rusda-1.0.8"}, "rusk": {"_type": "derivation", "name": "r-rusk-0.1.1"}, "rust": {"_type": "derivation", "name": "r-rust-1.3.13"}, "ruta": {"_type": "derivation", "name": "r-ruta-1.1.0"}, "rutifier": {"_type": "derivation", "name": "r-rutifier-1.0.4"}, "ruv": {"_type": "derivation", "name": "r-ruv-0.9.7.1"}, "rv": {"_type": "derivation", "name": "r-rv-2.3.5"}, "rvHPDT": {"_type": "derivation", "name": "r-rvHPDT-4.0"}, "rvTDT": {"_type": "derivation", "name": "r-rvTDT-1.0"}, "rvalues": {"_type": "derivation", "name": "r-rvalues-0.7.1"}, "rvcheck": {"_type": "derivation", "name": "r-rvcheck-0.2.1"}, "rversions": {"_type": "derivation", "name": "r-rversions-2.1.2"}, "rvertnet": {"_type": "derivation", "name": "r-rvertnet-0.8.2"}, "rvest": {"_type": "derivation", "name": "r-rvest-1.0.3"}, "rvg": {"_type": "derivation", "name": "r-rvg-0.2.5"}, "rviewgraph": {"_type": "derivation", "name": "r-rviewgraph-1.4.1"}, "rvinecopulib": {"_type": "derivation", "name": "r-rvinecopulib-0.6.2.1.2"}, "rvkstat": {"_type": "derivation", "name": "r-rvkstat-3.2.0"}, "rvmethod": {"_type": "derivation", "name": "r-rvmethod-0.1.2"}, "rwa": {"_type": "derivation", "name": "r-rwa-0.0.3"}, "rwalkr": {"_type": "derivation", "name": "r-rwalkr-0.5.6"}, "rwarrior": {"_type": "derivation", "name": "r-rwarrior-0.4.1"}, "rwavelet": {"_type": "derivation", "name": "r-rwavelet-0.4.1"}, "rwc": {"_type": "derivation", "name": "r-rwc-1.11"}, "rwebstat": {"_type": "derivation", "name": "r-rwebstat-1.1.0"}, "rwfec": {"_type": "derivation", "name": "r-rwfec-0.2"}, "rwgcod_db": {"_type": "derivation", "name": "r-rwgcod.db-3.4.0"}, "rwhatsapp": {"_type": "derivation", "name": "r-rwhatsapp-0.2.4"}, "rwicc": {"_type": "derivation", "name": "r-rwicc-0.1.3"}, "rworldmap": {"_type": "derivation", "name": "r-rworldmap-1.3-6"}, "rworldxtra": {"_type": "derivation", "name": "r-rworldxtra-1.01"}, "rwstats": {"_type": "derivation", "name": "r-rwstats-0.1"}, "rwt": {"_type": "derivation", "name": "r-rwt-1.0.2"}, "rwty": {"_type": "derivation", "name": "r-rwty-1.0.2"}, "rwunderground": {"_type": "derivation", "name": "r-rwunderground-0.1.8"}, "rxSeq": {"_type": "derivation", "name": "r-rxSeq-0.99.3"}, "rxode2": {"_type": "derivation", "name": "r-rxode2-2.0.10"}, "rxode2et": {"_type": "derivation", "name": "r-rxode2et-2.0.9"}, "rxode2ll": {"_type": "derivation", "name": "r-rxode2ll-2.0.9"}, "rxode2parse": {"_type": "derivation", "name": "r-rxode2parse-2.0.12"}, "rxode2random": {"_type": "derivation", "name": "r-rxode2random-2.0.9"}, "rxylib": {"_type": "derivation", "name": "r-rxylib-0.2.8"}, "ryandexdirect": {"_type": "derivation", "name": "r-ryandexdirect-3.6.0"}, "rym": {"_type": "derivation", "name": "r-rym-1.0.5"}, "ryouready": {"_type": "derivation", "name": "r-ryouready-0.4"}, "rytstat": {"_type": "derivation", "name": "r-rytstat-0.3.0"}, "rzentra": {"_type": "derivation", "name": "r-rzentra-0.1.0"}, "rzmq": {"_type": "derivation", "name": "r-rzmq-0.9.8"}, "s2": {"_type": "derivation", "name": "r-s2-1.1.0"}, "s20x": {"_type": "derivation", "name": "r-s20x-3.1-31"}, "s2dv": {"_type": "derivation", "name": "r-s2dv-1.3.0"}, "s2dverification": {"_type": "derivation", "name": "r-s2dverification-2.10.3"}, "s2net": {"_type": "derivation", "name": "r-s2net-1.0.4"}, "s3_resourcer": {"_type": "derivation", "name": "r-s3.resourcer-1.1.0"}, "s4vd": {"_type": "derivation", "name": "r-s4vd-1.1-1"}, "sAIC": {"_type": "derivation", "name": "r-sAIC-1.0.1"}, "sBF": {"_type": "derivation", "name": "r-sBF-1.1.1"}, "sBIC": {"_type": "derivation", "name": "r-sBIC-0.2.0"}, "sClust": {"_type": "derivation", "name": "r-sClust-1.0"}, "sEparaTe": {"_type": "derivation", "name": "r-sEparaTe-0.3.0"}, "sFFLHD": {"_type": "derivation", "name": "r-sFFLHD-0.1.2"}, "sGBJ": {"_type": "derivation", "name": "r-sGBJ-0.1.0"}, "sGMRFmix": {"_type": "derivation", "name": "r-sGMRFmix-0.3.0"}, "sNPLS": {"_type": "derivation", "name": "r-sNPLS-1.0.27"}, "sRACIPE": {"_type": "derivation", "name": "r-sRACIPE-1.12.0"}, "sRDA": {"_type": "derivation", "name": "r-sRDA-1.0.0"}, "sRNAGenetic": {"_type": "derivation", "name": "r-sRNAGenetic-0.1.0"}, "sRdpData": {"_type": "derivation", "name": "r-sRdpData-0.1.0"}, "sSDR": {"_type": "derivation", "name": "r-sSDR-1.2.0"}, "sSNAPPY": {"_type": "derivation", "name": "r-sSNAPPY-1.0.2"}, "sSeq": {"_type": "derivation", "name": "r-sSeq-1.34.0"}, "sValues": {"_type": "derivation", "name": "r-sValues-0.1.6"}, "saasCNV": {"_type": "derivation", "name": "r-saasCNV-0.3.4"}, "sabarsi": {"_type": "derivation", "name": "r-sabarsi-0.1.0"}, "sabre": {"_type": "derivation", "name": "r-sabre-0.4.3"}, "sac": {"_type": "derivation", "name": "r-sac-1.0.2"}, "saccades": {"_type": "derivation", "name": "r-saccades-0.1-1"}, "saccadr": {"_type": "derivation", "name": "r-saccadr-0.1.1"}, "sad": {"_type": "derivation", "name": "r-sad-0.1.3"}, "sadists": {"_type": "derivation", "name": "r-sadists-0.2.4"}, "sads": {"_type": "derivation", "name": "r-sads-0.4.2"}, "sae": {"_type": "derivation", "name": "r-sae-1.3"}, "saeBest": {"_type": "derivation", "name": "r-saeBest-0.1.0"}, "saeHB": {"_type": "derivation", "name": "r-saeHB-0.2.1"}, "saeHB_ME": {"_type": "derivation", "name": "r-saeHB.ME-1.0"}, "saeHB_ZIB": {"_type": "derivation", "name": "r-saeHB.ZIB-0.1.1"}, "saeHB_gpois": {"_type": "derivation", "name": "r-saeHB.gpois-0.1.1"}, "saeHB_hnb": {"_type": "derivation", "name": "r-saeHB.hnb-0.1.2"}, "saeHB_panel": {"_type": "derivation", "name": "r-saeHB.panel-0.1.1"}, "saeHB_spatial": {"_type": "derivation", "name": "r-saeHB.spatial-0.1.0"}, "saeHB_twofold": {"_type": "derivation", "name": "r-saeHB.twofold-0.1.1"}, "saeHB_zinb": {"_type": "derivation", "name": "r-saeHB.zinb-0.1.1"}, "saeME": {"_type": "derivation", "name": "r-saeME-1.3"}, "saeMSPE": {"_type": "derivation", "name": "r-saeMSPE-1.2"}, "saeRobust": {"_type": "derivation", "name": "r-saeRobust-0.3.0"}, "saeSim": {"_type": "derivation", "name": "r-saeSim-0.11.0"}, "saeTrafo": {"_type": "derivation", "name": "r-saeTrafo-1.0.0"}, "sae_prop": {"_type": "derivation", "name": "r-sae.prop-0.1.1"}, "saebnocov": {"_type": "derivation", "name": "r-saebnocov-0.1.0"}, "saeeb": {"_type": "derivation", "name": "r-saeeb-0.1.0"}, "saekernel": {"_type": "derivation", "name": "r-saekernel-0.1.1"}, "saemix": {"_type": "derivation", "name": "r-saemix-3.1"}, "saery": {"_type": "derivation", "name": "r-saery-1.0"}, "safe": {"_type": "derivation", "name": "r-safe-3.36.0"}, "safeBinaryRegression": {"_type": "derivation", "name": "r-safeBinaryRegression-0.1-3"}, "safedata": {"_type": "derivation", "name": "r-safedata-1.1.2"}, "safejoin": {"_type": "derivation", "name": "r-safejoin-0.1.0"}, "safer": {"_type": "derivation", "name": "r-safer-0.2.1"}, "safestats": {"_type": "derivation", "name": "r-safestats-0.8.6"}, "safetyCharts": {"_type": "derivation", "name": "r-safetyCharts-0.3.0"}, "safetyData": {"_type": "derivation", "name": "r-safetyData-1.0.0"}, "safetyGraphics": {"_type": "derivation", "name": "r-safetyGraphics-2.1.0"}, "sageR": {"_type": "derivation", "name": "r-sageR-0.6.0"}, "sagenhaft": {"_type": "derivation", "name": "r-sagenhaft-1.66.0"}, "sahpm": {"_type": "derivation", "name": "r-sahpm-1.0.1"}, "sail": {"_type": "derivation", "name": "r-sail-0.1.0"}, "salbm": {"_type": "derivation", "name": "r-salbm-1.0"}, "salem": {"_type": "derivation", "name": "r-salem-0.2.0"}, "salesforcer": {"_type": "derivation", "name": "r-salesforcer-1.0.1"}, "salso": {"_type": "derivation", "name": "r-salso-0.3.0"}, "salty": {"_type": "derivation", "name": "r-salty-0.1.0"}, "sambia": {"_type": "derivation", "name": "r-sambia-0.1.0"}, "samc": {"_type": "derivation", "name": "r-samc-2.0.1"}, "samon": {"_type": "derivation", "name": "r-samon-4.0.1"}, "sampSurf": {"_type": "derivation", "name": "r-sampSurf-0.7-6"}, "sampleClassifier": {"_type": "derivation", "name": "r-sampleClassifier-1.20.0"}, "sampleClassifierData": {"_type": "derivation", "name": "r-sampleClassifierData-1.20.0"}, "sampleSelection": {"_type": "derivation", "name": "r-sampleSelection-1.2-12"}, "sampleVADIR": {"_type": "derivation", "name": "r-sampleVADIR-1.0.0"}, "sampler": {"_type": "derivation", "name": "r-sampler-0.2.4"}, "samplesize": {"_type": "derivation", "name": "r-samplesize-0.2-4"}, "samplesize4surveys": {"_type": "derivation", "name": "r-samplesize4surveys-4.1.1"}, "samplesizeCMH": {"_type": "derivation", "name": "r-samplesizeCMH-0.0.0"}, "samplesizelogisticcasecontrol": {"_type": "derivation", "name": "r-samplesizelogisticcasecontrol-2.0.0"}, "sampling": {"_type": "derivation", "name": "r-sampling-2.9"}, "samplingDataCRT": {"_type": "derivation", "name": "r-samplingDataCRT-1.0"}, "samplingEstimates": {"_type": "derivation", "name": "r-samplingEstimates-0.1-3"}, "samplingVarEst": {"_type": "derivation", "name": "r-samplingVarEst-1.4"}, "samplingbook": {"_type": "derivation", "name": "r-samplingbook-1.2.4"}, "sampsizeval": {"_type": "derivation", "name": "r-sampsizeval-1.0.0.0"}, "samr": {"_type": "derivation", "name": "r-samr-3.0"}, "sams": {"_type": "derivation", "name": "r-sams-0.4.3"}, "samurais": {"_type": "derivation", "name": "r-samurais-0.1.0"}, "sand": {"_type": "derivation", "name": "r-sand-2.0.0"}, "sandbox": {"_type": "derivation", "name": "r-sandbox-0.2.1"}, "sandwich": {"_type": "derivation", "name": "r-sandwich-3.0-2"}, "sandwichr": {"_type": "derivation", "name": "r-sandwichr-1.0.1"}, "sangeranalyseR": {"_type": "derivation", "name": "r-sangeranalyseR-1.6.1"}, "sangerseqR": {"_type": "derivation", "name": "r-sangerseqR-1.32.0"}, "sanic": {"_type": "derivation", "name": "r-sanic-0.0.1"}, "sanitizers": {"_type": "derivation", "name": "r-sanitizers-0.1.0"}, "sanityTracker": {"_type": "derivation", "name": "r-sanityTracker-0.1.0"}, "sankey": {"_type": "derivation", "name": "r-sankey-1.0.2"}, "sankeywheel": {"_type": "derivation", "name": "r-sankeywheel-0.1.0"}, "sanon": {"_type": "derivation", "name": "r-sanon-1.6"}, "sansa": {"_type": "derivation", "name": "r-sansa-0.0.1"}, "santaR": {"_type": "derivation", "name": "r-santaR-1.2.3"}, "santoku": {"_type": "derivation", "name": "r-santoku-0.8.0"}, "sanzo": {"_type": "derivation", "name": "r-sanzo-0.1.0"}, "saotd": {"_type": "derivation", "name": "r-saotd-0.3.0"}, "sapa": {"_type": "derivation", "name": "r-sapa-2.0-3"}, "sapevom": {"_type": "derivation", "name": "r-sapevom-0.2.0"}, "sapfluxnetr": {"_type": "derivation", "name": "r-sapfluxnetr-0.1.3"}, "saqgetr": {"_type": "derivation", "name": "r-saqgetr-0.2.21"}, "sara4r": {"_type": "derivation", "name": "r-sara4r-0.0.9"}, "sarima": {"_type": "derivation", "name": "r-sarima-0.9.1"}, "sarks": {"_type": "derivation", "name": "r-sarks-1.8.0"}, "sarp_snowprofile": {"_type": "derivation", "name": "r-sarp.snowprofile-1.3.1"}, "sarp_snowprofile_alignment": {"_type": "derivation", "name": "r-sarp.snowprofile.alignment-1.2.1"}, "sars": {"_type": "derivation", "name": "r-sars-1.3.5"}, "sarsop": {"_type": "derivation", "name": "r-sarsop-0.6.13"}, "sas7bdat": {"_type": "derivation", "name": "r-sas7bdat-0.6"}, "sasLM": {"_type": "derivation", "name": "r-sasLM-0.9.2"}, "sasMap": {"_type": "derivation", "name": "r-sasMap-1.0.0"}, "sasfunclust": {"_type": "derivation", "name": "r-sasfunclust-1.0.0"}, "sass": {"_type": "derivation", "name": "r-sass-0.4.2"}, "sassy": {"_type": "derivation", "name": "r-sassy-1.0.8"}, "sate": {"_type": "derivation", "name": "r-sate-1.1.0"}, "satellite": {"_type": "derivation", "name": "r-satellite-1.0.4"}, "satin": {"_type": "derivation", "name": "r-satin-1.1.0"}, "satscanMapper": {"_type": "derivation", "name": "r-satscanMapper-1.0.2"}, "satuRn": {"_type": "derivation", "name": "r-satuRn-1.4.2"}, "saturnin": {"_type": "derivation", "name": "r-saturnin-1.1.1"}, "saureuscdf": {"_type": "derivation", "name": "r-saureuscdf-2.18.0"}, "saureusprobe": {"_type": "derivation", "name": "r-saureusprobe-2.18.0"}, "savR": {"_type": "derivation", "name": "r-savR-1.34.0"}, "saves": {"_type": "derivation", "name": "r-saves-0.5"}, "savonliquide": {"_type": "derivation", "name": "r-savonliquide-0.2.0"}, "sawnuti": {"_type": "derivation", "name": "r-sawnuti-0.1.1"}, "saws": {"_type": "derivation", "name": "r-saws-0.9-7.0"}, "sazedR": {"_type": "derivation", "name": "r-sazedR-2.0.2"}, "sbde": {"_type": "derivation", "name": "r-sbde-1.0-0"}, "sbfc": {"_type": "derivation", "name": "r-sbfc-1.0.3"}, "sbgcop": {"_type": "derivation", "name": "r-sbgcop-0.980"}, "sbioPN": {"_type": "derivation", "name": "r-sbioPN-1.1.0"}, "sbl": {"_type": "derivation", "name": "r-sbl-0.1.0"}, "sbm": {"_type": "derivation", "name": "r-sbm-0.4.4"}, "sbmSDP": {"_type": "derivation", "name": "r-sbmSDP-0.2"}, "sbo": {"_type": "derivation", "name": "r-sbo-0.5.0"}, "sboost": {"_type": "derivation", "name": "r-sboost-0.1.2"}, "sbtools": {"_type": "derivation", "name": "r-sbtools-1.1.20"}, "sbw": {"_type": "derivation", "name": "r-sbw-1.1.5"}, "scATAC_Explorer": {"_type": "derivation", "name": "r-scATAC.Explorer-1.2.1"}, "scAlign": {"_type": "derivation", "name": "r-scAlign-1.9.0"}, "scAnnotatR": {"_type": "derivation", "name": "r-scAnnotatR-1.2.0"}, "scAnnotatR_models": {"_type": "derivation", "name": "r-scAnnotatR.models-0.99.10"}, "scAnnotate": {"_type": "derivation", "name": "r-scAnnotate-0.0.4"}, "scBFA": {"_type": "derivation", "name": "r-scBFA-1.10.0"}, "scBio": {"_type": "derivation", "name": "r-scBio-0.1.6"}, "scCAN": {"_type": "derivation", "name": "r-scCAN-1.0.4"}, "scCATCH": {"_type": "derivation", "name": "r-scCATCH-3.2"}, "scCB2": {"_type": "derivation", "name": "r-scCB2-1.6.0"}, "scClassifR": {"_type": "derivation", "name": "r-scClassifR-1.2.0"}, "scClassify": {"_type": "derivation", "name": "r-scClassify-1.8.0"}, "scDD": {"_type": "derivation", "name": "r-scDD-1.20.0"}, "scDHA": {"_type": "derivation", "name": "r-scDHA-1.2.0"}, "scDIFtest": {"_type": "derivation", "name": "r-scDIFtest-0.1.1"}, "scDataviz": {"_type": "derivation", "name": "r-scDataviz-1.6.0"}, "scDblFinder": {"_type": "derivation", "name": "r-scDblFinder-1.10.0"}, "scDiffCom": {"_type": "derivation", "name": "r-scDiffCom-0.1.0"}, "scFeatureFilter": {"_type": "derivation", "name": "r-scFeatureFilter-1.16.0"}, "scGPS": {"_type": "derivation", "name": "r-scGPS-1.10.0"}, "scHOT": {"_type": "derivation", "name": "r-scHOT-1.8.0"}, "scINSIGHT": {"_type": "derivation", "name": "r-scINSIGHT-0.1.4"}, "scISR": {"_type": "derivation", "name": "r-scISR-0.1.1"}, "scITD": {"_type": "derivation", "name": "r-scITD-1.0.2"}, "scImmuneGraph": {"_type": "derivation", "name": "r-scImmuneGraph-1.1.3"}, "scLink": {"_type": "derivation", "name": "r-scLink-1.0.1"}, "scMAGeCK": {"_type": "derivation", "name": "r-scMAGeCK-1.8.0"}, "scMappR": {"_type": "derivation", "name": "r-scMappR-1.0.9"}, "scMerge": {"_type": "derivation", "name": "r-scMerge-1.12.0"}, "scModels": {"_type": "derivation", "name": "r-scModels-1.0.3"}, "scOntoMatch": {"_type": "derivation", "name": "r-scOntoMatch-0.1.0"}, "scPCA": {"_type": "derivation", "name": "r-scPCA-1.10.0"}, "scPOP": {"_type": "derivation", "name": "r-scPOP-0.1.0"}, "scPipe": {"_type": "derivation", "name": "r-scPipe-1.18.0"}, "scPloidy": {"_type": "derivation", "name": "r-scPloidy-0.3.0"}, "scRNAseq": {"_type": "derivation", "name": "r-scRNAseq-2.10.0"}, "scRNAstat": {"_type": "derivation", "name": "r-scRNAstat-0.1.1"}, "scRNAtools": {"_type": "derivation", "name": "r-scRNAtools-1.0"}, "scReClassify": {"_type": "derivation", "name": "r-scReClassify-1.2.0"}, "scRecover": {"_type": "derivation", "name": "r-scRecover-1.12.0"}, "scRepertoire": {"_type": "derivation", "name": "r-scRepertoire-1.6.0"}, "scShapes": {"_type": "derivation", "name": "r-scShapes-1.2.0"}, "scSorter": {"_type": "derivation", "name": "r-scSorter-0.0.2"}, "scTEP": {"_type": "derivation", "name": "r-scTEP-0.1.0"}, "scTGIF": {"_type": "derivation", "name": "r-scTGIF-1.10.0"}, "scTHI": {"_type": "derivation", "name": "r-scTHI-1.8.0"}, "scTHI_data": {"_type": "derivation", "name": "r-scTHI.data-1.8.0"}, "scTenifoldKnk": {"_type": "derivation", "name": "r-scTenifoldKnk-1.0.1"}, "scTenifoldNet": {"_type": "derivation", "name": "r-scTenifoldNet-1.3"}, "scTensor": {"_type": "derivation", "name": "r-scTensor-2.6.0"}, "scTreeViz": {"_type": "derivation", "name": "r-scTreeViz-1.2.0"}, "scUtils": {"_type": "derivation", "name": "r-scUtils-0.1.0"}, "scaRabee": {"_type": "derivation", "name": "r-scaRabee-1.1-4"}, "scaffolder": {"_type": "derivation", "name": "r-scaffolder-0.0.1"}, "scagnostics": {"_type": "derivation", "name": "r-scagnostics-0.2-6"}, "scaleAlign": {"_type": "derivation", "name": "r-scaleAlign-1.0.0.0"}, "scaleboot": {"_type": "derivation", "name": "r-scaleboot-1.0-1"}, "scales": {"_type": "derivation", "name": "r-scales-1.2.1"}, "scalpel": {"_type": "derivation", "name": "r-scalpel-1.0.3"}, "scalreg": {"_type": "derivation", "name": "r-scalreg-1.0.1"}, "scam": {"_type": "derivation", "name": "r-scam-1.2-13"}, "scan": {"_type": "derivation", "name": "r-scan-0.55"}, "scanMiR": {"_type": "derivation", "name": "r-scanMiR-1.2.0"}, "scanMiRApp": {"_type": "derivation", "name": "r-scanMiRApp-1.2.0"}, "scanMiRData": {"_type": "derivation", "name": "r-scanMiRData-1.2.0"}, "scanstatistics": {"_type": "derivation", "name": "r-scanstatistics-1.1.0"}, "scapGNN": {"_type": "derivation", "name": "r-scapGNN-0.1.1"}, "scape": {"_type": "derivation", "name": "r-scape-2.3.3"}, "scapesClassification": {"_type": "derivation", "name": "r-scapesClassification-1.0.0"}, "scar": {"_type": "derivation", "name": "r-scar-0.2-2"}, "scater": {"_type": "derivation", "name": "r-scater-1.24.0"}, "scatr": {"_type": "derivation", "name": "r-scatr-1.0.1"}, "scatteR": {"_type": "derivation", "name": "r-scatteR-0.0.1"}, "scatterD3": {"_type": "derivation", "name": "r-scatterD3-1.0.1"}, "scatterHatch": {"_type": "derivation", "name": "r-scatterHatch-1.2.0"}, "scatterPlotMatrix": {"_type": "derivation", "name": "r-scatterPlotMatrix-0.2.0"}, "scattermore": {"_type": "derivation", "name": "r-scattermore-0.8"}, "scatterpie": {"_type": "derivation", "name": "r-scatterpie-0.1.8"}, "scatterplot3d": {"_type": "derivation", "name": "r-scatterplot3d-0.3-42"}, "scbursts": {"_type": "derivation", "name": "r-scbursts-1.6"}, "scclust": {"_type": "derivation", "name": "r-scclust-0.2.2"}, "sccomp": {"_type": "derivation", "name": "r-sccomp-1.0.0"}, "sccore": {"_type": "derivation", "name": "r-sccore-1.0.2"}, "sccr": {"_type": "derivation", "name": "r-sccr-2.1"}, "scde": {"_type": "derivation", "name": "r-scde-2.24.0"}, "scdensity": {"_type": "derivation", "name": "r-scdensity-1.0.2"}, "scdhlm": {"_type": "derivation", "name": "r-scdhlm-0.6.0"}, "scds": {"_type": "derivation", "name": "r-scds-1.12.0"}, "scenario": {"_type": "derivation", "name": "r-scenario-1.0"}, "scgwr": {"_type": "derivation", "name": "r-scgwr-0.1.2-21"}, "schemr": {"_type": "derivation", "name": "r-schemr-0.1.0"}, "schex": {"_type": "derivation", "name": "r-schex-1.10.0"}, "schoRsch": {"_type": "derivation", "name": "r-schoRsch-1.9.1"}, "schoenberg": {"_type": "derivation", "name": "r-schoenberg-2.0.2"}, "scholar": {"_type": "derivation", "name": "r-scholar-0.2.4"}, "schoolmath": {"_type": "derivation", "name": "r-schoolmath-0.4.1"}, "schrute": {"_type": "derivation", "name": "r-schrute-1.0.1"}, "schtools": {"_type": "derivation", "name": "r-schtools-0.3.0"}, "schumaker": {"_type": "derivation", "name": "r-schumaker-1.2.1"}, "sciRmdTheme": {"_type": "derivation", "name": "r-sciRmdTheme-0.1"}, "scico": {"_type": "derivation", "name": "r-scico-1.3.1"}, "scidesignR": {"_type": "derivation", "name": "r-scidesignR-1.0.0"}, "scientoText": {"_type": "derivation", "name": "r-scientoText-0.1"}, "scifigure": {"_type": "derivation", "name": "r-scifigure-0.2"}, "sciplot": {"_type": "derivation", "name": "r-sciplot-1.2-0"}, "scipub": {"_type": "derivation", "name": "r-scipub-1.2.2"}, "sclr": {"_type": "derivation", "name": "r-sclr-0.3.1"}, "scmap": {"_type": "derivation", "name": "r-scmap-1.18.0"}, "scmeth": {"_type": "derivation", "name": "r-scmeth-1.16.0"}, "scone": {"_type": "derivation", "name": "r-scone-1.20.0"}, "scoper": {"_type": "derivation", "name": "r-scoper-1.2.1"}, "scopr": {"_type": "derivation", "name": "r-scopr-0.3.4"}, "score": {"_type": "derivation", "name": "r-score-1.0.2"}, "scoreInvHap": {"_type": "derivation", "name": "r-scoreInvHap-1.18.0"}, "scorecard": {"_type": "derivation", "name": "r-scorecard-0.3.9"}, "scorecardModelUtils": {"_type": "derivation", "name": "r-scorecardModelUtils-0.0.1.0"}, "scorepeak": {"_type": "derivation", "name": "r-scorepeak-0.1.2"}, "scoring": {"_type": "derivation", "name": "r-scoring-0.6"}, "scoringRules": {"_type": "derivation", "name": "r-scoringRules-1.0.2"}, "scoringTools": {"_type": "derivation", "name": "r-scoringTools-0.1.2"}, "scoringutils": {"_type": "derivation", "name": "r-scoringutils-1.0.1"}, "scout": {"_type": "derivation", "name": "r-scout-1.0.4"}, "scp": {"_type": "derivation", "name": "r-scp-1.6.0"}, "scpdata": {"_type": "derivation", "name": "r-scpdata-1.4.0"}, "scpi": {"_type": "derivation", "name": "r-scpi-2.0.0"}, "scpm": {"_type": "derivation", "name": "r-scpm-2.0.0"}, "scpoisson": {"_type": "derivation", "name": "r-scpoisson-0.0.1"}, "scqe": {"_type": "derivation", "name": "r-scqe-1.0.0"}, "scquantum": {"_type": "derivation", "name": "r-scquantum-1.0.0"}, "scraEP": {"_type": "derivation", "name": "r-scraEP-1.2"}, "scran": {"_type": "derivation", "name": "r-scran-1.24.1"}, "scrapeR": {"_type": "derivation", "name": "r-scrapeR-0.1.6"}, "scrappy": {"_type": "derivation", "name": "r-scrappy-0.0.1"}, "scrime": {"_type": "derivation", "name": "r-scrime-1.3.5"}, "scriptName": {"_type": "derivation", "name": "r-scriptName-1.0.1"}, "scriptests": {"_type": "derivation", "name": "r-scriptests-1.0-16"}, "scriptexec": {"_type": "derivation", "name": "r-scriptexec-0.3.1"}, "scriptuRs": {"_type": "derivation", "name": "r-scriptuRs-0.1.0"}, "scrm": {"_type": "derivation", "name": "r-scrm-1.7.4-0"}, "scrobbler": {"_type": "derivation", "name": "r-scrobbler-1.0.2"}, "scrollrevealR": {"_type": "derivation", "name": "r-scrollrevealR-0.2.0"}, "scruff": {"_type": "derivation", "name": "r-scruff-1.14.0"}, "scrutiny": {"_type": "derivation", "name": "r-scrutiny-0.2.2"}, "scry": {"_type": "derivation", "name": "r-scry-1.8.0"}, "scrypt": {"_type": "derivation", "name": "r-scrypt-0.1.4"}, "scryr": {"_type": "derivation", "name": "r-scryr-1.0.0"}, "scs": {"_type": "derivation", "name": "r-scs-3.0-1"}, "sctransform": {"_type": "derivation", "name": "r-sctransform-0.3.5"}, "scuba": {"_type": "derivation", "name": "r-scuba-1.11-1"}, "scutr": {"_type": "derivation", "name": "r-scutr-0.1.2"}, "scuttle": {"_type": "derivation", "name": "r-scuttle-1.6.3"}, "sdPrior": {"_type": "derivation", "name": "r-sdPrior-1.0-0"}, "sdStaf": {"_type": "derivation", "name": "r-sdStaf-1.0.2"}, "sda": {"_type": "derivation", "name": "r-sda-1.3.8"}, "sdafilter": {"_type": "derivation", "name": "r-sdafilter-1.0.0"}, "sdam": {"_type": "derivation", "name": "r-sdam-1.1.4"}, "sdamr": {"_type": "derivation", "name": "r-sdamr-0.1.0"}, "sdat": {"_type": "derivation", "name": "r-sdat-1.1"}, "sdcHierarchies": {"_type": "derivation", "name": "r-sdcHierarchies-0.19.3"}, "sdcLog": {"_type": "derivation", "name": "r-sdcLog-0.5.0"}, "sdcMicro": {"_type": "derivation", "name": "r-sdcMicro-5.7.4"}, "sdcSpatial": {"_type": "derivation", "name": "r-sdcSpatial-0.5.2"}, "sdcTable": {"_type": "derivation", "name": "r-sdcTable-0.32.4"}, "sdcTarget": {"_type": "derivation", "name": "r-sdcTarget-0.9-11"}, "sde": {"_type": "derivation", "name": "r-sde-2.0.18"}, "sdef": {"_type": "derivation", "name": "r-sdef-1.7"}, "sdetorus": {"_type": "derivation", "name": "r-sdetorus-0.1.8"}, "sdm": {"_type": "derivation", "name": "r-sdm-1.1-8"}, "sdmApp": {"_type": "derivation", "name": "r-sdmApp-0.0.2"}, "sdmpredictors": {"_type": "derivation", "name": "r-sdmpredictors-0.2.13"}, "sdmvspecies": {"_type": "derivation", "name": "r-sdmvspecies-0.3.2"}, "sdpdth": {"_type": "derivation", "name": "r-sdpdth-0.2"}, "sdprisk": {"_type": "derivation", "name": "r-sdprisk-1.1-6"}, "sdpt3r": {"_type": "derivation", "name": "r-sdpt3r-0.3"}, "sdtoolkit": {"_type": "derivation", "name": "r-sdtoolkit-2.33-1"}, "sdwd": {"_type": "derivation", "name": "r-sdwd-1.0.5"}, "seAMLess": {"_type": "derivation", "name": "r-seAMLess-0.1.0"}, "seacarb": {"_type": "derivation", "name": "r-seacarb-3.3.1"}, "seagull": {"_type": "derivation", "name": "r-seagull-1.1.0"}, "sealasso": {"_type": "derivation", "name": "r-sealasso-0.1-3"}, "searchConsoleR": {"_type": "derivation", "name": "r-searchConsoleR-0.4.0"}, "searcher": {"_type": "derivation", "name": "r-searcher-0.0.6"}, "seas": {"_type": "derivation", "name": "r-seas-0.6-0"}, "season": {"_type": "derivation", "name": "r-season-0.3.15"}, "seasonal": {"_type": "derivation", "name": "r-seasonal-1.9.0"}, "seasonalclumped": {"_type": "derivation", "name": "r-seasonalclumped-0.3.2"}, "seasonalityPlot": {"_type": "derivation", "name": "r-seasonalityPlot-0.99.3"}, "seasonalview": {"_type": "derivation", "name": "r-seasonalview-0.3"}, "seastests": {"_type": "derivation", "name": "r-seastests-0.15.4"}, "seawaveQ": {"_type": "derivation", "name": "r-seawaveQ-2.0.2"}, "sechm": {"_type": "derivation", "name": "r-sechm-1.4.1"}, "secr": {"_type": "derivation", "name": "r-secr-4.5.7"}, "secrdesign": {"_type": "derivation", "name": "r-secrdesign-2.6.0"}, "secret": {"_type": "derivation", "name": "r-secret-1.1.0"}, "secrettext": {"_type": "derivation", "name": "r-secrettext-0.1.0"}, "secrlinear": {"_type": "derivation", "name": "r-secrlinear-1.1.4"}, "secsse": {"_type": "derivation", "name": "r-secsse-2.1.7"}, "secuTrialR": {"_type": "derivation", "name": "r-secuTrialR-1.0.9"}, "secure": {"_type": "derivation", "name": "r-secure-0.6"}, "sedproxy": {"_type": "derivation", "name": "r-sedproxy-0.7.3"}, "see": {"_type": "derivation", "name": "r-see-0.7.3"}, "seeclickfixr": {"_type": "derivation", "name": "r-seeclickfixr-1.1.0"}, "seecolor": {"_type": "derivation", "name": "r-seecolor-0.1.0"}, "seedCCA": {"_type": "derivation", "name": "r-seedCCA-3.1"}, "seededlda": {"_type": "derivation", "name": "r-seededlda-0.8.2"}, "seedr": {"_type": "derivation", "name": "r-seedr-0.3.0"}, "seedreg": {"_type": "derivation", "name": "r-seedreg-1.0.3"}, "seeds": {"_type": "derivation", "name": "r-seeds-0.9.1"}, "seedwater": {"_type": "derivation", "name": "r-seedwater-2.0"}, "seeker": {"_type": "derivation", "name": "r-seeker-1.0.13"}, "seer": {"_type": "derivation", "name": "r-seer-1.1.8"}, "seewave": {"_type": "derivation", "name": "r-seewave-2.2.0"}, "seg": {"_type": "derivation", "name": "r-seg-0.5-7"}, "segMGarch": {"_type": "derivation", "name": "r-segMGarch-1.2"}, "segRDA": {"_type": "derivation", "name": "r-segRDA-1.0.2"}, "segclust2d": {"_type": "derivation", "name": "r-segclust2d-0.3.0"}, "segen": {"_type": "derivation", "name": "r-segen-1.1.0"}, "segmag": {"_type": "derivation", "name": "r-segmag-1.2.4"}, "segmenTier": {"_type": "derivation", "name": "r-segmenTier-0.1.2"}, "segmentSeq": {"_type": "derivation", "name": "r-segmentSeq-2.30.0"}, "segmented": {"_type": "derivation", "name": "r-segmented-1.6-0"}, "segmenter": {"_type": "derivation", "name": "r-segmenter-1.2.0"}, "segmentr": {"_type": "derivation", "name": "r-segmentr-0.2.0"}, "segmetric": {"_type": "derivation", "name": "r-segmetric-0.2.0"}, "segregation": {"_type": "derivation", "name": "r-segregation-0.6.0"}, "segregatr": {"_type": "derivation", "name": "r-segregatr-0.2.0"}, "sehrnett": {"_type": "derivation", "name": "r-sehrnett-0.0.3"}, "seismic": {"_type": "derivation", "name": "r-seismic-1.1"}, "seismicRoll": {"_type": "derivation", "name": "r-seismicRoll-1.1.4"}, "sejmRP": {"_type": "derivation", "name": "r-sejmRP-1.3.4"}, "selcorr": {"_type": "derivation", "name": "r-selcorr-1.0"}, "selectKSigs": {"_type": "derivation", "name": "r-selectKSigs-1.8.0"}, "selectMeta": {"_type": "derivation", "name": "r-selectMeta-1.0.8"}, "selectapref": {"_type": "derivation", "name": "r-selectapref-0.1.2"}, "selection_index": {"_type": "derivation", "name": "r-selection.index-1.1.4"}, "selectiongain": {"_type": "derivation", "name": "r-selectiongain-2.0.710"}, "selectiveInference": {"_type": "derivation", "name": "r-selectiveInference-1.2.5"}, "selectr": {"_type": "derivation", "name": "r-selectr-0.4-2"}, "selectspm": {"_type": "derivation", "name": "r-selectspm-0.4"}, "seleniumPipes": {"_type": "derivation", "name": "r-seleniumPipes-0.3.7"}, "selfea": {"_type": "derivation", "name": "r-selfea-1.0.1"}, "selfingTree": {"_type": "derivation", "name": "r-selfingTree-0.2"}, "selfmade": {"_type": "derivation", "name": "r-selfmade-0.1"}, "sem": {"_type": "derivation", "name": "r-sem-3.1-15"}, "semEff": {"_type": "derivation", "name": "r-semEff-0.6.1"}, "semPLS": {"_type": "derivation", "name": "r-semPLS-1.0-10"}, "semPlot": {"_type": "derivation", "name": "r-semPlot-1.1.6"}, "semPower": {"_type": "derivation", "name": "r-semPower-1.2.0"}, "semTable": {"_type": "derivation", "name": "r-semTable-1.8"}, "semTools": {"_type": "derivation", "name": "r-semTools-0.5-6"}, "semantic_dashboard": {"_type": "derivation", "name": "r-semantic.dashboard-0.2.1"}, "semdiag": {"_type": "derivation", "name": "r-semdiag-0.1.2"}, "semdrw": {"_type": "derivation", "name": "r-semdrw-0.1.0"}, "semds": {"_type": "derivation", "name": "r-semds-0.9-6"}, "semgram": {"_type": "derivation", "name": "r-semgram-0.1.0"}, "semhelpinghands": {"_type": "derivation", "name": "r-semhelpinghands-0.1.4.4"}, "semiArtificial": {"_type": "derivation", "name": "r-semiArtificial-2.4.1"}, "semicmprskcoxmsm": {"_type": "derivation", "name": "r-semicmprskcoxmsm-0.2.0"}, "seminr": {"_type": "derivation", "name": "r-seminr-2.3.2"}, "semisup": {"_type": "derivation", "name": "r-semisup-1.20.0"}, "semmcci": {"_type": "derivation", "name": "r-semmcci-1.0.3"}, "semmcmc": {"_type": "derivation", "name": "r-semmcmc-0.0.6"}, "semnar": {"_type": "derivation", "name": "r-semnar-0.8.0"}, "semnova": {"_type": "derivation", "name": "r-semnova-0.1-6"}, "semptools": {"_type": "derivation", "name": "r-semptools-0.2.9.6"}, "semsfa": {"_type": "derivation", "name": "r-semsfa-1.1"}, "semtree": {"_type": "derivation", "name": "r-semtree-0.9.18"}, "semver": {"_type": "derivation", "name": "r-semver-0.2.0"}, "semverutils": {"_type": "derivation", "name": "r-semverutils-0.1.0"}, "sen2r": {"_type": "derivation", "name": "r-sen2r-1.5.3"}, "sendgridr": {"_type": "derivation", "name": "r-sendgridr-0.5.1"}, "sendigR": {"_type": "derivation", "name": "r-sendigR-1.0.0"}, "sendmailR": {"_type": "derivation", "name": "r-sendmailR-1.2-1.1"}, "sensR": {"_type": "derivation", "name": "r-sensR-1.5-2"}, "sense": {"_type": "derivation", "name": "r-sense-1.0.0"}, "sensemakr": {"_type": "derivation", "name": "r-sensemakr-0.1.4"}, "sensiPhy": {"_type": "derivation", "name": "r-sensiPhy-0.8.5"}, "sensibo_sky": {"_type": "derivation", "name": "r-sensibo.sky-1.0.0"}, "sensitivity": {"_type": "derivation", "name": "r-sensitivity-1.28.0"}, "sensitivity2x2xk": {"_type": "derivation", "name": "r-sensitivity2x2xk-1.01"}, "sensitivityCalibration": {"_type": "derivation", "name": "r-sensitivityCalibration-0.0.1"}, "sensitivityPStrat": {"_type": "derivation", "name": "r-sensitivityPStrat-1.0-6"}, "sensitivityfull": {"_type": "derivation", "name": "r-sensitivityfull-1.5.6"}, "sensitivitymult": {"_type": "derivation", "name": "r-sensitivitymult-1.0.2"}, "sensitivitymv": {"_type": "derivation", "name": "r-sensitivitymv-1.4.3"}, "sensitivitymw": {"_type": "derivation", "name": "r-sensitivitymw-2.1"}, "sensmediation": {"_type": "derivation", "name": "r-sensmediation-0.3.0"}, "sensobol": {"_type": "derivation", "name": "r-sensobol-1.1.1"}, "sensory": {"_type": "derivation", "name": "r-sensory-1.1"}, "senstrat": {"_type": "derivation", "name": "r-senstrat-1.0.3"}, "sentencepiece": {"_type": "derivation", "name": "r-sentencepiece-0.2.1"}, "sentiment_ai": {"_type": "derivation", "name": "r-sentiment.ai-0.1.1"}, "sentimentr": {"_type": "derivation", "name": "r-sentimentr-2.9.0"}, "sentometrics": {"_type": "derivation", "name": "r-sentometrics-1.0.0"}, "sentopics": {"_type": "derivation", "name": "r-sentopics-0.7.1"}, "sentryR": {"_type": "derivation", "name": "r-sentryR-1.1.0"}, "separationplot": {"_type": "derivation", "name": "r-separationplot-1.3"}, "seplyr": {"_type": "derivation", "name": "r-seplyr-1.0.4"}, "seq2pathway": {"_type": "derivation", "name": "r-seq2pathway-1.28.0"}, "seq2pathway_data": {"_type": "derivation", "name": "r-seq2pathway.data-1.28.0"}, "seqArchR": {"_type": "derivation", "name": "r-seqArchR-1.0.0"}, "seqCAT": {"_type": "derivation", "name": "r-seqCAT-1.18.0"}, "seqCBS": {"_type": "derivation", "name": "r-seqCBS-1.2.1"}, "seqCNA": {"_type": "derivation", "name": "r-seqCNA-1.42.0"}, "seqCNA_annot": {"_type": "derivation", "name": "r-seqCNA.annot-1.32.0"}, "seqDesign": {"_type": "derivation", "name": "r-seqDesign-1.2"}, "seqHMM": {"_type": "derivation", "name": "r-seqHMM-1.2.1-1"}, "seqICP": {"_type": "derivation", "name": "r-seqICP-1.1"}, "seqLogo": {"_type": "derivation", "name": "r-seqLogo-1.62.0"}, "seqPattern": {"_type": "derivation", "name": "r-seqPattern-1.28.0"}, "seqR": {"_type": "derivation", "name": "r-seqR-1.0.1"}, "seqRFLP": {"_type": "derivation", "name": "r-seqRFLP-1.0.1"}, "seqTools": {"_type": "derivation", "name": "r-seqTools-1.30.0"}, "seqbias": {"_type": "derivation", "name": "r-seqbias-1.44.0"}, "seqc": {"_type": "derivation", "name": "r-seqc-1.30.0"}, "seqcombo": {"_type": "derivation", "name": "r-seqcombo-1.18.0"}, "seqest": {"_type": "derivation", "name": "r-seqest-1.0.1"}, "seqgendiff": {"_type": "derivation", "name": "r-seqgendiff-1.2.3"}, "seqhandbook": {"_type": "derivation", "name": "r-seqhandbook-0.1.0"}, "seqimpute": {"_type": "derivation", "name": "r-seqimpute-1.7"}, "seqinr": {"_type": "derivation", "name": "r-seqinr-4.2-16"}, "seqmagick": {"_type": "derivation", "name": "r-seqmagick-0.1.5"}, "seqminer": {"_type": "derivation", "name": "r-seqminer-8.4"}, "seqmon": {"_type": "derivation", "name": "r-seqmon-2.4"}, "seqsetvis": {"_type": "derivation", "name": "r-seqsetvis-1.16.0"}, "seqtest": {"_type": "derivation", "name": "r-seqtest-0.1-0"}, "sequence": {"_type": "derivation", "name": "r-sequence-2.0"}, "sequences": {"_type": "derivation", "name": "r-sequences-0.5.9"}, "sequenza": {"_type": "derivation", "name": "r-sequenza-3.0.0"}, "sequoia": {"_type": "derivation", "name": "r-sequoia-2.3.5"}, "sergeant": {"_type": "derivation", "name": "r-sergeant-0.9.1"}, "serial": {"_type": "derivation", "name": "r-serial-3.0"}, "seriation": {"_type": "derivation", "name": "r-seriation-1.4.0"}, "serieslcb": {"_type": "derivation", "name": "r-serieslcb-0.4.0"}, "seroincidence": {"_type": "derivation", "name": "r-seroincidence-2.0.0"}, "serp": {"_type": "derivation", "name": "r-serp-0.2.4"}, "serpstatr": {"_type": "derivation", "name": "r-serpstatr-0.2.0"}, "serrsBayes": {"_type": "derivation", "name": "r-serrsBayes-0.5-0"}, "serumStimulation": {"_type": "derivation", "name": "r-serumStimulation-1.32.0"}, "servosphereR": {"_type": "derivation", "name": "r-servosphereR-0.1.1"}, "servr": {"_type": "derivation", "name": "r-servr-0.24"}, "sesame": {"_type": "derivation", "name": "r-sesame-1.14.2"}, "sesameData": {"_type": "derivation", "name": "r-sesameData-1.14.0"}, "sesem": {"_type": "derivation", "name": "r-sesem-1.0.2"}, "session": {"_type": "derivation", "name": "r-session-1.0.3"}, "sessioninfo": {"_type": "derivation", "name": "r-sessioninfo-1.2.2"}, "set": {"_type": "derivation", "name": "r-set-1.2"}, "set6": {"_type": "derivation", "name": "r-set6-0.2.4"}, "setRNG": {"_type": "derivation", "name": "r-setRNG-2022.4-1"}, "sets": {"_type": "derivation", "name": "r-sets-1.0-21"}, "setter": {"_type": "derivation", "name": "r-setter-0.0-1"}, "settings": {"_type": "derivation", "name": "r-settings-0.2.7"}, "sevenC": {"_type": "derivation", "name": "r-sevenC-1.16.0"}, "sevenbridges": {"_type": "derivation", "name": "r-sevenbridges-1.26.0"}, "seventyGeneData": {"_type": "derivation", "name": "r-seventyGeneData-1.32.0"}, "sever": {"_type": "derivation", "name": "r-sever-0.0.7"}, "severity": {"_type": "derivation", "name": "r-severity-2.0"}, "sf": {"_type": "derivation", "name": "r-sf-1.0-8"}, "sfa": {"_type": "derivation", "name": "r-sfa-1.0-1"}, "sfaR": {"_type": "derivation", "name": "r-sfaR-0.1.1"}, "sfadv": {"_type": "derivation", "name": "r-sfadv-1.0.1"}, "sfarrow": {"_type": "derivation", "name": "r-sfarrow-0.4.1"}, "sfc": {"_type": "derivation", "name": "r-sfc-0.1.0"}, "sfcr": {"_type": "derivation", "name": "r-sfcr-0.2.1"}, "sfdct": {"_type": "derivation", "name": "r-sfdct-0.1.0"}, "sfdep": {"_type": "derivation", "name": "r-sfdep-0.2.0"}, "sfheaders": {"_type": "derivation", "name": "r-sfheaders-0.4.0"}, "sfhotspot": {"_type": "derivation", "name": "r-sfhotspot-0.7.0"}, "sfinx": {"_type": "derivation", "name": "r-sfinx-1.7.99"}, "sfnetworks": {"_type": "derivation", "name": "r-sfnetworks-0.6.1"}, "sfo": {"_type": "derivation", "name": "r-sfo-0.1.1"}, "sfsmisc": {"_type": "derivation", "name": "r-sfsmisc-1.1-13"}, "sft": {"_type": "derivation", "name": "r-sft-2.2-1"}, "sftime": {"_type": "derivation", "name": "r-sftime-0.2-0"}, "sftrack": {"_type": "derivation", "name": "r-sftrack-0.5.3"}, "sgPLS": {"_type": "derivation", "name": "r-sgPLS-1.7"}, "sgat": {"_type": "derivation", "name": "r-sgat-0.9"}, "sgd": {"_type": "derivation", "name": "r-sgd-1.1.1"}, "sgee": {"_type": "derivation", "name": "r-sgee-0.6-0"}, "sgeostat": {"_type": "derivation", "name": "r-sgeostat-1.0-27"}, "sglOptim": {"_type": "derivation", "name": "r-sglOptim-1.3.8"}, "sglasso": {"_type": "derivation", "name": "r-sglasso-1.2.5"}, "sglg": {"_type": "derivation", "name": "r-sglg-0.2.2"}, "sglr": {"_type": "derivation", "name": "r-sglr-0.8"}, "sgmcmc": {"_type": "derivation", "name": "r-sgmcmc-0.2.5"}, "sgmodel": {"_type": "derivation", "name": "r-sgmodel-0.1.1"}, "sgo": {"_type": "derivation", "name": "r-sgo-0.9.2"}, "sgof": {"_type": "derivation", "name": "r-sgof-2.3.3"}, "sgolay": {"_type": "derivation", "name": "r-sgolay-1.0.2"}, "sgpv": {"_type": "derivation", "name": "r-sgpv-1.1.0"}, "sgr": {"_type": "derivation", "name": "r-sgr-1.3.1"}, "sgsR": {"_type": "derivation", "name": "r-sgsR-1.3.1"}, "sgstar": {"_type": "derivation", "name": "r-sgstar-0.1.2"}, "sgt": {"_type": "derivation", "name": "r-sgt-2.0"}, "shades": {"_type": "derivation", "name": "r-shades-1.4.0"}, "shadow": {"_type": "derivation", "name": "r-shadow-0.7.1"}, "shadowr": {"_type": "derivation", "name": "r-shadowr-0.0.2"}, "shadowtext": {"_type": "derivation", "name": "r-shadowtext-0.1.2"}, "shallot": {"_type": "derivation", "name": "r-shallot-0.4.10"}, "shape": {"_type": "derivation", "name": "r-shape-1.4.6"}, "shapeNA": {"_type": "derivation", "name": "r-shapeNA-0.0.2"}, "shapeR": {"_type": "derivation", "name": "r-shapeR-0.1-5"}, "shapefiles": {"_type": "derivation", "name": "r-shapefiles-0.7.2"}, "shapes": {"_type": "derivation", "name": "r-shapes-1.2.6"}, "shapper": {"_type": "derivation", "name": "r-shapper-0.1.3"}, "shapr": {"_type": "derivation", "name": "r-shapr-0.2.0"}, "shapviz": {"_type": "derivation", "name": "r-shapviz-0.2.2"}, "shar": {"_type": "derivation", "name": "r-shar-2.0.0"}, "sharp": {"_type": "derivation", "name": "r-sharp-1.2.0"}, "sharpData": {"_type": "derivation", "name": "r-sharpData-1.4"}, "sharpPen": {"_type": "derivation", "name": "r-sharpPen-1.8"}, "sharpeRratio": {"_type": "derivation", "name": "r-sharpeRratio-1.4.3"}, "sharpr2": {"_type": "derivation", "name": "r-sharpr2-1.1.1.0"}, "sharpshootR": {"_type": "derivation", "name": "r-sharpshootR-1.11"}, "sharx": {"_type": "derivation", "name": "r-sharx-1.0-5"}, "shattering": {"_type": "derivation", "name": "r-shattering-1.0.7"}, "shazam": {"_type": "derivation", "name": "r-shazam-1.1.2"}, "shelltrace": {"_type": "derivation", "name": "r-shelltrace-3.5.1"}, "shidashi": {"_type": "derivation", "name": "r-shidashi-0.1.4"}, "shiftR": {"_type": "derivation", "name": "r-shiftR-1.5"}, "shinipsum": {"_type": "derivation", "name": "r-shinipsum-0.1.0"}, "shiny": {"_type": "derivation", "name": "r-shiny-1.7.3"}, "shinyAce": {"_type": "derivation", "name": "r-shinyAce-0.4.2"}, "shinyBS": {"_type": "derivation", "name": "r-shinyBS-0.61.1"}, "shinyChakraSlider": {"_type": "derivation", "name": "r-shinyChakraSlider-0.1.0"}, "shinyChakraUI": {"_type": "derivation", "name": "r-shinyChakraUI-1.1.1"}, "shinyCohortBuilder": {"_type": "derivation", "name": "r-shinyCohortBuilder-0.1"}, "shinyCyJS": {"_type": "derivation", "name": "r-shinyCyJS-0.0.11"}, "shinyDND": {"_type": "derivation", "name": "r-shinyDND-0.1.0"}, "shinyEffects": {"_type": "derivation", "name": "r-shinyEffects-0.2.0"}, "shinyFeedback": {"_type": "derivation", "name": "r-shinyFeedback-0.4.0"}, "shinyFiles": {"_type": "derivation", "name": "r-shinyFiles-0.9.3"}, "shinyGizmo": {"_type": "derivation", "name": "r-shinyGizmo-0.2"}, "shinyGovstyle": {"_type": "derivation", "name": "r-shinyGovstyle-0.0.8"}, "shinyHeatmaply": {"_type": "derivation", "name": "r-shinyHeatmaply-0.2.0"}, "shinyHugePlot": {"_type": "derivation", "name": "r-shinyHugePlot-0.2.0"}, "shinyIRT": {"_type": "derivation", "name": "r-shinyIRT-0.1"}, "shinyKGode": {"_type": "derivation", "name": "r-shinyKGode-1.0.5"}, "shinyKnobs": {"_type": "derivation", "name": "r-shinyKnobs-0.1.3"}, "shinyLP": {"_type": "derivation", "name": "r-shinyLP-1.1.2"}, "shinyML": {"_type": "derivation", "name": "r-shinyML-1.0.1"}, "shinyMatrix": {"_type": "derivation", "name": "r-shinyMatrix-0.6.0"}, "shinyMergely": {"_type": "derivation", "name": "r-shinyMergely-0.2.0"}, "shinyMethyl": {"_type": "derivation", "name": "r-shinyMethyl-1.32.0"}, "shinyMethylData": {"_type": "derivation", "name": "r-shinyMethylData-1.16.0"}, "shinyMobile": {"_type": "derivation", "name": "r-shinyMobile-0.9.1"}, "shinyMolBio": {"_type": "derivation", "name": "r-shinyMolBio-0.2"}, "shinyMonacoEditor": {"_type": "derivation", "name": "r-shinyMonacoEditor-1.1.0"}, "shinyNORRRM": {"_type": "derivation", "name": "r-shinyNORRRM-0.8.6"}, "shinyNotes": {"_type": "derivation", "name": "r-shinyNotes-0.0.1"}, "shinyPredict": {"_type": "derivation", "name": "r-shinyPredict-0.1.1"}, "shinyRGL": {"_type": "derivation", "name": "r-shinyRGL-0.1.0"}, "shinyRadioMatrix": {"_type": "derivation", "name": "r-shinyRadioMatrix-0.2.1"}, "shinySIR": {"_type": "derivation", "name": "r-shinySIR-0.1.2"}, "shinySearchbar": {"_type": "derivation", "name": "r-shinySearchbar-1.0.0"}, "shinySelect": {"_type": "derivation", "name": "r-shinySelect-1.2.0"}, "shinyShortcut": {"_type": "derivation", "name": "r-shinyShortcut-0.1.0"}, "shinyStorePlus": {"_type": "derivation", "name": "r-shinyStorePlus-0.6"}, "shinyTempSignal": {"_type": "derivation", "name": "r-shinyTempSignal-0.0.3"}, "shinyTime": {"_type": "derivation", "name": "r-shinyTime-1.0.3"}, "shinyToastify": {"_type": "derivation", "name": "r-shinyToastify-2.0.0"}, "shinyTree": {"_type": "derivation", "name": "r-shinyTree-0.2.7"}, "shinyWidgets": {"_type": "derivation", "name": "r-shinyWidgets-0.7.4"}, "shinyXYpad": {"_type": "derivation", "name": "r-shinyXYpad-0.2.0"}, "shiny_i18n": {"_type": "derivation", "name": "r-shiny.i18n-0.2.0"}, "shiny_info": {"_type": "derivation", "name": "r-shiny.info-0.2.0"}, "shiny_pwa": {"_type": "derivation", "name": "r-shiny.pwa-0.2.1"}, "shiny_react": {"_type": "derivation", "name": "r-shiny.react-0.2.3"}, "shiny_reglog": {"_type": "derivation", "name": "r-shiny.reglog-0.5.2"}, "shiny_router": {"_type": "derivation", "name": "r-shiny.router-0.2.3"}, "shiny_semantic": {"_type": "derivation", "name": "r-shiny.semantic-0.4.3"}, "shiny_tailwind": {"_type": "derivation", "name": "r-shiny.tailwind-0.2.2"}, "shiny_worker": {"_type": "derivation", "name": "r-shiny.worker-0.0.1"}, "shinyaframe": {"_type": "derivation", "name": "r-shinyaframe-1.0.1"}, "shinyalert": {"_type": "derivation", "name": "r-shinyalert-3.0.0"}, "shinyanimate": {"_type": "derivation", "name": "r-shinyanimate-0.3.0"}, "shinyauthr": {"_type": "derivation", "name": "r-shinyauthr-1.0.0"}, "shinybootstrap2": {"_type": "derivation", "name": "r-shinybootstrap2-0.2.1"}, "shinybrms": {"_type": "derivation", "name": "r-shinybrms-1.8.0"}, "shinybrowser": {"_type": "derivation", "name": "r-shinybrowser-1.0.0"}, "shinybusy": {"_type": "derivation", "name": "r-shinybusy-0.3.1"}, "shinycssloaders": {"_type": "derivation", "name": "r-shinycssloaders-1.0.0"}, "shinycustomloader": {"_type": "derivation", "name": "r-shinycustomloader-0.9.0"}, "shinydashboard": {"_type": "derivation", "name": "r-shinydashboard-0.7.2"}, "shinydashboardPlus": {"_type": "derivation", "name": "r-shinydashboardPlus-2.0.3"}, "shinydisconnect": {"_type": "derivation", "name": "r-shinydisconnect-0.1.0"}, "shinydlplot": {"_type": "derivation", "name": "r-shinydlplot-0.1.3"}, "shinydrive": {"_type": "derivation", "name": "r-shinydrive-0.1.3"}, "shinyepico": {"_type": "derivation", "name": "r-shinyepico-1.4.2"}, "shinyfilter": {"_type": "derivation", "name": "r-shinyfilter-0.1.1"}, "shinyfullscreen": {"_type": "derivation", "name": "r-shinyfullscreen-1.1.0"}, "shinyglide": {"_type": "derivation", "name": "r-shinyglide-0.1.3"}, "shinyhelper": {"_type": "derivation", "name": "r-shinyhelper-0.3.2"}, "shinyhttr": {"_type": "derivation", "name": "r-shinyhttr-1.1.0"}, "shinyjqui": {"_type": "derivation", "name": "r-shinyjqui-0.4.1"}, "shinyjs": {"_type": "derivation", "name": "r-shinyjs-2.1.0"}, "shinylight": {"_type": "derivation", "name": "r-shinylight-1.0.0"}, "shinyloadtest": {"_type": "derivation", "name": "r-shinyloadtest-1.1.0"}, "shinylogs": {"_type": "derivation", "name": "r-shinylogs-0.2.1"}, "shinymanager": {"_type": "derivation", "name": "r-shinymanager-1.0.410"}, "shinymaterial": {"_type": "derivation", "name": "r-shinymaterial-1.2.0"}, "shinymeta": {"_type": "derivation", "name": "r-shinymeta-0.2.0.3"}, "shinymodels": {"_type": "derivation", "name": "r-shinymodels-0.1.0"}, "shinyobjects": {"_type": "derivation", "name": "r-shinyobjects-0.2.0"}, "shinypanel": {"_type": "derivation", "name": "r-shinypanel-0.1.5"}, "shinypanels": {"_type": "derivation", "name": "r-shinypanels-0.5.0"}, "shinypivottabler": {"_type": "derivation", "name": "r-shinypivottabler-1.1"}, "shinyr": {"_type": "derivation", "name": "r-shinyr-0.3.0"}, "shinyrecap": {"_type": "derivation", "name": "r-shinyrecap-0.1.0"}, "shinyrecipes": {"_type": "derivation", "name": "r-shinyrecipes-0.1.0"}, "shinyreforms": {"_type": "derivation", "name": "r-shinyreforms-0.0.1"}, "shinyscreenshot": {"_type": "derivation", "name": "r-shinyscreenshot-0.2.0"}, "shinyservicebot": {"_type": "derivation", "name": "r-shinyservicebot-0.1.0"}, "shinystan": {"_type": "derivation", "name": "r-shinystan-2.6.0"}, "shinysurveys": {"_type": "derivation", "name": "r-shinysurveys-0.2.0"}, "shinytest": {"_type": "derivation", "name": "r-shinytest-1.5.1"}, "shinytest2": {"_type": "derivation", "name": "r-shinytest2-0.2.0"}, "shinythemes": {"_type": "derivation", "name": "r-shinythemes-1.2.0"}, "shinytitle": {"_type": "derivation", "name": "r-shinytitle-0.1.0"}, "shinytoastr": {"_type": "derivation", "name": "r-shinytoastr-2.1.1"}, "shinyvalidate": {"_type": "derivation", "name": "r-shinyvalidate-0.1.2"}, "shinyypr": {"_type": "derivation", "name": "r-shinyypr-0.0.2"}, "shipunov": {"_type": "derivation", "name": "r-shipunov-1.17"}, "shock": {"_type": "derivation", "name": "r-shock-1.0"}, "shopifyr": {"_type": "derivation", "name": "r-shopifyr-1.0.0"}, "shortcuts": {"_type": "derivation", "name": "r-shortcuts-1.4.0"}, "shorts": {"_type": "derivation", "name": "r-shorts-2.3.0"}, "shotGroups": {"_type": "derivation", "name": "r-shotGroups-0.8.2"}, "showimage": {"_type": "derivation", "name": "r-showimage-1.0.0"}, "showtext": {"_type": "derivation", "name": "r-showtext-0.9-5"}, "showtextdb": {"_type": "derivation", "name": "r-showtextdb-3.0"}, "shp2graph": {"_type": "derivation", "name": "r-shp2graph-0-5"}, "shrink": {"_type": "derivation", "name": "r-shrink-1.2.2"}, "shrinkDSM": {"_type": "derivation", "name": "r-shrinkDSM-0.1.0"}, "shrinkTVP": {"_type": "derivation", "name": "r-shrinkTVP-2.0.6"}, "shroomDK": {"_type": "derivation", "name": "r-shroomDK-0.1.1"}, "shuffle": {"_type": "derivation", "name": "r-shuffle-1.0.1"}, "shuffleCI": {"_type": "derivation", "name": "r-shuffleCI-0.1.0"}, "shutterplot": {"_type": "derivation", "name": "r-shutterplot-0.1.0"}, "shutterstock": {"_type": "derivation", "name": "r-shutterstock-0.1.0"}, "siar": {"_type": "derivation", "name": "r-siar-4.2"}, "sicegar": {"_type": "derivation", "name": "r-sicegar-0.2.4"}, "siconfir": {"_type": "derivation", "name": "r-siconfir-1.0.5"}, "siconvr": {"_type": "derivation", "name": "r-siconvr-0.0.1"}, "sideChannelAttack": {"_type": "derivation", "name": "r-sideChannelAttack-1.0-6"}, "sidier": {"_type": "derivation", "name": "r-sidier-4.1.0"}, "sidrar": {"_type": "derivation", "name": "r-sidrar-0.2.9"}, "siebanxicor": {"_type": "derivation", "name": "r-siebanxicor-1.0.0"}, "sievePH": {"_type": "derivation", "name": "r-sievePH-1.0.3"}, "sievetest": {"_type": "derivation", "name": "r-sievetest-1.2.3"}, "sift": {"_type": "derivation", "name": "r-sift-0.1.0"}, "sig": {"_type": "derivation", "name": "r-sig-0.0-6"}, "sigFeature": {"_type": "derivation", "name": "r-sigFeature-1.14.0"}, "sigInt": {"_type": "derivation", "name": "r-sigInt-0.2.0"}, "sigPathway": {"_type": "derivation", "name": "r-sigPathway-1.64.0"}, "sigQC": {"_type": "derivation", "name": "r-sigQC-0.1.22"}, "sigclust": {"_type": "derivation", "name": "r-sigclust-1.1.0.1"}, "siggenes": {"_type": "derivation", "name": "r-siggenes-1.70.0"}, "sights": {"_type": "derivation", "name": "r-sights-1.22.0"}, "sigmaNet": {"_type": "derivation", "name": "r-sigmaNet-1.1.0"}, "sigmajs": {"_type": "derivation", "name": "r-sigmajs-0.1.5"}, "sigminer": {"_type": "derivation", "name": "r-sigminer-2.1.8"}, "sigmoid": {"_type": "derivation", "name": "r-sigmoid-1.4.0"}, "signal": {"_type": "derivation", "name": "r-signal-0.7-7"}, "signalHsmm": {"_type": "derivation", "name": "r-signalHsmm-1.5"}, "signatureSearch": {"_type": "derivation", "name": "r-signatureSearch-1.10.0"}, "signatureSearchData": {"_type": "derivation", "name": "r-signatureSearchData-1.10.0"}, "signeR": {"_type": "derivation", "name": "r-signeR-1.22.0"}, "signed_backbones": {"_type": "derivation", "name": "r-signed.backbones-0.91.5"}, "signibox": {"_type": "derivation", "name": "r-signibox-1.0"}, "signmedian_test": {"_type": "derivation", "name": "r-signmedian.test-1.5.1"}, "signnet": {"_type": "derivation", "name": "r-signnet-0.8.1"}, "signs": {"_type": "derivation", "name": "r-signs-0.1.2"}, "sigora": {"_type": "derivation", "name": "r-sigora-3.1.1"}, "sigr": {"_type": "derivation", "name": "r-sigr-1.1.4"}, "sigsquared": {"_type": "derivation", "name": "r-sigsquared-1.28.0"}, "siland": {"_type": "derivation", "name": "r-siland-2.0.5"}, "silicate": {"_type": "derivation", "name": "r-silicate-0.7.0"}, "silva128_1MgDb": {"_type": "derivation", "name": "r-silva128.1MgDb-1.00.0"}, "sim1000G": {"_type": "derivation", "name": "r-sim1000G-1.40"}, "sim2Dpredictr": {"_type": "derivation", "name": "r-sim2Dpredictr-0.1.0"}, "simDNAmixtures": {"_type": "derivation", "name": "r-simDNAmixtures-1.0.1"}, "simET": {"_type": "derivation", "name": "r-simET-1.0.1"}, "simEd": {"_type": "derivation", "name": "r-simEd-2.0.0"}, "simExam": {"_type": "derivation", "name": "r-simExam-1.0.0"}, "simFrame": {"_type": "derivation", "name": "r-simFrame-0.5.4"}, "simIReff": {"_type": "derivation", "name": "r-simIReff-1.0"}, "simITS": {"_type": "derivation", "name": "r-simITS-0.1.1"}, "simLife": {"_type": "derivation", "name": "r-simLife-0.5.2"}, "simMP": {"_type": "derivation", "name": "r-simMP-0.17.3"}, "simMSM": {"_type": "derivation", "name": "r-simMSM-1.1.42"}, "simMetric": {"_type": "derivation", "name": "r-simMetric-0.1.0"}, "simPATHy": {"_type": "derivation", "name": "r-simPATHy-0.6"}, "simPH": {"_type": "derivation", "name": "r-simPH-1.3.13"}, "simPop": {"_type": "derivation", "name": "r-simPop-2.1.1"}, "simTargetCov": {"_type": "derivation", "name": "r-simTargetCov-1.0.1"}, "simTool": {"_type": "derivation", "name": "r-simTool-1.1.7"}, "simba": {"_type": "derivation", "name": "r-simba-0.3-5"}, "simboot": {"_type": "derivation", "name": "r-simboot-0.2-6"}, "simcausal": {"_type": "derivation", "name": "r-simcausal-0.5.6"}, "simcdm": {"_type": "derivation", "name": "r-simcdm-0.1.1"}, "simcross": {"_type": "derivation", "name": "r-simcross-0.3-6"}, "simctest": {"_type": "derivation", "name": "r-simctest-2.6"}, "simdistr": {"_type": "derivation", "name": "r-simdistr-1.0.1"}, "simecol": {"_type": "derivation", "name": "r-simecol-0.8-14"}, "simer": {"_type": "derivation", "name": "r-simer-0.9.0.2"}, "simest": {"_type": "derivation", "name": "r-simest-0.4"}, "simex": {"_type": "derivation", "name": "r-simex-1.8"}, "simexaft": {"_type": "derivation", "name": "r-simexaft-1.0.7.1"}, "simfam": {"_type": "derivation", "name": "r-simfam-1.0.3"}, "simfinR": {"_type": "derivation", "name": "r-simfinR-0.2.3"}, "simfinapi": {"_type": "derivation", "name": "r-simfinapi-0.2.0"}, "simfit": {"_type": "derivation", "name": "r-simfit-0.1.0"}, "simglm": {"_type": "derivation", "name": "r-simglm-0.8.9"}, "simgof": {"_type": "derivation", "name": "r-simgof-1.0.2"}, "simhelpers": {"_type": "derivation", "name": "r-simhelpers-0.1.2"}, "similaRpeak": {"_type": "derivation", "name": "r-similaRpeak-1.28.0"}, "simlandr": {"_type": "derivation", "name": "r-simlandr-0.2.1"}, "simmer": {"_type": "derivation", "name": "r-simmer-4.4.5"}, "simmer_bricks": {"_type": "derivation", "name": "r-simmer.bricks-0.2.1"}, "simmer_plot": {"_type": "derivation", "name": "r-simmer.plot-0.1.17"}, "simml": {"_type": "derivation", "name": "r-simml-0.3.0"}, "simmr": {"_type": "derivation", "name": "r-simmr-0.4.5"}, "simode": {"_type": "derivation", "name": "r-simode-1.2.0"}, "simodels": {"_type": "derivation", "name": "r-simodels-0.0.5"}, "simpIntLists": {"_type": "derivation", "name": "r-simpIntLists-1.32.0"}, "simphony": {"_type": "derivation", "name": "r-simphony-1.0.3"}, "simpleCache": {"_type": "derivation", "name": "r-simpleCache-0.4.2"}, "simpleFDR": {"_type": "derivation", "name": "r-simpleFDR-1.1"}, "simpleMH": {"_type": "derivation", "name": "r-simpleMH-0.1.0"}, "simpleMLP": {"_type": "derivation", "name": "r-simpleMLP-1.0.0"}, "simpleNeural": {"_type": "derivation", "name": "r-simpleNeural-0.1.3"}, "simplePHENOTYPES": {"_type": "derivation", "name": "r-simplePHENOTYPES-1.3.0"}, "simpleRCache": {"_type": "derivation", "name": "r-simpleRCache-0.3.3"}, "simpleSetup": {"_type": "derivation", "name": "r-simpleSetup-0.1.0"}, "simpleboot": {"_type": "derivation", "name": "r-simpleboot-1.1-7"}, "simplecolors": {"_type": "derivation", "name": "r-simplecolors-0.1.1"}, "simplegraph": {"_type": "derivation", "name": "r-simplegraph-1.0.0"}, "simplegraphdb": {"_type": "derivation", "name": "r-simplegraphdb-2021.03.10"}, "simplermarkdown": {"_type": "derivation", "name": "r-simplermarkdown-0.0.4"}, "simplevis": {"_type": "derivation", "name": "r-simplevis-6.4.0"}, "simplexreg": {"_type": "derivation", "name": "r-simplexreg-1.3"}, "simplextree": {"_type": "derivation", "name": "r-simplextree-1.0.1"}, "simplifyEnrichment": {"_type": "derivation", "name": "r-simplifyEnrichment-1.6.1"}, "simpr": {"_type": "derivation", "name": "r-simpr-0.2.2"}, "simputation": {"_type": "derivation", "name": "r-simputation-0.2.8"}, "simr": {"_type": "derivation", "name": "r-simr-1.0.6"}, "simrec": {"_type": "derivation", "name": "r-simrec-1.0.0"}, "simrel": {"_type": "derivation", "name": "r-simrel-2.1.0"}, "sims": {"_type": "derivation", "name": "r-sims-0.0.3"}, "simsalapar": {"_type": "derivation", "name": "r-simsalapar-1.0-11"}, "simsem": {"_type": "derivation", "name": "r-simsem-0.5-16"}, "simsl": {"_type": "derivation", "name": "r-simsl-0.2.1"}, "simstandard": {"_type": "derivation", "name": "r-simstandard-0.6.3"}, "simstudy": {"_type": "derivation", "name": "r-simstudy-0.5.1"}, "simsurv": {"_type": "derivation", "name": "r-simsurv-1.0.0"}, "simtimer": {"_type": "derivation", "name": "r-simtimer-4.0.0"}, "simtrait": {"_type": "derivation", "name": "r-simtrait-1.1.0"}, "simts": {"_type": "derivation", "name": "r-simts-0.2.1"}, "simuclustfactor": {"_type": "derivation", "name": "r-simuclustfactor-0.0.3"}, "simukde": {"_type": "derivation", "name": "r-simukde-1.3.0"}, "simulariatools": {"_type": "derivation", "name": "r-simulariatools-2.4.0"}, "simule": {"_type": "derivation", "name": "r-simule-1.3.0"}, "sinaplot": {"_type": "derivation", "name": "r-sinaplot-1.1.0"}, "sinar": {"_type": "derivation", "name": "r-sinar-0.1.0"}, "sincell": {"_type": "derivation", "name": "r-sincell-1.28.0"}, "sindyr": {"_type": "derivation", "name": "r-sindyr-0.2.3"}, "sinew": {"_type": "derivation", "name": "r-sinew-0.4.0"}, "singR": {"_type": "derivation", "name": "r-singR-0.1.1"}, "singcar": {"_type": "derivation", "name": "r-singcar-0.1.3"}, "single": {"_type": "derivation", "name": "r-single-1.0.0"}, "singleCellHaystack": {"_type": "derivation", "name": "r-singleCellHaystack-0.3.4"}, "singleCellTK": {"_type": "derivation", "name": "r-singleCellTK-2.6.0"}, "singscore": {"_type": "derivation", "name": "r-singscore-1.16.0"}, "sinib": {"_type": "derivation", "name": "r-sinib-1.0.0"}, "siplab": {"_type": "derivation", "name": "r-siplab-1.6"}, "siqr": {"_type": "derivation", "name": "r-siqr-0.8.1"}, "sirad": {"_type": "derivation", "name": "r-sirad-2.3-3"}, "siren": {"_type": "derivation", "name": "r-siren-1.0.1"}, "sirt": {"_type": "derivation", "name": "r-sirt-3.12-66"}, "sirus": {"_type": "derivation", "name": "r-sirus-0.3.3"}, "sisVIVE": {"_type": "derivation", "name": "r-sisVIVE-1.4"}, "sisal": {"_type": "derivation", "name": "r-sisal-0.48"}, "sisireg": {"_type": "derivation", "name": "r-sisireg-1.0.0"}, "sismonr": {"_type": "derivation", "name": "r-sismonr-2.1.0"}, "sistec": {"_type": "derivation", "name": "r-sistec-0.2.0"}, "sistmr": {"_type": "derivation", "name": "r-sistmr-0.1.1"}, "sitadela": {"_type": "derivation", "name": "r-sitadela-1.4.0"}, "sitar": {"_type": "derivation", "name": "r-sitar-1.3.0"}, "sitePath": {"_type": "derivation", "name": "r-sitePath-1.12.0"}, "siteymlgen": {"_type": "derivation", "name": "r-siteymlgen-1.0.0"}, "sitmo": {"_type": "derivation", "name": "r-sitmo-2.0.2"}, "sitools": {"_type": "derivation", "name": "r-sitools-1.4"}, "sitree": {"_type": "derivation", "name": "r-sitree-0.1-13"}, "sitreeE": {"_type": "derivation", "name": "r-sitreeE-0.0-8"}, "sits": {"_type": "derivation", "name": "r-sits-1.1.0"}, "sivs": {"_type": "derivation", "name": "r-sivs-0.2.5"}, "sizeMat": {"_type": "derivation", "name": "r-sizeMat-1.1.2"}, "sizepower": {"_type": "derivation", "name": "r-sizepower-1.66.0"}, "sjPlot": {"_type": "derivation", "name": "r-sjPlot-2.8.11"}, "sjSDM": {"_type": "derivation", "name": "r-sjSDM-1.0.3"}, "sjdbc": {"_type": "derivation", "name": "r-sjdbc-1.6.1"}, "sjlabelled": {"_type": "derivation", "name": "r-sjlabelled-1.2.0"}, "sjmisc": {"_type": "derivation", "name": "r-sjmisc-2.8.9"}, "sjstats": {"_type": "derivation", "name": "r-sjstats-0.18.1"}, "sjtable2df": {"_type": "derivation", "name": "r-sjtable2df-0.0.2"}, "skater": {"_type": "derivation", "name": "r-skater-0.1.1"}, "skda": {"_type": "derivation", "name": "r-skda-0.1"}, "skedastic": {"_type": "derivation", "name": "r-skedastic-1.0.4"}, "skeletor": {"_type": "derivation", "name": "r-skeletor-1.0.4"}, "skellam": {"_type": "derivation", "name": "r-skellam-0.2.0"}, "sketch": {"_type": "derivation", "name": "r-sketch-1.1.19"}, "sketcher": {"_type": "derivation", "name": "r-sketcher-0.1.3"}, "sketching": {"_type": "derivation", "name": "r-sketching-0.1.2"}, "sketchy": {"_type": "derivation", "name": "r-sketchy-1.0.2"}, "skewMLRM": {"_type": "derivation", "name": "r-skewMLRM-1.6"}, "skewlmm": {"_type": "derivation", "name": "r-skewlmm-1.0.0"}, "skewr": {"_type": "derivation", "name": "r-skewr-1.28.0"}, "skewsamp": {"_type": "derivation", "name": "r-skewsamp-1.0.0"}, "skewt": {"_type": "derivation", "name": "r-skewt-1.0"}, "skilljaR": {"_type": "derivation", "name": "r-skilljaR-0.0.1"}, "skimr": {"_type": "derivation", "name": "r-skimr-2.1.4"}, "sklarsomega": {"_type": "derivation", "name": "r-sklarsomega-3.0-1"}, "skm": {"_type": "derivation", "name": "r-skm-0.1.5.4"}, "skmeans": {"_type": "derivation", "name": "r-skmeans-0.2-14"}, "sknifedatar": {"_type": "derivation", "name": "r-sknifedatar-0.1.2"}, "skpr": {"_type": "derivation", "name": "r-skpr-1.1.6"}, "skynet": {"_type": "derivation", "name": "r-skynet-1.4.3"}, "skyscapeR": {"_type": "derivation", "name": "r-skyscapeR-1.0.0"}, "slackr": {"_type": "derivation", "name": "r-slackr-3.2.0"}, "slalom": {"_type": "derivation", "name": "r-slalom-1.18.0"}, "slam": {"_type": "derivation", "name": "r-slam-0.1-50"}, "slanter": {"_type": "derivation", "name": "r-slanter-0.2-0"}, "slasso": {"_type": "derivation", "name": "r-slasso-1.0.0"}, "sld": {"_type": "derivation", "name": "r-sld-1.0.1"}, "sleekts": {"_type": "derivation", "name": "r-sleekts-1.0.2"}, "sleeperapi": {"_type": "derivation", "name": "r-sleeperapi-1.0.4"}, "sleepr": {"_type": "derivation", "name": "r-sleepr-0.3.0"}, "sleepwalk": {"_type": "derivation", "name": "r-sleepwalk-0.3.2"}, "sleev": {"_type": "derivation", "name": "r-sleev-1.0.2"}, "slendr": {"_type": "derivation", "name": "r-slendr-0.4.0"}, "slfm": {"_type": "derivation", "name": "r-slfm-1.0.1"}, "slga": {"_type": "derivation", "name": "r-slga-1.2.0"}, "slgf": {"_type": "derivation", "name": "r-slgf-0.1.0"}, "slickR": {"_type": "derivation", "name": "r-slickR-0.5.0"}, "slider": {"_type": "derivation", "name": "r-slider-0.2.2"}, "slideview": {"_type": "derivation", "name": "r-slideview-0.2.0"}, "slim": {"_type": "derivation", "name": "r-slim-0.1.1"}, "slimrec": {"_type": "derivation", "name": "r-slimrec-0.1.0"}, "slingshot": {"_type": "derivation", "name": "r-slingshot-2.4.0"}, "slinky": {"_type": "derivation", "name": "r-slinky-1.12.0"}, "slippymath": {"_type": "derivation", "name": "r-slippymath-0.3.1"}, "slm": {"_type": "derivation", "name": "r-slm-1.2.0"}, "sloop": {"_type": "derivation", "name": "r-sloop-1.0.1"}, "slopeOP": {"_type": "derivation", "name": "r-slopeOP-1.0.1"}, "slouch": {"_type": "derivation", "name": "r-slouch-2.1.4"}, "slowraker": {"_type": "derivation", "name": "r-slowraker-0.1.1"}, "slp": {"_type": "derivation", "name": "r-slp-1.0-5"}, "slurmR": {"_type": "derivation", "name": "r-slurmR-0.5-2"}, "sm": {"_type": "derivation", "name": "r-sm-2.2-5.7.1"}, "smaa": {"_type": "derivation", "name": "r-smaa-0.3-1"}, "smacof": {"_type": "derivation", "name": "r-smacof-2.1-5"}, "smacpod": {"_type": "derivation", "name": "r-smacpod-2.4.1"}, "smallarea": {"_type": "derivation", "name": "r-smallarea-0.1"}, "smallstuff": {"_type": "derivation", "name": "r-smallstuff-1.0.1"}, "smam": {"_type": "derivation", "name": "r-smam-0.6.0"}, "smapr": {"_type": "derivation", "name": "r-smapr-0.2.1"}, "smartDesign": {"_type": "derivation", "name": "r-smartDesign-0.72"}, "smartR": {"_type": "derivation", "name": "r-smartR-0.62.3"}, "smartmap": {"_type": "derivation", "name": "r-smartmap-0.1.1"}, "smartsizer": {"_type": "derivation", "name": "r-smartsizer-1.0.3"}, "smartsnp": {"_type": "derivation", "name": "r-smartsnp-1.1.0"}, "smatr": {"_type": "derivation", "name": "r-smatr-3.4-8"}, "smbinning": {"_type": "derivation", "name": "r-smbinning-0.9"}, "smcfcs": {"_type": "derivation", "name": "r-smcfcs-1.7.0"}, "smco": {"_type": "derivation", "name": "r-smco-0.1"}, "smcure": {"_type": "derivation", "name": "r-smcure-2.1"}, "smd": {"_type": "derivation", "name": "r-smd-0.6.6"}, "smdata": {"_type": "derivation", "name": "r-smdata-1.2"}, "smds": {"_type": "derivation", "name": "r-smds-1.0"}, "smerc": {"_type": "derivation", "name": "r-smerc-1.7.2"}, "smfishHmrf": {"_type": "derivation", "name": "r-smfishHmrf-0.1"}, "smfsb": {"_type": "derivation", "name": "r-smfsb-1.3"}, "smicd": {"_type": "derivation", "name": "r-smicd-1.1.2"}, "smidm": {"_type": "derivation", "name": "r-smidm-1.0"}, "smile": {"_type": "derivation", "name": "r-smile-1.0.4.1"}, "smirnov": {"_type": "derivation", "name": "r-smirnov-1.0-1"}, "smlmkalman": {"_type": "derivation", "name": "r-smlmkalman-0.1.0"}, "smmR": {"_type": "derivation", "name": "r-smmR-1.0.3"}, "smnet": {"_type": "derivation", "name": "r-smnet-2.1.2"}, "smog": {"_type": "derivation", "name": "r-smog-2.1.0"}, "smoke": {"_type": "derivation", "name": "r-smoke-2.0.0"}, "smoof": {"_type": "derivation", "name": "r-smoof-1.6.0.2"}, "smooth": {"_type": "derivation", "name": "r-smooth-3.1.6"}, "smoothAPC": {"_type": "derivation", "name": "r-smoothAPC-0.3"}, "smoothHR": {"_type": "derivation", "name": "r-smoothHR-1.0.4"}, "smoothROCtime": {"_type": "derivation", "name": "r-smoothROCtime-0.1.0"}, "smoothSurv": {"_type": "derivation", "name": "r-smoothSurv-2.5"}, "smoothedLasso": {"_type": "derivation", "name": "r-smoothedLasso-1.6"}, "smoother": {"_type": "derivation", "name": "r-smoother-1.1"}, "smoothic": {"_type": "derivation", "name": "r-smoothic-0.1.0"}, "smoothie": {"_type": "derivation", "name": "r-smoothie-1.0-3"}, "smoothmest": {"_type": "derivation", "name": "r-smoothmest-0.1-3"}, "smoothr": {"_type": "derivation", "name": "r-smoothr-0.2.2"}, "smoothtail": {"_type": "derivation", "name": "r-smoothtail-2.0.5"}, "smoots": {"_type": "derivation", "name": "r-smoots-1.1.3"}, "smotefamily": {"_type": "derivation", "name": "r-smotefamily-1.3.1"}, "smovie": {"_type": "derivation", "name": "r-smovie-1.1.4"}, "smpic": {"_type": "derivation", "name": "r-smpic-0.1.0"}, "sms": {"_type": "derivation", "name": "r-sms-2.3.1"}, "smss": {"_type": "derivation", "name": "r-smss-1.0-2"}, "smurf": {"_type": "derivation", "name": "r-smurf-1.1.3"}, "smvgraph": {"_type": "derivation", "name": "r-smvgraph-0.1.2"}, "sn": {"_type": "derivation", "name": "r-sn-2.1.0"}, "snSMART": {"_type": "derivation", "name": "r-snSMART-0.2.1"}, "sna": {"_type": "derivation", "name": "r-sna-2.7"}, "snahelper": {"_type": "derivation", "name": "r-snahelper-1.4.1"}, "snakecase": {"_type": "derivation", "name": "r-snakecase-0.11.0"}, "snap": {"_type": "derivation", "name": "r-snap-1.1.0"}, "snapCGH": {"_type": "derivation", "name": "r-snapCGH-1.66.0"}, "snapchatadsR": {"_type": "derivation", "name": "r-snapchatadsR-0.1.0"}, "snapcount": {"_type": "derivation", "name": "r-snapcount-1.8.0"}, "snappier": {"_type": "derivation", "name": "r-snappier-0.2.0"}, "snapshot": {"_type": "derivation", "name": "r-snapshot-0.1.2"}, "snem": {"_type": "derivation", "name": "r-snem-0.1.1"}, "snfa": {"_type": "derivation", "name": "r-snfa-0.0.1"}, "snht": {"_type": "derivation", "name": "r-snht-1.0.5"}, "snifter": {"_type": "derivation", "name": "r-snifter-1.6.0"}, "snm": {"_type": "derivation", "name": "r-snm-1.44.0"}, "snn": {"_type": "derivation", "name": "r-snn-1.1"}, "snotelr": {"_type": "derivation", "name": "r-snotelr-1.1"}, "snow": {"_type": "derivation", "name": "r-snow-0.4-4"}, "snowFT": {"_type": "derivation", "name": "r-snowFT-1.6-0"}, "snowboot": {"_type": "derivation", "name": "r-snowboot-1.0.2"}, "snowfall": {"_type": "derivation", "name": "r-snowfall-1.84-6.2"}, "snowflakes": {"_type": "derivation", "name": "r-snowflakes-1.0.0"}, "snpEnrichment": {"_type": "derivation", "name": "r-snpEnrichment-1.7.0"}, "snpReady": {"_type": "derivation", "name": "r-snpReady-0.9.6"}, "snpStats": {"_type": "derivation", "name": "r-snpStats-1.46.0"}, "snpStatsWriter": {"_type": "derivation", "name": "r-snpStatsWriter-1.5-6"}, "snp_plotter": {"_type": "derivation", "name": "r-snp.plotter-0.5.1"}, "snpar": {"_type": "derivation", "name": "r-snpar-1.0"}, "snplist": {"_type": "derivation", "name": "r-snplist-0.18.2"}, "snpsettest": {"_type": "derivation", "name": "r-snpsettest-0.1.1"}, "sns": {"_type": "derivation", "name": "r-sns-1.1.2"}, "soGGi": {"_type": "derivation", "name": "r-soGGi-1.28.0"}, "sobir": {"_type": "derivation", "name": "r-sobir-0.1.2"}, "sobolnp": {"_type": "derivation", "name": "r-sobolnp-0.1.0"}, "soc_ca": {"_type": "derivation", "name": "r-soc.ca-0.8.0"}, "socceR": {"_type": "derivation", "name": "r-socceR-0.1.1"}, "social": {"_type": "derivation", "name": "r-social-1.0"}, "socialh": {"_type": "derivation", "name": "r-socialh-0.1.1"}, "socialmixr": {"_type": "derivation", "name": "r-socialmixr-0.2.0"}, "socialranking": {"_type": "derivation", "name": "r-socialranking-0.1.2"}, "socialrisk": {"_type": "derivation", "name": "r-socialrisk-0.5.0"}, "sociome": {"_type": "derivation", "name": "r-sociome-2.1.0"}, "socviz": {"_type": "derivation", "name": "r-socviz-1.2"}, "sodavis": {"_type": "derivation", "name": "r-sodavis-1.2"}, "sodium": {"_type": "derivation", "name": "r-sodium-1.2.1"}, "sofa": {"_type": "derivation", "name": "r-sofa-0.4.0"}, "softImpute": {"_type": "derivation", "name": "r-softImpute-1.4-1"}, "softclassval": {"_type": "derivation", "name": "r-softclassval-1.0-20160527"}, "soilDB": {"_type": "derivation", "name": "r-soilDB-2.7.5"}, "soilassessment": {"_type": "derivation", "name": "r-soilassessment-0.2.4"}, "soilhypfit": {"_type": "derivation", "name": "r-soilhypfit-0.1-7"}, "soilphysics": {"_type": "derivation", "name": "r-soilphysics-5.0"}, "soiltestcorr": {"_type": "derivation", "name": "r-soiltestcorr-2.1.2"}, "soiltexture": {"_type": "derivation", "name": "r-soiltexture-1.5.1"}, "soilwater": {"_type": "derivation", "name": "r-soilwater-1.0.5"}, "sojourner": {"_type": "derivation", "name": "r-sojourner-1.10.0"}, "sokoban": {"_type": "derivation", "name": "r-sokoban-0.1.0"}, "solaR": {"_type": "derivation", "name": "r-solaR-0.46"}, "solarPos": {"_type": "derivation", "name": "r-solarPos-1.0"}, "solartime": {"_type": "derivation", "name": "r-solartime-0.0.2"}, "solitude": {"_type": "derivation", "name": "r-solitude-1.1.3"}, "solrad": {"_type": "derivation", "name": "r-solrad-1.0.0"}, "solrium": {"_type": "derivation", "name": "r-solrium-1.2.0"}, "solvebio": {"_type": "derivation", "name": "r-solvebio-2.14.0"}, "som": {"_type": "derivation", "name": "r-som-0.3-5.1"}, "som_nn": {"_type": "derivation", "name": "r-som.nn-1.1.0"}, "soma": {"_type": "derivation", "name": "r-soma-1.2.0"}, "someKfwer": {"_type": "derivation", "name": "r-someKfwer-1.2"}, "someMTP": {"_type": "derivation", "name": "r-someMTP-1.4.1.1"}, "somebm": {"_type": "derivation", "name": "r-somebm-0.1"}, "sommer": {"_type": "derivation", "name": "r-sommer-4.2.0"}, "somplot": {"_type": "derivation", "name": "r-somplot-1.6.4"}, "sonar": {"_type": "derivation", "name": "r-sonar-1.0.2"}, "sonicLength": {"_type": "derivation", "name": "r-sonicLength-1.4.7"}, "sonicscrewdriver": {"_type": "derivation", "name": "r-sonicscrewdriver-0.0.4"}, "sonify": {"_type": "derivation", "name": "r-sonify-0.0-1"}, "soobench": {"_type": "derivation", "name": "r-soobench-1.9.18"}, "soptdmaeA": {"_type": "derivation", "name": "r-soptdmaeA-1.0.0"}, "soql": {"_type": "derivation", "name": "r-soql-0.1.1"}, "sorcering": {"_type": "derivation", "name": "r-sorcering-0.9.2.2"}, "sorocs": {"_type": "derivation", "name": "r-sorocs-0.1.0"}, "sortable": {"_type": "derivation", "name": "r-sortable-0.4.6"}, "sorvi": {"_type": "derivation", "name": "r-sorvi-0.8.20"}, "sos": {"_type": "derivation", "name": "r-sos-2.1-4"}, "sotkanet": {"_type": "derivation", "name": "r-sotkanet-0.9.79"}, "sotu": {"_type": "derivation", "name": "r-sotu-1.0.4"}, "sound": {"_type": "derivation", "name": "r-sound-1.4.5"}, "soundClass": {"_type": "derivation", "name": "r-soundClass-0.0.9.2"}, "soundcorrs": {"_type": "derivation", "name": "r-soundcorrs-0.4.0"}, "soundecology": {"_type": "derivation", "name": "r-soundecology-1.3.3"}, "soundgen": {"_type": "derivation", "name": "r-soundgen-2.5.2"}, "sourceR": {"_type": "derivation", "name": "r-sourceR-1.1.0"}, "sourcetools": {"_type": "derivation", "name": "r-sourcetools-0.1.7"}, "sovereign": {"_type": "derivation", "name": "r-sovereign-1.2.1"}, "soybeancdf": {"_type": "derivation", "name": "r-soybeancdf-2.18.0"}, "soybeanprobe": {"_type": "derivation", "name": "r-soybeanprobe-2.18.0"}, "sp": {"_type": "derivation", "name": "r-sp-1.5-0"}, "sp23design": {"_type": "derivation", "name": "r-sp23design-0.9-1"}, "spANOVA": {"_type": "derivation", "name": "r-spANOVA-0.99.3"}, "spAddins": {"_type": "derivation", "name": "r-spAddins-0.2.0"}, "spBFA": {"_type": "derivation", "name": "r-spBFA-1.2"}, "spBayes": {"_type": "derivation", "name": "r-spBayes-0.4-6"}, "spBayesSurv": {"_type": "derivation", "name": "r-spBayesSurv-1.1.6"}, "spCP": {"_type": "derivation", "name": "r-spCP-1.3"}, "spData": {"_type": "derivation", "name": "r-spData-2.2.0"}, "spDates": {"_type": "derivation", "name": "r-spDates-1.1"}, "spFSR": {"_type": "derivation", "name": "r-spFSR-2.0.1"}, "spFW": {"_type": "derivation", "name": "r-spFW-0.1.0"}, "spGARCH": {"_type": "derivation", "name": "r-spGARCH-0.2.2"}, "spMC": {"_type": "derivation", "name": "r-spMC-0.3.12"}, "spMaps": {"_type": "derivation", "name": "r-spMaps-0.4.0"}, "spNNGP": {"_type": "derivation", "name": "r-spNNGP-1.0.0"}, "spNetwork": {"_type": "derivation", "name": "r-spNetwork-0.4.3.2"}, "spOccupancy": {"_type": "derivation", "name": "r-spOccupancy-0.4.0"}, "spRingsteen": {"_type": "derivation", "name": "r-spRingsteen-0.1.0"}, "spTDyn": {"_type": "derivation", "name": "r-spTDyn-2.0.1"}, "spThin": {"_type": "derivation", "name": "r-spThin-0.2.0"}, "spTimer": {"_type": "derivation", "name": "r-spTimer-3.3.2"}, "spaMM": {"_type": "derivation", "name": "r-spaMM-4.0.0"}, "spaa": {"_type": "derivation", "name": "r-spaa-0.2.2"}, "space": {"_type": "derivation", "name": "r-space-0.1-1.1"}, "spaceNet": {"_type": "derivation", "name": "r-spaceNet-1.2"}, "spacefillr": {"_type": "derivation", "name": "r-spacefillr-0.3.2"}, "spacejamr": {"_type": "derivation", "name": "r-spacejamr-0.2.1"}, "spacesRGB": {"_type": "derivation", "name": "r-spacesRGB-1.4-0"}, "spacesXYZ": {"_type": "derivation", "name": "r-spacesXYZ-1.2-1"}, "spacetime": {"_type": "derivation", "name": "r-spacetime-1.2-8"}, "spacey": {"_type": "derivation", "name": "r-spacey-0.1.1"}, "spacyr": {"_type": "derivation", "name": "r-spacyr-1.2.1"}, "spaero": {"_type": "derivation", "name": "r-spaero-0.6.0"}, "spagmix": {"_type": "derivation", "name": "r-spagmix-0.3-5"}, "spam": {"_type": "derivation", "name": "r-spam-2.9-1"}, "spam64": {"_type": "derivation", "name": "r-spam64-2.9-0"}, "spamtree": {"_type": "derivation", "name": "r-spamtree-0.2.2"}, "spanel": {"_type": "derivation", "name": "r-spanel-0.1"}, "spanish": {"_type": "derivation", "name": "r-spanish-0.4.2"}, "spant": {"_type": "derivation", "name": "r-spant-2.3.0"}, "sparcl": {"_type": "derivation", "name": "r-sparcl-1.0.4"}, "spark_sas7bdat": {"_type": "derivation", "name": "r-spark.sas7bdat-1.4"}, "sparkavro": {"_type": "derivation", "name": "r-sparkavro-0.3.0"}, "sparkbq": {"_type": "derivation", "name": "r-sparkbq-0.1.1"}, "sparkhail": {"_type": "derivation", "name": "r-sparkhail-0.1.1"}, "sparkline": {"_type": "derivation", "name": "r-sparkline-2.0"}, "sparklyr": {"_type": "derivation", "name": "r-sparklyr-1.7.8"}, "sparklyr_flint": {"_type": "derivation", "name": "r-sparklyr.flint-0.2.2"}, "sparklyr_nested": {"_type": "derivation", "name": "r-sparklyr.nested-0.0.3"}, "sparktex": {"_type": "derivation", "name": "r-sparktex-0.1"}, "sparktf": {"_type": "derivation", "name": "r-sparktf-0.1.0"}, "sparkwarc": {"_type": "derivation", "name": "r-sparkwarc-0.1.6"}, "sparkxgb": {"_type": "derivation", "name": "r-sparkxgb-0.1.1"}, "sparr": {"_type": "derivation", "name": "r-sparr-2.2-16"}, "sparrow": {"_type": "derivation", "name": "r-sparrow-1.2.0"}, "sparrpowR": {"_type": "derivation", "name": "r-sparrpowR-0.2.5"}, "sparseBC": {"_type": "derivation", "name": "r-sparseBC-1.2"}, "sparseDOSSA": {"_type": "derivation", "name": "r-sparseDOSSA-1.20.0"}, "sparseEigen": {"_type": "derivation", "name": "r-sparseEigen-0.1.0"}, "sparseFLMM": {"_type": "derivation", "name": "r-sparseFLMM-0.4.1"}, "sparseGAM": {"_type": "derivation", "name": "r-sparseGAM-1.0"}, "sparseHessianFD": {"_type": "derivation", "name": "r-sparseHessianFD-0.3.3.7"}, "sparseIndexTracking": {"_type": "derivation", "name": "r-sparseIndexTracking-0.1.1"}, "sparseLDA": {"_type": "derivation", "name": "r-sparseLDA-0.1-9"}, "sparseLRMatrix": {"_type": "derivation", "name": "r-sparseLRMatrix-0.1.0"}, "sparseLTSEigen": {"_type": "derivation", "name": "r-sparseLTSEigen-0.2.0.1"}, "sparseMVN": {"_type": "derivation", "name": "r-sparseMVN-0.2.2"}, "sparseMatEst": {"_type": "derivation", "name": "r-sparseMatEst-1.0.0"}, "sparseMatrixStats": {"_type": "derivation", "name": "r-sparseMatrixStats-1.8.0"}, "sparseR": {"_type": "derivation", "name": "r-sparseR-0.2.0"}, "sparseSEM": {"_type": "derivation", "name": "r-sparseSEM-2.5"}, "sparseSVM": {"_type": "derivation", "name": "r-sparseSVM-1.1-6"}, "sparsebn": {"_type": "derivation", "name": "r-sparsebn-0.1.2"}, "sparsebnUtils": {"_type": "derivation", "name": "r-sparsebnUtils-0.0.8"}, "sparsediscrim": {"_type": "derivation", "name": "r-sparsediscrim-0.3.0"}, "sparsegl": {"_type": "derivation", "name": "r-sparsegl-0.5.0"}, "sparseinv": {"_type": "derivation", "name": "r-sparseinv-0.1.3"}, "sparsenet": {"_type": "derivation", "name": "r-sparsenet-1.4"}, "sparsenetgls": {"_type": "derivation", "name": "r-sparsenetgls-1.14.0"}, "sparsepca": {"_type": "derivation", "name": "r-sparsepca-0.1.2"}, "sparsepp": {"_type": "derivation", "name": "r-sparsepp-1.22"}, "sparsereg": {"_type": "derivation", "name": "r-sparsereg-1.2"}, "sparsestep": {"_type": "derivation", "name": "r-sparsestep-1.0.1"}, "sparsesvd": {"_type": "derivation", "name": "r-sparsesvd-0.2-1"}, "sparsevar": {"_type": "derivation", "name": "r-sparsevar-0.1.0"}, "sparsevb": {"_type": "derivation", "name": "r-sparsevb-0.1.0"}, "sparsio": {"_type": "derivation", "name": "r-sparsio-1.0.1"}, "sparta": {"_type": "derivation", "name": "r-sparta-0.8.4"}, "spass": {"_type": "derivation", "name": "r-spass-1.3"}, "spatPomp": {"_type": "derivation", "name": "r-spatPomp-0.30.0.1"}, "spate": {"_type": "derivation", "name": "r-spate-1.7.3"}, "spatgeom": {"_type": "derivation", "name": "r-spatgeom-0.1.0"}, "spatgraphs": {"_type": "derivation", "name": "r-spatgraphs-3.2-2"}, "spathial": {"_type": "derivation", "name": "r-spathial-0.1.2"}, "spatial": {"_type": "derivation", "name": "r-spatial-7.3-15"}, "spatialCovariance": {"_type": "derivation", "name": "r-spatialCovariance-0.6-9"}, "spatialDE": {"_type": "derivation", "name": "r-spatialDE-1.2.0"}, "spatialDmelxsim": {"_type": "derivation", "name": "r-spatialDmelxsim-1.2.0"}, "spatialEco": {"_type": "derivation", "name": "r-spatialEco-1.3-7"}, "spatialHeatmap": {"_type": "derivation", "name": "r-spatialHeatmap-2.2.0"}, "spatialLIBD": {"_type": "derivation", "name": "r-spatialLIBD-1.8.11"}, "spatialRF": {"_type": "derivation", "name": "r-spatialRF-1.1.4"}, "spatialTIME": {"_type": "derivation", "name": "r-spatialTIME-1.2.1"}, "spatialfusion": {"_type": "derivation", "name": "r-spatialfusion-0.6-6"}, "spatialnbda": {"_type": "derivation", "name": "r-spatialnbda-1.0"}, "spatialprobit": {"_type": "derivation", "name": "r-spatialprobit-1.0"}, "spatialreg": {"_type": "derivation", "name": "r-spatialreg-1.2-6"}, "spatialrisk": {"_type": "derivation", "name": "r-spatialrisk-0.7.0"}, "spatialsample": {"_type": "derivation", "name": "r-spatialsample-0.2.1"}, "spatialwarnings": {"_type": "derivation", "name": "r-spatialwarnings-3.0.3"}, "spatialwidget": {"_type": "derivation", "name": "r-spatialwidget-0.2.3"}, "spatsoc": {"_type": "derivation", "name": "r-spatsoc-0.1.16"}, "spatstat": {"_type": "derivation", "name": "r-spatstat-2.3-4"}, "spatstat_Knet": {"_type": "derivation", "name": "r-spatstat.Knet-2.0-1"}, "spatstat_core": {"_type": "derivation", "name": "r-spatstat.core-2.4-4"}, "spatstat_data": {"_type": "derivation", "name": "r-spatstat.data-3.0-0"}, "spatstat_geom": {"_type": "derivation", "name": "r-spatstat.geom-3.0-3"}, "spatstat_gui": {"_type": "derivation", "name": "r-spatstat.gui-2.0-1"}, "spatstat_linnet": {"_type": "derivation", "name": "r-spatstat.linnet-2.3-2"}, "spatstat_local": {"_type": "derivation", "name": "r-spatstat.local-4.1-5"}, "spatstat_random": {"_type": "derivation", "name": "r-spatstat.random-2.2-0"}, "spatstat_sparse": {"_type": "derivation", "name": "r-spatstat.sparse-3.0-0"}, "spatstat_utils": {"_type": "derivation", "name": "r-spatstat.utils-3.0-1"}, "spatsurv": {"_type": "derivation", "name": "r-spatsurv-1.8"}, "spatzie": {"_type": "derivation", "name": "r-spatzie-1.2.0"}, "spbabel": {"_type": "derivation", "name": "r-spbabel-0.5.5"}, "spc": {"_type": "derivation", "name": "r-spc-0.6.7"}, "spc4sts": {"_type": "derivation", "name": "r-spc4sts-0.6.3"}, "spcadjust": {"_type": "derivation", "name": "r-spcadjust-1.1"}, "spcosa": {"_type": "derivation", "name": "r-spcosa-0.4-1"}, "spcov": {"_type": "derivation", "name": "r-spcov-1.3"}, "spcr": {"_type": "derivation", "name": "r-spcr-2.1.1"}, "spd": {"_type": "derivation", "name": "r-spd-2.0-1"}, "spdep": {"_type": "derivation", "name": "r-spdep-1.2-7"}, "spdownscale": {"_type": "derivation", "name": "r-spdownscale-0.1.0"}, "spdplyr": {"_type": "derivation", "name": "r-spdplyr-0.4.0"}, "spduration": {"_type": "derivation", "name": "r-spduration-0.17.1"}, "spdynmod": {"_type": "derivation", "name": "r-spdynmod-1.1.6"}, "spe": {"_type": "derivation", "name": "r-spe-1.1.2"}, "speakr": {"_type": "derivation", "name": "r-speakr-3.2.1"}, "speaq": {"_type": "derivation", "name": "r-speaq-2.7.0"}, "spearmanCI": {"_type": "derivation", "name": "r-spearmanCI-1.0"}, "spec": {"_type": "derivation", "name": "r-spec-0.1.7"}, "specL": {"_type": "derivation", "name": "r-specL-1.30.0"}, "speccalt": {"_type": "derivation", "name": "r-speccalt-0.1.1"}, "specieschrom": {"_type": "derivation", "name": "r-specieschrom-1.0.0"}, "specklestar": {"_type": "derivation", "name": "r-specklestar-0.0.1.7"}, "specmine": {"_type": "derivation", "name": "r-specmine-3.1.6"}, "specmine_datasets": {"_type": "derivation", "name": "r-specmine.datasets-0.0.2"}, "specr": {"_type": "derivation", "name": "r-specr-0.2.1"}, "specs": {"_type": "derivation", "name": "r-specs-0.1.1"}, "spectacles": {"_type": "derivation", "name": "r-spectacles-0.5-3"}, "spectator": {"_type": "derivation", "name": "r-spectator-0.1.1"}, "spectr": {"_type": "derivation", "name": "r-spectr-1.0.1"}, "spectral": {"_type": "derivation", "name": "r-spectral-2.0"}, "spectralAnalysis": {"_type": "derivation", "name": "r-spectralAnalysis-3.12.0"}, "spectralGP": {"_type": "derivation", "name": "r-spectralGP-1.3.3"}, "spectralGraphTopology": {"_type": "derivation", "name": "r-spectralGraphTopology-0.2.3"}, "spectralR": {"_type": "derivation", "name": "r-spectralR-0.1.2"}, "spectre": {"_type": "derivation", "name": "r-spectre-1.0.2"}, "spectrolab": {"_type": "derivation", "name": "r-spectrolab-0.0.17"}, "sped": {"_type": "derivation", "name": "r-sped-0.2-1"}, "speech": {"_type": "derivation", "name": "r-speech-0.1.5"}, "speechbr": {"_type": "derivation", "name": "r-speechbr-2.0.0"}, "speedglm": {"_type": "derivation", "name": "r-speedglm-0.3-4"}, "speedycode": {"_type": "derivation", "name": "r-speedycode-0.3.0"}, "spef": {"_type": "derivation", "name": "r-spef-1.0.9"}, "speff2trial": {"_type": "derivation", "name": "r-speff2trial-1.0.5"}, "spellcheckr": {"_type": "derivation", "name": "r-spellcheckr-0.1.2"}, "spelling": {"_type": "derivation", "name": "r-spelling-2.2"}, "spemd": {"_type": "derivation", "name": "r-spemd-0.1-1"}, "sperich": {"_type": "derivation", "name": "r-sperich-1.5-8"}, "sperrorest": {"_type": "derivation", "name": "r-sperrorest-3.0.5"}, "spex": {"_type": "derivation", "name": "r-spex-0.7.1"}, "spfda": {"_type": "derivation", "name": "r-spfda-0.9.1"}, "spfilteR": {"_type": "derivation", "name": "r-spfilteR-1.1.5"}, "spflow": {"_type": "derivation", "name": "r-spflow-0.1.0"}, "spfrontier": {"_type": "derivation", "name": "r-spfrontier-0.2.5"}, "spftir": {"_type": "derivation", "name": "r-spftir-0.1.0"}, "spgrass6": {"_type": "derivation", "name": "r-spgrass6-0.8-9"}, "spgs": {"_type": "derivation", "name": "r-spgs-1.0-3"}, "spgwr": {"_type": "derivation", "name": "r-spgwr-0.6-35"}, "spherepc": {"_type": "derivation", "name": "r-spherepc-0.1.7"}, "sphereplot": {"_type": "derivation", "name": "r-sphereplot-1.5.1"}, "sphet": {"_type": "derivation", "name": "r-sphet-2.0"}, "sphunif": {"_type": "derivation", "name": "r-sphunif-1.0.1"}, "spiR": {"_type": "derivation", "name": "r-spiR-0.2.1"}, "spicyR": {"_type": "derivation", "name": "r-spicyR-1.8.0"}, "spidR": {"_type": "derivation", "name": "r-spidR-1.0.2"}, "spider": {"_type": "derivation", "name": "r-spider-1.5.0"}, "spiderbar": {"_type": "derivation", "name": "r-spiderbar-0.2.4"}, "spiders": {"_type": "derivation", "name": "r-spiders-1.2"}, "spikeLI": {"_type": "derivation", "name": "r-spikeLI-2.56.0"}, "spikeSlabGAM": {"_type": "derivation", "name": "r-spikeSlabGAM-1.1-19"}, "spikes": {"_type": "derivation", "name": "r-spikes-1.1"}, "spikeslab": {"_type": "derivation", "name": "r-spikeslab-1.1.6"}, "spiky": {"_type": "derivation", "name": "r-spiky-1.2.0"}, "spinBayes": {"_type": "derivation", "name": "r-spinBayes-0.1.0"}, "spind": {"_type": "derivation", "name": "r-spind-2.2.1"}, "spinifex": {"_type": "derivation", "name": "r-spinifex-0.3.6"}, "spinyReg": {"_type": "derivation", "name": "r-spinyReg-0.1-0"}, "spiralize": {"_type": "derivation", "name": "r-spiralize-1.0.6"}, "spiritR": {"_type": "derivation", "name": "r-spiritR-0.1.1"}, "spiro": {"_type": "derivation", "name": "r-spiro-0.1.1"}, "spkTools": {"_type": "derivation", "name": "r-spkTools-1.52.0"}, "splancs": {"_type": "derivation", "name": "r-splancs-2.01-43"}, "splash": {"_type": "derivation", "name": "r-splash-1.0.2"}, "splashr": {"_type": "derivation", "name": "r-splashr-0.6.0"}, "splatter": {"_type": "derivation", "name": "r-splatter-1.20.0"}, "spldv": {"_type": "derivation", "name": "r-spldv-0.1.1"}, "splineTimeR": {"_type": "derivation", "name": "r-splineTimeR-1.24.0"}, "splines2": {"_type": "derivation", "name": "r-splines2-0.4.6"}, "splinetree": {"_type": "derivation", "name": "r-splinetree-0.2.0"}, "splitFeas": {"_type": "derivation", "name": "r-splitFeas-0.1.0"}, "splitSelect": {"_type": "derivation", "name": "r-splitSelect-1.0.3"}, "splitTools": {"_type": "derivation", "name": "r-splitTools-0.3.2"}, "splitfngr": {"_type": "derivation", "name": "r-splitfngr-0.1.2"}, "splithalf": {"_type": "derivation", "name": "r-splithalf-0.8.2"}, "splithalfr": {"_type": "derivation", "name": "r-splithalfr-2.2.0"}, "splitstackshape": {"_type": "derivation", "name": "r-splitstackshape-1.4.8"}, "splm": {"_type": "derivation", "name": "r-splm-1.6-2"}, "splmm": {"_type": "derivation", "name": "r-splmm-1.1.3"}, "splot": {"_type": "derivation", "name": "r-splot-0.5.2"}, "splots": {"_type": "derivation", "name": "r-splots-1.62.0"}, "spls": {"_type": "derivation", "name": "r-spls-2.2-3"}, "splus2R": {"_type": "derivation", "name": "r-splus2R-1.3-3"}, "splusTimeDate": {"_type": "derivation", "name": "r-splusTimeDate-2.5.4"}, "splusTimeSeries": {"_type": "derivation", "name": "r-splusTimeSeries-1.5.5"}, "splutil": {"_type": "derivation", "name": "r-splutil-2022.6.20"}, "spm": {"_type": "derivation", "name": "r-spm-1.2.2"}, "spm12r": {"_type": "derivation", "name": "r-spm12r-2.8.3"}, "spm2": {"_type": "derivation", "name": "r-spm2-1.1.2"}, "spmodel": {"_type": "derivation", "name": "r-spmodel-0.1.1"}, "spmoran": {"_type": "derivation", "name": "r-spmoran-0.2.2.6"}, "spnaf": {"_type": "derivation", "name": "r-spnaf-0.2.1"}, "spnet": {"_type": "derivation", "name": "r-spnet-0.9.1-0"}, "spnn": {"_type": "derivation", "name": "r-spnn-1.2.1"}, "spocc": {"_type": "derivation", "name": "r-spocc-1.2.0"}, "spoiler": {"_type": "derivation", "name": "r-spoiler-1.0.0"}, "spongebob": {"_type": "derivation", "name": "r-spongebob-0.4.0"}, "spongecake": {"_type": "derivation", "name": "r-spongecake-0.1.2"}, "spooky": {"_type": "derivation", "name": "r-spooky-1.4.0"}, "spork": {"_type": "derivation", "name": "r-spork-0.2.2"}, "sporm": {"_type": "derivation", "name": "r-sporm-1.1.1"}, "sport": {"_type": "derivation", "name": "r-sport-0.2.0"}, "sportyR": {"_type": "derivation", "name": "r-sportyR-2.0.1"}, "spotGUI": {"_type": "derivation", "name": "r-spotGUI-0.2.3"}, "spotidy": {"_type": "derivation", "name": "r-spotidy-0.1.0"}, "spotifyr": {"_type": "derivation", "name": "r-spotifyr-2.2.3"}, "spotoroo": {"_type": "derivation", "name": "r-spotoroo-0.1.2"}, "spots": {"_type": "derivation", "name": "r-spots-0.1.0"}, "spp": {"_type": "derivation", "name": "r-spp-1.16.0"}, "spqdep": {"_type": "derivation", "name": "r-spqdep-0.1.2"}, "spqn": {"_type": "derivation", "name": "r-spqn-1.8.0"}, "spqnData": {"_type": "derivation", "name": "r-spqnData-1.8.0"}, "spray": {"_type": "derivation", "name": "r-spray-1.0-20"}, "spreadr": {"_type": "derivation", "name": "r-spreadr-0.2.0"}, "spreval": {"_type": "derivation", "name": "r-spreval-1.1.0"}, "sprex": {"_type": "derivation", "name": "r-sprex-1.4.1"}, "springer": {"_type": "derivation", "name": "r-springer-0.1.5"}, "springpheno": {"_type": "derivation", "name": "r-springpheno-0.5.0"}, "sprintr": {"_type": "derivation", "name": "r-sprintr-0.9.0"}, "sprm": {"_type": "derivation", "name": "r-sprm-1.2.2"}, "sprsmdl": {"_type": "derivation", "name": "r-sprsmdl-0.1-0"}, "sprtt": {"_type": "derivation", "name": "r-sprtt-0.1.0"}, "spruce": {"_type": "derivation", "name": "r-spruce-0.99.1"}, "sps": {"_type": "derivation", "name": "r-sps-0.2.0"}, "spsComps": {"_type": "derivation", "name": "r-spsComps-0.3.2.1"}, "spsUtil": {"_type": "derivation", "name": "r-spsUtil-0.2.2"}, "spsann": {"_type": "derivation", "name": "r-spsann-2.2.0"}, "spselect": {"_type": "derivation", "name": "r-spselect-0.0.1"}, "spsh": {"_type": "derivation", "name": "r-spsh-1.1.0"}, "spsi": {"_type": "derivation", "name": "r-spsi-0.1"}, "spsur": {"_type": "derivation", "name": "r-spsur-1.0.2.5"}, "spsurv": {"_type": "derivation", "name": "r-spsurv-1.0.0"}, "spsurvey": {"_type": "derivation", "name": "r-spsurvey-5.3.0"}, "spt": {"_type": "derivation", "name": "r-spt-2.5.1"}, "sptm": {"_type": "derivation", "name": "r-sptm-2019.11-25"}, "sptotal": {"_type": "derivation", "name": "r-sptotal-1.0.0"}, "spuRs": {"_type": "derivation", "name": "r-spuRs-2.0.2"}, "spup": {"_type": "derivation", "name": "r-spup-1.3-2"}, "sqldf": {"_type": "derivation", "name": "r-sqldf-0.4-11"}, "sqliter": {"_type": "derivation", "name": "r-sqliter-0.1.0"}, "sqliteutils": {"_type": "derivation", "name": "r-sqliteutils-0.1.0"}, "sqlparseR": {"_type": "derivation", "name": "r-sqlparseR-0.1.0"}, "sqlscore": {"_type": "derivation", "name": "r-sqlscore-0.1.4"}, "sqlstrings": {"_type": "derivation", "name": "r-sqlstrings-1.0.0"}, "sqlutils": {"_type": "derivation", "name": "r-sqlutils-1.2"}, "sqp": {"_type": "derivation", "name": "r-sqp-0.5"}, "squant": {"_type": "derivation", "name": "r-squant-1.1.4"}, "squash": {"_type": "derivation", "name": "r-squash-1.0.9"}, "squashinformr": {"_type": "derivation", "name": "r-squashinformr-0.2.6"}, "squat": {"_type": "derivation", "name": "r-squat-0.0.1"}, "squeezy": {"_type": "derivation", "name": "r-squeezy-1.1-1"}, "squid": {"_type": "derivation", "name": "r-squid-0.2.1"}, "sra": {"_type": "derivation", "name": "r-sra-0.1.3"}, "srcr": {"_type": "derivation", "name": "r-srcr-1.1.0"}, "sregsurvey": {"_type": "derivation", "name": "r-sregsurvey-0.1.2"}, "srm": {"_type": "derivation", "name": "r-srm-0.3-6"}, "srnadiff": {"_type": "derivation", "name": "r-srnadiff-1.16.0"}, "srp": {"_type": "derivation", "name": "r-srp-1.2.0"}, "srt": {"_type": "derivation", "name": "r-srt-1.0.3"}, "srvyr": {"_type": "derivation", "name": "r-srvyr-1.1.2"}, "ss3sim": {"_type": "derivation", "name": "r-ss3sim-1.0.3"}, "ssMousetrack": {"_type": "derivation", "name": "r-ssMousetrack-1.1.5"}, "ssPATHS": {"_type": "derivation", "name": "r-ssPATHS-1.10.0"}, "ssaBSS": {"_type": "derivation", "name": "r-ssaBSS-0.1"}, "ssanv": {"_type": "derivation", "name": "r-ssanv-1.1"}, "ssc": {"_type": "derivation", "name": "r-ssc-2.1-0"}, "sscor": {"_type": "derivation", "name": "r-sscor-0.2"}, "sscore": {"_type": "derivation", "name": "r-sscore-1.68.0"}, "sscu": {"_type": "derivation", "name": "r-sscu-2.26.0"}, "ssd": {"_type": "derivation", "name": "r-ssd-0.3"}, "ssddata": {"_type": "derivation", "name": "r-ssddata-1.0.0"}, "ssdtools": {"_type": "derivation", "name": "r-ssdtools-1.0.2"}, "sse": {"_type": "derivation", "name": "r-sse-0.7-17"}, "ssev": {"_type": "derivation", "name": "r-ssev-0.1.0"}, "ssfa": {"_type": "derivation", "name": "r-ssfa-1.2"}, "ssfit": {"_type": "derivation", "name": "r-ssfit-1.2"}, "ssgraph": {"_type": "derivation", "name": "r-ssgraph-1.14"}, "ssh": {"_type": "derivation", "name": "r-ssh-0.8.2"}, "ssh_utils": {"_type": "derivation", "name": "r-ssh.utils-1.0"}, "sship": {"_type": "derivation", "name": "r-sship-0.8.0"}, "ssimparser": {"_type": "derivation", "name": "r-ssimparser-0.1.1"}, "ssize": {"_type": "derivation", "name": "r-ssize-1.70.0"}, "ssizeRNA": {"_type": "derivation", "name": "r-ssizeRNA-1.3.2"}, "ssize_fdr": {"_type": "derivation", "name": "r-ssize.fdr-1.3"}, "ssmn": {"_type": "derivation", "name": "r-ssmn-1.1"}, "ssmodels": {"_type": "derivation", "name": "r-ssmodels-1.0.1"}, "ssmrob": {"_type": "derivation", "name": "r-ssmrob-1.0"}, "ssmsn": {"_type": "derivation", "name": "r-ssmsn-0.2.0"}, "sspline": {"_type": "derivation", "name": "r-sspline-0.1-6"}, "sspm": {"_type": "derivation", "name": "r-sspm-0.9.1"}, "sspse": {"_type": "derivation", "name": "r-sspse-1.0.3"}, "ssr": {"_type": "derivation", "name": "r-ssr-0.1.1"}, "ssrch": {"_type": "derivation", "name": "r-ssrch-1.12.0"}, "ssrm_logmer": {"_type": "derivation", "name": "r-ssrm.logmer-0.1"}, "ssrn": {"_type": "derivation", "name": "r-ssrn-0.1.0"}, "sss": {"_type": "derivation", "name": "r-sss-0.2.1"}, "sssc": {"_type": "derivation", "name": "r-sssc-1.0.0"}, "sstModel": {"_type": "derivation", "name": "r-sstModel-1.0.0"}, "ssvd": {"_type": "derivation", "name": "r-ssvd-1.0"}, "ssviz": {"_type": "derivation", "name": "r-ssviz-1.30.0"}, "ssym": {"_type": "derivation", "name": "r-ssym-1.5.7"}, "st": {"_type": "derivation", "name": "r-st-1.2.7"}, "stR": {"_type": "derivation", "name": "r-stR-0.5"}, "sta": {"_type": "derivation", "name": "r-sta-0.1.7"}, "staRank": {"_type": "derivation", "name": "r-staRank-1.38.0"}, "staRdom": {"_type": "derivation", "name": "r-staRdom-1.1.25"}, "stabiliser": {"_type": "derivation", "name": "r-stabiliser-1.0.2"}, "stability": {"_type": "derivation", "name": "r-stability-0.5.0"}, "stable": {"_type": "derivation", "name": "r-stable-1.1.6"}, "stableGR": {"_type": "derivation", "name": "r-stableGR-1.2"}, "stabledist": {"_type": "derivation", "name": "r-stabledist-0.7-1"}, "stablelearner": {"_type": "derivation", "name": "r-stablelearner-0.1-4"}, "stablespec": {"_type": "derivation", "name": "r-stablespec-0.3.0"}, "stabm": {"_type": "derivation", "name": "r-stabm-1.2.1"}, "stabreg": {"_type": "derivation", "name": "r-stabreg-0.1.2"}, "stabs": {"_type": "derivation", "name": "r-stabs-0.6-4"}, "stackoverflow": {"_type": "derivation", "name": "r-stackoverflow-0.7.0"}, "stacks": {"_type": "derivation", "name": "r-stacks-1.0.0"}, "stacomiR": {"_type": "derivation", "name": "r-stacomiR-0.6.0.7"}, "stacomirtools": {"_type": "derivation", "name": "r-stacomirtools-0.6.0.1"}, "stagePop": {"_type": "derivation", "name": "r-stagePop-1.1-2"}, "stageR": {"_type": "derivation", "name": "r-stageR-1.18.0"}, "stagedtrees": {"_type": "derivation", "name": "r-stagedtrees-2.2.1"}, "staggered": {"_type": "derivation", "name": "r-staggered-1.1"}, "stam": {"_type": "derivation", "name": "r-stam-0.0-1"}, "stampr": {"_type": "derivation", "name": "r-stampr-0.2"}, "stan4bart": {"_type": "derivation", "name": "r-stan4bart-0.0-3"}, "standR": {"_type": "derivation", "name": "r-standR-1.0.0"}, "standardize": {"_type": "derivation", "name": "r-standardize-0.2.2"}, "standartox": {"_type": "derivation", "name": "r-standartox-0.0.2"}, "stanette": {"_type": "derivation", "name": "r-stanette-2.21.4"}, "stapler": {"_type": "derivation", "name": "r-stapler-0.7.1"}, "staplr": {"_type": "derivation", "name": "r-staplr-3.1.1"}, "stargazer": {"_type": "derivation", "name": "r-stargazer-5.2.3"}, "starm": {"_type": "derivation", "name": "r-starm-0.1.0"}, "starma": {"_type": "derivation", "name": "r-starma-1.3"}, "starnet": {"_type": "derivation", "name": "r-starnet-0.0.6"}, "starry": {"_type": "derivation", "name": "r-starry-0.1.1"}, "stars": {"_type": "derivation", "name": "r-stars-0.5-6"}, "starsExtra": {"_type": "derivation", "name": "r-starsExtra-0.2.7"}, "starsTileServer": {"_type": "derivation", "name": "r-starsTileServer-0.1.1"}, "starschemar": {"_type": "derivation", "name": "r-starschemar-1.2.0"}, "startR": {"_type": "derivation", "name": "r-startR-2.2.0"}, "starter": {"_type": "derivation", "name": "r-starter-0.1.11"}, "starticles": {"_type": "derivation", "name": "r-starticles-0.1.0"}, "startup": {"_type": "derivation", "name": "r-startup-0.19.0"}, "startupmsg": {"_type": "derivation", "name": "r-startupmsg-0.9.6"}, "starvars": {"_type": "derivation", "name": "r-starvars-1.1.10"}, "starvz": {"_type": "derivation", "name": "r-starvz-0.7.1"}, "starwarsdb": {"_type": "derivation", "name": "r-starwarsdb-0.1.2"}, "statBasics": {"_type": "derivation", "name": "r-statBasics-0.2.0"}, "statGraph": {"_type": "derivation", "name": "r-statGraph-0.5.0"}, "statTarget": {"_type": "derivation", "name": "r-statTarget-1.26.0"}, "statVisual": {"_type": "derivation", "name": "r-statVisual-1.2.1"}, "stat_extend": {"_type": "derivation", "name": "r-stat.extend-0.2.1"}, "statar": {"_type": "derivation", "name": "r-statar-0.7.4"}, "statcanR": {"_type": "derivation", "name": "r-statcanR-0.2.3"}, "statcheck": {"_type": "derivation", "name": "r-statcheck-1.3.0"}, "statcodelists": {"_type": "derivation", "name": "r-statcodelists-0.9.2"}, "statcomp": {"_type": "derivation", "name": "r-statcomp-0.1.0"}, "statebins": {"_type": "derivation", "name": "r-statebins-1.4.0"}, "states": {"_type": "derivation", "name": "r-states-0.3.1"}, "statespacer": {"_type": "derivation", "name": "r-statespacer-0.4.1"}, "statgenGWAS": {"_type": "derivation", "name": "r-statgenGWAS-1.0.9"}, "statgenGxE": {"_type": "derivation", "name": "r-statgenGxE-1.0.5"}, "statgenHTP": {"_type": "derivation", "name": "r-statgenHTP-1.0.5"}, "statgenIBD": {"_type": "derivation", "name": "r-statgenIBD-1.0.5"}, "statgenMPP": {"_type": "derivation", "name": "r-statgenMPP-1.0.1.1"}, "statgenSTA": {"_type": "derivation", "name": "r-statgenSTA-1.0.9"}, "static": {"_type": "derivation", "name": "r-static-0.1.0"}, "stationaRy": {"_type": "derivation", "name": "r-stationaRy-0.5.1"}, "stationery": {"_type": "derivation", "name": "r-stationery-1.0"}, "statip": {"_type": "derivation", "name": "r-statip-0.2.3"}, "statisfactory": {"_type": "derivation", "name": "r-statisfactory-1.0.1"}, "statmod": {"_type": "derivation", "name": "r-statmod-1.4.37"}, "statnet": {"_type": "derivation", "name": "r-statnet-2019.6"}, "statnetWeb": {"_type": "derivation", "name": "r-statnetWeb-0.5.6"}, "statnet_common": {"_type": "derivation", "name": "r-statnet.common-4.7.0"}, "statnipokladna": {"_type": "derivation", "name": "r-statnipokladna-0.7.0"}, "statprograms": {"_type": "derivation", "name": "r-statprograms-0.2.0"}, "statpsych": {"_type": "derivation", "name": "r-statpsych-1.2.0"}, "statquotes": {"_type": "derivation", "name": "r-statquotes-0.3.1"}, "stats19": {"_type": "derivation", "name": "r-stats19-2.0.0"}, "stats4teaching": {"_type": "derivation", "name": "r-stats4teaching-0.1.0"}, "statsExpressions": {"_type": "derivation", "name": "r-statsExpressions-1.3.4"}, "statsearchanalyticsr": {"_type": "derivation", "name": "r-statsearchanalyticsr-0.1.4"}, "statsr": {"_type": "derivation", "name": "r-statsr-0.3.0"}, "statswalesr": {"_type": "derivation", "name": "r-statswalesr-0.2.0"}, "stcos": {"_type": "derivation", "name": "r-stcos-0.3.0"}, "stcov": {"_type": "derivation", "name": "r-stcov-0.1.0"}, "stdReg": {"_type": "derivation", "name": "r-stdReg-3.4.1"}, "stddiff": {"_type": "derivation", "name": "r-stddiff-3.1"}, "stdmod": {"_type": "derivation", "name": "r-stdmod-0.2.1"}, "stdvectors": {"_type": "derivation", "name": "r-stdvectors-0.0.5"}, "steadyICA": {"_type": "derivation", "name": "r-steadyICA-1.0"}, "steepness": {"_type": "derivation", "name": "r-steepness-0.3-0"}, "stellaR": {"_type": "derivation", "name": "r-stellaR-0.3-4"}, "stemHypoxia": {"_type": "derivation", "name": "r-stemHypoxia-1.32.0"}, "stemmatology": {"_type": "derivation", "name": "r-stemmatology-0.3.2"}, "stenR": {"_type": "derivation", "name": "r-stenR-0.6.9"}, "stencilaschema": {"_type": "derivation", "name": "r-stencilaschema-1.0.0"}, "stepNorm": {"_type": "derivation", "name": "r-stepNorm-1.68.0"}, "stepPenal": {"_type": "derivation", "name": "r-stepPenal-0.2"}, "stepPlr": {"_type": "derivation", "name": "r-stepPlr-0.93"}, "stepR": {"_type": "derivation", "name": "r-stepR-2.1-3"}, "stepSplitReg": {"_type": "derivation", "name": "r-stepSplitReg-1.0.2"}, "stepdownfdp": {"_type": "derivation", "name": "r-stepdownfdp-1.0.0"}, "stepgbm": {"_type": "derivation", "name": "r-stepgbm-1.0.0"}, "stepjglm": {"_type": "derivation", "name": "r-stepjglm-0.0.1"}, "stepp": {"_type": "derivation", "name": "r-stepp-3.2.5"}, "steprf": {"_type": "derivation", "name": "r-steprf-1.0.2"}, "steps": {"_type": "derivation", "name": "r-steps-1.3.0"}, "stevedata": {"_type": "derivation", "name": "r-stevedata-0.7.0"}, "stevedore": {"_type": "derivation", "name": "r-stevedore-0.9.4"}, "stevemisc": {"_type": "derivation", "name": "r-stevemisc-1.4.1"}, "stevetemplates": {"_type": "derivation", "name": "r-stevetemplates-0.8.0"}, "stfit": {"_type": "derivation", "name": "r-stfit-0.99.9"}, "stickr": {"_type": "derivation", "name": "r-stickr-0.3.1"}, "sticky": {"_type": "derivation", "name": "r-sticky-0.5.6.1"}, "stilt": {"_type": "derivation", "name": "r-stilt-1.3.0"}, "stima": {"_type": "derivation", "name": "r-stima-1.2.1"}, "stinepack": {"_type": "derivation", "name": "r-stinepack-1.4"}, "stjudem": {"_type": "derivation", "name": "r-stjudem-1.36.0"}, "stlARIMA": {"_type": "derivation", "name": "r-stlARIMA-0.1.0"}, "stlELM": {"_type": "derivation", "name": "r-stlELM-0.1.1"}, "stlTDNN": {"_type": "derivation", "name": "r-stlTDNN-0.1.0"}, "stlcsb": {"_type": "derivation", "name": "r-stlcsb-0.1.2"}, "stlnpp": {"_type": "derivation", "name": "r-stlnpp-0.3.8"}, "stlplus": {"_type": "derivation", "name": "r-stlplus-0.5.1"}, "stm": {"_type": "derivation", "name": "r-stm-1.3.6"}, "stmCorrViz": {"_type": "derivation", "name": "r-stmCorrViz-1.3"}, "stmgp": {"_type": "derivation", "name": "r-stmgp-1.0.4"}, "stmgui": {"_type": "derivation", "name": "r-stmgui-0.1.6"}, "stminsights": {"_type": "derivation", "name": "r-stminsights-0.4.1"}, "stoRy": {"_type": "derivation", "name": "r-stoRy-0.2.0"}, "stocc": {"_type": "derivation", "name": "r-stocc-1.31"}, "stochQN": {"_type": "derivation", "name": "r-stochQN-0.1.2-1"}, "stochprofML": {"_type": "derivation", "name": "r-stochprofML-2.0.3"}, "stochvol": {"_type": "derivation", "name": "r-stochvol-3.2.0"}, "stochvolTMB": {"_type": "derivation", "name": "r-stochvolTMB-0.2.0"}, "stockAnalyst": {"_type": "derivation", "name": "r-stockAnalyst-1.0.1"}, "stockR": {"_type": "derivation", "name": "r-stockR-1.0.74"}, "stockfish": {"_type": "derivation", "name": "r-stockfish-1.0.0"}, "stocks": {"_type": "derivation", "name": "r-stocks-1.1.4"}, "stoichcalc": {"_type": "derivation", "name": "r-stoichcalc-1.1-4"}, "stokes": {"_type": "derivation", "name": "r-stokes-1.1-3"}, "stopdetection": {"_type": "derivation", "name": "r-stopdetection-0.1.1"}, "stoppingrule": {"_type": "derivation", "name": "r-stoppingrule-0.1.0"}, "stopwords": {"_type": "derivation", "name": "r-stopwords-2.3"}, "storr": {"_type": "derivation", "name": "r-storr-1.2.5"}, "stortingscrape": {"_type": "derivation", "name": "r-stortingscrape-0.1.2"}, "storywranglr": {"_type": "derivation", "name": "r-storywranglr-0.2.0"}, "stosim": {"_type": "derivation", "name": "r-stosim-0.0.14"}, "stplanr": {"_type": "derivation", "name": "r-stplanr-1.0.1"}, "stpm": {"_type": "derivation", "name": "r-stpm-1.7.12"}, "stpp": {"_type": "derivation", "name": "r-stpp-2.0-6"}, "stppSim": {"_type": "derivation", "name": "r-stppSim-1.2.7"}, "str2str": {"_type": "derivation", "name": "r-str2str-0.2.1"}, "strand": {"_type": "derivation", "name": "r-strand-0.2.0"}, "strandCheckR": {"_type": "derivation", "name": "r-strandCheckR-1.14.0"}, "strap": {"_type": "derivation", "name": "r-strap-1.6-0"}, "strat": {"_type": "derivation", "name": "r-strat-0.1"}, "stratEst": {"_type": "derivation", "name": "r-stratEst-1.1.4"}, "stratallo": {"_type": "derivation", "name": "r-stratallo-2.1.0"}, "stratamatch": {"_type": "derivation", "name": "r-stratamatch-0.1.9"}, "stratbr": {"_type": "derivation", "name": "r-stratbr-1.2"}, "strategicplayers": {"_type": "derivation", "name": "r-strategicplayers-1.0"}, "stratification": {"_type": "derivation", "name": "r-stratification-2.2-7"}, "stratifyR": {"_type": "derivation", "name": "r-stratifyR-1.0-3"}, "stratvns": {"_type": "derivation", "name": "r-stratvns-1.1"}, "straweib": {"_type": "derivation", "name": "r-straweib-1.1"}, "strawr": {"_type": "derivation", "name": "r-strawr-0.0.9"}, "stray": {"_type": "derivation", "name": "r-stray-0.1.1"}, "stream": {"_type": "derivation", "name": "r-stream-2.0-0"}, "streamDepletr": {"_type": "derivation", "name": "r-streamDepletr-0.1.1"}, "streamMOA": {"_type": "derivation", "name": "r-streamMOA-1.3-0"}, "streamR": {"_type": "derivation", "name": "r-streamR-0.4.5"}, "streambugs": {"_type": "derivation", "name": "r-streambugs-1.2"}, "stressaddition": {"_type": "derivation", "name": "r-stressaddition-3.1.0"}, "stressr": {"_type": "derivation", "name": "r-stressr-1.0.0"}, "strex": {"_type": "derivation", "name": "r-strex-1.4.4"}, "strider": {"_type": "derivation", "name": "r-strider-1.3"}, "string2path": {"_type": "derivation", "name": "r-string2path-0.1.1"}, "stringb": {"_type": "derivation", "name": "r-stringb-0.1.17"}, "stringdist": {"_type": "derivation", "name": "r-stringdist-0.9.9"}, "stringfish": {"_type": "derivation", "name": "r-stringfish-0.15.7"}, "stringformattr": {"_type": "derivation", "name": "r-stringformattr-0.1.2"}, "stringi": {"_type": "derivation", "name": "r-stringi-1.7.8"}, "stringr": {"_type": "derivation", "name": "r-stringr-1.4.1"}, "stringx": {"_type": "derivation", "name": "r-stringx-0.2.4"}, "strip": {"_type": "derivation", "name": "r-strip-1.0.0"}, "stripless": {"_type": "derivation", "name": "r-stripless-1.0-3"}, "striprtf": {"_type": "derivation", "name": "r-striprtf-0.5.3"}, "strm": {"_type": "derivation", "name": "r-strm-0.1.3"}, "strucchange": {"_type": "derivation", "name": "r-strucchange-1.5-3"}, "strucchangeRcpp": {"_type": "derivation", "name": "r-strucchangeRcpp-1.5-3-1.0.4"}, "struct": {"_type": "derivation", "name": "r-struct-1.8.0"}, "structToolbox": {"_type": "derivation", "name": "r-structToolbox-1.8.0"}, "structree": {"_type": "derivation", "name": "r-structree-1.1.7"}, "strvalidator": {"_type": "derivation", "name": "r-strvalidator-2.4.0"}, "stsm": {"_type": "derivation", "name": "r-stsm-1.9"}, "stuart": {"_type": "derivation", "name": "r-stuart-0.10.1"}, "stubthat": {"_type": "derivation", "name": "r-stubthat-1.2.1"}, "studentlife": {"_type": "derivation", "name": "r-studentlife-1.1.0"}, "studyStrap": {"_type": "derivation", "name": "r-studyStrap-1.0.0"}, "styler": {"_type": "derivation", "name": "r-styler-1.8.0"}, "stylest": {"_type": "derivation", "name": "r-stylest-0.2.0"}, "stylo": {"_type": "derivation", "name": "r-stylo-0.7.4"}, "suRtex": {"_type": "derivation", "name": "r-suRtex-0.9"}, "subSeq": {"_type": "derivation", "name": "r-subSeq-1.26.0"}, "subcopem2D": {"_type": "derivation", "name": "r-subcopem2D-1.3"}, "subdetect": {"_type": "derivation", "name": "r-subdetect-1.2"}, "subformula": {"_type": "derivation", "name": "r-subformula-0.1.0"}, "subgroup": {"_type": "derivation", "name": "r-subgroup-1.1"}, "subgxe": {"_type": "derivation", "name": "r-subgxe-0.9.0"}, "sublime": {"_type": "derivation", "name": "r-sublime-1.3"}, "submax": {"_type": "derivation", "name": "r-submax-1.1.1"}, "subniche": {"_type": "derivation", "name": "r-subniche-1.5"}, "subplex": {"_type": "derivation", "name": "r-subplex-1.8"}, "subrank": {"_type": "derivation", "name": "r-subrank-0.9.9.1"}, "subsamp": {"_type": "derivation", "name": "r-subsamp-0.1.0"}, "subscore": {"_type": "derivation", "name": "r-subscore-3.3"}, "subscreen": {"_type": "derivation", "name": "r-subscreen-3.0.7"}, "subselect": {"_type": "derivation", "name": "r-subselect-0.15.3"}, "subsemble": {"_type": "derivation", "name": "r-subsemble-0.1.0"}, "subspace": {"_type": "derivation", "name": "r-subspace-1.0.4"}, "subtee": {"_type": "derivation", "name": "r-subtee-1.0.1"}, "subtype": {"_type": "derivation", "name": "r-subtype-1.0"}, "success": {"_type": "derivation", "name": "r-success-0.1.1"}, "sudachir": {"_type": "derivation", "name": "r-sudachir-0.1.0"}, "suddengains": {"_type": "derivation", "name": "r-suddengains-0.4.4"}, "sudoku": {"_type": "derivation", "name": "r-sudoku-2.8"}, "sudokuAlt": {"_type": "derivation", "name": "r-sudokuAlt-0.2-1"}, "sugarbag": {"_type": "derivation", "name": "r-sugarbag-0.1.3"}, "sugarcanecdf": {"_type": "derivation", "name": "r-sugarcanecdf-2.18.0"}, "sugarcaneprobe": {"_type": "derivation", "name": "r-sugarcaneprobe-2.18.0"}, "sugrrants": {"_type": "derivation", "name": "r-sugrrants-0.2.8"}, "sumFREGAT": {"_type": "derivation", "name": "r-sumFREGAT-1.2.5"}, "sumR": {"_type": "derivation", "name": "r-sumR-0.4.10"}, "sumSome": {"_type": "derivation", "name": "r-sumSome-1.1.0"}, "summariser": {"_type": "derivation", "name": "r-summariser-2.3.0"}, "summarytools": {"_type": "derivation", "name": "r-summarytools-1.0.1"}, "summclust": {"_type": "derivation", "name": "r-summclust-0.5"}, "sunburstR": {"_type": "derivation", "name": "r-sunburstR-2.1.6"}, "suncalc": {"_type": "derivation", "name": "r-suncalc-0.5.1"}, "sundialr": {"_type": "derivation", "name": "r-sundialr-0.1.4.1"}, "supc": {"_type": "derivation", "name": "r-supc-0.2.6.2"}, "supclust": {"_type": "derivation", "name": "r-supclust-1.1-1"}, "supcluster": {"_type": "derivation", "name": "r-supcluster-1.0.1"}, "superMDS": {"_type": "derivation", "name": "r-superMDS-1.0.2"}, "superMICE": {"_type": "derivation", "name": "r-superMICE-1.1.1"}, "superb": {"_type": "derivation", "name": "r-superb-0.95.0"}, "superbiclust": {"_type": "derivation", "name": "r-superbiclust-1.2"}, "supercells": {"_type": "derivation", "name": "r-supercells-0.9.1"}, "supercompress": {"_type": "derivation", "name": "r-supercompress-1.1"}, "superdiag": {"_type": "derivation", "name": "r-superdiag-2.0"}, "superheat": {"_type": "derivation", "name": "r-superheat-0.1.0"}, "superml": {"_type": "derivation", "name": "r-superml-0.5.5"}, "supernova": {"_type": "derivation", "name": "r-supernova-2.5.3"}, "superpc": {"_type": "derivation", "name": "r-superpc-1.12"}, "supersigs": {"_type": "derivation", "name": "r-supersigs-1.4.0"}, "supervisedPRIM": {"_type": "derivation", "name": "r-supervisedPRIM-2.0.0"}, "suppdata": {"_type": "derivation", "name": "r-suppdata-1.1-8"}, "support": {"_type": "derivation", "name": "r-support-0.1.5"}, "supportInt": {"_type": "derivation", "name": "r-supportInt-1.1"}, "support_BWS": {"_type": "derivation", "name": "r-support.BWS-0.4-4"}, "support_BWS2": {"_type": "derivation", "name": "r-support.BWS2-0.4-0"}, "support_BWS3": {"_type": "derivation", "name": "r-support.BWS3-0.2-0"}, "support_CEs": {"_type": "derivation", "name": "r-support.CEs-0.5-0"}, "supraHex": {"_type": "derivation", "name": "r-supraHex-1.34.0"}, "supreme": {"_type": "derivation", "name": "r-supreme-1.1.0"}, "sur": {"_type": "derivation", "name": "r-sur-1.0.4"}, "surbayes": {"_type": "derivation", "name": "r-surbayes-0.1.2"}, "sure": {"_type": "derivation", "name": "r-sure-0.2.0"}, "sureLDA": {"_type": "derivation", "name": "r-sureLDA-0.1.0-1"}, "surf": {"_type": "derivation", "name": "r-surf-1.0.0"}, "surface": {"_type": "derivation", "name": "r-surface-0.5"}, "surfaltr": {"_type": "derivation", "name": "r-surfaltr-1.2.2"}, "surrosurv": {"_type": "derivation", "name": "r-surrosurv-1.1.25"}, "surrosurvROC": {"_type": "derivation", "name": "r-surrosurvROC-0.1.0"}, "surv2sampleComp": {"_type": "derivation", "name": "r-surv2sampleComp-1.0-5"}, "survAUC": {"_type": "derivation", "name": "r-survAUC-1.1-1"}, "survAWKMT2": {"_type": "derivation", "name": "r-survAWKMT2-1.0.1"}, "survBootOutliers": {"_type": "derivation", "name": "r-survBootOutliers-1.0"}, "survC1": {"_type": "derivation", "name": "r-survC1-1.0-3"}, "survCurve": {"_type": "derivation", "name": "r-survCurve-1.0"}, "survELtest": {"_type": "derivation", "name": "r-survELtest-2.0.1"}, "survHE": {"_type": "derivation", "name": "r-survHE-1.1.2"}, "survIDINRI": {"_type": "derivation", "name": "r-survIDINRI-1.1-2"}, "survJamda": {"_type": "derivation", "name": "r-survJamda-1.1.4"}, "survJamda_data": {"_type": "derivation", "name": "r-survJamda.data-1.0.2"}, "survMS": {"_type": "derivation", "name": "r-survMS-0.0.1"}, "survMisc": {"_type": "derivation", "name": "r-survMisc-0.5.6"}, "survParamSim": {"_type": "derivation", "name": "r-survParamSim-0.1.6"}, "survPen": {"_type": "derivation", "name": "r-survPen-1.5.2"}, "survPresmooth": {"_type": "derivation", "name": "r-survPresmooth-1.1-11"}, "survRM2": {"_type": "derivation", "name": "r-survRM2-1.0-4"}, "survRM2adapt": {"_type": "derivation", "name": "r-survRM2adapt-1.0-1"}, "survRM2perm": {"_type": "derivation", "name": "r-survRM2perm-0.1.0"}, "survRatio": {"_type": "derivation", "name": "r-survRatio-0.1"}, "survSNP": {"_type": "derivation", "name": "r-survSNP-0.25"}, "survSens": {"_type": "derivation", "name": "r-survSens-0.1.0"}, "survSpearman": {"_type": "derivation", "name": "r-survSpearman-1.0.1"}, "survcomp": {"_type": "derivation", "name": "r-survcomp-1.46.0"}, "surveil": {"_type": "derivation", "name": "r-surveil-0.2.1"}, "surveillance": {"_type": "derivation", "name": "r-surveillance-1.20.1"}, "survex": {"_type": "derivation", "name": "r-survex-0.1.1"}, "survexp_fr": {"_type": "derivation", "name": "r-survexp.fr-1.1"}, "survey": {"_type": "derivation", "name": "r-survey-4.1-1"}, "surveyCV": {"_type": "derivation", "name": "r-surveyCV-0.2.0"}, "surveybootstrap": {"_type": "derivation", "name": "r-surveybootstrap-0.0.1"}, "surveydata": {"_type": "derivation", "name": "r-surveydata-0.2.6"}, "surveyeditor": {"_type": "derivation", "name": "r-surveyeditor-1.0"}, "surveyoutliers": {"_type": "derivation", "name": "r-surveyoutliers-0.1"}, "surveyplanning": {"_type": "derivation", "name": "r-surveyplanning-4.0"}, "surveysd": {"_type": "derivation", "name": "r-surveysd-1.3.0"}, "surveyvoi": {"_type": "derivation", "name": "r-surveyvoi-1.0.5"}, "survidm": {"_type": "derivation", "name": "r-survidm-1.3.2"}, "survival": {"_type": "derivation", "name": "r-survival-3.4-0"}, "survival666": {"_type": "derivation", "name": "r-survival666-0.5"}, "survivalAnalysis": {"_type": "derivation", "name": "r-survivalAnalysis-0.3.0"}, "survivalMPL": {"_type": "derivation", "name": "r-survivalMPL-0.2-1"}, "survivalMPLdc": {"_type": "derivation", "name": "r-survivalMPLdc-0.1.1"}, "survivalREC": {"_type": "derivation", "name": "r-survivalREC-1.0"}, "survivalROC": {"_type": "derivation", "name": "r-survivalROC-1.0.3"}, "survival_svb": {"_type": "derivation", "name": "r-survival.svb-0.0-2"}, "survivalmodels": {"_type": "derivation", "name": "r-survivalmodels-0.1.13"}, "survivalsvm": {"_type": "derivation", "name": "r-survivalsvm-0.0.5"}, "survivoR": {"_type": "derivation", "name": "r-survivoR-2.0.1"}, "survminer": {"_type": "derivation", "name": "r-survminer-0.4.9"}, "survmixer": {"_type": "derivation", "name": "r-survmixer-1.3"}, "survout": {"_type": "derivation", "name": "r-survout-0.1.0"}, "survsim": {"_type": "derivation", "name": "r-survsim-1.1.8"}, "survtmle": {"_type": "derivation", "name": "r-survtmle-1.1.1"}, "survtype": {"_type": "derivation", "name": "r-survtype-1.12.0"}, "survxai": {"_type": "derivation", "name": "r-survxai-0.2.2"}, "susieR": {"_type": "derivation", "name": "r-susieR-0.12.27"}, "sutteForecastR": {"_type": "derivation", "name": "r-sutteForecastR-0.1"}, "svDialogs": {"_type": "derivation", "name": "r-svDialogs-1.1.0"}, "svDialogstcltk": {"_type": "derivation", "name": "r-svDialogstcltk-1.0.0"}, "svGUI": {"_type": "derivation", "name": "r-svGUI-1.0.1"}, "svHttp": {"_type": "derivation", "name": "r-svHttp-1.0.4"}, "svIDE": {"_type": "derivation", "name": "r-svIDE-0.9-54"}, "svKomodo": {"_type": "derivation", "name": "r-svKomodo-1.0.0"}, "svMisc": {"_type": "derivation", "name": "r-svMisc-1.2.3"}, "svSocket": {"_type": "derivation", "name": "r-svSocket-1.1.0"}, "svSweave": {"_type": "derivation", "name": "r-svSweave-1.0.0"}, "svTools": {"_type": "derivation", "name": "r-svTools-0.9-5"}, "svUnit": {"_type": "derivation", "name": "r-svUnit-1.0.6"}, "svWidgets": {"_type": "derivation", "name": "r-svWidgets-0.9-45"}, "sva": {"_type": "derivation", "name": "r-sva-3.44.0"}, "svaNUMT": {"_type": "derivation", "name": "r-svaNUMT-1.2.0"}, "svaRetro": {"_type": "derivation", "name": "r-svaRetro-1.2.0"}, "svars": {"_type": "derivation", "name": "r-svars-1.3.9"}, "svd": {"_type": "derivation", "name": "r-svd-0.5.2"}, "svdvisual": {"_type": "derivation", "name": "r-svdvisual-1.1"}, "svenssonm": {"_type": "derivation", "name": "r-svenssonm-0.1.0"}, "svgPanZoom": {"_type": "derivation", "name": "r-svgPanZoom-0.3.4"}, "svgViewR": {"_type": "derivation", "name": "r-svgViewR-1.4.1"}, "svglite": {"_type": "derivation", "name": "r-svglite-2.1.0"}, "svgtools": {"_type": "derivation", "name": "r-svgtools-1.1.0"}, "svines": {"_type": "derivation", "name": "r-svines-0.1.4"}, "svmpath": {"_type": "derivation", "name": "r-svmpath-0.970"}, "svmplus": {"_type": "derivation", "name": "r-svmplus-1.0.1"}, "svplots": {"_type": "derivation", "name": "r-svplots-0.1.0"}, "svrep": {"_type": "derivation", "name": "r-svrep-0.3.0"}, "svrpath": {"_type": "derivation", "name": "r-svrpath-0.1.2"}, "svs": {"_type": "derivation", "name": "r-svs-3.0.0"}, "svyVGAM": {"_type": "derivation", "name": "r-svyVGAM-1.1"}, "svydiags": {"_type": "derivation", "name": "r-svydiags-0.4"}, "svyweight": {"_type": "derivation", "name": "r-svyweight-0.1.0"}, "swCRTdesign": {"_type": "derivation", "name": "r-swCRTdesign-3.3"}, "swa": {"_type": "derivation", "name": "r-swa-0.8.1"}, "swag": {"_type": "derivation", "name": "r-swag-0.1.0"}, "swagger": {"_type": "derivation", "name": "r-swagger-3.33.1"}, "swamp": {"_type": "derivation", "name": "r-swamp-1.5.1"}, "swatches": {"_type": "derivation", "name": "r-swatches-0.5.0"}, "swdft": {"_type": "derivation", "name": "r-swdft-1.0.0"}, "swdpwr": {"_type": "derivation", "name": "r-swdpwr-1.7"}, "sweater": {"_type": "derivation", "name": "r-sweater-0.1.6"}, "sweep": {"_type": "derivation", "name": "r-sweep-0.2.3"}, "sweidnumbr": {"_type": "derivation", "name": "r-sweidnumbr-1.4.2"}, "swephR": {"_type": "derivation", "name": "r-swephR-0.3.0"}, "swfdr": {"_type": "derivation", "name": "r-swfdr-1.22.0"}, "swfscAirDAS": {"_type": "derivation", "name": "r-swfscAirDAS-0.2.3"}, "swfscDAS": {"_type": "derivation", "name": "r-swfscDAS-0.6.1"}, "swfscMisc": {"_type": "derivation", "name": "r-swfscMisc-1.6"}, "swgee": {"_type": "derivation", "name": "r-swgee-1.4"}, "swimplot": {"_type": "derivation", "name": "r-swimplot-1.2.0"}, "swirl": {"_type": "derivation", "name": "r-swirl-2.4.5"}, "swirlify": {"_type": "derivation", "name": "r-swirlify-0.5.3"}, "swissMrP": {"_type": "derivation", "name": "r-swissMrP-0.62"}, "swissdd": {"_type": "derivation", "name": "r-swissdd-1.1.4"}, "swissparl": {"_type": "derivation", "name": "r-swissparl-0.2.2"}, "switchBox": {"_type": "derivation", "name": "r-switchBox-1.32.0"}, "switchboard": {"_type": "derivation", "name": "r-switchboard-0.1"}, "switchcase": {"_type": "derivation", "name": "r-switchcase-0.1.1"}, "switchde": {"_type": "derivation", "name": "r-switchde-1.22.0"}, "switchnpreg": {"_type": "derivation", "name": "r-switchnpreg-0.8-0"}, "switchr": {"_type": "derivation", "name": "r-switchr-0.14.5"}, "switchrGist": {"_type": "derivation", "name": "r-switchrGist-0.2.5"}, "swmmr": {"_type": "derivation", "name": "r-swmmr-0.9.1"}, "sybil": {"_type": "derivation", "name": "r-sybil-2.2.0"}, "sybilDynFBA": {"_type": "derivation", "name": "r-sybilDynFBA-1.0.2"}, "sybilccFBA": {"_type": "derivation", "name": "r-sybilccFBA-3.0.1"}, "sybilcycleFreeFlux": {"_type": "derivation", "name": "r-sybilcycleFreeFlux-2.0.2"}, "sylcount": {"_type": "derivation", "name": "r-sylcount-0.2-4"}, "syllabifyr": {"_type": "derivation", "name": "r-syllabifyr-0.1.1"}, "sylly": {"_type": "derivation", "name": "r-sylly-0.1-6"}, "sylly_en": {"_type": "derivation", "name": "r-sylly.en-0.1-3"}, "symDMatrix": {"_type": "derivation", "name": "r-symDMatrix-2.1.1"}, "symSEM": {"_type": "derivation", "name": "r-symSEM-0.1"}, "sym_arma": {"_type": "derivation", "name": "r-sym.arma-1.0"}, "symbolicDA": {"_type": "derivation", "name": "r-symbolicDA-0.6-3"}, "symbols": {"_type": "derivation", "name": "r-symbols-1.1"}, "symengine": {"_type": "derivation", "name": "r-symengine-0.2.2"}, "symmetry": {"_type": "derivation", "name": "r-symmetry-0.2.2"}, "symmoments": {"_type": "derivation", "name": "r-symmoments-1.2.1"}, "symphony": {"_type": "derivation", "name": "r-symphony-0.1.0"}, "syn": {"_type": "derivation", "name": "r-syn-0.1.0"}, "synRNASeqNet": {"_type": "derivation", "name": "r-synRNASeqNet-1.0"}, "synapsis": {"_type": "derivation", "name": "r-synapsis-1.2.0"}, "synapter": {"_type": "derivation", "name": "r-synapter-2.20.1"}, "synapterdata": {"_type": "derivation", "name": "r-synapterdata-1.34.0"}, "synaptome_data": {"_type": "derivation", "name": "r-synaptome.data-0.99.3"}, "synaptome_db": {"_type": "derivation", "name": "r-synaptome.db-0.99.8"}, "synchronicity": {"_type": "derivation", "name": "r-synchronicity-1.3.5"}, "synchrony": {"_type": "derivation", "name": "r-synchrony-0.3.8"}, "synergyfinder": {"_type": "derivation", "name": "r-synergyfinder-3.4.5"}, "synfd": {"_type": "derivation", "name": "r-synfd-0.1.3"}, "synlet": {"_type": "derivation", "name": "r-synlet-1.26.0"}, "synlik": {"_type": "derivation", "name": "r-synlik-0.1.5"}, "synoptReg": {"_type": "derivation", "name": "r-synoptReg-1.2.1"}, "synr": {"_type": "derivation", "name": "r-synr-0.6.0"}, "syntaxr": {"_type": "derivation", "name": "r-syntaxr-0.8.0"}, "synthACS": {"_type": "derivation", "name": "r-synthACS-1.7.1"}, "synthesis": {"_type": "derivation", "name": "r-synthesis-1.2.3"}, "synthesisr": {"_type": "derivation", "name": "r-synthesisr-0.3.0"}, "synthpop": {"_type": "derivation", "name": "r-synthpop-1.8-0"}, "sys": {"_type": "derivation", "name": "r-sys-3.4.1"}, "sysfonts": {"_type": "derivation", "name": "r-sysfonts-0.8.8"}, "sysid": {"_type": "derivation", "name": "r-sysid-1.0.4"}, "syslognet": {"_type": "derivation", "name": "r-syslognet-0.1.2.1"}, "systemPipeR": {"_type": "derivation", "name": "r-systemPipeR-2.2.2"}, "systemPipeRdata": {"_type": "derivation", "name": "r-systemPipeRdata-2.0.1"}, "systemPipeShiny": {"_type": "derivation", "name": "r-systemPipeShiny-1.6.1"}, "systemPipeTools": {"_type": "derivation", "name": "r-systemPipeTools-1.4.0"}, "systemfit": {"_type": "derivation", "name": "r-systemfit-1.1-28"}, "systemfonts": {"_type": "derivation", "name": "r-systemfonts-1.0.4"}, "systemicrisk": {"_type": "derivation", "name": "r-systemicrisk-0.4.2"}, "syt": {"_type": "derivation", "name": "r-syt-0.2.0"}, "syuzhet": {"_type": "derivation", "name": "r-syuzhet-1.0.6"}, "tLOH": {"_type": "derivation", "name": "r-tLOH-1.4.0"}, "tLagInterim": {"_type": "derivation", "name": "r-tLagInterim-1.0"}, "tLagPropOdds": {"_type": "derivation", "name": "r-tLagPropOdds-1.8"}, "tRNA": {"_type": "derivation", "name": "r-tRNA-1.14.0"}, "tRNAdbImport": {"_type": "derivation", "name": "r-tRNAdbImport-1.14.0"}, "tRNAscanImport": {"_type": "derivation", "name": "r-tRNAscanImport-1.16.0"}, "tRanslatome": {"_type": "derivation", "name": "r-tRanslatome-1.34.0"}, "tRnslate": {"_type": "derivation", "name": "r-tRnslate-0.0.3"}, "tRophicPosition": {"_type": "derivation", "name": "r-tRophicPosition-0.7.7"}, "tTOlr": {"_type": "derivation", "name": "r-tTOlr-0.2"}, "taRifx": {"_type": "derivation", "name": "r-taRifx-1.0.6.2"}, "tab": {"_type": "derivation", "name": "r-tab-5.1.1"}, "tabbycat": {"_type": "derivation", "name": "r-tabbycat-0.17.0"}, "taber": {"_type": "derivation", "name": "r-taber-0.1.2"}, "tabit": {"_type": "derivation", "name": "r-tabit-0.2.1"}, "tablaxlsx": {"_type": "derivation", "name": "r-tablaxlsx-1.2.4"}, "table1": {"_type": "derivation", "name": "r-table1-1.4.2"}, "table1xls": {"_type": "derivation", "name": "r-table1xls-0.4.0"}, "tableExtra": {"_type": "derivation", "name": "r-tableExtra-1.0.1"}, "tableHTML": {"_type": "derivation", "name": "r-tableHTML-2.1.0"}, "tableMatrix": {"_type": "derivation", "name": "r-tableMatrix-0.82.0"}, "table_express": {"_type": "derivation", "name": "r-table.express-0.4.1"}, "table_glue": {"_type": "derivation", "name": "r-table.glue-0.0.2"}, "tablecompare": {"_type": "derivation", "name": "r-tablecompare-0.1.0"}, "tabledown": {"_type": "derivation", "name": "r-tabledown-0.0.3"}, "tableeasy": {"_type": "derivation", "name": "r-tableeasy-1.1.2"}, "tableone": {"_type": "derivation", "name": "r-tableone-0.13.2"}, "tablerDash": {"_type": "derivation", "name": "r-tablerDash-0.1.0"}, "tables": {"_type": "derivation", "name": "r-tables-0.9.10"}, "tableschema_r": {"_type": "derivation", "name": "r-tableschema.r-1.1.2"}, "tablesgg": {"_type": "derivation", "name": "r-tablesgg-0.8-1"}, "tablet": {"_type": "derivation", "name": "r-tablet-0.5.8"}, "tabnet": {"_type": "derivation", "name": "r-tabnet-0.3.0"}, "tabr": {"_type": "derivation", "name": "r-tabr-0.4.5"}, "tabshiftr": {"_type": "derivation", "name": "r-tabshiftr-0.4.0"}, "tabuSearch": {"_type": "derivation", "name": "r-tabuSearch-1.1.1"}, "tabula": {"_type": "derivation", "name": "r-tabula-1.8.0"}, "tabularMLC": {"_type": "derivation", "name": "r-tabularMLC-0.0.3"}, "tabularaster": {"_type": "derivation", "name": "r-tabularaster-0.7.1"}, "tabularmaps": {"_type": "derivation", "name": "r-tabularmaps-0.1.0"}, "tabulate": {"_type": "derivation", "name": "r-tabulate-0.1.0"}, "tabulator": {"_type": "derivation", "name": "r-tabulator-1.0.0"}, "tabulizer": {"_type": "derivation", "name": "r-tabulizer-0.2.2"}, "tabulizerjars": {"_type": "derivation", "name": "r-tabulizerjars-1.0.1"}, "tabulog": {"_type": "derivation", "name": "r-tabulog-0.1.1"}, "tabxplor": {"_type": "derivation", "name": "r-tabxplor-1.1.0"}, "tacmagic": {"_type": "derivation", "name": "r-tacmagic-0.3.1"}, "tactile": {"_type": "derivation", "name": "r-tactile-0.2.0"}, "tagcloud": {"_type": "derivation", "name": "r-tagcloud-0.6"}, "tailDepFun": {"_type": "derivation", "name": "r-tailDepFun-1.0.1"}, "tailTransform": {"_type": "derivation", "name": "r-tailTransform-1.0.4"}, "tailloss": {"_type": "derivation", "name": "r-tailloss-1.0"}, "taipan": {"_type": "derivation", "name": "r-taipan-0.1.2"}, "takos": {"_type": "derivation", "name": "r-takos-0.2.0"}, "tanaka": {"_type": "derivation", "name": "r-tanaka-0.3.0"}, "tanggle": {"_type": "derivation", "name": "r-tanggle-1.2.0"}, "tangles": {"_type": "derivation", "name": "r-tangles-0.8.1"}, "tangram": {"_type": "derivation", "name": "r-tangram-0.8.1"}, "tangram_pipe": {"_type": "derivation", "name": "r-tangram.pipe-1.1.2"}, "tapkee": {"_type": "derivation", "name": "r-tapkee-1.2"}, "tapnet": {"_type": "derivation", "name": "r-tapnet-0.3"}, "tarchetypes": {"_type": "derivation", "name": "r-tarchetypes-0.7.1"}, "tardis": {"_type": "derivation", "name": "r-tardis-0.1.3"}, "target": {"_type": "derivation", "name": "r-target-1.10.0"}, "targeted": {"_type": "derivation", "name": "r-targeted-0.3"}, "targets": {"_type": "derivation", "name": "r-targets-0.13.5"}, "targetscan_Hs_eg_db": {"_type": "derivation", "name": "r-targetscan.Hs.eg.db-0.6.1"}, "targetscan_Mm_eg_db": {"_type": "derivation", "name": "r-targetscan.Mm.eg.db-0.6.1"}, "tartare": {"_type": "derivation", "name": "r-tartare-1.10.0"}, "tashu": {"_type": "derivation", "name": "r-tashu-0.1.1"}, "tastypie": {"_type": "derivation", "name": "r-tastypie-0.1.0"}, "tatest": {"_type": "derivation", "name": "r-tatest-1.0"}, "tatoo": {"_type": "derivation", "name": "r-tatoo-1.1.1"}, "tau": {"_type": "derivation", "name": "r-tau-0.0-24"}, "tauturri": {"_type": "derivation", "name": "r-tauturri-0.3.0"}, "taxa": {"_type": "derivation", "name": "r-taxa-0.4.2"}, "taxadb": {"_type": "derivation", "name": "r-taxadb-0.1.6"}, "taxalight": {"_type": "derivation", "name": "r-taxalight-0.1.5"}, "taxize": {"_type": "derivation", "name": "r-taxize-0.9.100"}, "taxizedb": {"_type": "derivation", "name": "r-taxizedb-0.3.0"}, "taxlist": {"_type": "derivation", "name": "r-taxlist-0.2.3"}, "taxonbridge": {"_type": "derivation", "name": "r-taxonbridge-1.2.2"}, "taxonomizr": {"_type": "derivation", "name": "r-taxonomizr-0.9.3"}, "taxotools": {"_type": "derivation", "name": "r-taxotools-0.0.129"}, "tayloRswift": {"_type": "derivation", "name": "r-tayloRswift-0.1.0"}, "taylor": {"_type": "derivation", "name": "r-taylor-1.0.0"}, "tbart": {"_type": "derivation", "name": "r-tbart-1.0"}, "tbd": {"_type": "derivation", "name": "r-tbd-0.1.0"}, "tbl2xts": {"_type": "derivation", "name": "r-tbl2xts-1.0.4"}, "tbm": {"_type": "derivation", "name": "r-tbm-0.3-5"}, "tbma": {"_type": "derivation", "name": "r-tbma-0.1.0"}, "tboot": {"_type": "derivation", "name": "r-tboot-0.2.1"}, "tbrf": {"_type": "derivation", "name": "r-tbrf-0.1.5"}, "tcensReg": {"_type": "derivation", "name": "r-tcensReg-0.1.7"}, "tcftt": {"_type": "derivation", "name": "r-tcftt-0.1.0"}, "tcgaViz": {"_type": "derivation", "name": "r-tcgaViz-1.0.1"}, "tcgaWGBSData_hg19": {"_type": "derivation", "name": "r-tcgaWGBSData.hg19-1.12.0"}, "tci": {"_type": "derivation", "name": "r-tci-0.2.0"}, "tcl": {"_type": "derivation", "name": "r-tcl-0.1.1"}, "tcltk2": {"_type": "derivation", "name": "r-tcltk2-1.2-11"}, "tclust": {"_type": "derivation", "name": "r-tclust-1.5-2"}, "tcpl": {"_type": "derivation", "name": "r-tcpl-3.0.0"}, "tcplfit2": {"_type": "derivation", "name": "r-tcplfit2-0.1.3"}, "tcsinvest": {"_type": "derivation", "name": "r-tcsinvest-0.1.1"}, "td": {"_type": "derivation", "name": "r-td-0.0.6"}, "tdROC": {"_type": "derivation", "name": "r-tdROC-1.0"}, "tdaunif": {"_type": "derivation", "name": "r-tdaunif-0.1.0"}, "tdcmStan": {"_type": "derivation", "name": "r-tdcmStan-1.0.0"}, "tdigest": {"_type": "derivation", "name": "r-tdigest-0.4.1"}, "tdr": {"_type": "derivation", "name": "r-tdr-0.13"}, "tdsc": {"_type": "derivation", "name": "r-tdsc-1.0.3"}, "tdthap": {"_type": "derivation", "name": "r-tdthap-1.2"}, "tea": {"_type": "derivation", "name": "r-tea-1.1"}, "teachingApps": {"_type": "derivation", "name": "r-teachingApps-1.0.8"}, "tealeaves": {"_type": "derivation", "name": "r-tealeaves-1.0.6"}, "teamcolors": {"_type": "derivation", "name": "r-teamcolors-0.0.4"}, "teamr": {"_type": "derivation", "name": "r-teamr-0.0.1"}, "teda": {"_type": "derivation", "name": "r-teda-0.1.1"}, "teigen": {"_type": "derivation", "name": "r-teigen-2.2.2"}, "telefit": {"_type": "derivation", "name": "r-telefit-1.0.3"}, "telegram": {"_type": "derivation", "name": "r-telegram-0.6.0"}, "telegram_bot": {"_type": "derivation", "name": "r-telegram.bot-3.0.0"}, "telemac": {"_type": "derivation", "name": "r-telemac-0.1.1"}, "tempR": {"_type": "derivation", "name": "r-tempR-0.9.9.20"}, "tempdisagg": {"_type": "derivation", "name": "r-tempdisagg-1.0"}, "temperatureresponse": {"_type": "derivation", "name": "r-temperatureresponse-0.2"}, "templateICAr": {"_type": "derivation", "name": "r-templateICAr-0.3.1"}, "templates": {"_type": "derivation", "name": "r-templates-0.3.0"}, "templr": {"_type": "derivation", "name": "r-templr-0.2-0"}, "tempoR": {"_type": "derivation", "name": "r-tempoR-1.0.4.4"}, "tenXplore": {"_type": "derivation", "name": "r-tenXplore-1.18.1"}, "tenispolaR": {"_type": "derivation", "name": "r-tenispolaR-0.1.4"}, "tensor": {"_type": "derivation", "name": "r-tensor-1.5"}, "tensorA": {"_type": "derivation", "name": "r-tensorA-0.36.2"}, "tensorBF": {"_type": "derivation", "name": "r-tensorBF-1.0.2"}, "tensorBSS": {"_type": "derivation", "name": "r-tensorBSS-0.3.8"}, "tensorTS": {"_type": "derivation", "name": "r-tensorTS-1.0.0"}, "tensorflow": {"_type": "derivation", "name": "r-tensorflow-2.9.0"}, "tensorr": {"_type": "derivation", "name": "r-tensorr-0.1.1"}, "tensorregress": {"_type": "derivation", "name": "r-tensorregress-4.0"}, "tensorsparse": {"_type": "derivation", "name": "r-tensorsparse-3.0"}, "tensr": {"_type": "derivation", "name": "r-tensr-1.0.1"}, "tergm": {"_type": "derivation", "name": "r-tergm-4.1.0"}, "tergmLite": {"_type": "derivation", "name": "r-tergmLite-2.6.1"}, "term": {"_type": "derivation", "name": "r-term-0.3.5"}, "terminaldigits": {"_type": "derivation", "name": "r-terminaldigits-0.1.0"}, "ternarynet": {"_type": "derivation", "name": "r-ternarynet-1.40.0"}, "ternvis": {"_type": "derivation", "name": "r-ternvis-1.2"}, "terra": {"_type": "derivation", "name": "r-terra-1.6-17"}, "terraTCGAdata": {"_type": "derivation", "name": "r-terraTCGAdata-1.0.0"}, "terrainmeshr": {"_type": "derivation", "name": "r-terrainmeshr-0.1.0"}, "terrainr": {"_type": "derivation", "name": "r-terrainr-0.7.1"}, "tessellation": {"_type": "derivation", "name": "r-tessellation-2.1.0"}, "tesselle": {"_type": "derivation", "name": "r-tesselle-1.1.0"}, "tesseract": {"_type": "derivation", "name": "r-tesseract-5.1.0"}, "test1cdf": {"_type": "derivation", "name": "r-test1cdf-2.18.0"}, "test2cdf": {"_type": "derivation", "name": "r-test2cdf-2.18.0"}, "test2norm": {"_type": "derivation", "name": "r-test2norm-0.2.1"}, "test3cdf": {"_type": "derivation", "name": "r-test3cdf-2.18.0"}, "test3probe": {"_type": "derivation", "name": "r-test3probe-2.18.0"}, "testDriveR": {"_type": "derivation", "name": "r-testDriveR-0.5.2"}, "testarguments": {"_type": "derivation", "name": "r-testarguments-0.0.1"}, "testassay": {"_type": "derivation", "name": "r-testassay-0.1.1"}, "testcorr": {"_type": "derivation", "name": "r-testcorr-0.2.0"}, "testdat": {"_type": "derivation", "name": "r-testdat-0.4.1"}, "testequavar": {"_type": "derivation", "name": "r-testequavar-0.1.3"}, "tester": {"_type": "derivation", "name": "r-tester-0.1.7"}, "testforDEP": {"_type": "derivation", "name": "r-testforDEP-0.2.0"}, "testit": {"_type": "derivation", "name": "r-testit-0.13"}, "testthat": {"_type": "derivation", "name": "r-testthat-3.1.5"}, "testthis": {"_type": "derivation", "name": "r-testthis-1.1.1"}, "testtwice": {"_type": "derivation", "name": "r-testtwice-1.0.3"}, "tetraclasse": {"_type": "derivation", "name": "r-tetraclasse-0.1.21"}, "tetragon": {"_type": "derivation", "name": "r-tetragon-1.3.0"}, "texPreview": {"_type": "derivation", "name": "r-texPreview-2.0.0"}, "texmex": {"_type": "derivation", "name": "r-texmex-2.4.8"}, "texreg": {"_type": "derivation", "name": "r-texreg-1.38.6"}, "text": {"_type": "derivation", "name": "r-text-0.9.99.2"}, "text2map": {"_type": "derivation", "name": "r-text2map-0.1.6"}, "text2sdg": {"_type": "derivation", "name": "r-text2sdg-0.1.6"}, "text2speech": {"_type": "derivation", "name": "r-text2speech-0.2.13"}, "text2vec": {"_type": "derivation", "name": "r-text2vec-0.6.2"}, "textTinyR": {"_type": "derivation", "name": "r-textTinyR-1.1.7"}, "textTools": {"_type": "derivation", "name": "r-textTools-0.1.0"}, "text_alignment": {"_type": "derivation", "name": "r-text.alignment-0.1.3"}, "textcat": {"_type": "derivation", "name": "r-textcat-1.0-7"}, "textclean": {"_type": "derivation", "name": "r-textclean-0.9.3"}, "textdata": {"_type": "derivation", "name": "r-textdata-0.4.4"}, "texteffect": {"_type": "derivation", "name": "r-texteffect-0.3"}, "texter": {"_type": "derivation", "name": "r-texter-0.1.9"}, "textfeatures": {"_type": "derivation", "name": "r-textfeatures-0.3.3"}, "textgRid": {"_type": "derivation", "name": "r-textgRid-1.0.1"}, "textile": {"_type": "derivation", "name": "r-textile-0.1.4"}, "textir": {"_type": "derivation", "name": "r-textir-2.0-5"}, "textmineR": {"_type": "derivation", "name": "r-textmineR-3.0.5"}, "textometry": {"_type": "derivation", "name": "r-textometry-0.1.6"}, "textplot": {"_type": "derivation", "name": "r-textplot-0.2.2"}, "textrank": {"_type": "derivation", "name": "r-textrank-0.3.1"}, "textreadr": {"_type": "derivation", "name": "r-textreadr-1.2.0"}, "textrecipes": {"_type": "derivation", "name": "r-textrecipes-1.0.1"}, "textreg": {"_type": "derivation", "name": "r-textreg-0.1.5"}, "textreuse": {"_type": "derivation", "name": "r-textreuse-0.1.5"}, "textshape": {"_type": "derivation", "name": "r-textshape-1.7.3"}, "textshaping": {"_type": "derivation", "name": "r-textshaping-0.3.6"}, "textstem": {"_type": "derivation", "name": "r-textstem-0.1.4"}, "textutils": {"_type": "derivation", "name": "r-textutils-0.2-1"}, "tfCox": {"_type": "derivation", "name": "r-tfCox-0.1.0"}, "tfaddons": {"_type": "derivation", "name": "r-tfaddons-0.10.0"}, "tfarima": {"_type": "derivation", "name": "r-tfarima-0.3.2"}, "tfautograph": {"_type": "derivation", "name": "r-tfautograph-0.3.2"}, "tfdatasets": {"_type": "derivation", "name": "r-tfdatasets-2.9.0"}, "tfdeploy": {"_type": "derivation", "name": "r-tfdeploy-0.6.1"}, "tfer": {"_type": "derivation", "name": "r-tfer-1.3"}, "tfestimators": {"_type": "derivation", "name": "r-tfestimators-1.9.2"}, "tfhub": {"_type": "derivation", "name": "r-tfhub-0.8.1"}, "tfio": {"_type": "derivation", "name": "r-tfio-0.4.1"}, "tfplot": {"_type": "derivation", "name": "r-tfplot-2021.6-1"}, "tfprobability": {"_type": "derivation", "name": "r-tfprobability-0.15.1"}, "tframe": {"_type": "derivation", "name": "r-tframe-2015.12-1.1"}, "tframePlus": {"_type": "derivation", "name": "r-tframePlus-2022.3-1"}, "tfruns": {"_type": "derivation", "name": "r-tfruns-1.5.1"}, "tfse": {"_type": "derivation", "name": "r-tfse-0.5.0"}, "tgamtheme": {"_type": "derivation", "name": "r-tgamtheme-0.1.0"}, "tgcd": {"_type": "derivation", "name": "r-tgcd-2.5"}, "tggd": {"_type": "derivation", "name": "r-tggd-0.1.1"}, "tglkmeans": {"_type": "derivation", "name": "r-tglkmeans-0.3.5"}, "tgp": {"_type": "derivation", "name": "r-tgp-2.4-20"}, "tgram": {"_type": "derivation", "name": "r-tgram-0.2-3"}, "tgstat": {"_type": "derivation", "name": "r-tgstat-2.3.18"}, "tgver": {"_type": "derivation", "name": "r-tgver-0.3.0"}, "thaipdf": {"_type": "derivation", "name": "r-thaipdf-0.1.2"}, "thankr": {"_type": "derivation", "name": "r-thankr-1.0.0"}, "thectar": {"_type": "derivation", "name": "r-thectar-1.0.0"}, "theft": {"_type": "derivation", "name": "r-theft-0.3.9.6"}, "theiaR": {"_type": "derivation", "name": "r-theiaR-0.4.0"}, "thematic": {"_type": "derivation", "name": "r-thematic-0.1.2.1"}, "themetagenomics": {"_type": "derivation", "name": "r-themetagenomics-1.0.2"}, "themis": {"_type": "derivation", "name": "r-themis-1.0.0"}, "thermocouple": {"_type": "derivation", "name": "r-thermocouple-1.0.2"}, "thestats": {"_type": "derivation", "name": "r-thestats-0.1.0"}, "thewitcher": {"_type": "derivation", "name": "r-thewitcher-1.0.1"}, "thgenetics": {"_type": "derivation", "name": "r-thgenetics-0.4-2"}, "thickmatch": {"_type": "derivation", "name": "r-thickmatch-0.3.1"}, "thief": {"_type": "derivation", "name": "r-thief-0.3"}, "thinkr": {"_type": "derivation", "name": "r-thinkr-0.16"}, "this_path": {"_type": "derivation", "name": "r-this.path-1.0.1"}, "thor": {"_type": "derivation", "name": "r-thor-1.1.2"}, "thorn": {"_type": "derivation", "name": "r-thorn-0.2.0"}, "thredds": {"_type": "derivation", "name": "r-thredds-0.1-2"}, "threeBrain": {"_type": "derivation", "name": "r-threeBrain-0.2.7"}, "threeboost": {"_type": "derivation", "name": "r-threeboost-1.1"}, "threejs": {"_type": "derivation", "name": "r-threejs-0.3.3"}, "threesixtygiving": {"_type": "derivation", "name": "r-threesixtygiving-0.2.2"}, "threewords": {"_type": "derivation", "name": "r-threewords-0.1.0"}, "threg": {"_type": "derivation", "name": "r-threg-1.0.3"}, "thregI": {"_type": "derivation", "name": "r-thregI-1.0.4"}, "threshr": {"_type": "derivation", "name": "r-threshr-1.0.3"}, "thriftr": {"_type": "derivation", "name": "r-thriftr-1.1.7"}, "thsls": {"_type": "derivation", "name": "r-thsls-0.1"}, "thunder": {"_type": "derivation", "name": "r-thunder-0.3.0"}, "thurstonianIRT": {"_type": "derivation", "name": "r-thurstonianIRT-0.12.1"}, "tibble": {"_type": "derivation", "name": "r-tibble-3.1.8"}, "tibbletime": {"_type": "derivation", "name": "r-tibbletime-0.1.7"}, "tibblify": {"_type": "derivation", "name": "r-tibblify-0.1.0"}, "tictactoe": {"_type": "derivation", "name": "r-tictactoe-0.2.2"}, "tictoc": {"_type": "derivation", "name": "r-tictoc-1.1"}, "tidyBdE": {"_type": "derivation", "name": "r-tidyBdE-0.3.0"}, "tidyCDISC": {"_type": "derivation", "name": "r-tidyCDISC-0.1.0"}, "tidyCpp": {"_type": "derivation", "name": "r-tidyCpp-0.0.6"}, "tidyEmoji": {"_type": "derivation", "name": "r-tidyEmoji-0.1.0"}, "tidyHeatmap": {"_type": "derivation", "name": "r-tidyHeatmap-1.8.1"}, "tidyLPA": {"_type": "derivation", "name": "r-tidyLPA-1.1.0"}, "tidyMicro": {"_type": "derivation", "name": "r-tidyMicro-1.47"}, "tidyREDCap": {"_type": "derivation", "name": "r-tidyREDCap-1.0.1"}, "tidyRSS": {"_type": "derivation", "name": "r-tidyRSS-2.0.6"}, "tidySEM": {"_type": "derivation", "name": "r-tidySEM-0.2.3"}, "tidySingleCellExperiment": {"_type": "derivation", "name": "r-tidySingleCellExperiment-1.6.3"}, "tidySummarizedExperiment": {"_type": "derivation", "name": "r-tidySummarizedExperiment-1.6.1"}, "tidyUSDA": {"_type": "derivation", "name": "r-tidyUSDA-0.4.0"}, "tidybayes": {"_type": "derivation", "name": "r-tidybayes-3.0.2"}, "tidybins": {"_type": "derivation", "name": "r-tidybins-0.1.0"}, "tidyboot": {"_type": "derivation", "name": "r-tidyboot-0.1.1"}, "tidybulk": {"_type": "derivation", "name": "r-tidybulk-1.8.2"}, "tidycat": {"_type": "derivation", "name": "r-tidycat-0.1.2"}, "tidycensus": {"_type": "derivation", "name": "r-tidycensus-1.2.3"}, "tidycharts": {"_type": "derivation", "name": "r-tidycharts-0.1.3"}, "tidycmprsk": {"_type": "derivation", "name": "r-tidycmprsk-0.2.0"}, "tidycode": {"_type": "derivation", "name": "r-tidycode-0.1.1"}, "tidycomm": {"_type": "derivation", "name": "r-tidycomm-0.2.1"}, "tidycwl": {"_type": "derivation", "name": "r-tidycwl-1.0.7"}, "tidydatatutor": {"_type": "derivation", "name": "r-tidydatatutor-0.1.0"}, "tidydice": {"_type": "derivation", "name": "r-tidydice-0.1.1"}, "tidydr": {"_type": "derivation", "name": "r-tidydr-0.0.4"}, "tidyestimate": {"_type": "derivation", "name": "r-tidyestimate-1.1.0"}, "tidyfast": {"_type": "derivation", "name": "r-tidyfast-0.2.1"}, "tidyfst": {"_type": "derivation", "name": "r-tidyfst-1.7.5"}, "tidyft": {"_type": "derivation", "name": "r-tidyft-0.4.5"}, "tidygapminder": {"_type": "derivation", "name": "r-tidygapminder-0.1.1"}, "tidygate": {"_type": "derivation", "name": "r-tidygate-0.4.9"}, "tidygenomics": {"_type": "derivation", "name": "r-tidygenomics-0.1.2"}, "tidygeoRSS": {"_type": "derivation", "name": "r-tidygeoRSS-0.0.1"}, "tidygeocoder": {"_type": "derivation", "name": "r-tidygeocoder-1.0.5"}, "tidygraph": {"_type": "derivation", "name": "r-tidygraph-1.2.2"}, "tidyhydat": {"_type": "derivation", "name": "r-tidyhydat-0.5.7"}, "tidyjson": {"_type": "derivation", "name": "r-tidyjson-0.3.1"}, "tidylab": {"_type": "derivation", "name": "r-tidylab-4.1.1"}, "tidylda": {"_type": "derivation", "name": "r-tidylda-0.0.2"}, "tidylo": {"_type": "derivation", "name": "r-tidylo-0.2.0"}, "tidylog": {"_type": "derivation", "name": "r-tidylog-1.0.2"}, "tidymodels": {"_type": "derivation", "name": "r-tidymodels-1.0.0"}, "tidymv": {"_type": "derivation", "name": "r-tidymv-3.3.2"}, "tidync": {"_type": "derivation", "name": "r-tidync-0.3.0"}, "tidyndr": {"_type": "derivation", "name": "r-tidyndr-0.2.1"}, "tidypaleo": {"_type": "derivation", "name": "r-tidypaleo-0.1.2"}, "tidyplus": {"_type": "derivation", "name": "r-tidyplus-0.0.1"}, "tidypmc": {"_type": "derivation", "name": "r-tidypmc-1.7"}, "tidyposterior": {"_type": "derivation", "name": "r-tidyposterior-1.0.0"}, "tidypredict": {"_type": "derivation", "name": "r-tidypredict-0.4.9"}, "tidyquant": {"_type": "derivation", "name": "r-tidyquant-1.0.5"}, "tidyquery": {"_type": "derivation", "name": "r-tidyquery-0.2.3"}, "tidyqwi": {"_type": "derivation", "name": "r-tidyqwi-0.1.2"}, "tidyr": {"_type": "derivation", "name": "r-tidyr-1.2.1"}, "tidyrgee": {"_type": "derivation", "name": "r-tidyrgee-0.1.0"}, "tidyrules": {"_type": "derivation", "name": "r-tidyrules-0.1.5"}, "tidyselect": {"_type": "derivation", "name": "r-tidyselect-1.2.0"}, "tidyseurat": {"_type": "derivation", "name": "r-tidyseurat-0.5.3"}, "tidysmd": {"_type": "derivation", "name": "r-tidysmd-0.1.1"}, "tidysq": {"_type": "derivation", "name": "r-tidysq-1.1.3"}, "tidystats": {"_type": "derivation", "name": "r-tidystats-0.5.1"}, "tidystopwords": {"_type": "derivation", "name": "r-tidystopwords-0.9.1"}, "tidystringdist": {"_type": "derivation", "name": "r-tidystringdist-0.1.4"}, "tidysynth": {"_type": "derivation", "name": "r-tidysynth-0.1.0"}, "tidytable": {"_type": "derivation", "name": "r-tidytable-0.9.1"}, "tidytags": {"_type": "derivation", "name": "r-tidytags-1.0.3"}, "tidyterra": {"_type": "derivation", "name": "r-tidyterra-0.3.0"}, "tidytext": {"_type": "derivation", "name": "r-tidytext-0.3.4"}, "tidytidbits": {"_type": "derivation", "name": "r-tidytidbits-0.3.2"}, "tidytransit": {"_type": "derivation", "name": "r-tidytransit-1.4"}, "tidytreatment": {"_type": "derivation", "name": "r-tidytreatment-0.2.2"}, "tidytree": {"_type": "derivation", "name": "r-tidytree-0.4.1"}, "tidytuesdayR": {"_type": "derivation", "name": "r-tidytuesdayR-1.0.2"}, "tidyverse": {"_type": "derivation", "name": "r-tidyverse-1.3.2"}, "tidyvpc": {"_type": "derivation", "name": "r-tidyvpc-1.4.0"}, "tidywikidatar": {"_type": "derivation", "name": "r-tidywikidatar-0.5.4"}, "tidyxl": {"_type": "derivation", "name": "r-tidyxl-1.0.8"}, "tiff": {"_type": "derivation", "name": "r-tiff-0.1-11"}, "tiger": {"_type": "derivation", "name": "r-tiger-0.2.3.1"}, "tigerhitteR": {"_type": "derivation", "name": "r-tigerhitteR-1.1.0"}, "tigerstats": {"_type": "derivation", "name": "r-tigerstats-0.3.2"}, "tigger": {"_type": "derivation", "name": "r-tigger-1.0.1"}, "tightClust": {"_type": "derivation", "name": "r-tightClust-1.1"}, "tigre": {"_type": "derivation", "name": "r-tigre-1.50.0"}, "tigreBrowserWriter": {"_type": "derivation", "name": "r-tigreBrowserWriter-0.1.5"}, "tigris": {"_type": "derivation", "name": "r-tigris-1.6.1"}, "tiktokadsR": {"_type": "derivation", "name": "r-tiktokadsR-0.1.0"}, "tikzDevice": {"_type": "derivation", "name": "r-tikzDevice-0.12.3.1"}, "tiledb": {"_type": "derivation", "name": "r-tiledb-0.16.0"}, "tilegramsR": {"_type": "derivation", "name": "r-tilegramsR-0.2.0"}, "tilemaps": {"_type": "derivation", "name": "r-tilemaps-0.2.0"}, "tiler": {"_type": "derivation", "name": "r-tiler-0.2.5"}, "tilingArray": {"_type": "derivation", "name": "r-tilingArray-1.74.0"}, "tilting": {"_type": "derivation", "name": "r-tilting-1.1.1"}, "timbeR": {"_type": "derivation", "name": "r-timbeR-2.0.1"}, "timbr": {"_type": "derivation", "name": "r-timbr-0.1.1"}, "timeDate": {"_type": "derivation", "name": "r-timeDate-4021.106"}, "timeOmics": {"_type": "derivation", "name": "r-timeOmics-1.7.1"}, "timeR": {"_type": "derivation", "name": "r-timeR-1.2.0"}, "timeROC": {"_type": "derivation", "name": "r-timeROC-0.4"}, "timeSeq": {"_type": "derivation", "name": "r-timeSeq-1.0.4"}, "timeSeries": {"_type": "derivation", "name": "r-timeSeries-4021.105"}, "time_slots": {"_type": "derivation", "name": "r-time.slots-0.2.0"}, "timechange": {"_type": "derivation", "name": "r-timechange-0.0.2"}, "timecourse": {"_type": "derivation", "name": "r-timecourse-1.68.0"}, "timecoursedata": {"_type": "derivation", "name": "r-timecoursedata-1.6.0"}, "timedelay": {"_type": "derivation", "name": "r-timedelay-1.0.11"}, "timedeppar": {"_type": "derivation", "name": "r-timedeppar-1.0.2"}, "timeline": {"_type": "derivation", "name": "r-timeline-0.9"}, "timelineR": {"_type": "derivation", "name": "r-timelineR-1.0.0"}, "timelineS": {"_type": "derivation", "name": "r-timelineS-0.1.1"}, "timeordered": {"_type": "derivation", "name": "r-timeordered-0.9.9"}, "timeperiodsR": {"_type": "derivation", "name": "r-timeperiodsR-0.6.2"}, "timereg": {"_type": "derivation", "name": "r-timereg-2.0.3"}, "timesboot": {"_type": "derivation", "name": "r-timesboot-1.0"}, "timescape": {"_type": "derivation", "name": "r-timescape-1.20.0"}, "timeseriesdb": {"_type": "derivation", "name": "r-timeseriesdb-1.0.0-1.1.2"}, "timetk": {"_type": "derivation", "name": "r-timetk-2.8.1"}, "timetools": {"_type": "derivation", "name": "r-timetools-1.14"}, "timetree": {"_type": "derivation", "name": "r-timetree-1.0"}, "timevis": {"_type": "derivation", "name": "r-timevis-2.0.0"}, "timma": {"_type": "derivation", "name": "r-timma-1.2.1"}, "timsac": {"_type": "derivation", "name": "r-timsac-1.3.6"}, "timsr": {"_type": "derivation", "name": "r-timsr-0.0.3"}, "tinesath1cdf": {"_type": "derivation", "name": "r-tinesath1cdf-1.34.0"}, "tinesath1probe": {"_type": "derivation", "name": "r-tinesath1probe-1.34.0"}, "tinkr": {"_type": "derivation", "name": "r-tinkr-0.1.0"}, "tinsel": {"_type": "derivation", "name": "r-tinsel-0.0.1"}, "tint": {"_type": "derivation", "name": "r-tint-0.1.3"}, "tinter": {"_type": "derivation", "name": "r-tinter-0.1.0"}, "tinyProject": {"_type": "derivation", "name": "r-tinyProject-0.6.1"}, "tinyarray": {"_type": "derivation", "name": "r-tinyarray-2.2.7"}, "tinylabels": {"_type": "derivation", "name": "r-tinylabels-0.2.3"}, "tinyscholar": {"_type": "derivation", "name": "r-tinyscholar-0.1.7"}, "tinyspotifyr": {"_type": "derivation", "name": "r-tinyspotifyr-0.2.2"}, "tinytest": {"_type": "derivation", "name": "r-tinytest-1.3.1"}, "tinytex": {"_type": "derivation", "name": "r-tinytex-0.42"}, "tinytiger": {"_type": "derivation", "name": "r-tinytiger-0.0.4"}, "tipa": {"_type": "derivation", "name": "r-tipa-1.0.5"}, "tipitaka": {"_type": "derivation", "name": "r-tipitaka-0.1.2"}, "tipmap": {"_type": "derivation", "name": "r-tipmap-0.3.7"}, "tipom": {"_type": "derivation", "name": "r-tipom-1.0.2-1"}, "tippy": {"_type": "derivation", "name": "r-tippy-0.1.0"}, "tipr": {"_type": "derivation", "name": "r-tipr-1.0.1"}, "tipsae": {"_type": "derivation", "name": "r-tipsae-0.0.7"}, "tis": {"_type": "derivation", "name": "r-tis-1.39"}, "tissueTreg": {"_type": "derivation", "name": "r-tissueTreg-1.16.0"}, "titanic": {"_type": "derivation", "name": "r-titanic-0.1.0"}, "titeIR": {"_type": "derivation", "name": "r-titeIR-0.1.0"}, "titrationCurves": {"_type": "derivation", "name": "r-titrationCurves-0.1.0"}, "tkImgR": {"_type": "derivation", "name": "r-tkImgR-0.0.5"}, "tkRplotR": {"_type": "derivation", "name": "r-tkRplotR-0.1.7"}, "tkWidgets": {"_type": "derivation", "name": "r-tkWidgets-1.74.0"}, "tkrplot": {"_type": "derivation", "name": "r-tkrplot-0.0-27"}, "tlars": {"_type": "derivation", "name": "r-tlars-0.0.1"}, "tldr": {"_type": "derivation", "name": "r-tldr-0.2.3"}, "tlemix": {"_type": "derivation", "name": "r-tlemix-0.1.3"}, "tlm": {"_type": "derivation", "name": "r-tlm-0.1.5"}, "tlmec": {"_type": "derivation", "name": "r-tlmec-0.0-2"}, "tlrmvnmvt": {"_type": "derivation", "name": "r-tlrmvnmvt-1.1.2"}, "tls": {"_type": "derivation", "name": "r-tls-0.1.0"}, "tlsh": {"_type": "derivation", "name": "r-tlsh-0.1.0"}, "tm": {"_type": "derivation", "name": "r-tm-0.7-9"}, "tm1r": {"_type": "derivation", "name": "r-tm1r-1.1.8"}, "tm_plugin_alceste": {"_type": "derivation", "name": "r-tm.plugin.alceste-1.1"}, "tm_plugin_dc": {"_type": "derivation", "name": "r-tm.plugin.dc-0.2-10"}, "tm_plugin_europresse": {"_type": "derivation", "name": "r-tm.plugin.europresse-1.4"}, "tm_plugin_factiva": {"_type": "derivation", "name": "r-tm.plugin.factiva-1.8"}, "tm_plugin_koRpus": {"_type": "derivation", "name": "r-tm.plugin.koRpus-0.4-2"}, "tm_plugin_lexisnexis": {"_type": "derivation", "name": "r-tm.plugin.lexisnexis-1.4.1"}, "tm_plugin_mail": {"_type": "derivation", "name": "r-tm.plugin.mail-0.2-1"}, "tm_plugin_webmining": {"_type": "derivation", "name": "r-tm.plugin.webmining-1.3"}, "tmap": {"_type": "derivation", "name": "r-tmap-3.3-3"}, "tmaptools": {"_type": "derivation", "name": "r-tmaptools-3.1-1"}, "tmbstan": {"_type": "derivation", "name": "r-tmbstan-1.0.4"}, "tmcn": {"_type": "derivation", "name": "r-tmcn-0.2-13"}, "tmle": {"_type": "derivation", "name": "r-tmle-1.5.0.2"}, "tmle_npvi": {"_type": "derivation", "name": "r-tmle.npvi-0.10.0"}, "tmod": {"_type": "derivation", "name": "r-tmod-0.50.11"}, "tmplate": {"_type": "derivation", "name": "r-tmplate-0.0.3"}, "tmpm": {"_type": "derivation", "name": "r-tmpm-1.0.3"}, "tmsens": {"_type": "derivation", "name": "r-tmsens-0.1.0"}, "tmt": {"_type": "derivation", "name": "r-tmt-0.3.1-2"}, "tmvmixnorm": {"_type": "derivation", "name": "r-tmvmixnorm-1.1.1"}, "tmvnsim": {"_type": "derivation", "name": "r-tmvnsim-1.0-2"}, "tmvtnorm": {"_type": "derivation", "name": "r-tmvtnorm-1.5"}, "tmvtnsim": {"_type": "derivation", "name": "r-tmvtnsim-0.1.3"}, "tnet": {"_type": "derivation", "name": "r-tnet-3.0.16"}, "toOrdinal": {"_type": "derivation", "name": "r-toOrdinal-1.3-0.0"}, "toRvik": {"_type": "derivation", "name": "r-toRvik-1.1.0"}, "toastui": {"_type": "derivation", "name": "r-toastui-0.2.1"}, "tobit1": {"_type": "derivation", "name": "r-tobit1-0.1-3"}, "todor": {"_type": "derivation", "name": "r-todor-0.1.2"}, "tofsims": {"_type": "derivation", "name": "r-tofsims-1.22.0"}, "tofsimsData": {"_type": "derivation", "name": "r-tofsimsData-1.24.0"}, "togglr": {"_type": "derivation", "name": "r-togglr-0.1.99"}, "tokenbrowser": {"_type": "derivation", "name": "r-tokenbrowser-0.1.5"}, "tokenizers": {"_type": "derivation", "name": "r-tokenizers-0.2.3"}, "tokenizers_bpe": {"_type": "derivation", "name": "r-tokenizers.bpe-0.1.0"}, "tolerance": {"_type": "derivation", "name": "r-tolerance-2.0.0"}, "tomatocdf": {"_type": "derivation", "name": "r-tomatocdf-2.18.0"}, "tomatoprobe": {"_type": "derivation", "name": "r-tomatoprobe-2.18.0"}, "tomba": {"_type": "derivation", "name": "r-tomba-1.0.1"}, "tomoda": {"_type": "derivation", "name": "r-tomoda-1.6.0"}, "tomoseqr": {"_type": "derivation", "name": "r-tomoseqr-1.0.0"}, "tongfen": {"_type": "derivation", "name": "r-tongfen-0.3.5"}, "toolStability": {"_type": "derivation", "name": "r-toolStability-0.1.1"}, "toolbox": {"_type": "derivation", "name": "r-toolbox-0.1.1"}, "toolmaRk": {"_type": "derivation", "name": "r-toolmaRk-0.0.1"}, "tools4uplift": {"_type": "derivation", "name": "r-tools4uplift-1.0.0"}, "topGO": {"_type": "derivation", "name": "r-topGO-2.48.0"}, "topconfects": {"_type": "derivation", "name": "r-topconfects-1.12.0"}, "topdownr": {"_type": "derivation", "name": "r-topdownr-1.18.0"}, "topdownrdata": {"_type": "derivation", "name": "r-topdownrdata-1.18.0"}, "topdowntimeratio": {"_type": "derivation", "name": "r-topdowntimeratio-0.1.0"}, "topicdoc": {"_type": "derivation", "name": "r-topicdoc-0.1.1"}, "topicmodels": {"_type": "derivation", "name": "r-topicmodels-0.2-12"}, "topicmodels_etm": {"_type": "derivation", "name": "r-topicmodels.etm-0.1.0"}, "topmodel": {"_type": "derivation", "name": "r-topmodel-0.7.4"}, "topoDistance": {"_type": "derivation", "name": "r-topoDistance-1.0.2"}, "topologyGSA": {"_type": "derivation", "name": "r-topologyGSA-1.4.7"}, "topr": {"_type": "derivation", "name": "r-topr-1.1.0"}, "toprdata": {"_type": "derivation", "name": "r-toprdata-1.0.1"}, "topsis": {"_type": "derivation", "name": "r-topsis-1.0"}, "tor": {"_type": "derivation", "name": "r-tor-1.1.2"}, "torch": {"_type": "derivation", "name": "r-torch-0.9.0"}, "torchaudio": {"_type": "derivation", "name": "r-torchaudio-0.2.0"}, "torchdatasets": {"_type": "derivation", "name": "r-torchdatasets-0.1.0"}, "torchopt": {"_type": "derivation", "name": "r-torchopt-0.1.2"}, "torchvision": {"_type": "derivation", "name": "r-torchvision-0.4.1"}, "torchvisionlib": {"_type": "derivation", "name": "r-torchvisionlib-0.2.0"}, "tornado": {"_type": "derivation", "name": "r-tornado-0.1.1"}, "tosca": {"_type": "derivation", "name": "r-tosca-0.3-2"}, "toscmask": {"_type": "derivation", "name": "r-toscmask-1.2.3"}, "toscutil": {"_type": "derivation", "name": "r-toscutil-2.5.0"}, "tosls": {"_type": "derivation", "name": "r-tosls-1.0"}, "tosr": {"_type": "derivation", "name": "r-tosr-0.1.1"}, "totalcensus": {"_type": "derivation", "name": "r-totalcensus-0.6.6"}, "touch": {"_type": "derivation", "name": "r-touch-0.1-6"}, "touchard": {"_type": "derivation", "name": "r-touchard-2.0.1"}, "tourr": {"_type": "derivation", "name": "r-tourr-0.6.1"}, "toxEval": {"_type": "derivation", "name": "r-toxEval-1.2.0"}, "toxpiR": {"_type": "derivation", "name": "r-toxpiR-1.2.1"}, "toxtestD": {"_type": "derivation", "name": "r-toxtestD-2.0"}, "tpAUC": {"_type": "derivation", "name": "r-tpAUC-2.1.1"}, "tpfp": {"_type": "derivation", "name": "r-tpfp-0.0.1"}, "tpn": {"_type": "derivation", "name": "r-tpn-1.3"}, "tpr": {"_type": "derivation", "name": "r-tpr-0.3-3"}, "tracee": {"_type": "derivation", "name": "r-tracee-0.0.2"}, "tracer": {"_type": "derivation", "name": "r-tracer-1.0.0"}, "tracerer": {"_type": "derivation", "name": "r-tracerer-2.2.2"}, "tracheideR": {"_type": "derivation", "name": "r-tracheideR-0.1.1"}, "track": {"_type": "derivation", "name": "r-track-1.1.9"}, "track2KBA": {"_type": "derivation", "name": "r-track2KBA-1.0.3"}, "trackViewer": {"_type": "derivation", "name": "r-trackViewer-1.32.1"}, "trackdem": {"_type": "derivation", "name": "r-trackdem-0.6"}, "trackdf": {"_type": "derivation", "name": "r-trackdf-0.2.2"}, "trackdown": {"_type": "derivation", "name": "r-trackdown-1.1.1"}, "trackeR": {"_type": "derivation", "name": "r-trackeR-1.5.2"}, "trackeRapp": {"_type": "derivation", "name": "r-trackeRapp-1.2"}, "trackr": {"_type": "derivation", "name": "r-trackr-0.10.7"}, "tracktables": {"_type": "derivation", "name": "r-tracktables-1.30.0"}, "trackter": {"_type": "derivation", "name": "r-trackter-0.1.1"}, "tractor_base": {"_type": "derivation", "name": "r-tractor.base-3.3.5.1"}, "trade": {"_type": "derivation", "name": "r-trade-0.8.1"}, "tradeSeq": {"_type": "derivation", "name": "r-tradeSeq-1.10.0"}, "tradepolicy": {"_type": "derivation", "name": "r-tradepolicy-0.6.0"}, "tradestatistics": {"_type": "derivation", "name": "r-tradestatistics-4.4.0"}, "trafo": {"_type": "derivation", "name": "r-trafo-1.0.1"}, "trainR": {"_type": "derivation", "name": "r-trainR-0.0.1"}, "traineR": {"_type": "derivation", "name": "r-traineR-2.0.4"}, "traipse": {"_type": "derivation", "name": "r-traipse-0.3.0"}, "traitdataform": {"_type": "derivation", "name": "r-traitdataform-0.6.8"}, "traits": {"_type": "derivation", "name": "r-traits-0.5.0"}, "traj": {"_type": "derivation", "name": "r-traj-1.2"}, "trajeR": {"_type": "derivation", "name": "r-trajeR-0.9.0.5"}, "trajectories": {"_type": "derivation", "name": "r-trajectories-0.2-4"}, "trajr": {"_type": "derivation", "name": "r-trajr-1.4.0"}, "tram": {"_type": "derivation", "name": "r-tram-0.7-2"}, "tramME": {"_type": "derivation", "name": "r-tramME-1.0.3"}, "tramnet": {"_type": "derivation", "name": "r-tramnet-0.0-7"}, "trampoline": {"_type": "derivation", "name": "r-trampoline-0.1.1"}, "tramvs": {"_type": "derivation", "name": "r-tramvs-0.0-2"}, "tranSurv": {"_type": "derivation", "name": "r-tranSurv-1.2.2"}, "transPlotR": {"_type": "derivation", "name": "r-transPlotR-0.0.2"}, "transcribeR": {"_type": "derivation", "name": "r-transcribeR-0.0.0"}, "transcriptR": {"_type": "derivation", "name": "r-transcriptR-1.24.0"}, "transcriptogramer": {"_type": "derivation", "name": "r-transcriptogramer-1.18.0"}, "transfR": {"_type": "derivation", "name": "r-transfR-1.0.0"}, "transforEmotion": {"_type": "derivation", "name": "r-transforEmotion-0.1.1"}, "transformGamPoi": {"_type": "derivation", "name": "r-transformGamPoi-1.2.0"}, "transformmos": {"_type": "derivation", "name": "r-transformmos-0.1.0"}, "transformr": {"_type": "derivation", "name": "r-transformr-0.1.4"}, "transite": {"_type": "derivation", "name": "r-transite-1.14.0"}, "translate": {"_type": "derivation", "name": "r-translate-0.1.2"}, "translateR": {"_type": "derivation", "name": "r-translateR-1.0"}, "translation_ko": {"_type": "derivation", "name": "r-translation.ko-0.0.1.5.2"}, "transmdl": {"_type": "derivation", "name": "r-transmdl-0.1.0"}, "transmem": {"_type": "derivation", "name": "r-transmem-0.1.1"}, "transomics2cytoscape": {"_type": "derivation", "name": "r-transomics2cytoscape-1.6.1"}, "transplantr": {"_type": "derivation", "name": "r-transplantr-0.2.0"}, "transport": {"_type": "derivation", "name": "r-transport-0.12-4"}, "transx": {"_type": "derivation", "name": "r-transx-0.0.1"}, "trapezoid": {"_type": "derivation", "name": "r-trapezoid-2.0-2"}, "traseR": {"_type": "derivation", "name": "r-traseR-1.26.0"}, "traudem": {"_type": "derivation", "name": "r-traudem-1.0.1"}, "traviz": {"_type": "derivation", "name": "r-traviz-1.2.0"}, "trawl": {"_type": "derivation", "name": "r-trawl-0.2.2"}, "treasuryTR": {"_type": "derivation", "name": "r-treasuryTR-0.1.5"}, "tree": {"_type": "derivation", "name": "r-tree-1.0-42"}, "treeClust": {"_type": "derivation", "name": "r-treeClust-1.1-7"}, "treeDA": {"_type": "derivation", "name": "r-treeDA-0.0.5"}, "treePlotArea": {"_type": "derivation", "name": "r-treePlotArea-1.3.0"}, "tree_interpreter": {"_type": "derivation", "name": "r-tree.interpreter-0.1.1"}, "treebalance": {"_type": "derivation", "name": "r-treebalance-1.1.0"}, "treebase": {"_type": "derivation", "name": "r-treebase-0.1.4"}, "treeclim": {"_type": "derivation", "name": "r-treeclim-2.0.6.0"}, "treecm": {"_type": "derivation", "name": "r-treecm-1.2.2"}, "treedata_table": {"_type": "derivation", "name": "r-treedata.table-0.1.0"}, "treedater": {"_type": "derivation", "name": "r-treedater-0.5.0"}, "treeducken": {"_type": "derivation", "name": "r-treeducken-1.1.0"}, "treefit": {"_type": "derivation", "name": "r-treefit-1.0.2"}, "treeheatr": {"_type": "derivation", "name": "r-treeheatr-0.2.1"}, "treeio": {"_type": "derivation", "name": "r-treeio-1.20.2"}, "treekoR": {"_type": "derivation", "name": "r-treekoR-1.4.0"}, "treelet": {"_type": "derivation", "name": "r-treelet-1.1"}, "treeman": {"_type": "derivation", "name": "r-treeman-1.1.4"}, "treemap": {"_type": "derivation", "name": "r-treemap-2.4-3"}, "treemapify": {"_type": "derivation", "name": "r-treemapify-2.5.5"}, "treemisc": {"_type": "derivation", "name": "r-treemisc-0.0.1"}, "treenomial": {"_type": "derivation", "name": "r-treenomial-1.1.4"}, "treeperm": {"_type": "derivation", "name": "r-treeperm-1.6"}, "treeplyr": {"_type": "derivation", "name": "r-treeplyr-0.1.10"}, "treespace": {"_type": "derivation", "name": "r-treespace-1.1.4.1"}, "treestartr": {"_type": "derivation", "name": "r-treestartr-0.1.0"}, "treestructure": {"_type": "derivation", "name": "r-treestructure-0.1.0"}, "treetop": {"_type": "derivation", "name": "r-treetop-0.0.4"}, "trekcolors": {"_type": "derivation", "name": "r-trekcolors-0.1.3"}, "trekfont": {"_type": "derivation", "name": "r-trekfont-0.9.5"}, "trelliscopejs": {"_type": "derivation", "name": "r-trelliscopejs-0.2.6"}, "trelloR": {"_type": "derivation", "name": "r-trelloR-0.7.1"}, "tremendousr": {"_type": "derivation", "name": "r-tremendousr-1.0.0"}, "trena": {"_type": "derivation", "name": "r-trena-1.18.1"}, "trend": {"_type": "derivation", "name": "r-trend-1.1.4"}, "trendchange": {"_type": "derivation", "name": "r-trendchange-1.2"}, "trendeval": {"_type": "derivation", "name": "r-trendeval-0.0.1"}, "trending": {"_type": "derivation", "name": "r-trending-0.0.3"}, "trendsegmentR": {"_type": "derivation", "name": "r-trendsegmentR-1.1.0"}, "trendyy": {"_type": "derivation", "name": "r-trendyy-0.1.1"}, "trialr": {"_type": "derivation", "name": "r-trialr-0.1.5"}, "triangle": {"_type": "derivation", "name": "r-triangle-0.12"}, "triangulation": {"_type": "derivation", "name": "r-triangulation-0.5.0"}, "triangulr": {"_type": "derivation", "name": "r-triangulr-1.2.1"}, "tribe": {"_type": "derivation", "name": "r-tribe-0.1.8"}, "tricolore": {"_type": "derivation", "name": "r-tricolore-1.2.2"}, "tricycle": {"_type": "derivation", "name": "r-tricycle-1.4.0"}, "triebeard": {"_type": "derivation", "name": "r-triebeard-0.3.0"}, "trigger": {"_type": "derivation", "name": "r-trigger-1.42.0"}, "triggerstrategy": {"_type": "derivation", "name": "r-triggerstrategy-1.1.0"}, "trigpoints": {"_type": "derivation", "name": "r-trigpoints-1.0.0"}, "trimTrees": {"_type": "derivation", "name": "r-trimTrees-1.2"}, "trimcluster": {"_type": "derivation", "name": "r-trimcluster-0.1-5"}, "trimetStops": {"_type": "derivation", "name": "r-trimetStops-0.1.0"}, "trimmer": {"_type": "derivation", "name": "r-trimmer-0.8.1"}, "trimr": {"_type": "derivation", "name": "r-trimr-1.1.1"}, "trinROC": {"_type": "derivation", "name": "r-trinROC-0.6"}, "trio": {"_type": "derivation", "name": "r-trio-3.34.0"}, "trioGxE": {"_type": "derivation", "name": "r-trioGxE-0.1-1"}, "trip": {"_type": "derivation", "name": "r-trip-1.8.5"}, "tripEstimation": {"_type": "derivation", "name": "r-tripEstimation-0.0-44"}, "tripack": {"_type": "derivation", "name": "r-tripack-1.3-9.1"}, "triplex": {"_type": "derivation", "name": "r-triplex-1.36.0"}, "triplot": {"_type": "derivation", "name": "r-triplot-1.3.0"}, "tripr": {"_type": "derivation", "name": "r-tripr-1.2.0"}, "tripsAndDipR": {"_type": "derivation", "name": "r-tripsAndDipR-0.1.0"}, "triversity": {"_type": "derivation", "name": "r-triversity-1.0"}, "troopdata": {"_type": "derivation", "name": "r-troopdata-0.1.5"}, "tropAlgebra": {"_type": "derivation", "name": "r-tropAlgebra-0.1.1"}, "tropicalSparse": {"_type": "derivation", "name": "r-tropicalSparse-0.1.0"}, "trotter": {"_type": "derivation", "name": "r-trotter-0.6"}, "trouBBlme4SolveR": {"_type": "derivation", "name": "r-trouBBlme4SolveR-0.1.1"}, "trtf": {"_type": "derivation", "name": "r-trtf-0.4-0"}, "truelies": {"_type": "derivation", "name": "r-truelies-0.2.0"}, "trueskill": {"_type": "derivation", "name": "r-trueskill-0.1"}, "truh": {"_type": "derivation", "name": "r-truh-1.0.0"}, "truncSP": {"_type": "derivation", "name": "r-truncSP-1.2.2"}, "truncdist": {"_type": "derivation", "name": "r-truncdist-1.0-2"}, "truncgof": {"_type": "derivation", "name": "r-truncgof-0.6-0"}, "truncnorm": {"_type": "derivation", "name": "r-truncnorm-1.0-8"}, "truncnormbayes": {"_type": "derivation", "name": "r-truncnormbayes-0.0.2"}, "truncreg": {"_type": "derivation", "name": "r-truncreg-0.2-5"}, "trust": {"_type": "derivation", "name": "r-trust-0.1-8"}, "trustOptim": {"_type": "derivation", "name": "r-trustOptim-0.8.7.3"}, "trustedtimestamping": {"_type": "derivation", "name": "r-trustedtimestamping-0.2.6"}, "truthiness": {"_type": "derivation", "name": "r-truthiness-1.2.5"}, "tryCatchLog": {"_type": "derivation", "name": "r-tryCatchLog-1.3.1"}, "ts2net": {"_type": "derivation", "name": "r-ts2net-0.1.0"}, "tsBSS": {"_type": "derivation", "name": "r-tsBSS-1.0.0"}, "tsDyn": {"_type": "derivation", "name": "r-tsDyn-11.0.2"}, "tsModel": {"_type": "derivation", "name": "r-tsModel-0.6-1"}, "tsPI": {"_type": "derivation", "name": "r-tsPI-1.0.3"}, "tsSelect": {"_type": "derivation", "name": "r-tsSelect-0.1.8"}, "ts_extend": {"_type": "derivation", "name": "r-ts.extend-0.1.1"}, "tsallisqexp": {"_type": "derivation", "name": "r-tsallisqexp-0.9-4"}, "tsapp": {"_type": "derivation", "name": "r-tsapp-1.0.4"}, "tsbox": {"_type": "derivation", "name": "r-tsbox-0.3.1"}, "tsc": {"_type": "derivation", "name": "r-tsc-1.0-3"}, "tscR": {"_type": "derivation", "name": "r-tscR-1.8.0"}, "tscopula": {"_type": "derivation", "name": "r-tscopula-0.3.1"}, "tscount": {"_type": "derivation", "name": "r-tscount-1.4.3"}, "tsdb": {"_type": "derivation", "name": "r-tsdb-1.0-0"}, "tsdecomp": {"_type": "derivation", "name": "r-tsdecomp-0.2"}, "tsdf": {"_type": "derivation", "name": "r-tsdf-1.1-8"}, "tsdisagg2": {"_type": "derivation", "name": "r-tsdisagg2-0.1.0"}, "tsensembler": {"_type": "derivation", "name": "r-tsensembler-0.1.0"}, "tsentiment": {"_type": "derivation", "name": "r-tsentiment-1.0.4"}, "tseries": {"_type": "derivation", "name": "r-tseries-0.10-52"}, "tseriesChaos": {"_type": "derivation", "name": "r-tseriesChaos-0.1-13.1"}, "tseriesEntropy": {"_type": "derivation", "name": "r-tseriesEntropy-0.6-0"}, "tsfeatures": {"_type": "derivation", "name": "r-tsfeatures-1.1"}, "tsfgrnn": {"_type": "derivation", "name": "r-tsfgrnn-1.0.2"}, "tsfknn": {"_type": "derivation", "name": "r-tsfknn-0.5.0"}, "tsfngm": {"_type": "derivation", "name": "r-tsfngm-0.1.0"}, "tsgui": {"_type": "derivation", "name": "r-tsgui-0.2.1"}, "tsiR": {"_type": "derivation", "name": "r-tsiR-0.4.3"}, "tsibble": {"_type": "derivation", "name": "r-tsibble-1.1.3"}, "tsibbledata": {"_type": "derivation", "name": "r-tsibbledata-0.4.1"}, "tsibbletalk": {"_type": "derivation", "name": "r-tsibbletalk-0.1.0"}, "tsintermittent": {"_type": "derivation", "name": "r-tsintermittent-1.10"}, "tsmp": {"_type": "derivation", "name": "r-tsmp-0.4.15"}, "tsna": {"_type": "derivation", "name": "r-tsna-0.3.5"}, "tsne": {"_type": "derivation", "name": "r-tsne-0.1-3.1"}, "tsoutliers": {"_type": "derivation", "name": "r-tsoutliers-0.6-8"}, "tspair": {"_type": "derivation", "name": "r-tspair-1.53.0"}, "tspmeta": {"_type": "derivation", "name": "r-tspmeta-1.2"}, "tsqn": {"_type": "derivation", "name": "r-tsqn-1.0.0"}, "tsriadditive": {"_type": "derivation", "name": "r-tsriadditive-1.0.0"}, "tsrobprep": {"_type": "derivation", "name": "r-tsrobprep-0.3.2"}, "tssim": {"_type": "derivation", "name": "r-tssim-0.1.7"}, "tstools": {"_type": "derivation", "name": "r-tstools-0.4.1"}, "tsutils": {"_type": "derivation", "name": "r-tsutils-0.9.3"}, "tsviz": {"_type": "derivation", "name": "r-tsviz-0.1.0"}, "tsvr": {"_type": "derivation", "name": "r-tsvr-1.0.2"}, "tswge": {"_type": "derivation", "name": "r-tswge-2.0.0"}, "tsxtreme": {"_type": "derivation", "name": "r-tsxtreme-0.3.3"}, "ttScreening": {"_type": "derivation", "name": "r-ttScreening-1.6"}, "ttTensor": {"_type": "derivation", "name": "r-ttTensor-1.0.1"}, "ttbary": {"_type": "derivation", "name": "r-ttbary-0.3-0"}, "ttbbeer": {"_type": "derivation", "name": "r-ttbbeer-1.1.0"}, "ttcg": {"_type": "derivation", "name": "r-ttcg-1.0.1"}, "ttdo": {"_type": "derivation", "name": "r-ttdo-0.0.8"}, "ttgsea": {"_type": "derivation", "name": "r-ttgsea-1.4.0"}, "tth": {"_type": "derivation", "name": "r-tth-4.12-0-1"}, "ttservice": {"_type": "derivation", "name": "r-ttservice-0.2.2"}, "ttt": {"_type": "derivation", "name": "r-ttt-1.0"}, "tttplot": {"_type": "derivation", "name": "r-tttplot-1.1.1"}, "ttutils": {"_type": "derivation", "name": "r-ttutils-1.0-1.1"}, "ttwa": {"_type": "derivation", "name": "r-ttwa-0.8.5.1"}, "tuber": {"_type": "derivation", "name": "r-tuber-0.9.9"}, "tuberculosis": {"_type": "derivation", "name": "r-tuberculosis-1.2.0"}, "tubern": {"_type": "derivation", "name": "r-tubern-0.1.0"}, "tuckerR_mmgg": {"_type": "derivation", "name": "r-tuckerR.mmgg-1.5.1"}, "tufte": {"_type": "derivation", "name": "r-tufte-0.12"}, "tufterhandout": {"_type": "derivation", "name": "r-tufterhandout-1.2.1"}, "tukeyGH": {"_type": "derivation", "name": "r-tukeyGH-1.0.0"}, "tukeytrend": {"_type": "derivation", "name": "r-tukeytrend-0.7"}, "tumblR": {"_type": "derivation", "name": "r-tumblR-1.2"}, "tumgr": {"_type": "derivation", "name": "r-tumgr-0.0.4"}, "tune": {"_type": "derivation", "name": "r-tune-1.0.1"}, "tuneR": {"_type": "derivation", "name": "r-tuneR-1.4.1"}, "tuneRanger": {"_type": "derivation", "name": "r-tuneRanger-0.5"}, "tuple": {"_type": "derivation", "name": "r-tuple-0.4-02"}, "turboEM": {"_type": "derivation", "name": "r-turboEM-2021.1"}, "turfR": {"_type": "derivation", "name": "r-turfR-0.8-7"}, "turner": {"_type": "derivation", "name": "r-turner-0.1.7"}, "tutorial": {"_type": "derivation", "name": "r-tutorial-0.4.3"}, "tvR": {"_type": "derivation", "name": "r-tvR-0.3.2"}, "tvReg": {"_type": "derivation", "name": "r-tvReg-0.5.7"}, "tvd": {"_type": "derivation", "name": "r-tvd-0.1.0"}, "tvem": {"_type": "derivation", "name": "r-tvem-1.3.1"}, "tvgarch": {"_type": "derivation", "name": "r-tvgarch-2.2"}, "tvgeom": {"_type": "derivation", "name": "r-tvgeom-1.0.1"}, "tvm": {"_type": "derivation", "name": "r-tvm-0.5.0"}, "tvmComp": {"_type": "derivation", "name": "r-tvmComp-1.0.2"}, "tvmediation": {"_type": "derivation", "name": "r-tvmediation-1.1.0"}, "tvthemes": {"_type": "derivation", "name": "r-tvthemes-1.3.1"}, "twang": {"_type": "derivation", "name": "r-twang-2.5"}, "twangContinuous": {"_type": "derivation", "name": "r-twangContinuous-1.0.0"}, "twangMediation": {"_type": "derivation", "name": "r-twangMediation-1.2"}, "twangRDC": {"_type": "derivation", "name": "r-twangRDC-1.0"}, "tweeDEseq": {"_type": "derivation", "name": "r-tweeDEseq-1.42.0"}, "tweeDEseqCountData": {"_type": "derivation", "name": "r-tweeDEseqCountData-1.34.0"}, "tweedie": {"_type": "derivation", "name": "r-tweedie-2.3.5"}, "tweenr": {"_type": "derivation", "name": "r-tweenr-2.0.2"}, "tweetcheck": {"_type": "derivation", "name": "r-tweetcheck-0.1.0"}, "twenty48": {"_type": "derivation", "name": "r-twenty48-0.2.1"}, "twfy": {"_type": "derivation", "name": "r-twfy-0.1.0"}, "twiddler": {"_type": "derivation", "name": "r-twiddler-0.5-0"}, "twilight": {"_type": "derivation", "name": "r-twilight-1.72.0"}, "twilio": {"_type": "derivation", "name": "r-twilio-0.1.0"}, "twinning": {"_type": "derivation", "name": "r-twinning-1.0"}, "twitteR": {"_type": "derivation", "name": "r-twitteR-1.1.9"}, "twitteradsR": {"_type": "derivation", "name": "r-twitteradsR-0.1.0"}, "twitterwidget": {"_type": "derivation", "name": "r-twitterwidget-0.1.1"}, "twl": {"_type": "derivation", "name": "r-twl-1.0"}, "twn": {"_type": "derivation", "name": "r-twn-0.2.2"}, "twoddpcr": {"_type": "derivation", "name": "r-twoddpcr-1.20.0"}, "twopartm": {"_type": "derivation", "name": "r-twopartm-0.1.0"}, "twosamples": {"_type": "derivation", "name": "r-twosamples-2.0.0"}, "twosigma": {"_type": "derivation", "name": "r-twosigma-1.0.2"}, "twostageTE": {"_type": "derivation", "name": "r-twostageTE-1.3"}, "twoway": {"_type": "derivation", "name": "r-twoway-0.6.3"}, "twowaytests": {"_type": "derivation", "name": "r-twowaytests-1.1"}, "twoxtwo": {"_type": "derivation", "name": "r-twoxtwo-0.1.0"}, "txcutr": {"_type": "derivation", "name": "r-txcutr-1.2.0"}, "tximeta": {"_type": "derivation", "name": "r-tximeta-1.14.1"}, "tximport": {"_type": "derivation", "name": "r-tximport-1.24.0"}, "tximportData": {"_type": "derivation", "name": "r-tximportData-1.24.0"}, "txshift": {"_type": "derivation", "name": "r-txshift-0.3.8"}, "txtplot": {"_type": "derivation", "name": "r-txtplot-1.0-4"}, "txtq": {"_type": "derivation", "name": "r-txtq-0.2.4"}, "typed": {"_type": "derivation", "name": "r-typed-0.0.1"}, "typehint": {"_type": "derivation", "name": "r-typehint-0.1.2"}, "types": {"_type": "derivation", "name": "r-types-1.0.0"}, "typetracer": {"_type": "derivation", "name": "r-typetracer-0.1.1"}, "tzdb": {"_type": "derivation", "name": "r-tzdb-0.3.0"}, "tzupdater": {"_type": "derivation", "name": "r-tzupdater-0.1.2"}, "u133aaofav2cdf": {"_type": "derivation", "name": "r-u133aaofav2cdf-2.18.0"}, "u133x3p_db": {"_type": "derivation", "name": "r-u133x3p.db-3.2.3"}, "u133x3pcdf": {"_type": "derivation", "name": "r-u133x3pcdf-2.18.0"}, "u133x3pprobe": {"_type": "derivation", "name": "r-u133x3pprobe-2.18.0"}, "u5mr": {"_type": "derivation", "name": "r-u5mr-0.1.1"}, "uCAREChemSuiteCLI": {"_type": "derivation", "name": "r-uCAREChemSuiteCLI-0.2.0"}, "uFTIR": {"_type": "derivation", "name": "r-uFTIR-0.1.4"}, "uGMAR": {"_type": "derivation", "name": "r-uGMAR-3.4.3"}, "uHMM": {"_type": "derivation", "name": "r-uHMM-1.0"}, "uSORT": {"_type": "derivation", "name": "r-uSORT-1.22.0"}, "uaparserjs": {"_type": "derivation", "name": "r-uaparserjs-0.3.5"}, "uavRmp": {"_type": "derivation", "name": "r-uavRmp-0.6.0"}, "ubiquity": {"_type": "derivation", "name": "r-ubiquity-2.0.0"}, "ubms": {"_type": "derivation", "name": "r-ubms-1.1.0"}, "ucbthesis": {"_type": "derivation", "name": "r-ucbthesis-1.0"}, "uchardet": {"_type": "derivation", "name": "r-uchardet-1.1.0"}, "ucie": {"_type": "derivation", "name": "r-ucie-1.0.2"}, "uclust": {"_type": "derivation", "name": "r-uclust-1.0.0"}, "ucminf": {"_type": "derivation", "name": "r-ucminf-1.1-4.1"}, "udapi": {"_type": "derivation", "name": "r-udapi-0.1.3"}, "udpipe": {"_type": "derivation", "name": "r-udpipe-0.8.9"}, "udunits2": {"_type": "derivation", "name": "r-udunits2-0.13.2.1"}, "ufRisk": {"_type": "derivation", "name": "r-ufRisk-1.0.6"}, "ufs": {"_type": "derivation", "name": "r-ufs-0.5.2"}, "ugatsdb": {"_type": "derivation", "name": "r-ugatsdb-0.2.2"}, "ugomquantreg": {"_type": "derivation", "name": "r-ugomquantreg-1.0.0"}, "ui": {"_type": "derivation", "name": "r-ui-0.1.1"}, "uiucthemes": {"_type": "derivation", "name": "r-uiucthemes-0.3.1"}, "uk2us": {"_type": "derivation", "name": "r-uk2us-0.1.0"}, "ukbabynames": {"_type": "derivation", "name": "r-ukbabynames-0.3.0"}, "ukbtools": {"_type": "derivation", "name": "r-ukbtools-0.11.3"}, "ukgasapi": {"_type": "derivation", "name": "r-ukgasapi-0.21"}, "uklr": {"_type": "derivation", "name": "r-uklr-1.0.2"}, "ukpolice": {"_type": "derivation", "name": "r-ukpolice-0.2.2"}, "ulid": {"_type": "derivation", "name": "r-ulid-0.3.0"}, "umap": {"_type": "derivation", "name": "r-umap-0.2.9.0"}, "umbridge": {"_type": "derivation", "name": "r-umbridge-1.0"}, "umiAnalyzer": {"_type": "derivation", "name": "r-umiAnalyzer-1.0.0"}, "ump": {"_type": "derivation", "name": "r-ump-0.5-8"}, "umx": {"_type": "derivation", "name": "r-umx-4.15.1"}, "unbalanced": {"_type": "derivation", "name": "r-unbalanced-2.0"}, "unbalhaar": {"_type": "derivation", "name": "r-unbalhaar-2.1"}, "uncertainty": {"_type": "derivation", "name": "r-uncertainty-0.2.0"}, "uncmbb": {"_type": "derivation", "name": "r-uncmbb-0.2.2"}, "uncorbets": {"_type": "derivation", "name": "r-uncorbets-0.1.1"}, "uncoverappLib": {"_type": "derivation", "name": "r-uncoverappLib-1.6.0"}, "understandBPMN": {"_type": "derivation", "name": "r-understandBPMN-1.1.1"}, "unfoldr": {"_type": "derivation", "name": "r-unfoldr-0.7.1"}, "unglue": {"_type": "derivation", "name": "r-unglue-0.1.0"}, "ungroup": {"_type": "derivation", "name": "r-ungroup-1.4.2"}, "unheadr": {"_type": "derivation", "name": "r-unheadr-0.3.3"}, "uniReg": {"_type": "derivation", "name": "r-uniReg-1.1"}, "uni_survival_tree": {"_type": "derivation", "name": "r-uni.survival.tree-1.5"}, "uniah": {"_type": "derivation", "name": "r-uniah-1.1"}, "unifDAG": {"_type": "derivation", "name": "r-unifDAG-1.0.3"}, "unifed": {"_type": "derivation", "name": "r-unifed-1.1.6"}, "unifiedWMWqPCR": {"_type": "derivation", "name": "r-unifiedWMWqPCR-1.32.0"}, "unifir": {"_type": "derivation", "name": "r-unifir-0.2.2"}, "uniformly": {"_type": "derivation", "name": "r-uniformly-0.2.0"}, "uniftest": {"_type": "derivation", "name": "r-uniftest-1.1"}, "unikn": {"_type": "derivation", "name": "r-unikn-0.6.0"}, "unine": {"_type": "derivation", "name": "r-unine-0.2.0"}, "uniqtag": {"_type": "derivation", "name": "r-uniqtag-1.0.1"}, "unisensR": {"_type": "derivation", "name": "r-unisensR-0.3.3"}, "uniset": {"_type": "derivation", "name": "r-uniset-0.3.1"}, "uniswappeR": {"_type": "derivation", "name": "r-uniswappeR-0.6.0"}, "unitedR": {"_type": "derivation", "name": "r-unitedR-0.4"}, "unitizer": {"_type": "derivation", "name": "r-unitizer-1.4.18"}, "unitquantreg": {"_type": "derivation", "name": "r-unitquantreg-0.0.5"}, "units": {"_type": "derivation", "name": "r-units-0.8-0"}, "unittest": {"_type": "derivation", "name": "r-unittest-1.5-3"}, "univOutl": {"_type": "derivation", "name": "r-univOutl-0.4"}, "unival": {"_type": "derivation", "name": "r-unival-1.1.0"}, "univariateML": {"_type": "derivation", "name": "r-univariateML-1.1.1"}, "universalmotif": {"_type": "derivation", "name": "r-universalmotif-1.14.1"}, "universals": {"_type": "derivation", "name": "r-universals-0.0.5"}, "unix": {"_type": "derivation", "name": "r-unix-1.5.5"}, "unjoin": {"_type": "derivation", "name": "r-unjoin-0.1.0"}, "unmarked": {"_type": "derivation", "name": "r-unmarked-1.2.5"}, "unnest": {"_type": "derivation", "name": "r-unnest-0.0.3"}, "unpivotr": {"_type": "derivation", "name": "r-unpivotr-0.6.2"}, "unrepx": {"_type": "derivation", "name": "r-unrepx-1.0-2"}, "unrtf": {"_type": "derivation", "name": "r-unrtf-1.4.2"}, "unstruwwel": {"_type": "derivation", "name": "r-unstruwwel-0.2.0"}, "unsystation": {"_type": "derivation", "name": "r-unsystation-0.2.0"}, "untb": {"_type": "derivation", "name": "r-untb-1.7-4"}, "unusualprofile": {"_type": "derivation", "name": "r-unusualprofile-0.1.0"}, "unvotes": {"_type": "derivation", "name": "r-unvotes-0.3.0"}, "updateObject": {"_type": "derivation", "name": "r-updateObject-1.0.0"}, "updater": {"_type": "derivation", "name": "r-updater-0.1.1"}, "updog": {"_type": "derivation", "name": "r-updog-2.1.3"}, "uplift": {"_type": "derivation", "name": "r-uplift-0.3.5"}, "uplifteval": {"_type": "derivation", "name": "r-uplifteval-0.1.0"}, "upsetjs": {"_type": "derivation", "name": "r-upsetjs-1.11.1"}, "upstartr": {"_type": "derivation", "name": "r-upstartr-0.1.1"}, "uptasticsearch": {"_type": "derivation", "name": "r-uptasticsearch-0.4.0"}, "uptimeRobot": {"_type": "derivation", "name": "r-uptimeRobot-1.0.0"}, "urbin": {"_type": "derivation", "name": "r-urbin-0.1-12"}, "urca": {"_type": "derivation", "name": "r-urca-1.3-3"}, "urlchecker": {"_type": "derivation", "name": "r-urlchecker-1.0.1"}, "urlshorteneR": {"_type": "derivation", "name": "r-urlshorteneR-1.5.7"}, "urltools": {"_type": "derivation", "name": "r-urltools-1.7.3"}, "uroot": {"_type": "derivation", "name": "r-uroot-2.1-2"}, "ursa": {"_type": "derivation", "name": "r-ursa-3.9.7"}, "us_census_geoheader": {"_type": "derivation", "name": "r-us.census.geoheader-1.0.2"}, "usa": {"_type": "derivation", "name": "r-usa-0.1.0"}, "uscoauditlog": {"_type": "derivation", "name": "r-uscoauditlog-1.0.3"}, "usdampr": {"_type": "derivation", "name": "r-usdampr-1.0.1"}, "usdarnass": {"_type": "derivation", "name": "r-usdarnass-0.1.0"}, "usdata": {"_type": "derivation", "name": "r-usdata-0.2.0"}, "usdm": {"_type": "derivation", "name": "r-usdm-1.1-18"}, "usedist": {"_type": "derivation", "name": "r-usedist-0.4.0"}, "useful": {"_type": "derivation", "name": "r-useful-1.2.6"}, "usefun": {"_type": "derivation", "name": "r-usefun-0.4.8"}, "usemodels": {"_type": "derivation", "name": "r-usemodels-0.2.0"}, "usethat": {"_type": "derivation", "name": "r-usethat-0.3.0"}, "usethis": {"_type": "derivation", "name": "r-usethis-2.1.6"}, "usethis2": {"_type": "derivation", "name": "r-usethis2-0.2.0"}, "usfertilizer": {"_type": "derivation", "name": "r-usfertilizer-0.1.5"}, "ushr": {"_type": "derivation", "name": "r-ushr-0.2.3"}, "usincometaxes": {"_type": "derivation", "name": "r-usincometaxes-0.5.3"}, "uskewFactors": {"_type": "derivation", "name": "r-uskewFactors-2.0"}, "usl": {"_type": "derivation", "name": "r-usl-3.0.3"}, "usmap": {"_type": "derivation", "name": "r-usmap-0.6.0"}, "usmapdata": {"_type": "derivation", "name": "r-usmapdata-0.1.0"}, "ustfd": {"_type": "derivation", "name": "r-ustfd-0.1.1"}, "ustyc": {"_type": "derivation", "name": "r-ustyc-1.0.0"}, "utc": {"_type": "derivation", "name": "r-utc-0.1.5"}, "utf8": {"_type": "derivation", "name": "r-utf8-1.2.2"}, "utile_tables": {"_type": "derivation", "name": "r-utile.tables-0.2.1"}, "utile_tools": {"_type": "derivation", "name": "r-utile.tools-0.2.7"}, "utile_visuals": {"_type": "derivation", "name": "r-utile.visuals-0.3.1"}, "utilities": {"_type": "derivation", "name": "r-utilities-0.6.1"}, "utility": {"_type": "derivation", "name": "r-utility-1.4.5"}, "utilityFunctionTools": {"_type": "derivation", "name": "r-utilityFunctionTools-0.1.1"}, "utilsIPEA": {"_type": "derivation", "name": "r-utilsIPEA-0.0.6"}, "utiml": {"_type": "derivation", "name": "r-utiml-0.1.7"}, "utr_annotation": {"_type": "derivation", "name": "r-utr.annotation-1.0.4"}, "uuid": {"_type": "derivation", "name": "r-uuid-1.1-0"}, "uwedragon": {"_type": "derivation", "name": "r-uwedragon-0.1.0"}, "uwo4419": {"_type": "derivation", "name": "r-uwo4419-0.3.0"}, "uwot": {"_type": "derivation", "name": "r-uwot-0.1.14"}, "uxr": {"_type": "derivation", "name": "r-uxr-0.1.2"}, "vICC": {"_type": "derivation", "name": "r-vICC-1.0.0"}, "vacuum": {"_type": "derivation", "name": "r-vacuum-0.1.0"}, "vader": {"_type": "derivation", "name": "r-vader-0.2.1"}, "vaersNDvax": {"_type": "derivation", "name": "r-vaersNDvax-1.0.4"}, "vaersvax": {"_type": "derivation", "name": "r-vaersvax-1.0.5"}, "vagalumeR": {"_type": "derivation", "name": "r-vagalumeR-0.1.6"}, "vagam": {"_type": "derivation", "name": "r-vagam-1.1"}, "valaddin": {"_type": "derivation", "name": "r-valaddin-1.0.1"}, "valection": {"_type": "derivation", "name": "r-valection-1.0.0"}, "valet": {"_type": "derivation", "name": "r-valet-0.9.0"}, "valhallr": {"_type": "derivation", "name": "r-valhallr-0.1.0"}, "validann": {"_type": "derivation", "name": "r-validann-1.2.1"}, "validata": {"_type": "derivation", "name": "r-validata-0.1.0"}, "validate": {"_type": "derivation", "name": "r-validate-1.1.1"}, "validateRS": {"_type": "derivation", "name": "r-validateRS-1.0.0"}, "validatedb": {"_type": "derivation", "name": "r-validatedb-0.1.4"}, "validatetools": {"_type": "derivation", "name": "r-validatetools-0.5.0"}, "valmetrics": {"_type": "derivation", "name": "r-valmetrics-1.0.0"}, "valorate": {"_type": "derivation", "name": "r-valorate-1.0-1"}, "valottery": {"_type": "derivation", "name": "r-valottery-0.0.1"}, "valr": {"_type": "derivation", "name": "r-valr-0.6.6"}, "valse": {"_type": "derivation", "name": "r-valse-0.1-0"}, "valueEQ5D": {"_type": "derivation", "name": "r-valueEQ5D-0.7.2"}, "valuemap": {"_type": "derivation", "name": "r-valuemap-2.0.4"}, "valuer": {"_type": "derivation", "name": "r-valuer-1.1.2"}, "vamc": {"_type": "derivation", "name": "r-vamc-0.2.1"}, "vampyr": {"_type": "derivation", "name": "r-vampyr-1.1.1"}, "vandalico": {"_type": "derivation", "name": "r-vandalico-0.0.1"}, "vanddraabe": {"_type": "derivation", "name": "r-vanddraabe-1.1.1"}, "vangogh": {"_type": "derivation", "name": "r-vangogh-0.1.1"}, "vannstats": {"_type": "derivation", "name": "r-vannstats-1.2.7.14"}, "vanquish": {"_type": "derivation", "name": "r-vanquish-1.0.0"}, "vapour": {"_type": "derivation", "name": "r-vapour-0.8.5"}, "varEst": {"_type": "derivation", "name": "r-varEst-0.1.0"}, "varImp": {"_type": "derivation", "name": "r-varImp-0.4"}, "varSel": {"_type": "derivation", "name": "r-varSel-0.2"}, "varSelRF": {"_type": "derivation", "name": "r-varSelRF-0.7-8"}, "varTestnlme": {"_type": "derivation", "name": "r-varTestnlme-1.3.1"}, "varband": {"_type": "derivation", "name": "r-varband-0.9.0"}, "varbin": {"_type": "derivation", "name": "r-varbin-0.2.1"}, "varbvs": {"_type": "derivation", "name": "r-varbvs-2.5-16"}, "varclust": {"_type": "derivation", "name": "r-varclust-0.9.4"}, "vardiag": {"_type": "derivation", "name": "r-vardiag-0.2-1"}, "vardpoor": {"_type": "derivation", "name": "r-vardpoor-0.20.1"}, "varhandle": {"_type": "derivation", "name": "r-varhandle-2.0.5"}, "variability": {"_type": "derivation", "name": "r-variability-0.1.0"}, "variables": {"_type": "derivation", "name": "r-variables-1.1-1"}, "varian": {"_type": "derivation", "name": "r-varian-0.2.2"}, "variancePartition": {"_type": "derivation", "name": "r-variancePartition-1.26.0"}, "variantspark": {"_type": "derivation", "name": "r-variantspark-0.1.1"}, "variosig": {"_type": "derivation", "name": "r-variosig-0.3-1"}, "varitas": {"_type": "derivation", "name": "r-varitas-0.0.2"}, "varjmcm": {"_type": "derivation", "name": "r-varjmcm-0.1.1"}, "varrank": {"_type": "derivation", "name": "r-varrank-0.5"}, "vars": {"_type": "derivation", "name": "r-vars-1.5-6"}, "varsExplore": {"_type": "derivation", "name": "r-varsExplore-0.3.0"}, "varycoef": {"_type": "derivation", "name": "r-varycoef-0.3.4"}, "vasicek": {"_type": "derivation", "name": "r-vasicek-0.0.3"}, "vasicekreg": {"_type": "derivation", "name": "r-vasicekreg-1.0.1"}, "vaultr": {"_type": "derivation", "name": "r-vaultr-1.1.1"}, "vbdm": {"_type": "derivation", "name": "r-vbdm-0.0.4"}, "vbmp": {"_type": "derivation", "name": "r-vbmp-1.64.0"}, "vbsr": {"_type": "derivation", "name": "r-vbsr-0.0.5"}, "vccp": {"_type": "derivation", "name": "r-vccp-0.1.1"}, "vcd": {"_type": "derivation", "name": "r-vcd-1.4-10"}, "vcdExtra": {"_type": "derivation", "name": "r-vcdExtra-0.8-0"}, "vcfR": {"_type": "derivation", "name": "r-vcfR-1.13.0"}, "vcmeta": {"_type": "derivation", "name": "r-vcmeta-1.1.0"}, "vcov": {"_type": "derivation", "name": "r-vcov-0.0.1"}, "vcpen": {"_type": "derivation", "name": "r-vcpen-1.9"}, "vcr": {"_type": "derivation", "name": "r-vcr-1.0.2"}, "vcrpart": {"_type": "derivation", "name": "r-vcrpart-1.0-4"}, "vctrs": {"_type": "derivation", "name": "r-vctrs-0.5.0"}, "vcvComp": {"_type": "derivation", "name": "r-vcvComp-1.0.2"}, "vdar": {"_type": "derivation", "name": "r-vdar-0.1.3-2"}, "vdg": {"_type": "derivation", "name": "r-vdg-1.2.2"}, "vdiffr": {"_type": "derivation", "name": "r-vdiffr-1.0.4"}, "vdra": {"_type": "derivation", "name": "r-vdra-1.0.0"}, "vec2dtransf": {"_type": "derivation", "name": "r-vec2dtransf-1.1.2"}, "veccompare": {"_type": "derivation", "name": "r-veccompare-0.1.0"}, "vecsets": {"_type": "derivation", "name": "r-vecsets-1.3"}, "vectorwavelet": {"_type": "derivation", "name": "r-vectorwavelet-0.1.0"}, "vegalite": {"_type": "derivation", "name": "r-vegalite-0.6.1"}, "vegan": {"_type": "derivation", "name": "r-vegan-2.6-4"}, "vegan3d": {"_type": "derivation", "name": "r-vegan3d-1.1-2"}, "vegawidget": {"_type": "derivation", "name": "r-vegawidget-0.4.2"}, "vegclust": {"_type": "derivation", "name": "r-vegclust-2.0.2"}, "vegdata": {"_type": "derivation", "name": "r-vegdata-0.9.11.3"}, "vegperiod": {"_type": "derivation", "name": "r-vegperiod-0.3.1"}, "vegtable": {"_type": "derivation", "name": "r-vegtable-0.1.7"}, "vein": {"_type": "derivation", "name": "r-vein-0.9.9"}, "velociraptor": {"_type": "derivation", "name": "r-velociraptor-1.6.0"}, "velociraptr": {"_type": "derivation", "name": "r-velociraptr-1.1.0"}, "veloviz": {"_type": "derivation", "name": "r-veloviz-1.2.1"}, "vembedr": {"_type": "derivation", "name": "r-vembedr-0.1.5"}, "venn": {"_type": "derivation", "name": "r-venn-1.11"}, "vennLasso": {"_type": "derivation", "name": "r-vennLasso-0.1.6"}, "venneuler": {"_type": "derivation", "name": "r-venneuler-1.1-3"}, "vennplot": {"_type": "derivation", "name": "r-vennplot-1.0"}, "verbaliseR": {"_type": "derivation", "name": "r-verbaliseR-0.1"}, "verbalisr": {"_type": "derivation", "name": "r-verbalisr-0.4.0"}, "verhoeff": {"_type": "derivation", "name": "r-verhoeff-0.4.0"}, "verification": {"_type": "derivation", "name": "r-verification-1.42"}, "versions": {"_type": "derivation", "name": "r-versions-0.3"}, "versionsort": {"_type": "derivation", "name": "r-versionsort-1.1.0"}, "vertexenum": {"_type": "derivation", "name": "r-vertexenum-1.0.2"}, "vesselr": {"_type": "derivation", "name": "r-vesselr-0.2.1"}, "vetiver": {"_type": "derivation", "name": "r-vetiver-0.1.8"}, "vetools": {"_type": "derivation", "name": "r-vetools-1.3-28"}, "vetr": {"_type": "derivation", "name": "r-vetr-0.2.14"}, "vfcp": {"_type": "derivation", "name": "r-vfcp-1.4.0"}, "vfinputs": {"_type": "derivation", "name": "r-vfinputs-0.1.0"}, "vfprogression": {"_type": "derivation", "name": "r-vfprogression-0.7.1"}, "vglmer": {"_type": "derivation", "name": "r-vglmer-1.0.3"}, "vhcub": {"_type": "derivation", "name": "r-vhcub-1.0.0"}, "vhica": {"_type": "derivation", "name": "r-vhica-0.2.7"}, "viafr": {"_type": "derivation", "name": "r-viafr-0.3.0"}, "vici": {"_type": "derivation", "name": "r-vici-0.6.0"}, "video": {"_type": "derivation", "name": "r-video-0.1.0"}, "vidger": {"_type": "derivation", "name": "r-vidger-1.16.0"}, "vietnamcode": {"_type": "derivation", "name": "r-vietnamcode-0.1.1"}, "vietnameseConverter": {"_type": "derivation", "name": "r-vietnameseConverter-0.4.0"}, "viewpoly": {"_type": "derivation", "name": "r-viewpoly-0.3.1"}, "viewshed3d": {"_type": "derivation", "name": "r-viewshed3d-4.0.0"}, "viking": {"_type": "derivation", "name": "r-viking-1.0.0"}, "villager": {"_type": "derivation", "name": "r-villager-1.1.1"}, "vimp": {"_type": "derivation", "name": "r-vimp-2.2.5"}, "vimpclust": {"_type": "derivation", "name": "r-vimpclust-0.1.0"}, "vindecodr": {"_type": "derivation", "name": "r-vindecodr-0.1.1"}, "vinereg": {"_type": "derivation", "name": "r-vinereg-0.8.3"}, "vines": {"_type": "derivation", "name": "r-vines-1.1.5"}, "violinplotter": {"_type": "derivation", "name": "r-violinplotter-3.0.1"}, "vioplot": {"_type": "derivation", "name": "r-vioplot-0.3.7"}, "viopoints": {"_type": "derivation", "name": "r-viopoints-0.2-1"}, "vip": {"_type": "derivation", "name": "r-vip-0.3.2"}, "viper": {"_type": "derivation", "name": "r-viper-1.30.0"}, "vipor": {"_type": "derivation", "name": "r-vipor-0.4.5"}, "viridis": {"_type": "derivation", "name": "r-viridis-0.6.2"}, "viridisLite": {"_type": "derivation", "name": "r-viridisLite-0.4.1"}, "virtualPollen": {"_type": "derivation", "name": "r-virtualPollen-1.0.1"}, "virtualspecies": {"_type": "derivation", "name": "r-virtualspecies-1.5.1"}, "virtuoso": {"_type": "derivation", "name": "r-virtuoso-0.1.8"}, "virustotal": {"_type": "derivation", "name": "r-virustotal-0.2.2"}, "visNetwork": {"_type": "derivation", "name": "r-visNetwork-2.1.2"}, "visR": {"_type": "derivation", "name": "r-visR-0.3.1"}, "visStatistics": {"_type": "derivation", "name": "r-visStatistics-0.1.1"}, "visTree": {"_type": "derivation", "name": "r-visTree-0.8.1"}, "visa": {"_type": "derivation", "name": "r-visa-0.1.0"}, "visaOTR": {"_type": "derivation", "name": "r-visaOTR-0.1.0"}, "visachartR": {"_type": "derivation", "name": "r-visachartR-2.1.2"}, "visae": {"_type": "derivation", "name": "r-visae-0.2.0"}, "viscomplexr": {"_type": "derivation", "name": "r-viscomplexr-1.1.1"}, "visdat": {"_type": "derivation", "name": "r-visdat-0.5.3"}, "visit": {"_type": "derivation", "name": "r-visit-2.1"}, "visreg": {"_type": "derivation", "name": "r-visreg-2.7.0"}, "vissE": {"_type": "derivation", "name": "r-vissE-1.4.0"}, "vistime": {"_type": "derivation", "name": "r-vistime-1.2.3"}, "vistla": {"_type": "derivation", "name": "r-vistla-1.0.0"}, "vistributions": {"_type": "derivation", "name": "r-vistributions-0.1.2"}, "visualFields": {"_type": "derivation", "name": "r-visualFields-1.0.1"}, "visualize": {"_type": "derivation", "name": "r-visualize-4.4.0"}, "visualpred": {"_type": "derivation", "name": "r-visualpred-0.1.0"}, "visvow": {"_type": "derivation", "name": "r-visvow-1.3.5"}, "visxhclust": {"_type": "derivation", "name": "r-visxhclust-1.0.0"}, "vita": {"_type": "derivation", "name": "r-vita-1.0.0"}, "vitae": {"_type": "derivation", "name": "r-vitae-0.5.2"}, "vitality": {"_type": "derivation", "name": "r-vitality-1.3"}, "vitisviniferacdf": {"_type": "derivation", "name": "r-vitisviniferacdf-2.18.0"}, "vitisviniferaprobe": {"_type": "derivation", "name": "r-vitisviniferaprobe-2.18.0"}, "vivainsights": {"_type": "derivation", "name": "r-vivainsights-0.1.0"}, "vivid": {"_type": "derivation", "name": "r-vivid-0.2.3"}, "vivo": {"_type": "derivation", "name": "r-vivo-0.2.1"}, "vizdraws": {"_type": "derivation", "name": "r-vizdraws-1.2"}, "vkR": {"_type": "derivation", "name": "r-vkR-0.2"}, "vlad": {"_type": "derivation", "name": "r-vlad-0.2.2"}, "vlda": {"_type": "derivation", "name": "r-vlda-1.1.5"}, "vmd": {"_type": "derivation", "name": "r-vmd-0.1.0"}, "vmdTDNN": {"_type": "derivation", "name": "r-vmdTDNN-0.1.1"}, "vmeasur": {"_type": "derivation", "name": "r-vmeasur-0.1.4"}, "vmr": {"_type": "derivation", "name": "r-vmr-0.0.5"}, "vmsbase": {"_type": "derivation", "name": "r-vmsbase-2.2.1"}, "vntrs": {"_type": "derivation", "name": "r-vntrs-0.1.0"}, "vocaldia": {"_type": "derivation", "name": "r-vocaldia-0.8.4"}, "voice": {"_type": "derivation", "name": "r-voice-0.4.14"}, "volatilityTrader": {"_type": "derivation", "name": "r-volatilityTrader-1.0.1"}, "volcano3D": {"_type": "derivation", "name": "r-volcano3D-2.0.8"}, "volesti": {"_type": "derivation", "name": "r-volesti-1.1.2-3"}, "volleystat": {"_type": "derivation", "name": "r-volleystat-0.2.0"}, "voluModel": {"_type": "derivation", "name": "r-voluModel-0.1.6"}, "voronoiTreemap": {"_type": "derivation", "name": "r-voronoiTreemap-0.2.0"}, "vortexR": {"_type": "derivation", "name": "r-vortexR-1.1.7"}, "vortexRdata": {"_type": "derivation", "name": "r-vortexRdata-1.0.5"}, "vosonSML": {"_type": "derivation", "name": "r-vosonSML-0.32.7"}, "voson_tcn": {"_type": "derivation", "name": "r-voson.tcn-0.5.0"}, "vote": {"_type": "derivation", "name": "r-vote-2.3-2"}, "voteogram": {"_type": "derivation", "name": "r-voteogram-0.3.1"}, "votesmart": {"_type": "derivation", "name": "r-votesmart-0.1.0"}, "votesys": {"_type": "derivation", "name": "r-votesys-0.1.1"}, "vottrans": {"_type": "derivation", "name": "r-vottrans-1.0"}, "vov": {"_type": "derivation", "name": "r-vov-0.1.2"}, "vowels": {"_type": "derivation", "name": "r-vowels-1.2-2"}, "vows": {"_type": "derivation", "name": "r-vows-0.5"}, "voxel": {"_type": "derivation", "name": "r-voxel-1.3.5"}, "vpc": {"_type": "derivation", "name": "r-vpc-1.2.2"}, "vprr": {"_type": "derivation", "name": "r-vprr-0.2.3"}, "vrcp": {"_type": "derivation", "name": "r-vrcp-0.1.1"}, "vrmlgen": {"_type": "derivation", "name": "r-vrmlgen-1.4.9"}, "vrnmf": {"_type": "derivation", "name": "r-vrnmf-1.0.2"}, "vroom": {"_type": "derivation", "name": "r-vroom-1.6.0"}, "vrtest": {"_type": "derivation", "name": "r-vrtest-1.1"}, "vscc": {"_type": "derivation", "name": "r-vscc-0.4"}, "vsd": {"_type": "derivation", "name": "r-vsd-0.1.0"}, "vsgoftest": {"_type": "derivation", "name": "r-vsgoftest-1.0-1"}, "vsn": {"_type": "derivation", "name": "r-vsn-3.64.0"}, "vsp": {"_type": "derivation", "name": "r-vsp-0.1.0"}, "vstsr": {"_type": "derivation", "name": "r-vstsr-1.1.0"}, "vtable": {"_type": "derivation", "name": "r-vtable-1.3.4"}, "vtpnet": {"_type": "derivation", "name": "r-vtpnet-0.36.0"}, "vtreat": {"_type": "derivation", "name": "r-vtreat-1.6.3"}, "vtree": {"_type": "derivation", "name": "r-vtree-5.4.6"}, "vtype": {"_type": "derivation", "name": "r-vtype-0.8"}, "vudc": {"_type": "derivation", "name": "r-vudc-1.1"}, "vueR": {"_type": "derivation", "name": "r-vueR-0.5.3"}, "vulcan": {"_type": "derivation", "name": "r-vulcan-1.18.0"}, "vulcandata": {"_type": "derivation", "name": "r-vulcandata-1.18.0"}, "vwline": {"_type": "derivation", "name": "r-vwline-0.2-2"}, "vwr": {"_type": "derivation", "name": "r-vwr-0.3.0"}, "wBoot": {"_type": "derivation", "name": "r-wBoot-1.0.3"}, "wCorr": {"_type": "derivation", "name": "r-wCorr-1.9.5"}, "wINEQ": {"_type": "derivation", "name": "r-wINEQ-1.0.1"}, "wISAM": {"_type": "derivation", "name": "r-wISAM-0.2.8"}, "wNNSel": {"_type": "derivation", "name": "r-wNNSel-0.1"}, "wPerm": {"_type": "derivation", "name": "r-wPerm-1.0.1"}, "wSVM": {"_type": "derivation", "name": "r-wSVM-0.1-7"}, "wTO": {"_type": "derivation", "name": "r-wTO-2.0.1"}, "waccR": {"_type": "derivation", "name": "r-waccR-0.1.0"}, "wacolors": {"_type": "derivation", "name": "r-wacolors-0.3.1"}, "wactor": {"_type": "derivation", "name": "r-wactor-0.0.1"}, "waddR": {"_type": "derivation", "name": "r-waddR-1.10.0"}, "waffle": {"_type": "derivation", "name": "r-waffle-0.7.0"}, "wahc": {"_type": "derivation", "name": "r-wahc-1.0"}, "waiter": {"_type": "derivation", "name": "r-waiter-0.2.5"}, "wakefield": {"_type": "derivation", "name": "r-wakefield-0.3.6"}, "wal": {"_type": "derivation", "name": "r-wal-0.1.0"}, "waldo": {"_type": "derivation", "name": "r-waldo-0.4.0"}, "walker": {"_type": "derivation", "name": "r-walker-1.0.6-1"}, "walkscoreAPI": {"_type": "derivation", "name": "r-walkscoreAPI-1.2"}, "wallace": {"_type": "derivation", "name": "r-wallace-1.1.3"}, "wally": {"_type": "derivation", "name": "r-wally-1.0.10"}, "walmartAPI": {"_type": "derivation", "name": "r-walmartAPI-0.1.5"}, "walrus": {"_type": "derivation", "name": "r-walrus-1.0.5"}, "wand": {"_type": "derivation", "name": "r-wand-0.5.0"}, "warabandi": {"_type": "derivation", "name": "r-warabandi-0.1.0"}, "warbleR": {"_type": "derivation", "name": "r-warbleR-1.1.27"}, "warp": {"_type": "derivation", "name": "r-warp-0.2.0"}, "warpMix": {"_type": "derivation", "name": "r-warpMix-0.1.0"}, "washdata": {"_type": "derivation", "name": "r-washdata-0.1.3"}, "washeR": {"_type": "derivation", "name": "r-washeR-0.1.3"}, "washex": {"_type": "derivation", "name": "r-washex-1.2.0"}, "waspr": {"_type": "derivation", "name": "r-waspr-1.0.0"}, "wateRmelon": {"_type": "derivation", "name": "r-wateRmelon-2.2.0"}, "water": {"_type": "derivation", "name": "r-water-0.8"}, "waterData": {"_type": "derivation", "name": "r-waterData-1.0.8"}, "waterYearType": {"_type": "derivation", "name": "r-waterYearType-1.0.1"}, "waterfall": {"_type": "derivation", "name": "r-waterfall-1.0.2"}, "waterfalls": {"_type": "derivation", "name": "r-waterfalls-0.1.2"}, "waterquality": {"_type": "derivation", "name": "r-waterquality-0.3.0"}, "watson": {"_type": "derivation", "name": "r-watson-0.1"}, "wavClusteR": {"_type": "derivation", "name": "r-wavClusteR-2.30.0"}, "wavScalogram": {"_type": "derivation", "name": "r-wavScalogram-1.1.1"}, "waveband": {"_type": "derivation", "name": "r-waveband-4.7.1"}, "waved": {"_type": "derivation", "name": "r-waved-1.2"}, "wavefunction": {"_type": "derivation", "name": "r-wavefunction-1.0.0"}, "wavelets": {"_type": "derivation", "name": "r-wavelets-0.3-0.2"}, "wavemulcor": {"_type": "derivation", "name": "r-wavemulcor-3.1.2"}, "waver": {"_type": "derivation", "name": "r-waver-0.2.1"}, "waves": {"_type": "derivation", "name": "r-waves-0.2.4"}, "waveslim": {"_type": "derivation", "name": "r-waveslim-1.8.4"}, "wavethresh": {"_type": "derivation", "name": "r-wavethresh-4.7.0"}, "waydown": {"_type": "derivation", "name": "r-waydown-1.1.0"}, "waywiser": {"_type": "derivation", "name": "r-waywiser-0.2.0"}, "wbacon": {"_type": "derivation", "name": "r-wbacon-0.6"}, "wbs": {"_type": "derivation", "name": "r-wbs-1.4"}, "wbsd": {"_type": "derivation", "name": "r-wbsd-1.0.0"}, "wbstats": {"_type": "derivation", "name": "r-wbstats-1.0.4"}, "wbsts": {"_type": "derivation", "name": "r-wbsts-2.1"}, "wcde": {"_type": "derivation", "name": "r-wcde-0.0.5"}, "wcep": {"_type": "derivation", "name": "r-wcep-1.0.0"}, "wdm": {"_type": "derivation", "name": "r-wdm-0.2.3"}, "wdman": {"_type": "derivation", "name": "r-wdman-0.2.6"}, "wdnet": {"_type": "derivation", "name": "r-wdnet-0.0.5"}, "wdnr_gis": {"_type": "derivation", "name": "r-wdnr.gis-0.1.4"}, "wdpar": {"_type": "derivation", "name": "r-wdpar-1.3.3"}, "weaana": {"_type": "derivation", "name": "r-weaana-0.1.1"}, "weakARMA": {"_type": "derivation", "name": "r-weakARMA-1.0.3"}, "wearables": {"_type": "derivation", "name": "r-wearables-0.8.1"}, "weathercan": {"_type": "derivation", "name": "r-weathercan-0.6.2"}, "weathermetrics": {"_type": "derivation", "name": "r-weathermetrics-1.2.2"}, "weatherr": {"_type": "derivation", "name": "r-weatherr-0.1.3"}, "weaver": {"_type": "derivation", "name": "r-weaver-1.62.0"}, "webTRISr": {"_type": "derivation", "name": "r-webTRISr-0.2.0"}, "webbioc": {"_type": "derivation", "name": "r-webbioc-1.68.0"}, "webchem": {"_type": "derivation", "name": "r-webchem-1.1.3"}, "webdeveloper": {"_type": "derivation", "name": "r-webdeveloper-1.0.5"}, "webdriver": {"_type": "derivation", "name": "r-webdriver-1.0.6"}, "webexercises": {"_type": "derivation", "name": "r-webexercises-1.0.0"}, "webfakes": {"_type": "derivation", "name": "r-webfakes-1.1.5"}, "webglobe": {"_type": "derivation", "name": "r-webglobe-1.0.3"}, "webmockr": {"_type": "derivation", "name": "r-webmockr-0.8.2"}, "webmorphR": {"_type": "derivation", "name": "r-webmorphR-0.1.1"}, "webp": {"_type": "derivation", "name": "r-webp-1.1.0"}, "webr": {"_type": "derivation", "name": "r-webr-0.1.5"}, "webreadr": {"_type": "derivation", "name": "r-webreadr-0.4.0"}, "websearchr": {"_type": "derivation", "name": "r-websearchr-0.0.3"}, "webshot": {"_type": "derivation", "name": "r-webshot-0.5.4"}, "webshot2": {"_type": "derivation", "name": "r-webshot2-0.1.0"}, "websocket": {"_type": "derivation", "name": "r-websocket-1.4.1"}, "webtools": {"_type": "derivation", "name": "r-webtools-0.7.12"}, "webuse": {"_type": "derivation", "name": "r-webuse-0.1.3"}, "webutils": {"_type": "derivation", "name": "r-webutils-1.1"}, "wec": {"_type": "derivation", "name": "r-wec-0.4-1"}, "weco": {"_type": "derivation", "name": "r-weco-1.2"}, "weed": {"_type": "derivation", "name": "r-weed-1.1.1"}, "wehoop": {"_type": "derivation", "name": "r-wehoop-1.5.0"}, "weibull4": {"_type": "derivation", "name": "r-weibull4-1.0.0"}, "weibullness": {"_type": "derivation", "name": "r-weibullness-1.19.8"}, "weibulltools": {"_type": "derivation", "name": "r-weibulltools-2.0.0"}, "weightQuant": {"_type": "derivation", "name": "r-weightQuant-1.0.1"}, "weightedCL": {"_type": "derivation", "name": "r-weightedCL-0.5"}, "weightedGCM": {"_type": "derivation", "name": "r-weightedGCM-0.1.0"}, "weightedRank": {"_type": "derivation", "name": "r-weightedRank-0.1.6"}, "weightedScores": {"_type": "derivation", "name": "r-weightedScores-0.9.5.3"}, "weightedZdiff": {"_type": "derivation", "name": "r-weightedZdiff-0.1.0"}, "weightr": {"_type": "derivation", "name": "r-weightr-2.0.2"}, "weights": {"_type": "derivation", "name": "r-weights-1.0.4"}, "weirs": {"_type": "derivation", "name": "r-weirs-0.25"}, "weitrix": {"_type": "derivation", "name": "r-weitrix-1.8.0"}, "welchADF": {"_type": "derivation", "name": "r-welchADF-0.3.2"}, "wellknown": {"_type": "derivation", "name": "r-wellknown-0.7.4"}, "welo": {"_type": "derivation", "name": "r-welo-0.1.2"}, "wesanderson": {"_type": "derivation", "name": "r-wesanderson-0.3.6"}, "wevid": {"_type": "derivation", "name": "r-wevid-0.6.2"}, "weyl": {"_type": "derivation", "name": "r-weyl-0.0-1"}, "wfe": {"_type": "derivation", "name": "r-wfe-1.9.1"}, "wfg": {"_type": "derivation", "name": "r-wfg-0.1"}, "wfindr": {"_type": "derivation", "name": "r-wfindr-0.1.0"}, "wflo": {"_type": "derivation", "name": "r-wflo-1.7"}, "wgaim": {"_type": "derivation", "name": "r-wgaim-2.0-1"}, "wgeesel": {"_type": "derivation", "name": "r-wgeesel-1.5"}, "whSample": {"_type": "derivation", "name": "r-whSample-0.9.6.2"}, "wheatcdf": {"_type": "derivation", "name": "r-wheatcdf-2.18.0"}, "wheatmap": {"_type": "derivation", "name": "r-wheatmap-0.2.0"}, "wheatprobe": {"_type": "derivation", "name": "r-wheatprobe-2.18.0"}, "whereami": {"_type": "derivation", "name": "r-whereami-0.1.9"}, "whereport": {"_type": "derivation", "name": "r-whereport-0.1"}, "whippr": {"_type": "derivation", "name": "r-whippr-0.1.2"}, "whisker": {"_type": "derivation", "name": "r-whisker-0.4"}, "whitebox": {"_type": "derivation", "name": "r-whitebox-2.2.0"}, "whitechapelR": {"_type": "derivation", "name": "r-whitechapelR-0.3.0"}, "whitening": {"_type": "derivation", "name": "r-whitening-1.4.0"}, "whitestrap": {"_type": "derivation", "name": "r-whitestrap-0.0.1"}, "whoa": {"_type": "derivation", "name": "r-whoa-0.0.2"}, "whoami": {"_type": "derivation", "name": "r-whoami-1.3.0"}, "whomds": {"_type": "derivation", "name": "r-whomds-1.1.0"}, "wiad": {"_type": "derivation", "name": "r-wiad-0.0.1.0"}, "widals": {"_type": "derivation", "name": "r-widals-0.6.1"}, "widgetTools": {"_type": "derivation", "name": "r-widgetTools-1.74.0"}, "widgetframe": {"_type": "derivation", "name": "r-widgetframe-0.3.1"}, "widyr": {"_type": "derivation", "name": "r-widyr-0.1.5"}, "wiesbaden": {"_type": "derivation", "name": "r-wiesbaden-1.2.5"}, "wig": {"_type": "derivation", "name": "r-wig-0.1.0"}, "wiggleplotr": {"_type": "derivation", "name": "r-wiggleplotr-1.20.0"}, "wikiTools": {"_type": "derivation", "name": "r-wikiTools-0.0.6"}, "wikibooks": {"_type": "derivation", "name": "r-wikibooks-0.2.1"}, "wikifacts": {"_type": "derivation", "name": "r-wikifacts-0.4.2"}, "wikilake": {"_type": "derivation", "name": "r-wikilake-0.6.0"}, "wikipediatrend": {"_type": "derivation", "name": "r-wikipediatrend-2.1.6"}, "wikitaxa": {"_type": "derivation", "name": "r-wikitaxa-0.4.0"}, "wilcoxmed": {"_type": "derivation", "name": "r-wilcoxmed-0.0.1"}, "wildcard": {"_type": "derivation", "name": "r-wildcard-1.1.0"}, "wildlifeDI": {"_type": "derivation", "name": "r-wildlifeDI-0.5.0"}, "wildmeta": {"_type": "derivation", "name": "r-wildmeta-0.3.0"}, "wildpoker": {"_type": "derivation", "name": "r-wildpoker-1.1"}, "wildviz": {"_type": "derivation", "name": "r-wildviz-0.1.2"}, "wilson": {"_type": "derivation", "name": "r-wilson-2.4.2"}, "winRatioAnalysis": {"_type": "derivation", "name": "r-winRatioAnalysis-0.1.0"}, "winch": {"_type": "derivation", "name": "r-winch-0.0.10"}, "windAC": {"_type": "derivation", "name": "r-windAC-1.2.9"}, "windex": {"_type": "derivation", "name": "r-windex-2.0.3"}, "windsoraiR": {"_type": "derivation", "name": "r-windsoraiR-0.1.2"}, "winfapReader": {"_type": "derivation", "name": "r-winfapReader-0.1-5"}, "wingui": {"_type": "derivation", "name": "r-wingui-0.2"}, "wiqid": {"_type": "derivation", "name": "r-wiqid-0.3.1"}, "wiseR": {"_type": "derivation", "name": "r-wiseR-1.0.1"}, "withr": {"_type": "derivation", "name": "r-withr-2.5.0"}, "wk": {"_type": "derivation", "name": "r-wk-0.7.0"}, "wkNNMI": {"_type": "derivation", "name": "r-wkNNMI-1.0.0"}, "wkb": {"_type": "derivation", "name": "r-wkb-0.4-0"}, "wktmo": {"_type": "derivation", "name": "r-wktmo-1.0.5"}, "wkutils": {"_type": "derivation", "name": "r-wkutils-0.1.2"}, "wmlf": {"_type": "derivation", "name": "r-wmlf-0.1.2"}, "wmm": {"_type": "derivation", "name": "r-wmm-1.1.1"}, "wmwpow": {"_type": "derivation", "name": "r-wmwpow-0.1.3"}, "wnl": {"_type": "derivation", "name": "r-wnl-0.7.0"}, "wnominate": {"_type": "derivation", "name": "r-wnominate-1.3"}, "wodds": {"_type": "derivation", "name": "r-wodds-0.1.0"}, "woe": {"_type": "derivation", "name": "r-woe-0.2"}, "woeBinning": {"_type": "derivation", "name": "r-woeBinning-0.1.6"}, "womblR": {"_type": "derivation", "name": "r-womblR-1.0.5"}, "woodValuationDE": {"_type": "derivation", "name": "r-woodValuationDE-1.0.1"}, "wooldridge": {"_type": "derivation", "name": "r-wooldridge-1.4-2"}, "worcs": {"_type": "derivation", "name": "r-worcs-0.1.10"}, "word2vec": {"_type": "derivation", "name": "r-word2vec-0.3.4"}, "word_alignment": {"_type": "derivation", "name": "r-word.alignment-1.1"}, "wordbankr": {"_type": "derivation", "name": "r-wordbankr-1.0.0"}, "wordcloud": {"_type": "derivation", "name": "r-wordcloud-2.6"}, "wordcloud2": {"_type": "derivation", "name": "r-wordcloud2-0.2.1"}, "wordgraph": {"_type": "derivation", "name": "r-wordgraph-0.1.0"}, "wordler": {"_type": "derivation", "name": "r-wordler-0.3.1"}, "wordmatch": {"_type": "derivation", "name": "r-wordmatch-1.0"}, "wordnet": {"_type": "derivation", "name": "r-wordnet-0.1-15"}, "wordpiece": {"_type": "derivation", "name": "r-wordpiece-2.1.3"}, "wordpiece_data": {"_type": "derivation", "name": "r-wordpiece.data-2.0.0"}, "wordpredictor": {"_type": "derivation", "name": "r-wordpredictor-0.0.3"}, "words": {"_type": "derivation", "name": "r-words-1.0.1"}, "wordsalad": {"_type": "derivation", "name": "r-wordsalad-0.2.0"}, "wordspace": {"_type": "derivation", "name": "r-wordspace-0.2-8"}, "workboots": {"_type": "derivation", "name": "r-workboots-0.2.0"}, "workflowr": {"_type": "derivation", "name": "r-workflowr-1.7.0"}, "workflows": {"_type": "derivation", "name": "r-workflows-1.1.0"}, "workflowsets": {"_type": "derivation", "name": "r-workflowsets-1.0.0"}, "workloopR": {"_type": "derivation", "name": "r-workloopR-1.1.4"}, "worldfootballR": {"_type": "derivation", "name": "r-worldfootballR-0.6.1"}, "worldmet": {"_type": "derivation", "name": "r-worldmet-0.9.6"}, "worm_db0": {"_type": "derivation", "name": "r-worm.db0-3.15.0"}, "worms": {"_type": "derivation", "name": "r-worms-0.2.2"}, "worrms": {"_type": "derivation", "name": "r-worrms-0.4.2"}, "worrrd": {"_type": "derivation", "name": "r-worrrd-0.1.0"}, "wosr": {"_type": "derivation", "name": "r-wosr-0.3.0"}, "wowa": {"_type": "derivation", "name": "r-wowa-1.0.2"}, "wpa": {"_type": "derivation", "name": "r-wpa-1.8.0"}, "wpm": {"_type": "derivation", "name": "r-wpm-1.6.0"}, "wpp2008": {"_type": "derivation", "name": "r-wpp2008-1.0-1"}, "wpp2010": {"_type": "derivation", "name": "r-wpp2010-1.2-0"}, "wpp2012": {"_type": "derivation", "name": "r-wpp2012-2.2-1"}, "wpp2015": {"_type": "derivation", "name": "r-wpp2015-1.1-2"}, "wpp2017": {"_type": "derivation", "name": "r-wpp2017-1.2-3"}, "wpp2019": {"_type": "derivation", "name": "r-wpp2019-1.1-1"}, "wppExplorer": {"_type": "derivation", "name": "r-wppExplorer-2.3-4"}, "wppi": {"_type": "derivation", "name": "r-wppi-1.4.0"}, "wql": {"_type": "derivation", "name": "r-wql-1.0.0"}, "wqs": {"_type": "derivation", "name": "r-wqs-0.0.1"}, "wrGraph": {"_type": "derivation", "name": "r-wrGraph-1.3.1"}, "wrMisc": {"_type": "derivation", "name": "r-wrMisc-1.10.1"}, "wrProteo": {"_type": "derivation", "name": "r-wrProteo-1.6.0"}, "wrTopDownFrag": {"_type": "derivation", "name": "r-wrTopDownFrag-1.0.2"}, "wrangle": {"_type": "derivation", "name": "r-wrangle-0.5.7"}, "wrappedtools": {"_type": "derivation", "name": "r-wrappedtools-0.8.0"}, "wrapr": {"_type": "derivation", "name": "r-wrapr-2.0.9"}, "wrassp": {"_type": "derivation", "name": "r-wrassp-1.0.1"}, "write_snns": {"_type": "derivation", "name": "r-write.snns-0.0-4.2"}, "writexl": {"_type": "derivation", "name": "r-writexl-1.4.1"}, "wrswoR": {"_type": "derivation", "name": "r-wrswoR-1.1.1"}, "wru": {"_type": "derivation", "name": "r-wru-1.0.1"}, "wsbackfit": {"_type": "derivation", "name": "r-wsbackfit-1.0-5"}, "wsjplot": {"_type": "derivation", "name": "r-wsjplot-0.1.0"}, "wskm": {"_type": "derivation", "name": "r-wskm-1.4.40"}, "wsprv": {"_type": "derivation", "name": "r-wsprv-0.1.0"}, "wsrf": {"_type": "derivation", "name": "r-wsrf-1.7.27"}, "wsyn": {"_type": "derivation", "name": "r-wsyn-1.0.4"}, "wtest": {"_type": "derivation", "name": "r-wtest-3.2"}, "wux": {"_type": "derivation", "name": "r-wux-2.2-1"}, "wv": {"_type": "derivation", "name": "r-wv-0.1.1"}, "wvtool": {"_type": "derivation", "name": "r-wvtool-1.0"}, "wwntests": {"_type": "derivation", "name": "r-wwntests-1.0.1"}, "wyz_code_metaTesting": {"_type": "derivation", "name": "r-wyz.code.metaTesting-1.1.21"}, "wyz_code_offensiveProgramming": {"_type": "derivation", "name": "r-wyz.code.offensiveProgramming-1.1.23"}, "wyz_code_rdoc": {"_type": "derivation", "name": "r-wyz.code.rdoc-1.1.19"}, "wyz_code_testthat": {"_type": "derivation", "name": "r-wyz.code.testthat-1.1.20"}, "x12": {"_type": "derivation", "name": "r-x12-1.10.3"}, "x12GUI": {"_type": "derivation", "name": "r-x12GUI-0.13.0"}, "x13binary": {"_type": "derivation", "name": "r-x13binary-1.1.57-3"}, "x3ptools": {"_type": "derivation", "name": "r-x3ptools-0.0.3"}, "xLLiM": {"_type": "derivation", "name": "r-xLLiM-2.2"}, "xQTLbiolinks": {"_type": "derivation", "name": "r-xQTLbiolinks-1.2.2"}, "xROI": {"_type": "derivation", "name": "r-xROI-0.9.20"}, "xRing": {"_type": "derivation", "name": "r-xRing-0.1.1"}, "xSub": {"_type": "derivation", "name": "r-xSub-3.0.2"}, "xVA": {"_type": "derivation", "name": "r-xVA-1.1"}, "x_ent": {"_type": "derivation", "name": "r-x.ent-1.1.7"}, "xadmix": {"_type": "derivation", "name": "r-xadmix-1.0.0"}, "xaringan": {"_type": "derivation", "name": "r-xaringan-0.26"}, "xaringanExtra": {"_type": "derivation", "name": "r-xaringanExtra-0.7.0"}, "xaringanthemer": {"_type": "derivation", "name": "r-xaringanthemer-0.4.2"}, "xbreed": {"_type": "derivation", "name": "r-xbreed-1.0.1.1"}, "xcms": {"_type": "derivation", "name": "r-xcms-3.18.0"}, "xcore": {"_type": "derivation", "name": "r-xcore-1.0.0"}, "xcoredata": {"_type": "derivation", "name": "r-xcoredata-1.0.0"}, "xdcclarge": {"_type": "derivation", "name": "r-xdcclarge-0.1.0"}, "xefun": {"_type": "derivation", "name": "r-xefun-0.1.1"}, "xenopus_db0": {"_type": "derivation", "name": "r-xenopus.db0-3.15.0"}, "xenopuslaeviscdf": {"_type": "derivation", "name": "r-xenopuslaeviscdf-2.18.0"}, "xenopuslaevisprobe": {"_type": "derivation", "name": "r-xenopuslaevisprobe-2.18.0"}, "xergm_common": {"_type": "derivation", "name": "r-xergm.common-1.7.8"}, "xesreadR": {"_type": "derivation", "name": "r-xesreadR-0.2.3"}, "xfun": {"_type": "derivation", "name": "r-xfun-0.34"}, "xgb2sql": {"_type": "derivation", "name": "r-xgb2sql-0.1.2"}, "xgboost": {"_type": "derivation", "name": "r-xgboost-1.6.0.1"}, "xgobi": {"_type": "derivation", "name": "r-xgobi-1.2-15"}, "xgxr": {"_type": "derivation", "name": "r-xgxr-1.1.1"}, "xhaz": {"_type": "derivation", "name": "r-xhaz-2.0.1"}, "xkcd": {"_type": "derivation", "name": "r-xkcd-0.0.6"}, "xkcdcolors": {"_type": "derivation", "name": "r-xkcdcolors-1.0"}, "xlaevis2cdf": {"_type": "derivation", "name": "r-xlaevis2cdf-2.18.0"}, "xlaevis2probe": {"_type": "derivation", "name": "r-xlaevis2probe-2.18.0"}, "xlaevis_db": {"_type": "derivation", "name": "r-xlaevis.db-3.2.3"}, "xlink": {"_type": "derivation", "name": "r-xlink-1.0.1"}, "xlsimple": {"_type": "derivation", "name": "r-xlsimple-1.0.5"}, "xlsx": {"_type": "derivation", "name": "r-xlsx-0.6.5"}, "xlsx2dfs": {"_type": "derivation", "name": "r-xlsx2dfs-0.1.0"}, "xlsxjars": {"_type": "derivation", "name": "r-xlsxjars-0.6.1"}, "xlutils3": {"_type": "derivation", "name": "r-xlutils3-0.1.0"}, "xmapbridge": {"_type": "derivation", "name": "r-xmapbridge-1.54.0"}, "xmeta": {"_type": "derivation", "name": "r-xmeta-1.3-0"}, "xml2": {"_type": "derivation", "name": "r-xml2-1.3.3"}, "xml2relational": {"_type": "derivation", "name": "r-xml2relational-0.1.1"}, "xmlconvert": {"_type": "derivation", "name": "r-xmlconvert-0.1.2"}, "xmlparsedata": {"_type": "derivation", "name": "r-xmlparsedata-1.0.5"}, "xmlr": {"_type": "derivation", "name": "r-xmlr-0.1.2"}, "xmlrpc2": {"_type": "derivation", "name": "r-xmlrpc2-1.1"}, "xmrr": {"_type": "derivation", "name": "r-xmrr-1.1.1"}, "xnet": {"_type": "derivation", "name": "r-xnet-0.1.11"}, "xoi": {"_type": "derivation", "name": "r-xoi-0.70"}, "xopen": {"_type": "derivation", "name": "r-xopen-1.0.0"}, "xpectr": {"_type": "derivation", "name": "r-xpectr-0.4.2"}, "xplain": {"_type": "derivation", "name": "r-xplain-0.2.2"}, "xplorerr": {"_type": "derivation", "name": "r-xplorerr-0.1.2"}, "xportr": {"_type": "derivation", "name": "r-xportr-0.1.0"}, "xpose": {"_type": "derivation", "name": "r-xpose-0.4.13"}, "xpose4": {"_type": "derivation", "name": "r-xpose4-4.7.2"}, "xpose_nlmixr": {"_type": "derivation", "name": "r-xpose.nlmixr-0.3.0"}, "xpose_nlmixr2": {"_type": "derivation", "name": "r-xpose.nlmixr2-0.4.0"}, "xptr": {"_type": "derivation", "name": "r-xptr-1.1.3"}, "xray": {"_type": "derivation", "name": "r-xray-0.2"}, "xrf": {"_type": "derivation", "name": "r-xrf-0.2.2"}, "xrnet": {"_type": "derivation", "name": "r-xrnet-0.1.7"}, "xslt": {"_type": "derivation", "name": "r-xslt-1.4.3"}, "xsp": {"_type": "derivation", "name": "r-xsp-0.1.2"}, "xspliner": {"_type": "derivation", "name": "r-xspliner-0.0.4"}, "xtable": {"_type": "derivation", "name": "r-xtable-1.8-4"}, "xtal": {"_type": "derivation", "name": "r-xtal-1.15"}, "xtensor": {"_type": "derivation", "name": "r-xtensor-0.13.2-0"}, "xtermStyle": {"_type": "derivation", "name": "r-xtermStyle-3.0.5"}, "xtreg2way": {"_type": "derivation", "name": "r-xtreg2way-1.0.0"}, "xtropicaliscdf": {"_type": "derivation", "name": "r-xtropicaliscdf-2.18.0"}, "xtropicalisprobe": {"_type": "derivation", "name": "r-xtropicalisprobe-2.18.0"}, "xts": {"_type": "derivation", "name": "r-xts-0.12.2"}, "xtune": {"_type": "derivation", "name": "r-xtune-0.1.0"}, "xutils": {"_type": "derivation", "name": "r-xutils-0.0.2"}, "xwf": {"_type": "derivation", "name": "r-xwf-0.2-3"}, "xxIRT": {"_type": "derivation", "name": "r-xxIRT-2.1.2"}, "xyz": {"_type": "derivation", "name": "r-xyz-0.2"}, "yaConsensus": {"_type": "derivation", "name": "r-yaConsensus-1.0"}, "yaImpute": {"_type": "derivation", "name": "r-yaImpute-1.0-32"}, "yacca": {"_type": "derivation", "name": "r-yacca-1.4-2"}, "yager": {"_type": "derivation", "name": "r-yager-0.1.1"}, "yahoofinancer": {"_type": "derivation", "name": "r-yahoofinancer-0.1.0"}, "yakmoR": {"_type": "derivation", "name": "r-yakmoR-0.1.1"}, "yaml": {"_type": "derivation", "name": "r-yaml-2.3.6"}, "yamlet": {"_type": "derivation", "name": "r-yamlet-0.9.8"}, "yamlme": {"_type": "derivation", "name": "r-yamlme-0.1.1"}, "yamss": {"_type": "derivation", "name": "r-yamss-1.22.0"}, "yap": {"_type": "derivation", "name": "r-yap-0.1.1"}, "yaps": {"_type": "derivation", "name": "r-yaps-1.2.5"}, "yardstick": {"_type": "derivation", "name": "r-yardstick-1.1.0"}, "yarn": {"_type": "derivation", "name": "r-yarn-1.22.0"}, "yarr": {"_type": "derivation", "name": "r-yarr-0.1.2"}, "yarrr": {"_type": "derivation", "name": "r-yarrr-0.1.5"}, "yasp": {"_type": "derivation", "name": "r-yasp-0.2.0"}, "yatah": {"_type": "derivation", "name": "r-yatah-0.1.0"}, "ycevo": {"_type": "derivation", "name": "r-ycevo-0.1.2"}, "ycinterextra": {"_type": "derivation", "name": "r-ycinterextra-0.1"}, "ye6100subacdf": {"_type": "derivation", "name": "r-ye6100subacdf-2.18.0"}, "ye6100subbcdf": {"_type": "derivation", "name": "r-ye6100subbcdf-2.18.0"}, "ye6100subccdf": {"_type": "derivation", "name": "r-ye6100subccdf-2.18.0"}, "ye6100subdcdf": {"_type": "derivation", "name": "r-ye6100subdcdf-2.18.0"}, "yeast2_db": {"_type": "derivation", "name": "r-yeast2.db-3.13.0"}, "yeast2cdf": {"_type": "derivation", "name": "r-yeast2cdf-2.18.0"}, "yeast2probe": {"_type": "derivation", "name": "r-yeast2probe-2.18.0"}, "yeastCC": {"_type": "derivation", "name": "r-yeastCC-1.36.0"}, "yeastExpData": {"_type": "derivation", "name": "r-yeastExpData-0.42.0"}, "yeastGSData": {"_type": "derivation", "name": "r-yeastGSData-0.34.0"}, "yeastNagalakshmi": {"_type": "derivation", "name": "r-yeastNagalakshmi-1.32.0"}, "yeastRNASeq": {"_type": "derivation", "name": "r-yeastRNASeq-0.34.0"}, "yeast_db0": {"_type": "derivation", "name": "r-yeast.db0-3.15.0"}, "yesno": {"_type": "derivation", "name": "r-yesno-0.1.2"}, "yfR": {"_type": "derivation", "name": "r-yfR-1.0.2"}, "ygs98_db": {"_type": "derivation", "name": "r-ygs98.db-3.13.0"}, "ygs98cdf": {"_type": "derivation", "name": "r-ygs98cdf-2.18.0"}, "ygs98frmavecs": {"_type": "derivation", "name": "r-ygs98frmavecs-1.3.0"}, "ygs98probe": {"_type": "derivation", "name": "r-ygs98probe-2.18.0"}, "yhat": {"_type": "derivation", "name": "r-yhat-2.0-3"}, "yhatr": {"_type": "derivation", "name": "r-yhatr-0.15.1"}, "ykmeans": {"_type": "derivation", "name": "r-ykmeans-1.0"}, "yll": {"_type": "derivation", "name": "r-yll-1.0.0"}, "ymd": {"_type": "derivation", "name": "r-ymd-0.0.1"}, "ymlthis": {"_type": "derivation", "name": "r-ymlthis-0.1.7"}, "ympes": {"_type": "derivation", "name": "r-ympes-0.2.0"}, "yonder": {"_type": "derivation", "name": "r-yonder-0.2.0"}, "yorkr": {"_type": "derivation", "name": "r-yorkr-0.0.34"}, "youngSwimmers": {"_type": "derivation", "name": "r-youngSwimmers-0.0.1"}, "youtubecaption": {"_type": "derivation", "name": "r-youtubecaption-1.0.0"}, "yowie": {"_type": "derivation", "name": "r-yowie-0.1.0"}, "ypr": {"_type": "derivation", "name": "r-ypr-0.6.0"}, "ypssc": {"_type": "derivation", "name": "r-ypssc-1.1.0"}, "yuima": {"_type": "derivation", "name": "r-yuima-1.15.15"}, "yuimaGUI": {"_type": "derivation", "name": "r-yuimaGUI-1.3.1"}, "yulab_utils": {"_type": "derivation", "name": "r-yulab.utils-0.0.5"}, "yum": {"_type": "derivation", "name": "r-yum-0.1.0"}, "yummlyr": {"_type": "derivation", "name": "r-yummlyr-0.1.1"}, "zCompositions": {"_type": "derivation", "name": "r-zCompositions-1.4.0-1"}, "zFPKM": {"_type": "derivation", "name": "r-zFPKM-1.18.0"}, "zGPS_AO": {"_type": "derivation", "name": "r-zGPS.AO-0.1.0"}, "zTree": {"_type": "derivation", "name": "r-zTree-1.0.7"}, "zalpha": {"_type": "derivation", "name": "r-zalpha-0.3.0"}, "zbank": {"_type": "derivation", "name": "r-zbank-0.1.0"}, "zcurve": {"_type": "derivation", "name": "r-zcurve-2.1.2"}, "zdeskR": {"_type": "derivation", "name": "r-zdeskR-0.2.0"}, "zeallot": {"_type": "derivation", "name": "r-zeallot-0.1.0"}, "zebrafishRNASeq": {"_type": "derivation", "name": "r-zebrafishRNASeq-1.16.0"}, "zebrafish_db": {"_type": "derivation", "name": "r-zebrafish.db-3.13.0"}, "zebrafish_db0": {"_type": "derivation", "name": "r-zebrafish.db0-3.15.0"}, "zebrafishcdf": {"_type": "derivation", "name": "r-zebrafishcdf-2.18.0"}, "zebrafishprobe": {"_type": "derivation", "name": "r-zebrafishprobe-2.18.0"}, "zebu": {"_type": "derivation", "name": "r-zebu-0.2.0.0"}, "zeitgebr": {"_type": "derivation", "name": "r-zeitgebr-0.3.5"}, "zellkonverter": {"_type": "derivation", "name": "r-zellkonverter-1.6.5"}, "zen4R": {"_type": "derivation", "name": "r-zen4R-0.7"}, "zendeskR": {"_type": "derivation", "name": "r-zendeskR-0.4"}, "zenplots": {"_type": "derivation", "name": "r-zenplots-1.0.4"}, "zeroEQpart": {"_type": "derivation", "name": "r-zeroEQpart-0.1.0"}, "zerotradeflow": {"_type": "derivation", "name": "r-zerotradeflow-0.1.0"}, "zetadiv": {"_type": "derivation", "name": "r-zetadiv-1.2.1"}, "zfa": {"_type": "derivation", "name": "r-zfa-1.0"}, "zfit": {"_type": "derivation", "name": "r-zfit-0.3.0"}, "zic": {"_type": "derivation", "name": "r-zic-0.9.1"}, "zinbwave": {"_type": "derivation", "name": "r-zinbwave-1.18.0"}, "zip": {"_type": "derivation", "name": "r-zip-2.2.2"}, "zipR": {"_type": "derivation", "name": "r-zipR-0.1.1"}, "zipangu": {"_type": "derivation", "name": "r-zipangu-0.3.1"}, "zipcodeR": {"_type": "derivation", "name": "r-zipcodeR-0.3.5"}, "zipfR": {"_type": "derivation", "name": "r-zipfR-0.6-70"}, "zipfextR": {"_type": "derivation", "name": "r-zipfextR-1.0.2"}, "ziphsmm": {"_type": "derivation", "name": "r-ziphsmm-2.0.6"}, "zipsae": {"_type": "derivation", "name": "r-zipsae-1.0.2"}, "zlibbioc": {"_type": "derivation", "name": "r-zlibbioc-1.42.0"}, "zlog": {"_type": "derivation", "name": "r-zlog-1.0.0"}, "zmisc": {"_type": "derivation", "name": "r-zmisc-0.2.2"}, "zoeppritz": {"_type": "derivation", "name": "r-zoeppritz-1.0-8"}, "zoib": {"_type": "derivation", "name": "r-zoib-1.5.5"}, "zoid": {"_type": "derivation", "name": "r-zoid-1.1.0"}, "zoltr": {"_type": "derivation", "name": "r-zoltr-0.5.1"}, "zonator": {"_type": "derivation", "name": "r-zonator-0.6.0"}, "zonebuilder": {"_type": "derivation", "name": "r-zonebuilder-0.0.2"}, "zoo": {"_type": "derivation", "name": "r-zoo-1.8-11"}, "zooaRch": {"_type": "derivation", "name": "r-zooaRch-1.2"}, "zooimage": {"_type": "derivation", "name": "r-zooimage-5.5.2"}, "zoolog": {"_type": "derivation", "name": "r-zoolog-1.1.0"}, "zoom": {"_type": "derivation", "name": "r-zoom-2.0.6"}, "zoomGroupStats": {"_type": "derivation", "name": "r-zoomGroupStats-0.1.0"}, "zoon": {"_type": "derivation", "name": "r-zoon-0.6.5"}, "zscorer": {"_type": "derivation", "name": "r-zscorer-0.3.1"}, "ztable": {"_type": "derivation", "name": "r-ztable-0.2.3"}, "ztpln": {"_type": "derivation", "name": "r-ztpln-0.1.2"}, "ztype": {"_type": "derivation", "name": "r-ztype-0.1.0"}, "zyp": {"_type": "derivation", "name": "r-zyp-0.10-1.1"}, "zzlite": {"_type": "derivation", "name": "r-zzlite-0.1.2"}}
      
    • R version from nixpkgs.

    • Type: package

    • Default:

    • R-4.2.1-wrapper
      
    • A list of required runtime packages for this r kernel.

    • Type: list of package

    • Default:

    • []
      
    • A list of runtime packages available in this r kernel.

    • Type: list of package

    • Default:

    • []
      
  • A rust kernel for IPython.

  • Type: attribute set of (submodule)

  • Default:

  • {}
    
  • Example:

  • "{
      kernel.rust."example".enable = true;
    }
    "
    
    • Display name of the rust kernel.

    • Type: string

    • Default:

    • "rust rust-‹name› kernel"
      
    • Example:

    • "rust example kernel"
      
    • Enable rust kernel.

    • Type: boolean

    • Default:

    • false
      
    • Example:

    • true
      
    • An evaluation context for Rust.

    • Type: package

    • Default:

    • evcxr-0.14.1
      
    • Name of the rust kernel.

    • Type: string

    • Default:

    • "rust-‹name›"
      
    • Example:

    • "example"
      
    • nixpkgs flake input to be used for this rust kernel.

    • Type: path

    • Default:

    • "/nix/store/n0f21zpy9w90sa9v75iwx6fmk897z3nw-source"
      
    • Example:

    • "self.inputs.nixpkgs
      "
      
    • A list of required runtime packages for this rust kernel.

    • Type: list of package

    • Default:

    • []
      
    • A list of runtime packages available in this rust kernel.

    • Type: list of package

    • Default:

    • []
      
    • An overlay for binary distributed rust toolchains. Adds rust-bin to nixpkgs which is needed for the Rust kernel.

    • Type: path

    • Default:

    • "/nix/store/px56f4iba3yka3g75hxvwi2hpysxkkra-source"
      
    • Example:

    • "self.inputs.rust-overlay
      "
      
  • A scala kernel for IPython.

  • Type: attribute set of (submodule)

  • Default:

  • {}
    
  • Example:

  • "{
      kernel.scala."example".enable = true;
    }
    "
    
    • Coursier package to use with almond.

    • Type: package

    • Default:

    • coursier-2.1.0-M7
      
    • Display name of the scala kernel.

    • Type: string

    • Default:

    • "scala scala-‹name› kernel"
      
    • Example:

    • "scala example kernel"
      
    • Enable scala kernel.

    • Type: boolean

    • Default:

    • false
      
    • Example:

    • true
      
    • JDK package to use with almond.

    • Type: package

    • Default:

    • openjdk-17.0.4+8
      
    • JRE package to use with almond.

    • Type: package

    • Default:

    • openjdk-17.0.4+8
      
    • Name of the scala kernel.

    • Type: string

    • Default:

    • "scala-‹name›"
      
    • Example:

    • "example"
      
    • nixpkgs flake input to be used for this scala kernel.

    • Type: path

    • Default:

    • "/nix/store/n0f21zpy9w90sa9v75iwx6fmk897z3nw-source"
      
    • Example:

    • "self.inputs.nixpkgs
      "
      
    • A list of required runtime packages for this scala kernel.

    • Type: list of package

    • Default:

    • []
      
    • A list of runtime packages available in this scala kernel.

    • Type: list of package

    • Default:

    • []
      
    • Scala package to use with almond.

    • Type: package

    • Default:

    • scala-2.13.10
      
  • A typescript kernel for IPython.

  • Type: attribute set of (submodule)

  • Default:

  • {}
    
  • Example:

  • "{
      kernel.typescript."example".enable = true;
    }
    "
    
    • Display name of the typescript kernel.

    • Type: string

    • Default:

    • "typescript typescript-‹name› kernel"
      
    • Example:

    • "typescript example kernel"
      
    • Enable typescript kernel.

    • Type: boolean

    • Default:

    • false
      
    • Example:

    • true
      
    • Name of the typescript kernel.

    • Type: string

    • Default:

    • "typescript-‹name›"
      
    • Example:

    • "example"
      
    • nixpkgs flake input to be used for this typescript kernel.

    • Type: path

    • Default:

    • "/nix/store/n0f21zpy9w90sa9v75iwx6fmk897z3nw-source"
      
    • Example:

    • "self.inputs.nixpkgs
      "
      
    • npmlock2nix flake input to be used to build this typescript kernel.

    • Type: path

    • Default:

    • "/nix/store/jdqz7hs18p44jk1dhvx8lf95gkrdfjfa-source"
      
    • Example:

    • "self.inputs.npmlock2nix
      "
      
    • A list of required runtime packages for this typescript kernel.

    • Type: list of package

    • Default:

    • []
      
    • A list of runtime packages available in this typescript kernel.

    • Type: list of package

    • Default:

    • []
      
  • A zsh kernel for IPython.

  • Type: attribute set of (submodule)

  • Default:

  • {}
    
  • Example:

  • "{
      kernel.zsh."example".enable = true;
    }
    "
    
    • Display name of the zsh kernel.

    • Type: string

    • Default:

    • "zsh zsh-‹name› kernel"
      
    • Example:

    • "zsh example kernel"
      
    • A mapping from package name to source directory, these will be installed in editable mode. Note that path dependencies with develop = true will be installed in editable mode unless explicitly passed to editablePackageSources as null.

    • Type: attribute set of (null or path)

    • Default:

    • {}
      
    • Example:

    • {}
      
    • Enable zsh kernel.

    • Type: boolean

    • Default:

    • false
      
    • Example:

    • true
      
    • A function taking a Python package set and returning a list of extra packages to include in the environment. This is intended for packages deliberately not added to pyproject.toml that you still want to include. An example of such a package may be pip.

    • Type: function that evaluates to a(n) list of package

    • Default:

    • ps: []
      
    • Example:

    • ps: [ps.numpy]
      
    • Which Poetry 1.2.0+ dependency groups to install for this zsh kernel.

    • Type: list of string

    • Default:

    • ["dev"]
      
    • Example:

    • ["dev" "doc"]
      
    • Name of the zsh kernel.

    • Type: string

    • Default:

    • "zsh-‹name›"
      
    • Example:

    • "example"
      
    • nixpkgs flake input to be used for this zsh kernel.

    • Type: path

    • Default:

    • "/nix/store/n0f21zpy9w90sa9v75iwx6fmk897z3nw-source"
      
    • Example:

    • "self.inputs.nixpkgs
      "
      
    • Path to overrides.nix file which provides python package overrides for this zsh kernel.

    • Type: path

    • Default:

    • self + "/kernels/available/zsh/overrides.nix"
      
    • Example:

    • self + "/kernels/zsh/overrides.nix"
      
    • poetry2nix flake input to be used for this zsh kernel.

    • Type: path

    • Default:

    • self.inputs.poetry2nix
      
    • Example:

    • self.inputs.poetry2nix
      
    • Path to poetry.lock of the poetry project that provides this zsh kernel.

    • Type: path

    • Default:

    • kernel.zsh.<name>.projectDir + "/poetry.lock"
      
    • Example:

    • self + "/kernels/zsh/poetry.lock"
      
    • Use wheels rather than sdist as much as possible.

    • Type: boolean

    • Default:

    • false
      
    • Example:

    • true
      
    • Path to the root of the poetry project that provides this zsh kernel.

    • Type: path

    • Default:

    • self + "/kernels/available/zsh"
      
    • Example:

    • self + "/kernels/zsh"
      
    • Path to pyproject.toml of the poetry project that provides this zsh kernel.

    • Type: path

    • Default:

    • kernel.zsh.<name>.projectDir + "/pyproject.toml"
      
    • Example:

    • self + "/kernels/zsh/pyproject.toml"
      
    • Name of the python interpreter (from nixpkgs) to be used for this zsh kernel.

    • Type: string

    • Default:

    • "python3"
      
    • Example:

    • "python310"
      
    • A list of required runtime packages for this zsh kernel.

    • Type: list of package

    • Default:

    • [{"_type": "derivation", "name": "zsh-5.9"}, {"_type": "derivation", "name": "coreutils-9.1"}]
      
    • A list of runtime packages available in this zsh kernel.

    • Type: list of package

    • Default:

    • []
      
    • Should we use default overrides provided by poetry2nix.

    • Type: boolean

    • Default:

    • true
      
    • Example:

    • false