Questions tagged as 'packages'

1
answer

Transform class inside packet

I have an array and I want to transform it into another specific class of a package, rgeos , I put @import into the package, I give library to it too, but when I check this error, p> a = matrix(1, 2,2) as(a, "gpc.poly") Erro...
asked by 29.06.2016 / 22:36
0
answers

Generate random numbers in R with Skew-Normal Bivariate distribution

I made the script below, but I doubt if it is correct, I need to generate a bivariate vector with Skew-normal distribution of mean mu=(mu1,mu2) , variance and covariance matrix Sigma=matrix(c(sigma1^2,rho*sigma1*sigma2,rho*sigma1*sigma2...
asked by 18.08.2017 / 17:34
1
answer

Show only user-installed applications

Good friends, I'm developing an app for the user to share, back up .. from third party apps. Get create a list where shows all the app's. It turns out that I do not want the system applications to appear, I want only those that have been install...
asked by 10.06.2016 / 00:45
0
answers

"No module named pygame.base" - pygame and pypy

After several attempts and errors, I was able to install pygame 1.9.2a0 in pypy3, downloading the current version via mercurial and installing via / path / pypy3 setup.py But at the moment of giving import, I get the following error: Traceb...
asked by 15.03.2015 / 18:35
1
answer

Copy js from "Dependencies" from node_modules to a folder of my project with gulp

I have some doubts regarding this "new" tool of node/npm . As far as I know / learned, I have great benefits of managing scripts js by npm . But I do not think it's too healthy to go through the node_modules folder...
asked by 14.08.2018 / 15:39
1
answer

How to uninstall nuget packages at once, including dependencies

There is a way to uninstall nuget packages at once, without having to look for or waiting to give the error to know which dependency to uninstall and then go uninstalled one by one. If I select everything and give a Del then go to the Package...
asked by 26.10.2017 / 20:35
1
answer

When I step date filter for the same day, query returns empty and there is data

In my table / base there is data for day 05/08/2015 , it happens that when I pass a date filter for the same day, it does not work, it returns empty. If I go like this: 04/08/2015 and 05/08/2015 does not work either. It only...
asked by 18.01.2016 / 12:50
1
answer

Error when using activities in a child package

I have a problem with my Android project in Eclipse. After implementing the functionalities, I came to a total of 10 activities and 8 other classes. From there I realized the need to structure the code and created child packages within the proje...
asked by 03.01.2016 / 21:19
1
answer

Web service does not access my classes

I'm setting up a web service, previously it was already working normally but the scripts were all in one package, so I decided to organize my scripts in different packages Butnowmywebservicedoesnotaccessclassesthatareinadifferentpackagethanth...
asked by 03.07.2015 / 01:14
1
answer

Procedure in Package receive an array (coming from a cursor / function) as input parameter - Oracle

Good afternoon, I already have a certain experience with PL / SQL but I have now started working with the Oracle database and packages. I have a problem where my procedure in the package is getting two parameters and from there performing...
asked by 04.12.2018 / 19:25