r-tibble: added dependency r-rlang (#5536)
* pr-quantities: add version & py-numpy conflict (#5307) * r-tibble: Update version to 1.3.4 * r-tibble: added dependency r-rlang * r-tibble: changed r-lazyeval and r-rlang to be versioned dependencies * Update package.py * Update package.py
This commit is contained in:
		@@ -39,5 +39,6 @@ class RTibble(RPackage):
 | 
			
		||||
    depends_on('r@3.1.2:')
 | 
			
		||||
 | 
			
		||||
    depends_on('r-assertthat', type=('build', 'run'))
 | 
			
		||||
    depends_on('r-lazyeval@0.1.10:', type=('build', 'run'))
 | 
			
		||||
    depends_on('r-lazyeval@0.1.10:', type=('build', 'run'), when='@:1.3.0')
 | 
			
		||||
    depends_on('r-rcpp', type=('build', 'run'))
 | 
			
		||||
    depends_on('r-rlang', type=('build', 'run'), when='@1.3.1:')
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user