{
  "_id": "6a0ffc5bacfb0bcc41c7917e",
  "Package": "importar",
  "Type": "Package",
  "Title": "Enables Importing/Loading of Packages or Functions While\nCreating an Alias for Them",
  "Version": "0.1.2",
  "Author": "Andrea Cantieni",
  "Maintainer": "Andrea Cantieni <andrea.cantieni@phsz.ch>",
  "Description": "Enables 'Python'-like importing/loading of packages or\nfunctions with aliasing to prevent namespace conflicts.",
  "URL": "https://github.com/andreaphsz/importar",
  "License": "GPL-3",
  "Encoding": "UTF-8",
  "RoxygenNote": "6.0.1",
  "Repository": "https://andreaphsz.r-universe.dev",
  "Date/Publication": "2017-09-27 12:08:23 UTC",
  "RemoteUrl": "https://github.com/andreaphsz/importar",
  "RemoteRef": "HEAD",
  "RemoteSha": "38b3de960e8488f8a6631bd07ce77f617beea44e",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-22 06:45:36 UTC",
    "User": "root"
  },
  "MD5sum": "556d6f6df6bb74b339790a31f9ba018a",
  "_user": "andreaphsz",
  "_type": "src",
  "_file": "importar_0.1.2.tar.gz",
  "_fileid": "7b6b0028523b19b59cb9b18b9119699ec75378736fe624d4173bc3f246aa1ed6",
  "_filesize": 73734,
  "_sha256": "7b6b0028523b19b59cb9b18b9119699ec75378736fe624d4173bc3f246aa1ed6",
  "_created": "2026-05-22T06:45:36.000Z",
  "_published": "2026-05-22T06:48:59.030Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77330078550,
      "time": 141,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7154435080"
    },
    {
      "job": 77330078525,
      "time": 103,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7154425651"
    },
    {
      "job": 77330078513,
      "time": 169,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7154432726"
    },
    {
      "job": 77330078527,
      "time": 128,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7154424973"
    },
    {
      "job": 77329773958,
      "time": 156,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7154399641"
    },
    {
      "job": 77330078519,
      "time": 84,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7154420842"
    },
    {
      "job": 77330078607,
      "time": 57,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7154414415"
    },
    {
      "job": 77330078555,
      "time": 92,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7154422833"
    },
    {
      "job": 77330078560,
      "time": 61,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7154415130"
    }
  ],
  "_buildurl": "https://github.com/r-universe/andreaphsz/actions/runs/26272734404",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/andreaphsz/importar",
  "_commit": {
    "id": "38b3de960e8488f8a6631bd07ce77f617beea44e",
    "author": "andreaphsz <andrea.cantieni@phsz.ch>",
    "committer": "andreaphsz <andrea.cantieni@phsz.ch>",
    "message": "suppres message not warnings\n",
    "time": 1506514103
  },
  "_maintainer": {
    "name": "Andrea Cantieni",
    "email": "andrea.cantieni@phsz.ch"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Suggests"
    }
  ],
  "_owner": "andreaphsz",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "import"
  ],
  "_stars": 17,
  "_userbio": {
    "uuid": 3206936,
    "type": "user",
    "name": "Andrea Cantieni"
  },
  "_downloads": {
    "count": 385,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/importar"
  },
  "_devurl": "https://github.com/andreaphsz/importar",
  "_searchresults": 2,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/importar.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/andreaphsz/importar",
  "_realowner": "andreaphsz",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2017-09-19"
    },
    {
      "version": "0.1.1",
      "date": "2017-09-27"
    }
  ],
  "_exports": [
    "import",
    "import_fun"
  ],
  "_help": [
    {
      "page": "import",
      "title": "This function imports/loads packages as in 'Python', i.e., ``import package as alias''",
      "topics": [
        "import"
      ]
    },
    {
      "page": "import_fun",
      "title": "This function imports/loads functions as in 'Python', i.e., ``from package import function as alias''",
      "topics": [
        "import_fun"
      ]
    }
  ],
  "_readme": "https://github.com/andreaphsz/importar/raw/HEAD/README.md",
  "_rundeps": [],
  "_score": 3.929418925714293,
  "_indexed": true,
  "_nocasepkg": "importar",
  "_universes": [
    "andreaphsz"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.2",
      "date": "2026-05-22T06:48:03.000Z",
      "distro": "noble",
      "commit": "38b3de960e8488f8a6631bd07ce77f617beea44e",
      "fileid": "4bbdbc3856852457811deec7a9a3e3303d18acf3dfe7360602a7328f76235146",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/andreaphsz/actions/runs/26272734404"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.2",
      "date": "2026-05-22T06:47:25.000Z",
      "distro": "noble",
      "commit": "38b3de960e8488f8a6631bd07ce77f617beea44e",
      "fileid": "40664c924cdcedba742d60c4c7069070d7b2565bb99eaaab31a2e64f9b0fab4f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/andreaphsz/actions/runs/26272734404"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.2",
      "date": "2026-05-22T06:47:55.000Z",
      "commit": "38b3de960e8488f8a6631bd07ce77f617beea44e",
      "fileid": "42342bd1f08e3bb1a976a5bc05c7f0fe9c76d732402e7176f77f2d4d36c42e0d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/andreaphsz/actions/runs/26272734404"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.2",
      "date": "2026-05-22T06:47:26.000Z",
      "commit": "38b3de960e8488f8a6631bd07ce77f617beea44e",
      "fileid": "ecf689d324fbddb6f867100d560323266cbe74ea17b8b8a144cc16ae80d81e32",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/andreaphsz/actions/runs/26272734404"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.2",
      "date": "2026-05-22T06:47:14.000Z",
      "commit": "38b3de960e8488f8a6631bd07ce77f617beea44e",
      "fileid": "7beff05cc5a95a0b5eba8b246e47875bf9fe04c479d4c92c26fe9b6b5c02979f",
      "status": "success",
      "buildurl": "https://github.com/r-universe/andreaphsz/actions/runs/26272734404"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.2",
      "date": "2026-05-22T06:46:39.000Z",
      "commit": "38b3de960e8488f8a6631bd07ce77f617beea44e",
      "fileid": "0d17a34c7d0e9cfa5958d29c248c099cc8c5e76ff94022e4f039d16796f6e1eb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/andreaphsz/actions/runs/26272734404"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.2",
      "date": "2026-05-22T06:47:12.000Z",
      "commit": "38b3de960e8488f8a6631bd07ce77f617beea44e",
      "fileid": "a703447255e2e02854d57c63670a03eeaac472edb4ee908b8485c9e17f5e7c5f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/andreaphsz/actions/runs/26272734404"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.2",
      "date": "2026-05-22T06:46:41.000Z",
      "commit": "38b3de960e8488f8a6631bd07ce77f617beea44e",
      "fileid": "7498e3c707245f198ccea2be5a74ae82d016236338c09c7a698ef917e90827f0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/andreaphsz/actions/runs/26272734404"
    }
  ]
}