File tree Expand file tree Collapse file tree 4 files changed +10
-14
lines changed Expand file tree Collapse file tree 4 files changed +10
-14
lines changed Original file line number Diff line number Diff line change 11Package: nanonext
22Type: Package
33Title: NNG (Nanomsg Next Gen) Lightweight Messaging Library
4- Version: 0.13.6
4+ Version: 0.13.6.9000 
55Description: R binding for NNG (Nanomsg Next Gen), a successor to ZeroMQ. NNG is
66    a socket library implementing 'Scalability Protocols', a reliable,
77    high-performance standard for common communications patterns including
Original file line number Diff line number Diff line change 1+ # nanonext 0.13.6 (development)  
2+ 
13# nanonext 0.13.6  
24
35#### Updates  
Original file line number Diff line number Diff line change @@ -61,15 +61,12 @@ Web utilities:
6161
6262### Installation  
6363
64- Install the fast channel release from R-multiverse:
65- 
66- ``` {r  releases, eval=FALSE}
67- install.packages("nanonext", repos = "https://r-multiverse.r-universe.dev") 
68- ``` 
69- 
70- Or the slow channel release from CRAN:
64+ Install the latest release:
7165
7266``` {r  cran, eval=FALSE}
67+ # Either [1] fast channel from R-multiverse: 
68+ install.packages("nanonext", repos = "https://r-multiverse.r-universe.dev") 
69+ # Or [2] slow channel from CRAN: 
7370install.packages("nanonext") 
7471``` 
7572
Original file line number Diff line number Diff line change @@ -76,15 +76,12 @@ Web utilities:
7676
7777### Installation  
7878
79- Install the fast channel  release from R-multiverse :
79+ Install the latest  release:
8080
8181```  r 
82+ #  Either [1] fast channel from R-multiverse:
8283install.packages(" nanonext"  , repos  =  " https://r-multiverse.r-universe.dev"  )
83- ``` 
84- 
85- Or the slow channel release from CRAN:
86- 
87- ```  r 
84+ #  Or [2] slow channel from CRAN:
8885install.packages(" nanonext"  )
8986``` 
9087
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments