Navigation

    Inedo Community Forums

    Forums

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. miles.waller_2091
    M
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    miles.waller_2091

    @miles.waller_2091

    1
    Reputation
    3
    Posts
    9
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    miles.waller_2091 Follow

    Best posts made by miles.waller_2091

    • RE: Support for R and CRAN

      Hi

      1 - Here's some info on the version numbers: http://r-pkgs.had.co.nz/description.html#version. 2 integers separated by dots or dashes is the minimum length, but can be up to 4. There's also the

      1. Yes, it doesn't have a queryable API, just uses static assets. It doesn't need to build any html though (thats just for humans): it builds out a static package list by concatenating the individual files within each package, and that could be done dynamically.

      2. That's right. There is devtools::release() but it looks like that only works for cran, so I think there's no consensus about a generic upload method. OTOH, once built its just a zip file so crafting the R to send it off over http is not hard.

      posted in Support
      M
      miles.waller_2091

    Latest posts made by miles.waller_2091

    • Powershell aggregate feed mangles version numbers

      Re: ProGet Handling of PowerShell Gallery Versions

      I am seeing similar to what's reported in the earlier thread.

      I have an aggregate feed set up to aggregate our internal packages and PSGallery. Machines on our network cannot connect to PSGallery direct due to the firewall and are only allowed to retrieve via this one feed.

      For example package AWSPowershell, in PSGallery it shows versions 4.1.15.0. In the proget web interface it shows 4.1.15.

      9dc824c6-5463-4ceb-b675-8df65579197c-image.png

      fdd29be0-55ef-4b8f-9338-a0af694b9a76-image.png

      This confuses Install-Module - how do I fix it?

      posted in Support
      M
      miles.waller_2091
    • RE: Support for R and CRAN

      Hi

      1 - Here's some info on the version numbers: http://r-pkgs.had.co.nz/description.html#version. 2 integers separated by dots or dashes is the minimum length, but can be up to 4. There's also the

      1. Yes, it doesn't have a queryable API, just uses static assets. It doesn't need to build any html though (thats just for humans): it builds out a static package list by concatenating the individual files within each package, and that could be done dynamically.

      2. That's right. There is devtools::release() but it looks like that only works for cran, so I think there's no consensus about a generic upload method. OTOH, once built its just a zip file so crafting the R to send it off over http is not hard.

      posted in Support
      M
      miles.waller_2091
    • RE: Support for R and CRAN

      Hi,

      Was just wondering if the PoC made any progress at all?

      Thanks!

      posted in Support
      M
      miles.waller_2091