Top "Packages" questions

Package broadly refers to two things: 1) a usable unit/component of built/compiled software, or 2) a partition of the global namespace (Java).

Where does R store packages?

The install.packages() function in R is the automatic unzipping utility that gets and install packages in R. How do …

r packages
The import android.support cannot be resolved

I am trying to run the code provided HERE I downloaded the code from their Github and imported into Android …

java android packages rss-reader
How do I find a list of Homebrew's installable packages?

Recently I installed Brew. How can I retrieve a list of available brew packages to install?

macos list installation packages homebrew
Check for installed packages before running install.packages()

I have an R script that is shared with several users on different computers. One of its lines contains the …

r packages
What is the most compatible way to install python modules on a Mac?

I'm starting to learn python and loving it. I work on a Mac mainly as well as Linux. I'm finding …

python macos module packages macports
Package structure for a Java project?

Whats the best practice for setting up package structures in a Java Web Application? How would you setup your src, …

java packages
Elegant way to check for missing packages and install them?

I seem to be sharing a lot of code with coauthors these days. Many of them are novice/intermediate R …

r packages r-faq
How do I write good/correct package __init__.py files

My package has the following structure: mobilescouter/ __init__.py #1 mapper/ __init__.py #2 lxml/ __init__.py #3 vehiclemapper.py vehiclefeaturemapper.py vehiclefeaturesetmapper.…

python packages
How to install a node.js module without using npm?

There are quite a few modules which are listed on node's github page but are not published with the npm-registry. …

node.js packages npm
How to import classes defined in __init__.py

I am trying to organize some modules for my own use. I have something like this: lib/ __init__.py settings.…

python packages